]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ca.lang.php
Recycling of some strings for dropdown options.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index 7500be4511699064acf9ed7e5666cbcb0b98500c..9bff72cff939fc1d12e0d5b59fcac996ab1d1f8e 100644 (file)
@@ -57,7 +57,7 @@ $i18n_key_words = array(
 'menu.projects' => 'Projectes',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
-// 'menu.users' => 'Users',
+'menu.users' => 'Usuaris',
 'menu.teams' => 'Grups',
 // TODO: translate the following.
 // 'menu.export' => 'Export',
@@ -286,7 +286,8 @@ $i18n_key_words = array(
 // 'title.add_task' => 'Adding Task',
 // 'title.edit_task' => 'Editing Task',
 // 'title.delete_task' => 'Deleting Task',
-// 'title.users' => 'Users',
+'title.users' => 'Usuaris',
+// TODO: translate the following.
 // 'title.add_user' => 'Adding User',
 // 'title.edit_user' => 'Editing User',
 // 'title.delete_user' => 'Deleting User',
@@ -327,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',
@@ -509,12 +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',
-
-"label.set_empl" => 'Seleccionar usuaris',
 );