Fixed a problem with English label introduced in previous commit.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index e1f7ee1..679db6e 100644 (file)
@@ -152,6 +152,8 @@ $i18n_key_words = array(
 'label.finish' => 'Sluttid',
 'label.duration' => 'Varaktighet',
 'label.note' => 'Anteckning',
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 'label.item' => 'Utlägg för',
 'label.cost' => 'Kostnad',
 'label.day_total' => 'Dagstotal',
@@ -166,6 +168,9 @@ $i18n_key_words = array(
 'label.configure' => 'Konfigurera',
 'label.select_all' => 'Markera alla',
 'label.select_none' => 'Avmarkera alla',
+// TODO: translate the following.
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 'label.id' => 'ID',
 'label.language' => 'Språk',
 'label.decimal_mark' => 'Decimaltecken',
@@ -321,6 +326,10 @@ $i18n_key_words = array(
 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 'form.time_edit.uncompleted' => 'Den här tidsregistreringen har sparats utan sluttid. Fyll i en sluttid och klicka på Spara för att avsluta.',
 
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
 // Reports form. See example at https://timetracker.anuko.com/reports.php
 'form.reports.save_as_favorite' => 'Spara rapport som',
 'form.reports.confirm_delete' => 'Är du säker på att du vill ta bort den här rapporten från dina favoriter?',
@@ -351,6 +360,8 @@ $i18n_key_words = array(
 'form.invoice.person' => 'Person',
 'form.invoice.invoice_to_delete' => 'Fakturanummer',
 'form.invoice.invoice_entries' => 'Relaterade tider och kostnader',
+// TODO: translate the following.
+// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 // Charts form. See example at https://timetracker.anuko.com/charts.php
 'form.charts.interval' => 'Intervall',