Apache-MP3

 view release on metacpan or  search on metacpan

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


package Apache::MP3::L10N::tr;  # Turkish
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:
# Alper Tugay MIZRAK   amizrak@cs.ucsd.edu

sub encoding { "iso-8859-9" }   #Latin 5
  # Change as necessary if you use a different encoding.
  # I advise using whatever encoding is most widely supported
  # in web browsers.

%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' => "Hepsini Çal",
 'Shuffle All' => "Hepsini Karýþtýr",  # Stream all in random order
 'Stream All' => "Hepsini Çal",

 # This one in just button text
 'Play Selected' => "Seçileni Çal",
 
 "In this demo, streaming is limited to approximately [quant,_1,second,seconds]."
  => "Bu gösteride, çalma süresi yaklaþýk [quant,_1,saniye,saniye] ile sýnýrlýdýr.",
  # In [quant,_1,seconde,secondes], the seconde is the singular form, and the secondes is the plural.
 
 # Headings:
 'CD Directories ([_1])' => "CD Dizinleri ([_1])",
 'Playlists ([_1])' => "Program ([_1])",        # .m3u files
 'Song List ([_1])' => "Þarki Listesi ([_1])", # i.e., file list


 'Playlist' => "Program",
 'Select' => "Seç",
 
 'fetch'  => "Getir", # Send/download/save this file
 'stream' => "Çal",    # this file
 
 'Shuffle'  => "Karýþtýr",  # a subdirectory, recursively
 'Stream'   => "Çal",            # a subdirectory, recursively
 
 # Label for a link to "http://[servername]/"
 'Home' => "Ev",


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


 # Metadata fields:
 'Artist' => "Sanatçý",
 'Comment' => "Açýklama",
 'Duration' => "Süre",
 'Filename' => "Dosya Ýsmi",
 'Genre' => "Tür",  # i.e., what kind of music
 'Album' => "Albüm",
 'Min' => "Dak",  # abbreviation for "minutes"
 'Track' => "Track numarasý",  # just the track number (not the track name)
 'Sec' => "Sn",  # abbreviation for "seconds"
 'Seconds' => "Saniye",
 'Title' => "Baþlýk",
 'Year' => "Yýl",

 'Samplerate' => "Orijinal Ses Kalitesi",
 'Bitrate' => "Ses Kalitesi",

 # Now the stuff for the help page:

 'Quick Help Summary' => "Hýzlý Yardým Özeti",
  # page title as well as the text we use for linking to that page

 "= Stream all songs" => "= Tüm þarkýlarý çal",
 "= Shuffle-play all Songs" => "= Tüm þarkýlarý karýþtýr-çal",
 "= Go to earlier directory" => "= Bir önceki dizin",
       # i.e., just a link to ../ or higher
 "= Stream contents" => "= Parça içeriði",
 "= Enter directory" => "= Dizin girin",
 "= Stream this song" => "= Bu þarkýyý çal",
 "= Select for streaming" => "= Çalmak için seç",
 "= Download this song" => "= Bu þarkýyý yükle",
 "= Stream this song" => "= Bu þarkýyý çal",
 "= Sort by field" => "= Özelliðe göre sýrala",
    # "sort" in the sense of ordering, not separating out.

 "_CREDITS_before_author" => "Apache::MP3, ",
 "_CREDITS_author" =>        "Lincoln D. Stein",
 "_CREDITS_after_author" =>  " tarafýndan yazýlmýþtýr.",

);

1;



( run in 0.868 second using v1.01-cache-2.11-cpan-39bf76dae61 )