Apache-MP3

 view release on metacpan or  search on metacpan

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

#---------------------------------------------------------------------------
package Apache::MP3::L10N::ko;  # 'KO' means Korean language. The nation code is 'KR'.
use strict;
use Apache::MP3::L10N;
use vars qw($VERSION @ISA %Lexicon);
@ISA = qw(Apache::MP3::L10N);
sub language_tag {__PACKAGE__->SUPER::language_tag}

# Apache::MP3::L1ON::ko
# Date: 2002-05-05
# Translation: ¹ÚÁ¾º¹ (Park, Jong-Pork), mailing@NO-SPAM.okclub.com(remove NO-SPAM.)
# Homepage: http://seoul.pm.org and http://www.okclub.com

sub encoding { "euc-kr" }

%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])' => "CD µð·ºÅ͸® ([_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' => "¾Ù¹ü",
 'Min' => "ºÐ",  # abbreviation for "minutes"



( run in 2.039 seconds using v1.01-cache-2.11-cpan-b9db842bd85 )