Apache-MP3
view release on metacpan or search on metacpan
MP3/L10N/he.pm view on Meta::CPAN
package Apache::MP3::L10N::he; # Hebrew
use strict;
use Apache::MP3::L10N::RightToLeft;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N::RightToLeft);
sub language_tag {__PACKAGE__->SUPER::language_tag}
# Translators for this module, in no particular order:
# Shlomo Yona <shlomo@cs.haifa.ac.il>
sub encoding { "utf-8" }
%Lexicon = (
'_VERSION' => __PACKAGE__ . ' v' .
($VERSION= '20020612'), # Last modified
# 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' => '×תר ×××ת',
# Credits
"_CREDITS_before_author" => "Apache::MP3 × ××ª× ×¢×-××× ",
"_CREDITS_author" => "Lincoln D. Stein",
"_CREDITS_after_author" => ".",
'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' => "×××××",
'Min' => "××§'", # abbreviation for "minutes"
'Track' => "×ספר", # just the track number (not the track name)
'Sec' => "×©× '", # abbreviation for "seconds"
'Seconds' => "×©× ××ת",
'Title' => "××תר",
'Year' => "×©× ×",
'Samplerate' => "×§×¦× ××××××",
'Bitrate' => "×§×¦× ×××××× ××××ס×",
# The sample rate is basically a number reflecting the audio quality
# of the audio file before compression. The bitrate is basically
# a number reflecting the audio quality of the file after compression.
# I think you can feel free to translate these as "Original sound quality"
# and "Sound quality", or "Source fidelity" and "Fidelity", etc.
# Now the stuff for the help page:
'Quick Help Summary' => "תקצ×ר ×¢×ר×",
# page title as well as the text we use for linking to that page
"= Stream all songs" => "= × ×× ×ת ×× ×ש×ר××",
"= Shuffle-play all Songs" => "= × ×× ×ת ×× ×ש×ר×× ××קר××",
"= Go to earlier directory" => "= ×ספר××× ××§×××ת",
# i.e., just a link to ../ or higher
"= Stream contents" => "= ת××× ×ש×ר",
"= Enter directory" => "= ××× ×¡ ×©× ×¡×¤×¨×××",
"= Stream this song" => "= × ×× ×©×ר ××",
"= Select for streaming" => "= ××ר ××ש××¢×",
"= Download this song" => "= ש××ר ש×ר ××",
"= Stream this song" => "= × ×× ×©×ר ××",
"= Sort by field" => "= ×××× ××¤× ×©××",
# "sort" in the sense of ordering, not separating out.
);
1;
( run in 1.662 second using v1.01-cache-2.11-cpan-39bf76dae61 )