X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Ffa.lang.php;h=56ea959c6180e50c17b4be85acc4c7a9995d2b21;hb=6e543aee2b2758d24d4ab4886f8a623c24104327;hp=805614044b979fa1c557f359615ffb6f1eca12e8;hpb=664fe935d85316a57f2285dba5ecd42c66f4982e;p=timetracker.git diff --git a/WEB-INF/resources/fa.lang.php b/WEB-INF/resources/fa.lang.php index 80561404..56ea959c 100644 --- a/WEB-INF/resources/fa.lang.php +++ b/WEB-INF/resources/fa.lang.php @@ -139,6 +139,10 @@ $i18n_key_words = array( 'label.password' => 'رمز عبور', 'label.confirm_password' => 'تکرار رمزعبور', 'label.email' => 'ایمیل', +'label.cc' => 'کپی', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'موضوع', 'label.date' => 'تاریخ', 'label.start_date' => 'تاریخ شروع', 'label.end_date' => 'تاریخ اتمام', @@ -173,6 +177,9 @@ $i18n_key_words = array( 'label.configure' => 'پیکربندی', 'label.select_all' => 'انتخاب همه', 'label.select_none' => 'لغو انتخاب همه', +// TODO: translate the following. +// 'label.day_view' => 'Day view', +// 'label.week_view' => 'Week view', 'label.id' => 'شناسه', 'label.language' => 'زبان', // TODO: translate the following string. @@ -279,13 +286,22 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- همه ---', 'dropdown.no' => '--- هیچکدام ---', -// TODO: check translation of dropdown.this_day. It does not necessarily means "today". It means a specific ("this") day selected on calendar. See charts.php. -// 'dropdown.this_day' => 'امروز', -'dropdown.this_week' => 'هفته جاری', -'dropdown.last_week' => 'هفته آخر', -'dropdown.this_month' => 'ماه جاری', -'dropdown.last_month' => 'ماه آخر', -'dropdown.this_year' => 'سال جاری', +// TODO: translate the following. +// 'dropdown.current_day' => 'today', +// 'dropdown.previous_day' => 'yesterday', +// 'dropdown.selected_day' => 'day', +'dropdown.current_week' => 'هفته جاری', +'dropdown.previous_week' => 'هفته آخر', +// TODO: translate the following. +// 'dropdown.selected_week' => 'week', +'dropdown.current_month' => 'ماه جاری', +'dropdown.previous_month' => 'ماه آخر', +// TODO: translate the following. +// 'dropdown.selected_month' => 'month', +'dropdown.current_year' => 'سال جاری', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +// 'dropdown.selected_year' => 'year', 'dropdown.all_time' => 'همه زمان ها', 'dropdown.projects' => 'پروژه ها', 'dropdown.tasks' => 'وظایف', @@ -426,8 +442,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'از', 'form.mail.to' => 'به', -'form.mail.cc' => 'کپی', -'form.mail.subject' => 'موضوع', 'form.mail.report_subject' => 'گزارش تایم شیت', // TODO: translate form.mail.footer. // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.',