A bit more refactoring in translations.
[timetracker.git] / WEB-INF / resources / es.lang.php
index dbf480c..c145556 100644 (file)
@@ -244,6 +244,8 @@ $i18n_key_words = array(
 // 'label.paid_status' => 'Paid status',
 // 'label.paid' => 'Paid',
 // 'label.mark_paid' => 'Mark paid',
+// 'label.week_note' => 'Week note',
+// 'label.week_list' => 'Week list',
 
 // Form titles.
 'title.login' => 'SesiĆ³n iniciada',
@@ -317,18 +319,17 @@ $i18n_key_words = array(
 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 // It is also a name for the Locking plugin on the Team profile page.
 // 'title.locking' => 'Locking',
+// 'title.week_view' => 'Week View',
 
 // 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.
 'dropdown.all' => '--- todos ---',
 'dropdown.no' => '--- no ---',
-// TODO: translate the following.
-// 'dropdown.current_day' => 'today',
-// 'dropdown.previous_day' => 'yesterday',
+'dropdown.current_day' => 'hoy',
+'dropdown.previous_day' => 'ayer',
 'dropdown.selected_day' => 'dia',
 'dropdown.current_week' => 'esta semana',
-// TODO: translate the following.
-// 'dropdown.previous_week' => 'previous week',
+'dropdown.previous_week' => 'la semana pasada',
 'dropdown.selected_week' => 'semana',
 'dropdown.current_month' => 'este mes',
 'dropdown.previous_month' => 'el mes pasado',
@@ -397,7 +398,6 @@ $i18n_key_words = array(
 'form.reports.save_as_favorite' => 'Guardar como favorito',
 // TODO: translate form.reports.confirm_delete.
 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
-// 'form.reports.include_records' => 'Include records',
 'form.reports.include_billable' => 'facturable',
 'form.reports.include_not_billable' => 'no facturable',
 // TODO: translate the following.