More recycling in translations.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index cbb246e..e82c354 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',
@@ -193,9 +193,9 @@ $i18n_key_words = array(
 'label.edit' => 'Modificar',
 'label.delete' => 'Eliminar',
 'label.configure' => 'Configurar',
+'label.select_all' => 'Seleccionar tots',
+'label.select_none' => 'Treure totes las seleccions',
 // TODO: translate the following.
-// 'label.select_all' => 'Select all',
-// 'label.select_none' => 'Deselect all',
 // 'label.day_view' => 'Day view',
 // 'label.week_view' => 'Week view',
 // 'label.id' => 'ID',
@@ -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',
@@ -307,7 +308,8 @@ $i18n_key_words = array(
 // 'title.export' => 'Exporting Team Data',
 // 'title.import' => 'Importing Team Data',
 // 'title.options' => 'Options',
-// 'title.profile' => 'Profile',
+'title.profile' => 'Perfil',
+// TODO: translate the following.
 // 'title.cf_custom_fields' => 'Custom Fields',
 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
@@ -360,7 +362,7 @@ $i18n_key_words = array(
 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
 
 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
-'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.',
+'form.reset_password.message' => 'S\\\'ha enviat la petició de restablir paraula de pas.', // TODO: add "by email" to match the English string.
 'form.reset_password.email_subject' => 'Sol·licitud de restabliment de la paraula de pas de Anuko Time Tracker',
 // TODO: translate the following.
 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
@@ -450,7 +452,6 @@ $i18n_key_words = array(
 "form.mytime.edit_title" => 'Modificant l\\\'historial de temps',
 "form.mytime.del_str" => 'Eliminant l\\\'historial de temps',
 "form.mytime.time_form" => ' (hh:mm)',
-"form.mytime.daily" => 'Treball diari',
 "form.mytime.total" => 'Hores totals: ',
 "form.mytime.del_yes" => 'L\\\'historial de temps s\\\'ha eliminat amb èxit',
 "form.mytime.no_finished_rec" => 'Aquest historial s\\\'ha guardat únicament amb l\\\'hora d\\\'inici. Aixó no és un error. Finalitzi sessió si ho necessita.',
@@ -515,10 +516,4 @@ $i18n_key_words = array(
 "controls.per_lw" => 'La setmana passada',
 "controls.per_td" => 'Aquest dia',
 "controls.per_lw" => 'La setmana passada',
-
-"label.set_empl" => 'Seleccionar usuaris',
-"label.sel_all" => 'Seleccionar tots',
-"label.sel_none" => 'Treure totes las seleccions',
-"label.disable" => 'Deshabilitar',
-"label.enable" => 'Habilitar',
 );