Apache-MP3
view release on metacpan or search on metacpan
MP3/L10N/pl.pm view on Meta::CPAN
package Apache::MP3::L10N::pl; # Polish
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:
# Piotr Klaban <makler@man.torun.pl>
sub encoding { "iso-8859-2" } # Latin-2
%Lexicon = (
'_VERSION' => __PACKAGE__ . ' v' .
($VERSION= '20020612'), # Last modified
# These are links as well as button text:
'Play All' => "Odtwarzaj wszystko",
'Shuffle All' => "Odtwarzaj losowo", # Stream all in random order
'Stream All' => "Odtwarzaj wszystko",
# This one in just button text
'Play Selected' => "Odtwarzaj wybrane",
"In this demo, streaming is limited to approximately [quant,_1,second,seconds]."
=> "W wersji demo, odtwarzanie jest ograniczone w przybli¿eniu do [quant,_1,sekundy,second]",
# In [quant,_1,seconde,secondes], the seconde is the singular form, and the secondes is the plural.
# Headings:
'CD Directories ([_1])' => "Katalogi CD ([_1])",
'Playlists ([_1])' => "Lista odtwarzania ([_1])", # .m3u files
'Song List ([_1])' => "Spis piosenek ([_1])", # i.e., file list
'Playlist' => "Lista odtwarzania",
'Select' => "Zaznacz",
'fetch' => "¶ci±gaj", # Send/download/save this file
'stream' => "odtwarzaj", # this file
'Shuffle' => "Pomieszaj", # a subdirectory, recursively
'Stream' => "Odtwarzaj", # a subdirectory, recursively
# Label for a link to "http://[servername]/"
'Home' => "Strona domowa",
'unknown' => "nieznany",
# Used when a file doesn't specify its album name, artist name,
# year of release, etc.
# Metadata fields:
'Artist' => "Artysta",
'Comment' => "Komentarz",
'Duration' => "Czas trwania",
'Filename' => "Nazwa pliku",
'Genre' => "Gatunek", # i.e., what kind of music
'Album' => "Album",
'Min' => "Min", # abbreviation for "minutes"
'Track' => "¦cie¿ka", # just the track number (not the track name)
'Sec' => "Sek", # abbreviation for "seconds"
'Seconds' => "Sekund",
'Title' => "Tytu³",
'Year' => "Rok",
( run in 0.418 second using v1.01-cache-2.11-cpan-acf6aa7dc9e )