Refactoring in translation files.
[timetracker.git] / WEB-INF / resources / es.lang.php
index 09e0f5c..ab97d11 100644 (file)
 $i18n_language = 'Español';
 $i18n_months = array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre');
 $i18n_weekdays = array('Domingo', 'Lunes', 'Martes', 'Miércoles', 'Jueves', 'Viernes', 'Sábado');
-$i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sa');
+$i18n_weekdays_short = array('Do', 'Lu', 'Ma', 'Mi', 'Ju', 'Vi', 'Sá');
 // format mm/dd
 $i18n_holidays = array('01/01', '01/06', '04/05', '04/06', '05/01', '08/15', '10/12', '11/01', '12/06', '12/08', '12/25');
 
 $i18n_key_words = array(
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Iniciar sesión',
 'menu.logout' => 'Finalizar sesión',
 'menu.forum' => 'Foro',
 'menu.help' => 'Ayuda',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'Crear una nueva cuenta de manejador',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
 'menu.profile' => 'Perfil',
 'menu.time' => 'Tiempo',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Reportes',
-// Note to translators: menu.charts needs to be translated.
+// TODO: translate the following.
 // 'menu.charts' => 'Charts',
 'menu.projects' => 'Proyectos',
-// TODO: translate menu.tasks.
+// TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
 'menu.users' => 'Personas',
 'menu.teams' => 'Equipos',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'Export',
+// TODO: translate the following.
+// menu.export' => 'Export',
 'menu.clients' => 'Clientes',
 'menu.options' => 'Opciones',
 
+// TODO: refactoring ongoing down from here.
+
 // Footer - strings on the bottom of most pages.
 // TODO: translate the following.
 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.'
@@ -86,6 +88,7 @@ $i18n_key_words = array(
 // 'error.task' => 'Select task.',
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
 'error.auth' => 'Usuario o contraseña incorrecta.',
 // Note to translators: this string needs to be translated.
 // 'error.user_exists' => 'User with this login already exists.',
@@ -112,7 +115,7 @@ $i18n_key_words = array(
 'button.login' => 'Iniciar sesion',
 'button.now' => 'Ahora',
 'button.save' => 'Guardar',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'button.copy' => 'Copy',
 'button.cancel' => 'Cancelar',
 'button.submit' => 'Enviar',
@@ -135,7 +138,7 @@ $i18n_key_words = array(
 'button.import' => 'Importar grupo',
 // TODO: translate button.close.
 // 'button.close' => 'Close',
-// TODO: translate the following string. 
+// TODO: translate the following.
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
@@ -165,7 +168,7 @@ $i18n_key_words = array(
 // 'label.client' => 'Client',
 // 'label.clients' => 'Clients',
 'label.option' => 'Opción',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'label.invoice' => 'Invoice',
 'label.project' => 'Proyecto',
 'label.projects' => 'Proyectos',
@@ -227,6 +230,8 @@ $i18n_key_words = array(
 // Translate the following.
 // 'label.page' => 'Page',
 // 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 // TODO: translate the following.
 // 'label.custom_fields' => 'Custom fields',
@@ -242,6 +247,8 @@ $i18n_key_words = array(
 // 'label.expense' => 'Expense',
 // 'label.quantity' => 'Quantity',
 // 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'label.mark_paid' => 'Mark paid',
 
 // Form titles.
 'title.login' => 'Sesión iniciada',
@@ -346,6 +353,8 @@ $i18n_key_words = array(
 // 'dropdown.status_inactive' => 'inactive',
 // 'dropdown.delete'=>'delete',
 // 'dropdown.do_not_delete'=>'do not delete',
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
@@ -401,7 +410,7 @@ $i18n_key_words = array(
 'form.reports.group_by_no' => '--- no agrupar ---',
 'form.reports.group_by_date' => 'fecha',
 'form.reports.group_by_user' => 'usuario',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'form.reports.group_by_client' => 'client',
 'form.reports.group_by_project' => 'proyecto',
 // TODO: traslate the following string.
@@ -411,6 +420,8 @@ $i18n_key_words = array(
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 'form.report.export' => 'Exportar',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).