Introduced a debug option and a localization string for holidays.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 9f1a097..23ca57c 100644 (file)
@@ -49,6 +49,8 @@ $i18n_key_words = array(
 'menu.group' => 'Grupp',
 'menu.plugins' => 'Tillägg',
 'menu.time' => 'Tider',
+// TODO: translate the following.
+// 'menu.week' => 'Week',
 'menu.expenses' => 'Kostnader',
 'menu.reports' => 'Rapporter',
 // TODO: translate the following.
@@ -559,6 +561,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.group_edit.display_options' => 'Display options',
 // 'form.group_edit.show_holidays' => 'Show holidays',
+// 'form.group_edit.holidays' => 'Holidays',
 'form.group_edit.tracking_mode' => 'Spårningsmetod',
 'form.group_edit.mode_time' => 'Endast tid',
 'form.group_edit.mode_projects' => 'Projekt',
@@ -639,5 +642,6 @@ $i18n_key_words = array(
 
 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
 // TODO: translate the following.
+// 'form.display_options.menu' => 'Menu',
 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
 );