Apache-MP3

 view release on metacpan or  search on metacpan

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

package Apache::MP3::L10N::fa;  # Farsi / Persian
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:
# Arash Bijanzadeh  <a.bijanzadeh@linuxiran.org>

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,ثانيه,ثانيه] است.",

 # =>"  [quant,_1,second,]اين يک نمونه است پخش مستقيم محدود به ",
 # در اين نمونه اجرا محدود به 5 ثانيه است
 
 # 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' => 'خانه',

 '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' => "Track",  # just the track number (not the track name)
 'Sec' => "ثانيه",  # abbreviation for "seconds"
 'Seconds' => "ثانيه",
 'Title' => "عنوان",



( run in 1.329 second using v1.01-cache-2.11-cpan-5511b514fd6 )