X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=a932312f070dce30400d55243bed467f58d8b36b;hb=0e191e482cfe8660d293b6e0791935c945193b01;hp=041db203f56702e38128d5d65412bb767db6f27d;hpb=f70b38c195ffb7b7dcaa14fb6af38f59cd43c0db;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 041db203..a932312f 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -82,10 +82,11 @@ $i18n_key_words = array( 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', // TODO: translate the following. // 'error.interval' => 'Field "{0}" must be greater than "{1}".', -'error.project' => 'Selleccionar projecte.', +'error.project' => 'Sel·leccionar projecte.', // TODO: translate the following. // 'error.task' => 'Select task.', -// 'error.client' => 'Select client.', +'error.client' => 'Sel·leccionar client.', +// TODO: translate the following. // 'error.report' => 'Select report.', // 'error.record' => 'Select record.', 'error.auth' => 'Usuari o parula de pas incorrecta.', @@ -188,8 +189,8 @@ $i18n_key_words = array( // 'label.view' => 'View', 'label.edit' => 'Modificar', 'label.delete' => 'Eliminar', +'label.configure' => 'Configurar', // TODO: translate the following. -// 'label.configure' => 'Configure', // 'label.select_all' => 'Select all', // 'label.select_none' => 'Deselect all', // 'label.day_view' => 'Day view', @@ -210,7 +211,7 @@ $i18n_key_words = array( // 'label.or' => 'or', // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', -// 'label.required_fields' => '* - required fields', +'label.required_fields' => '* camps requerits', 'label.on_behalf' => 'a nom de', 'label.role_manager' => '(manejador)', 'label.role_comanager' => '(auxiliar del manejador)', @@ -237,6 +238,8 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_note' => 'Week note', +// 'label.week_list' => 'Week list', // Form titles. 'title.login' => 'Sessió iniciada', @@ -260,11 +263,7 @@ $i18n_key_words = array( // 'title.delete_predefined_expense' => 'Deleting Predefined Expense', 'title.reports' => 'Informes', 'title.report' => 'Informe', - - - -// TODO: refactoring ongoing down from here. - +// TODO: translate the following. // 'title.send_report' => 'Sending Report', // 'title.invoice' => 'Invoice', // 'title.send_invoice' => 'Sending Invoice', @@ -309,6 +308,7 @@ $i18n_key_words = array( // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks). // It is also a name for the Locking plugin on the Team profile page. // 'title.locking' => 'Locking', +// 'title.week_view' => 'Week View', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section. @@ -357,7 +357,8 @@ $i18n_key_words = array( // Time form. See example at https://timetracker.anuko.com/time.php. // TODO: translate the following. // 'form.time.duration_format' => '(hh:mm or 0.0h)', -// 'form.time.billable' => 'Billable', +'form.time.billable' => 'Facturable', +// TODO: translate the following. // 'form.time.uncompleted' => 'Uncompleted', // 'form.time.remaining_quota' => 'Remaining quota', // 'form.time.over_quota' => 'Over quota', @@ -367,21 +368,23 @@ $i18n_key_words = array( // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.', // Week view form. See example at https://timetracker.anuko.com/week.php. +// TODO: translate the following. // 'form.week.new_entry' => 'New entry', // Reports form. See example at https://timetracker.anuko.com/reports.php 'form.reports.save_as_favorite' => 'Guardar com a favorit', // TODO: translate the following. // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?', -// 'form.reports.include_billable' => 'billable', -// 'form.reports.include_not_billable' => 'not billable', +'form.reports.include_billable' => 'facturable', +'form.reports.include_not_billable' => 'no facturable', +// TODO: translate the following. // 'form.reports.include_invoiced' => 'invoiced', // 'form.reports.include_not_invoiced' => 'not invoiced', -// 'form.reports.select_period' => 'Select time period', -// 'form.reports.set_period' => 'or set dates', -// 'form.reports.show_fields' => 'Show fields', -// 'form.reports.group_by' => 'Group by', -// 'form.reports.group_by_no' => '--- no grouping ---', +'form.reports.select_period' => 'Seleccionar període de temps', +'form.reports.set_period' => 'o establir dates', +'form.reports.show_fields' => 'Mostrar camps', +'form.reports.group_by' => 'Agrupar per', +'form.reports.group_by_no' => '--- no agrupar ---', 'form.reports.group_by_date' => 'data', // TODO: translate the following. // 'form.reports.group_by_user' => 'user', @@ -391,7 +394,9 @@ $i18n_key_words = array( // 'form.reports.group_by_task' => 'task', // 'form.reports.totals_only' => 'Totals only', -// TODO: the entire section from here to bottom needs refactoring. + + +// 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).', @@ -410,28 +415,19 @@ $i18n_key_words = array( "form.mytime.time_form" => ' (hh:mm)', "form.mytime.date" => 'Data', "form.mytime.project" => 'Projecte', -"form.mytime.activity" => 'Activitat', "form.mytime.start" => 'Inici', "form.mytime.finish" => 'Fi', "form.mytime.duration" => 'Durada', "form.mytime.note" => 'Nota', -"form.mytime.behalf" => 'Treball del dia per a', "form.mytime.daily" => 'Treball diari', "form.mytime.total" => 'Hores totals: ', "form.mytime.th.project" => 'Projecte', -"form.mytime.th.activity" => 'Activitat', "form.mytime.th.start" => 'Inici', "form.mytime.th.finish" => 'Fi', "form.mytime.th.duration" => 'Durada', "form.mytime.th.note" => 'Nota', "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.', -"form.mytime.billable" => 'facturable', - -// profile form attributes -// Note to translators: we need a more accurate translation of form.profile.create_title -"form.profile.create_title" => 'Crear un nou compte de manejador', -"form.profile.edit_title" => 'Modificant perfil', // people form attributes "form.people.ppl_str" => 'Persones', @@ -530,16 +526,9 @@ $i18n_key_words = array( // miscellaneous strings "forward.forgot_password" => '¿Ha oblidat la seva paraula de pas?', -"forward.edit" => 'Modificar', -"forward.delete" => 'Eliminar', "forward.tocsvfile" => 'Exportar dades a un arxiu .csv', "forward.geninvoice" => 'Generar factura', -"forward.change" => 'Configurar clients', -// strings inside contols on forms -"controls.select.project" => '--- Sel·leccionar projecte ---', -"controls.select.activity" => '--- Sel·leccionar activitat ---', -"controls.select.client" => '--- Sel·leccionar client ---', "controls.project_bind" => '--- Tots ---', "controls.all" => '--- Tots ---', "controls.notbind" => '--- No ---', @@ -549,22 +538,10 @@ $i18n_key_words = array( "controls.per_lw" => 'La setmana passada', "controls.per_td" => 'Aquest dia', "controls.per_lw" => 'La setmana passada', -"controls.sel_period" => '--- Seleccionar període de temps ---', -"controls.sel_groupby" => '--- No agrupar ---', -"controls.inc_billable" => 'facturable', -"controls.inc_nbillable" => 'no facturable', // labels "label.chart.period" => 'gràfica por període', -"label.time_noentry" => 'Sense entrada', -"label.req_fields" => '* camps requerits', -"label.sel_project" => 'Seleccionar projecte', -"label.sel_tp" => 'Seleccionar període de temps', -"label.set_tp" => 'o establir dates', -"label.fields" => 'Mostrar camps', -"label.group_title" => 'Agrupar per', -"label.include_title" => 'include records', "label.inv_str" => 'Factura', "label.set_empl" => 'Seleccionar usuaris', "label.sel_all" => 'Seleccionar tots', @@ -572,6 +549,4 @@ $i18n_key_words = array( "label.or" => 'o', "label.disable" => 'Deshabilitar', "label.enable" => 'Habilitar', -"label.filter" => 'Filtrar', -"label.timeweek" => 'total setmanal', );