X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/60b43ba15e661ad7a8b4740dd4ba3d756344ef97..47a30e69b5389f5e6cf7b7fa879d3410887ab24b:/WEB-INF/resources/ca.lang.php diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 7c3a4f7b..ae785345 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -176,9 +176,9 @@ $i18n_key_words = array( // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', +'label.start' => 'Inici', +'label.finish' => 'Fi', +'label.duration' => 'Durada', 'label.note' => 'Nota', 'label.notes' => 'Notes', // TODO: translate the following. @@ -347,7 +347,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'dropdown.select' => '--- select ---', // 'dropdown.select_invoice' => '--- select invoice ---', -// 'dropdown.status_active' => 'active', +'dropdown.status_active' => 'actiu', +// TODO: translate the following. // 'dropdown.status_inactive' => 'inactive', // 'dropdown.delete'=>'delete', // 'dropdown.do_not_delete'=>'do not delete', @@ -400,36 +401,58 @@ $i18n_key_words = array( 'form.reports.group_by' => 'Agrupar per', 'form.reports.group_by_no' => '--- no agrupar ---', 'form.reports.group_by_date' => 'data', +'form.reports.group_by_user' => 'usuari', // TODO: translate the following. -// 'form.reports.group_by_user' => 'user', // 'form.reports.group_by_client' => 'client', 'form.reports.group_by_project' => 'projecte', // TODO: translate the following. // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', +// Report form. See example at https://timetracker.anuko.com/report.php +// (after generating a report at https://timetracker.anuko.com/reports.php). +// TODO: translate the following. +// 'form.report.export' => 'Export', +// 'form.report.assign_to_invoice' => 'Assign to invoice', + +// Invoice form. See example at https://timetracker.anuko.com/invoice.php +// (you can get to this form after generating a report). +// TODO: translate the following. +// 'form.invoice.number' => 'Invoice number', +// 'form.invoice.person' => 'Person', +// 'form.invoice.invoice_to_delete' => 'Invoice to delete', +// 'form.invoice.invoice_entries' => 'Invoice entries', +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', + +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', + +// Projects form. See example at https://timetracker.anuko.com/projects.php +// TODO: translate the following. +// 'form.projects.active_projects' => 'Active Projects', +// 'form.projects.inactive_projects' => 'Inactive Projects', + +// Tasks form. See example at https://timetracker.anuko.com/tasks.php +// TODO: translate the following. +// 'form.tasks.active_tasks' => 'Active Tasks', +// 'form.tasks.inactive_tasks' => 'Inactive Tasks', + // TODO: refactoring ongoing down from here. -// administrator form -"form.admin.duty_text" => 'Crear un nou grup, creant un nou compte del manejador de l\\\'equip.
També pot importar dades de grups, d\\\'un arxiu xml d\\\'un altre servidor Anuko Time Tracker.(No està permès col·lisions de e-mail).', -"form.admin.profile.th.active" => 'Actiu', +// form.admin.duty_text is now used in form.teams.hint with email changed to login. +"form.teams.hint" => 'Crear un nou grup, creant un nou compte del manejador de l\\\'equip.
També pot importar dades de grups, d\\\'un arxiu xml d\\\'un altre servidor Anuko Time Tracker. (No està permès col·lisions de e-mail).', // my time form attributes "form.mytime.title" => 'El meu temps', "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.date" => 'Data', -"form.mytime.start" => 'Inici', -"form.mytime.finish" => 'Fi', -"form.mytime.duration" => 'Durada', "form.mytime.daily" => 'Treball diari', "form.mytime.total" => 'Hores totals: ', -"form.mytime.th.start" => 'Inici', -"form.mytime.th.finish" => 'Fi', -"form.mytime.th.duration" => 'Durada', "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.', @@ -451,18 +474,9 @@ $i18n_key_words = array( // report attributes "form.report.from" => 'Data d\\\'inici', "form.report.to" => 'Data de fi', -"form.report.groupby_user" => 'Usuari', -"form.report.groupby_project" => 'Projecte', -"form.report.duration" => 'Durada', -"form.report.start" => 'Inici', -"form.report.finish" => 'Fi', "form.report.totals_only" => 'Només totals', "form.report.total" => 'Hores Totals', "form.report.th.empllist" => 'Usuari', -"form.report.th.date" => 'Data', -"form.report.th.start" => 'Inici', -"form.report.th.finish" => 'Fi', -"form.report.th.duration" => 'Durada', // charts form attributes // Note to translators: form.charts.title needs to be translated. @@ -480,7 +494,6 @@ $i18n_key_words = array( "form.invoice.above" => 'Informació addicional per factura', "form.invoice.select_cust" => 'Seleccioni el client', "form.invoice.fillform" => 'Empleni els camps', -"form.invoice.date" => 'Data', "form.invoice.number" => 'Número de factura', "form.invoice.th.username" => 'Persona', "form.invoice.th.time" => 'Hores',