Apache-MP3

 view release on metacpan or  search on metacpan

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


package Apache::MP3::L10N::zh_tw;  # Traditional Chinese
use strict;
use Apache::MP3::L10N;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N);

# Translators, in no particular order:
#  autrijus@autrijus.org

sub encoding {'big5'}
sub language_tag {__PACKAGE__->SUPER::language_tag}

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

 # These are links as well as button text:
 'Play All' => "¥þ³¡¼½©ñ",
 'Shuffle All' => 'ÀH¾÷¼½©ñ',  # Stream all in random order
 'Stream All' => '¦ê¬y¼½©ñ',

 # This one in just button text
 'Play Selected' => '¼½©ñ¿ï¨ú½d³ò',
 
 "In this demo, streaming is limited to approximately [quant,_1,second,seconds]."
  => "¦b¥Ü½d¼Ò¦¡¤U, ¶È¯à¼½©ñ¬ù [quant,_1,¬í,¬í] ªº¦ê¬y.",
 
 # Headings:
 'CD Directories ([_1])' => '¥úºÐ¥Ø¿ý ([_1])',
 'Playlists ([_1])' => '¦±¥Ø²M³æ ([_1])',        # .m3u files
 'Song List ([_1])' => 'ºq¦±¦Cªí ([_1])', # i.e., file list


 'Playlist' => '¦±¥Ø',
 'Select' => '¿ï¨ú',
	 
 'fetch'  => '¤U¸ü',   # this file
 'stream' => '¦ê¬y',    # this file
 
 'Shuffle'  => 'ÀH¾÷',  # a subdirectory, recursively
 'Stream'   => '¦ê¬y',            # a subdirectory, recursively
 
 # Label for a link to "http://[servername]/"
 'Home' => '­º­¶',

 # Credits
 "_CREDITS_before_author" => "Apache::MP3 ªº§@ªÌ¬O ",
 "_CREDITS_author"        => "Lincoln D. Stein", 
 "_CREDITS_after_author"  => ".",


 'unknown' => '¥¼©R¦W',

 # Metadata fields:
 'Artist' => "§@ªÌ",
 'Comment' => "µù¸Ñ",
 'Duration' => "ªø«×",
 'Filename' => "ÀÉ®×",
 'Genre' => "Ãþ«¬",
 'Album' => "±M¿è",
 'Min' => "¤À",
 'Track' => "­µ­y",  # just the track number (not the track name)
 'Samplerate' => "¨ú¼ËÀW²v",
 'Bitrate' => "¶Ç¿éÀW²v",
 'Sec' => "’",
 'Seconds' => "¬íÄÁ",
 'Title' => "¼ÐÃD",
 'Year' => "¦~",


 # Now the stuff for the help page:



( run in 0.960 second using v1.01-cache-2.11-cpan-ad19def0cd9 )