X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=6365f1223613823a502e7cf6e7dd70b3ae494383;hb=ecbf1ecf19bfeb85794717fc7a6deb7ecc8c5f58;hp=ad08cfa8a67af39694416a42a5a886a474cfabc4;hpb=3d6a515a50d61cf1c234cd6775c925246b8a95b0;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index ad08cfa8..6365f122 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -92,11 +92,13 @@ $i18n_key_words = array( 'error.auth' => 'Usuari o parula de pas incorrecta.', // TODO: translate the following. // 'error.user_exists' => 'User with this login already exists.', +// 'error.object_exists' => 'Object with this name already exists.', 'error.project_exists' => 'Ja existeix un projecte amb aquest nom.', // TODO: translate the following. // 'error.task_exists' => 'Task with this name already exists.', // 'error.client_exists' => 'Client with this name already exists.', // 'error.invoice_exists' => 'Invoice with this number already exists.', +// 'error.role_exists' => 'Role with this rank already exists.', // 'error.no_invoiceable_items' => 'There are no invoiceable items.', // 'error.no_login' => 'No user with this login.', 'error.no_teams' => 'La seva base de dades està buida. Iniciï sessió com a administrador i creï un nou grup.', @@ -117,15 +119,8 @@ $i18n_key_words = array( 'button.copy' => 'Copiar', 'button.cancel' => 'Cancel·lar', 'button.submit' => 'Enviar', -'button.add_user' => 'Agregar usuari', -'button.add_project' => 'Agregar projecte', -// TODO: translate the following. -// 'button.add_task' => 'Add task', -'button.add_client' => 'Agregar client', -// TODO: translate the following. -// 'button.add_invoice' => 'Add invoice', -// 'button.add_option' => 'Add option', 'button.add' => 'Agregar', +'button.delete' => 'Eliminar', 'button.generate' => 'Generar', // TODO: translate the following. // 'button.reset_password' => 'Reset password', @@ -162,6 +157,8 @@ $i18n_key_words = array( 'label.end_date' => 'Data de fi', 'label.user' => 'Usuari', 'label.users' => 'Usuaris', +// TODO: translate the following. +// 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', 'label.option' => 'Opció', @@ -279,6 +276,7 @@ $i18n_key_words = array( 'title.add_project' => 'Agregant projecte', 'title.edit_project' => 'Modificant projecte', 'title.delete_project' => 'Eliminant projecte', +// TODO: translate the following. // 'title.tasks' => 'Tasks', // 'title.add_task' => 'Adding Task', // 'title.edit_task' => 'Editing Task', @@ -287,6 +285,11 @@ $i18n_key_words = array( 'title.add_user' => 'Agregant usuari', 'title.edit_user' => 'Modificant usuari', 'title.delete_user' => 'Eliminant usuari', +// TODO: translate the following. +// 'title.roles' => 'Roles', +// 'title.add_role' => 'Adding Role', +// 'title.edit_role' => 'Editing Role', +// 'title.delete_role' => 'Deleting Role', 'title.clients' => 'Clients', 'title.add_client' => 'Agregar client', 'title.edit_client' => 'Modificar client', @@ -447,6 +450,15 @@ $i18n_key_words = array( 'form.users.rate' => 'Taxa', 'form.users.default_rate' => 'Taxa per defecte per hora', +// Roles form. See example at https://timetracker.anuko.com/roles.php +// TODO: translate the following. +// 'form.roles.active_roles' => 'Active Roles', +// 'form.roles.inactive_roles' => 'Inactive Roles', +// 'form.roles.rank' => 'Rank', +// 'form.roles.rights' => 'Rights', +// 'form.roles.assigned' => 'Assigned', +// 'form.roles.not_assigned' => 'Not assigned', + // Clients form. See example at https://timetracker.anuko.com/clients.php // TODO: translate the following. // 'form.clients.active_clients' => 'Active Clients', @@ -485,7 +497,7 @@ $i18n_key_words = array( // 'form.profile.type_all' => 'all', // 'form.profile.type_start_finish' => 'start and finish', // 'form.profile.type_duration' => 'duration', -// 'form.profile.punch_in_mode' => 'Punch in mode', +// 'form.profile.punch_mode' => 'Punch mode', // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', @@ -507,4 +519,28 @@ $i18n_key_words = array( // 'form.quota.quota' => 'Quota', // 'form.quota.workday_hours' => 'Hours in work day', // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.', + +// Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. +// TODO: translate the following. +// 'role.user.label' => 'User', +// 'role.user.low_case_label' => 'user', +// 'role.user.description' => 'A regular member without management rights.', +// 'role.client.label' => 'Client', +// 'role.client.low_case_label' => 'client', +// 'role.client.description' => 'A client can view its own reports, charts, and invoices.', +// 'role.supervisor.label' => 'Supervisor', +// 'role.supervisor.low_case_label' => 'supervisor', +// 'role.supervisor.description' => 'A person with a small set of management rights.', +// 'role.comanager.label' => 'Co-manager', +// 'role.comanager.low_case_label' => 'co-manager', +// 'role.comanager.description' => 'A person with a big set of management functions.', +// 'role.manager.label' => 'Manager', +// 'role.manager.low_case_label' => 'manager', +// 'role.manager.description' => 'Group manager. Can do most of things for a group.', +// 'role.top_manager.label' => 'Top manager', +// 'role.top_manager.low_case_label' => 'top manager', +// 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.', +// 'role.admin.label' => 'Administrator', +// 'role.admin.low_case_label' => 'administrator', +// 'role.admin.description' => 'Site adminsitrator.', );