Some refactoring for subgroups.
[timetracker.git] / WEB-INF / resources / es.lang.php
index 622c1d8..819df1a 100644 (file)
@@ -62,6 +62,7 @@ $i18n_key_words = array(
 'menu.users' => 'Personas',
 // TODO: translate the following.
 // 'menu.groups' => 'Groups',
+// 'menu.subgroups' => 'Subgroups',
 // 'menu.export' => 'Export',
 'menu.clients' => 'Clientes',
 'menu.options' => 'Opciones',
@@ -96,10 +97,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' => 'Ya existe un proyecto con este nombre.',
-// 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.',
@@ -118,6 +115,10 @@ $i18n_key_words = array(
 // 'error.cannot_import' => 'Cannot import: %s.',
 // 'error.format' => 'Invalid file format.',
 
+// Success messages.
+// TODO: translate the following.
+// 'msg.success' => 'Operation completed successfully.',
+
 // Labels for buttons.
 'button.login' => 'Iniciar sesion',
 'button.now' => 'Ahora',
@@ -166,6 +167,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.users' => 'Users',
 // 'label.group' => 'Group',
+// 'label.subgroups' => 'Subgroups',
 // 'label.roles' => 'Roles',
 // 'label.client' => 'Client',
 // 'label.clients' => 'Clients',
@@ -256,10 +258,14 @@ $i18n_key_words = array(
 'label.totals_only' => 'Solo totales',
 
 // Form titles.
+// TODO: Translate the following.
+// 'title.error' => 'Error',
+// 'title.success' => 'Success',
 'title.login' => 'Sesión iniciada',
 'title.groups' => 'Grupos',
 // 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' => 'Deleting Group',
 'title.reset_password' => 'Reestablecer contraseña',
@@ -321,7 +327,6 @@ $i18n_key_words = array(
 'title.options' => 'Opciones',
 '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',