Using error.object_exists instead of error.task_exists to streamline error messages.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index f778db8..e8c8118 100644 (file)
@@ -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',
@@ -98,9 +99,6 @@ $i18n_key_words = array(
 // 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.',
@@ -110,12 +108,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 +164,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 +259,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 +322,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',