X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3af3b5dfe6e2b8808e799ef696e866b38e4793e4..cf1529ffd0e143b1d4e279755f1b6372c6cba8f6:/WEB-INF/resources/ca.lang.php
diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php
index 3bd5ed80..7500be45 100644
--- a/WEB-INF/resources/ca.lang.php
+++ b/WEB-INF/resources/ca.lang.php
@@ -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',
@@ -307,7 +307,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 +361,7 @@ $i18n_key_words = array(
// 'form.login.about' =>'Anuko Time Tracker 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 +451,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.',
@@ -491,7 +491,6 @@ $i18n_key_words = array(
"form.invoice.th.rate" => 'Taxa',
"form.invoice.th.summ" => 'Quantitat',
"form.invoice.subtotal" => 'Subtotal',
-"form.invoice.customer" => 'Client',
"form.invoice.mailinv_above" => 'Enviar aquesta factura per e-mail',
"form.invoice.sending_str" => 'Factura enviada',
@@ -518,8 +517,4 @@ $i18n_key_words = array(
"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',
);