X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=2bc1a0680ace7111fc9df0e5402116ea42a03551;hb=0d45a1d1514321c2a78b3f10ae5896d2ea1acdea;hp=aa25dd96b39a560281f1b848c99ac774731ad1bc;hpb=5f99ff70f69cc9be6af7ef1061ee6c1bd46e319a;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index aa25dd96..2bc1a068 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -57,11 +57,12 @@ $i18n_key_words = array( 'menu.projects' => 'Projectes', // TODO: translate the following. // 'menu.tasks' => 'Tasks', -// 'menu.users' => 'Users', -'menu.teams' => 'Equips', +'menu.users' => 'Usuaris', +'menu.teams' => 'Grups', // TODO: translate the following. // 'menu.export' => 'Export', -// 'menu.clients' => 'Clients', +'menu.clients' => 'Clients', +// TODO: translate the following. // 'menu.options' => 'Options', // Footer - strings on the bottom of most pages. @@ -82,10 +83,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.', @@ -98,7 +100,7 @@ $i18n_key_words = array( // 'error.invoice_exists' => 'Invoice with this number already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', // 'error.no_login' => 'No user with this login.', -// 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.', +'error.no_teams' => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.', 'error.upload' => 'Error pujant l\\\'arxiu.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', @@ -158,25 +160,27 @@ $i18n_key_words = array( // 'label.bcc' => 'Bcc', 'label.subject' => 'Assumpte', 'label.date' => 'Data', +'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. -// 'label.start_date' => 'Start date', -// 'label.end_date' => 'End date', -// 'label.user' => 'User', -// 'label.users' => 'Users', -// 'label.client' => 'Client', -// 'label.clients' => 'Clients', // 'label.option' => 'Option', -// 'label.invoice' => 'Invoice', -// 'label.project' => 'Project', -// 'label.projects' => 'Projects', +'label.invoice' => 'Factura', +'label.project' => 'Projecte', +'label.projects' => 'Projectes', +// TODO: translate the following. // 'label.task' => 'Task', // 'label.tasks' => 'Tasks', // 'label.description' => 'Description', -// 'label.start' => 'Start', -// 'label.finish' => 'Finish', -// 'label.duration' => 'Duration', -// 'label.note' => 'Note', -// 'label.notes' => 'Notes', +'label.start' => 'Inici', +'label.finish' => 'Fi', +'label.duration' => 'Durada', +'label.note' => 'Nota', +'label.notes' => 'Notes', +// TODO: translate the following. // 'label.item' => 'Item', // 'label.cost' => 'Cost', // 'label.day_total' => 'Day total', @@ -188,10 +192,10 @@ $i18n_key_words = array( // 'label.view' => 'View', '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.configure' => 'Configure', -// 'label.select_all' => 'Select all', -// 'label.select_none' => 'Deselect all', // 'label.day_view' => 'Day view', // 'label.week_view' => 'Week view', // 'label.id' => 'ID', @@ -200,14 +204,16 @@ $i18n_key_words = array( // 'label.date_format' => 'Date format', // 'label.time_format' => 'Time format', // 'label.week_start' => 'First day of week', -// 'label.comment' => 'Comment', -// 'label.status' => 'Status', -// 'label.tax' => 'Tax', +'label.comment' => 'Comentari', +'label.status' => 'Estat', +'label.tax' => 'Impost', +// TODO: translate the following. // 'label.subtotal' => 'Subtotal', // 'label.total' => 'Total', // 'label.client_name' => 'Client name', // 'label.client_address' => 'Client address', -// 'label.or' => 'or', +'label.or' => 'o', +// TODO: translate the following. // 'label.error' => 'Error', // 'label.ldap_hint' => 'Type your Windows login and password in the fields below.', 'label.required_fields' => '* camps requerits', @@ -241,12 +247,16 @@ $i18n_key_words = array( // 'label.week_list' => 'Week list', // Form titles. +// TODO: Improve titles for consistency, so that each title explains correctly what each +// page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere. +// Compare with English file to see how it is done there and do Catalan titles similarly. +// Specifically: Agregant vs Agregar, etc. 'title.login' => 'Sessió iniciada', +'title.teams' => 'Grups', // TODO: translate the following. -// 'title.teams' => 'Teams', // 'title.create_team' => 'Creating Team', // 'title.edit_team' => 'Editing Team', -// 'title.delete_team' => 'Deleting Team', +'title.delete_team' => 'Eliminar grup', 'title.reset_password' => 'Restablir paraula de pas', // TODO: translate the following. // 'title.change_password' => 'Changing Password', @@ -264,26 +274,29 @@ $i18n_key_words = array( 'title.report' => 'Informe', // TODO: translate the following. // 'title.send_report' => 'Sending Report', -// 'title.invoice' => 'Invoice', +'title.invoice' => 'Factura', +// TODO: translate the following. // 'title.send_invoice' => 'Sending Invoice', // 'title.charts' => 'Charts', -// 'title.projects' => 'Projects', -// 'title.add_project' => 'Adding Project', -// 'title.edit_project' => 'Editing Project', -// 'title.delete_project' => 'Deleting Project', +'title.projects' => 'Projectes', +'title.add_project' => 'Agregant projecte', +'title.edit_project' => 'Modificant projecte', +'title.delete_project' => 'Eliminant projecte', // 'title.tasks' => 'Tasks', // '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', -// 'title.clients' => 'Clients', -// 'title.add_client' => 'Adding Client', -// 'title.edit_client' => 'Editing Client', -// 'title.delete_client' => 'Deleting Client', -// 'title.invoices' => 'Invoices', +'title.clients' => 'Clients', +'title.add_client' => 'Agregar client', +'title.edit_client' => 'Modificar client', +'title.delete_client' => 'Eliminar client', +'title.invoices' => 'Factures', +// TODO: translate the following. // 'title.add_invoice' => 'Adding Invoice', // 'title.view_invoice' => 'Viewing Invoice', // 'title.delete_invoice' => 'Deleting Invoice', @@ -295,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', @@ -311,28 +325,31 @@ $i18n_key_words = array( // 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. +'dropdown.all' => '--- tots ---', +'dropdown.no' => '--- no ---', +'dropdown.current_day' => 'avui', +'dropdown.previous_day' => 'ahir', +'dropdown.selected_day' => 'dia', +'dropdown.current_week' => 'aquestat setmana', +'dropdown.previous_week' => 'la setmana passada', +'dropdown.selected_week' => 'setmana', +'dropdown.current_month' => 'aquest mes', +'dropdown.previous_month' => 'el mes passat', +'dropdown.selected_month' => 'mes', // TODO: translate the following. -// 'dropdown.all' => '--- all ---', -// 'dropdown.no' => '--- no ---', -// 'dropdown.current_day' => 'today', -// 'dropdown.previous_day' => 'yesterday', -// 'dropdown.selected_day' => 'day', -// 'dropdown.current_week' => 'this week', -// 'dropdown.previous_week' => 'previous week', -// 'dropdown.selected_week' => 'week', -// 'dropdown.current_month' => 'this month', -// 'dropdown.previous_month' => 'previous month', -// 'dropdown.selected_month' => 'month', // 'dropdown.current_year' => 'this year', // 'dropdown.previous_year' => 'previous year', // 'dropdown.selected_year' => 'year', // 'dropdown.all_time' => 'all time', -// 'dropdown.projects' => 'projects', +'dropdown.projects' => 'projectes', +// TODO: translate the following. // 'dropdown.tasks' => 'tasks', -// 'dropdown.clients' => 'clients', +'dropdown.clients' => 'clients', +// 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', @@ -340,12 +357,12 @@ $i18n_key_words = array( // 'dropdown.not_paid' => 'not paid', // Login form. See example at https://timetracker.anuko.com/login.php. +'form.login.forgot_password' => '¿Ha oblidat la seva paraula de pas?', // TODO: translate the following. -// 'form.login.forgot_password' => 'Forgot password?', // '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", @@ -385,46 +402,95 @@ $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). +// 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.', -// TODO: refactoring ongoing down from here. +// Charts form. See example at https://timetracker.anuko.com/charts.php +// TODO: translate the following. +// 'form.charts.interval' => 'Interval', +// 'form.charts.chart' => 'Chart', -// 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).', +// 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', -"form.admin.change_pass" => 'Canviar la paraula de pas de l\\\'administrador de compte', -"form.admin.profile.title" => 'Grups', -"form.admin.profile.noprofiles" => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.', -"form.admin.profile.comment" => 'Eliminar grup', -"form.admin.profile.th.id" => 'Identificació', -"form.admin.profile.th.active" => 'Actiu', +// 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', + +// Users form. See example at https://timetracker.anuko.com/users.php +// TODO: translate the following. +// 'form.users.active_users' => 'Active Users', +// 'form.users.inactive_users' => 'Inactive Users', +// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry', +// 'form.users.role' => 'Role', +// 'form.users.manager' => 'Manager', +// 'form.users.comanager' => 'Co-manager', +// 'form.users.rate' => 'Rate', +// 'form.users.default_rate' => 'Default hourly rate', + +// Clients form. See example at https://timetracker.anuko.com/clients.php +// TODO: translate the following. +// 'form.clients.active_clients' => 'Active Clients', +// 'form.clients.inactive_clients' => 'Inactive Clients', + +// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php +// TODO: translate the following. +// 'form.client.client_to_delete' => 'Client to delete', +// 'form.client.client_entries' => 'Client entries', + +// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php +// TODO: translate the following. +// 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.', +// 'form.export.compression' => 'Compression', +// 'form.export.compression_none' => 'none', +// 'form.export.compression_bzip' => 'bzip', + +// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first). +// TODO: translate the following. +// 'form.import.hint' => 'Import team data from an xml file.', +// 'form.import.file' => 'Select file', +// 'form.import.success' => 'Import completed successfully.', + +// Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first). +// TODO: translate the following. +// 'form.teams.hint' => 'Create a new team by creating a new team manager account.
You can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).', + + + +// TODO: refactoring ongoing down from here. + +// 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.project" => 'Projecte', -"form.mytime.start" => 'Inici', -"form.mytime.finish" => 'Fi', -"form.mytime.duration" => 'Durada', -"form.mytime.note" => 'Nota', -"form.mytime.daily" => 'Treball diari', "form.mytime.total" => 'Hores totals: ', -"form.mytime.th.project" => 'Projecte', -"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.', @@ -435,75 +501,35 @@ $i18n_key_words = array( "form.people.del_str" => 'Eliminant usuari', "form.people.th.email" => 'e-mail', "form.people.th.role" => 'Rol', -"form.people.th.status" => 'Estat', -"form.people.th.project" => 'Projecte', "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', -"form.people.projects" => 'Projectes', - -// projects form attributes -"form.project.proj_title" => 'Projectes', -"form.project.edit_str" => 'Modificant projecte', -"form.project.add_str" => 'Agregant nou projecte', -"form.project.del_str" => 'Eliminant projecte', - -// activities form attributes -"form.activity.project" => 'Projecte', // 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.note" => 'Nota', -"form.report.project" => 'Projecte', "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.project" => 'Projecte', -"form.report.th.start" => 'Inici', -"form.report.th.finish" => 'Fi', -"form.report.th.duration" => 'Durada', -"form.report.th.note" => 'Nota', - -// charts form attributes -// Note to translators: form.charts.title needs to be translated. -// 'form.charts.title' => 'charts', // mail form attributes "form.mail.from" => 'De', "form.mail.to" => 'Per a', -"form.mail.comment" => 'Comentari', "form.mail.above" => 'Enviar aquest report por e-mail', // Note to translators: this string needs to be translated. // "form.mail.footer_str" => 'Anuko Time Tracker is a simple, easy to use, open source
time tracking system. Visit www.anuko.com for more information.', "form.mail.sending_str" => 'Missatge enviat', // invoice attributes -"form.invoice.title" => 'Factura', -"form.invoice.caption" => 'Factura', "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.tax" => 'Impost', -"form.invoice.comment" => 'Comentari ', "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', @@ -516,44 +542,6 @@ $i18n_key_words = array( "form.migration.export.success" => 'Exportació finalitzada amb èxit', "form.migration.export.text" => 'Vosté pot exportar totes les dades del grup dins d\\\'un archivo xml. Això pot ser útil si necessita migrar dades al seu propi servidor.', -"form.client.title" => 'Clients', -"form.client.add_title" => 'Agregar client', -"form.client.edit_title" => 'Modificar client', -"form.client.del_title" => 'Eliminar client', -"form.client.tax" => 'Impost', -"form.client.comment" => 'Comentari ', - // 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 ---', -"controls.per_tm" => 'Aquest mes', -"controls.per_lm" => 'El mes passat', -"controls.per_tw" => 'Aquestat setmana', -"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 ---', - -// labels -"label.chart.period" => 'gràfica por període', - -"label.inv_str" => 'Factura', -"label.set_empl" => 'Seleccionar usuaris', -"label.sel_all" => 'Seleccionar tots', -"label.sel_none" => 'Treure totes las seleccions', -"label.or" => 'o', -"label.disable" => 'Deshabilitar', -"label.enable" => 'Habilitar', );