X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e519afce092be6ee6d08516ca5d6b5e31de88006..a481d1e82262ba83e3598a743e53b7b95695d989:/WEB-INF/resources/tr.lang.php diff --git a/WEB-INF/resources/tr.lang.php b/WEB-INF/resources/tr.lang.php index 1891dcb3..e77a7c38 100644 --- a/WEB-INF/resources/tr.lang.php +++ b/WEB-INF/resources/tr.lang.php @@ -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', );