X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=91d25b1ad4e01eac823b7a3662e420ae8c58ea76;hb=556948c09b8116728275f9933716a153216abe31;hp=0a4684d28c198a01ab5484940cb1f60e64e650f7;hpb=dc00748e76b054fb1163f7a3835b686a752fbf8a;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index 0a4684d2..91d25b1a 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -46,8 +46,10 @@ $i18n_key_words = array( // 'menu.forum' => 'Forum', 'menu.help' => 'Ajuda', // TODO: translate the following. -// 'menu.create_team' => 'Create Team', +// 'menu.create_group' => 'Create Group', 'menu.profile' => 'Perfil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Temps', // TODO: translate the following. // 'menu.expenses' => 'Expenses', @@ -58,7 +60,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'menu.tasks' => 'Tasks', 'menu.users' => 'Usuaris', -'menu.teams' => 'Grups', +'menu.groups' => 'Grups', // TODO: translate the following. // 'menu.export' => 'Export', 'menu.clients' => 'Clients', @@ -77,6 +79,8 @@ $i18n_key_words = array( // 'error.access_denied' => 'Access denied.', // 'error.sys' => 'System error.', 'error.db' => 'Error de la base de dades.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => 'Dada "{0}" incorrecta.', 'error.empty' => 'L\\\'Arxiu "{0}" està buit.', 'error.not_equal' => 'L\\\'Arxiu "{0}" no és igual al arxiu "{1}".', @@ -101,7 +105,7 @@ $i18n_key_words = array( // '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.', +'error.no_groups' => '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.', @@ -126,7 +130,7 @@ $i18n_key_words = array( // 'button.reset_password' => 'Reset password', 'button.send' => 'Enviar', 'button.send_by_email' => 'Enviar per correu', -'button.create_team' => 'Crear grup', +'button.create_group' => 'Crear grup', 'button.export' => 'Exportar grup', 'button.import' => 'Importar grup', // TODO: translate the following. @@ -310,6 +314,7 @@ $i18n_key_words = array( 'title.options' => 'Opcions', 'title.profile' => 'Perfil', // TODO: translate the following. +// 'title.group' => 'Group Settings', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field', // 'title.cf_edit_custom_field' => 'Editing Custom Field', @@ -488,6 +493,7 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. // TODO: translate the following. +// 'form.profile.swap_roles' => 'Swap roles', // 'form.profile.12_hours' => '12 hours', // 'form.profile.24_hours' => '24 hours', // 'form.profile.show_holidays' => 'Show holidays', @@ -503,6 +509,7 @@ $i18n_key_words = array( // 'form.profile.allow_overlap' => 'Allow overlap', // 'form.profile.future_entries' => 'Future entries', // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators', +// 'form.profile.allow_ip' => 'Allow IP', // 'form.profile.plugins' => 'Plugins', // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. @@ -522,8 +529,9 @@ $i18n_key_words = array( // '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.', -// Swap roles form. +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. // TODO: translate the following. +// 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.