Some more recycling in translation files.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index 1891dcb..e77a7c3 100644 (file)
@@ -337,19 +337,20 @@ $i18n_key_words = array(
 // 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_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.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',
@@ -577,10 +578,4 @@ $i18n_key_words = array(
 "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',
 );