X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fca.lang.php;h=a0accefdaf205d14b7711693b66c30f2e509dd9f;hb=69915aba68a312fb2080c2356a482736efc254ae;hp=f778db81e075bd0c0b186d3ed9f0a313fa9d56d7;hpb=ea7a43edbe96f9741b734dc4ee5efc16b6c48244;p=timetracker.git diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index f778db81..a0accefd 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -63,6 +63,7 @@ $i18n_key_words = array( 'menu.users' => 'Usuaris', 'menu.groups' => 'Grups', // TODO: translate the following. +// 'menu.subgroups' => 'Subgroups', // 'menu.export' => 'Export', 'menu.clients' => 'Clients', 'menu.options' => 'Opcions', @@ -110,12 +111,15 @@ $i18n_key_words = array( 'error.upload' => 'Error pujant l\\\'arxiu.', // TODO: translate the following. // 'error.range_locked' => 'Date range is locked.', -// 'error.mail_send' => 'Error sending mail.', +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', // 'error.no_email' => 'No email associated with this login.', // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.', // 'error.goto_uncompleted' => 'Go to uncompleted entry.', // 'error.overlap' => 'Time interval overlaps with existing records.', // 'error.future_date' => 'Date is in future.', +// 'error.xml' => 'Error in XML file at line %d: %s.', +// 'error.cannot_import' => 'Cannot import: %s.', +// 'error.format' => 'Invalid file format.', // Labels for buttons. 'button.login' => 'Iniciar sessió', @@ -163,6 +167,8 @@ $i18n_key_words = array( 'label.user' => 'Usuari', 'label.users' => 'Usuaris', // TODO: translate the following. +// 'label.group' => 'Group', +// 'label.subgroups' => 'Subgroups', // 'label.roles' => 'Roles', 'label.client' => 'Client', 'label.clients' => 'Clients', @@ -256,7 +262,8 @@ $i18n_key_words = array( 'title.login' => 'Sessió iniciada', 'title.groups' => 'Grups', // TODO: translate the following. -// 'title.create_group' => 'Creating Group', +// 'title.subgroups' => 'Subgroups', +// 'title.add_group' => 'Adding Group', // 'title.edit_group' => 'Editing Group', 'title.delete_group' => 'Eliminar grup', 'title.reset_password' => 'Restablir paraula de pas', @@ -318,7 +325,6 @@ $i18n_key_words = array( 'title.options' => 'Opcions', 'title.profile' => 'Perfil', // TODO: translate the following. -// 'title.group' => 'Group Settings', // 'title.plugins' => 'Plugins', // 'title.cf_custom_fields' => 'Custom Fields', // 'title.cf_add_custom_field' => 'Adding Custom Field',