Apache-MP3

 view release on metacpan or  search on metacpan

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


#---------------------------------------------------------------------------
package Apache::MP3::L10N::uk;  # Ukrainian
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 for this module, in no particular order:
#  Nikolayev Dmitry, nicky@nm.ru or nick@perl.dp.ua

sub encoding { "windows-1251" }   # Windows
  # Change as necessary if you use a different encoding.
  # I advise using whatever encoding is most widely supported
  # in web browsers.

# Below I use a lot of &foo; codes, but you don't have to.

%Lexicon = (
 '_VERSION' => __PACKAGE__ . ' v' . 
 ($VERSION=   '20020612'), # Last modified

 # Note: Basically, "stream" means "play" for this system.

 # These are links as well as button text:
 'Play All' => "Ãðàòè âñå",
 'Shuffle All' => "Ãðàòè âñå ó äîâ³ëüíîìó ïîðÿäêó",  # Stream all in random order
 'Stream All' => "Ãðàòè âñå",

 # This one in just button text
 'Play Selected' => "Ãðàòè âèáðàíå",

 "In this demo, streaming is limited to approximately [quant,_1,second,seconds]."
  => " ö³ºé äåìî-âåðñ³¿ äîâæèíà ãðè îáìåæåíà [quant,_1,ñåêóíäà,ñåêóíäè].",
  # In [quant,_1,seconde,secondes], the seconde is the singular form, and the secondes is the plural.

 # Headings:
 'CD Directories ([_1])' => "Àëüáîìí³ êàòàëîãè ([_1])",
 'Playlists ([_1])' => "Ôàéëè ñïèñê³â ([_1])",        # .m3u files
 'Song List ([_1])' => "Ñïèñîê ï³ñåíü ([_1])", # i.e., file list


 'Playlist' => "Ñïèñîê ôàéë³â äëÿ âèêîíàííÿ",
 'Select' => "Âûáðàòè",

 'fetch'  => "ñêà÷àòè", # Send/download/save this file
 'stream' => "ãðàòè",    # this file

 'Shuffle'  => "Ãðàòè çà äîâ³ëüíèì ïîðÿäêîì",  # a subdirectory, recursively
 'Stream'   => "Ãðàòè",            # a subdirectory, recursively

 # Label for a link to "http://[servername]/"
 'Home' => "Íà ãîëîâíó",


 'unknown' => "?",
   # Used when a file doesn't specify its album name, artist name,
   # year of release, etc.


 # Metadata fields:
 'Artist' => "Âèêîíàâåöü",
 'Comment' => "Êîìåíòàð³",
 'Duration' => "Äîâæèíà",
 'Filename' => "²ì'ÿ ôàéëà",
 'Genre' => "Æàíð",  # i.e., what kind of music
 'Album' => "Àëüáîì",



( run in 0.873 second using v1.01-cache-2.11-cpan-3c2a17b8caa )