Added label.file to translation files.
[timetracker.git] / WEB-INF / resources / es.lang.php
index bd1de55..7586030 100644 (file)
@@ -118,6 +118,7 @@ $i18n_key_words = array(
 // 'error.format' => 'Invalid file format.',
 // 'error.user_count' => 'Limit on user count.',
 // 'error.expired' => 'Expiration date reached.',
+// 'error.file_storage' => 'File storage error.',
 
 // Warning messages.
 // TODO: translate the following.
@@ -276,6 +277,10 @@ $i18n_key_words = array(
 // 'label.mark_approved' => 'Mark approved',
 // 'label.template' => 'Template',
 // 'label.attachments' => 'Attachments',
+// 'label.files' => 'Files',
+// 'label.file' => 'File',
+// 'label.image' => 'Image',
+// 'label.download' => 'Download',
 
 // Form titles.
 // TODO: Translate the following.
@@ -294,7 +299,8 @@ $i18n_key_words = array(
 'title.time' => 'Tiempo',
 'title.edit_time_record' => 'Modificando el historial de tiempo',
 'title.delete_time_record' => 'Eliminando el historial de tiempo',
-// TODO: translate the following.
+// TODO: Translate the following.
+// 'title.time_files' => 'Time Record Files',
 // 'title.expenses' => 'Expenses',
 // 'title.edit_expense' => 'Editing Expense Item',
 // 'title.delete_expense' => 'Deleting Expense Item',
@@ -313,6 +319,8 @@ $i18n_key_words = array(
 // 'title.send_invoice' => 'Sending Invoice',
 // 'title.charts' => 'Charts',
 'title.projects' => 'Proyectos',
+// TODO: translate the following.
+// 'title.project_files' => 'Project Files',
 'title.add_project' => 'Agregando proyecto',
 'title.edit_project' => 'Modificando proyecto',
 'title.delete_project' => 'Eliminando proyecto',
@@ -350,6 +358,8 @@ $i18n_key_words = array(
 'title.export' => 'Exportar datos', // TODO: Consider changing to exportando for consistency with other titles.
 'title.import' => 'Importar datos', // TODO: Consider changing to importando for consistency with other titles.
 'title.options' => 'Opciones',
+// TODO: translate the following.
+// 'title.display_options' => 'Display Options',
 'title.profile' => 'Perfil',
 // TODO: translate the following.
 // 'title.plugins' => 'Plugins',
@@ -371,6 +381,9 @@ $i18n_key_words = array(
 // 'title.add_template' => 'Adding Template',
 // 'title.edit_template' => 'Editing Template',
 // 'title.delete_template' => 'Deleting Template',
+// 'title.edit_file' => 'Editing File',
+// 'title.delete_file' => 'Deleting File',
+// 'title.download_file' => 'Downloading File',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // Strings that are used in a single form must go to the specific form section.
@@ -576,6 +589,7 @@ $i18n_key_words = array(
 'form.group_edit.12_hours' => '12 horas',
 'form.group_edit.24_hours' => '24 horas',
 // TODO: translate the following.
+// 'form.group_edit.display_options' => 'Display options',
 // 'form.group_edit.show_holidays' => 'Show holidays',
 // 'form.group_edit.tracking_mode' => 'Tracking mode',
 // 'form.group_edit.mode_time' => 'time',
@@ -655,4 +669,8 @@ $i18n_key_words = array(
 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
+
+// Display Options form. See example at https://timetracker.anuko.com/display_options.php.
+// TODO: translate the following.
+// 'form.display_options.note_on_separate_row' => 'Note on separate row',
 );