Recycling of some strings for dropdown options.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index e82c354..9bff72c 100644 (file)
@@ -328,15 +328,16 @@ $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' => 'avui',
+'dropdown.previous_day' => 'ahir',
+'dropdown.selected_day' => 'dia',
+'dropdown.current_week' => 'aquestat setmana',
+'dropdown.previous_week' => 'la setmana passada',
+'dropdown.selected_week' => 'setmana',
+'dropdown.current_month' => 'aquest mes',
+'dropdown.previous_month' => 'el mes passat',
+'dropdown.selected_month' => 'mes',
+// TODO: translate the following.
 // 'dropdown.current_year' => 'this year',
 // 'dropdown.previous_year' => 'previous year',
 // 'dropdown.selected_year' => 'year',
@@ -510,10 +511,4 @@ $i18n_key_words = array(
 "controls.project_bind" => '--- Tots ---',
 "controls.all" => '--- Tots ---',
 "controls.notbind" => '--- No ---',
-"controls.per_tm" => 'Aquest mes',
-"controls.per_lm" => 'El mes passat',
-"controls.per_tw" => 'Aquestat setmana',
-"controls.per_lw" => 'La setmana passada',
-"controls.per_td" => 'Aquest dia',
-"controls.per_lw" => 'La setmana passada',
 );