X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=e82c354e8f7e9b6ed673e938b7b081b9eec44589;hb=466bac15266780623565e359e418411ed516915e;hp=44ff343ed5ec803fe3843b1167549259f2cdaeb4;hpb=e18f843182c3fb0675162f14358f6f99384d4128;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 44ff343e..e82c354e 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -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', @@ -160,11 +160,10 @@ $i18n_key_words = array( // 'label.bcc' => 'Bcc', 'label.subject' => 'Assumpte', 'label.date' => 'Data', -// TODO: translate the following. -// 'label.start_date' => 'Start date', -// 'label.end_date' => 'End date', -// 'label.user' => 'User', -// 'label.users' => 'Users', +'label.start_date' => 'Data d\\\'inici', +'label.end_date' => 'Data de fi', +'label.user' => 'Usuari', +'label.users' => 'Usuaris', 'label.client' => 'Client', 'label.clients' => 'Clients', // TODO: translate the following. @@ -176,9 +175,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. @@ -194,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', @@ -287,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', @@ -308,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', @@ -361,7 +362,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", @@ -401,13 +402,13 @@ $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', +'form.reports.totals_only' => 'Només totals', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -424,6 +425,21 @@ $i18n_key_words = array( // '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. @@ -436,15 +452,7 @@ $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.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.', @@ -458,30 +466,13 @@ $i18n_key_words = array( "form.people.th.rate" => 'Taxa', "form.people.manager" => 'Manejador', "form.people.comanager" => 'Auxiliar del manejador', -"form.people.empl" => 'Usuari', "form.people.rate" => 'Taxa per defecte en hores', "form.people.comanager" => 'Auxiliar del manejador', // 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. -// 'form.charts.title' => 'charts', // mail form attributes "form.mail.from" => 'De', @@ -495,14 +486,12 @@ $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', "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', @@ -527,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', );