]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/tr.lang.php
Some more recycling.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index 1891dcb34d7b0d045840a29554ac18a9b43aee60..ea0e8d22abc14ffb1572e61f291e3e66fab85da2 100644 (file)
@@ -334,22 +334,22 @@ $i18n_key_words = array(
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
+'dropdown.all' => '--- tümü ---',
+'dropdown.no' => '--- hiç ---',
+'dropdown.current_day' => 'bugün',
+'dropdown.previous_day' => 'dün',
+'dropdown.selected_day' => 'gün',
+'dropdown.current_week' => 'bu hafta',
+'dropdown.previous_week' => 'geçen hafta',
+'dropdown.selected_week' => 'hafta',
+'dropdown.current_month' => 'bu ay',
+'dropdown.previous_month' => 'geçen ay',
+'dropdown.selected_month' => 'ay',
 // TODO: translate the following.
-// 'dropdown.all' => '--- all ---',
-// 'dropdown.no' => '--- no ---',
-// 'dropdown.current_day' => 'today',
-// 'dropdown.previous_day' => 'yesterday',
-// 'dropdown.selected_day' => 'day',
-// 'dropdown.current_week' => 'this week',
-// 'dropdown.previous_week' => 'previous week',
-// 'dropdown.selected_week' => 'week',
-// 'dropdown.current_month' => 'this month',
-// 'dropdown.previous_month' => 'previous month',
-// 'dropdown.selected_month' => 'month',
 // 'dropdown.current_year' => 'this year',
 // 'dropdown.previous_year' => 'previous year',
 // 'dropdown.selected_year' => 'year',
-// 'dropdown.all_time' => 'all time',
+'dropdown.all_time' => 'tüm zamanlar',
 'dropdown.projects' => 'projeler',
 // TODO: translate the following.
 // 'dropdown.tasks' => 'tasks',
@@ -573,14 +573,4 @@ $i18n_key_words = array(
 "forward.tocsvfile" => 'bilgileri .csv dosyasına aktar',
 "forward.toxmlfile" => 'bilgileri .xml dosyasına aktar',
 "forward.geninvoice" => 'fatura yarat',
-
-"controls.project_bind" => '--- tümü ---',
-"controls.all" => '--- tümü ---',
-"controls.notbind" => '--- hiç ---',
-"controls.per_tm" => 'bu ay',
-"controls.per_lm" => 'geçen ay',
-"controls.per_tw" => 'bu hafta',
-"controls.per_lw" => 'geçen hafta',
-"controls.per_td" => 'bugün',
-"controls.per_at" => 'tüm zamanlar',
 );