Apache-MP3

 view release on metacpan or  search on metacpan

MP3/L10N/fr.pm  view on Meta::CPAN

package Apache::MP3::L10N::fr;  # French
use strict;
use Apache::MP3::L10N;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N);
sub language_tag {__PACKAGE__->SUPER::language_tag}

# Translators, in no particular order:
#  lucst@sympatico.ca
#  william@netymology.com
#  leolo@pied.nu
#  sburke@cpan.org
#
# [If you are using this module as a template for another language,
#  delete the above addresses and put in your own.]

sub encoding { "iso-8859-1" }   # Latin-1
  # Change as necessary if you use a different encoding.
  # I advise using whatever encoding is most widely supported
  # in web browsers.

MP3/L10N/ga.pm  view on Meta::CPAN

 'Year' => "Bliain",


 # Now the stuff for the help page:

 'Quick Help Summary' => "Ré-Threoir",
  # page title as well as the text we use for linking to that page

 "= Stream all songs" => "= Seinn na hamhráin uile go léir",
 "= Shuffle-play all Songs" => "= Suaith agus ansin seinn na hamhráin uile go léir",
 "= Go to earlier directory" => "= Fill ar an eolaire roimis",
 "= Stream contents" => "= Seinn a bhfuil ann",
 "= Enter directory" => "= Oscail an t-eolaire",
 "= Stream this song" => "= Seinn an t-amhrán seo",
 "= Select for streaming" => "= Roghnaigh le seinm ",
 "= Download this song" => "= Luchtaigh an t-amhrán seo go dtí do ríomhaire",
 "= Stream this song" => "= Seinn an t-amhrán seo",
 "= Sort by field" => "= Sórtáil de réir réimsí",

);

1;



( run in 2.503 seconds using v1.01-cache-2.11-cpan-98e64b0badf )