Moved Delete to timesheet_edit.php to have room for paid status column.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 4b08839..bce576a 100644 (file)
@@ -137,6 +137,8 @@ $i18n_key_words = array(
 'button.send' => 'Skicka',
 'button.send_by_email' => 'Skicka som e-post',
 'button.create_group' => 'Skapa grupp',
+// TODO: translate the following.
+// 'button.create_timesheet' => 'Create timesheet',
 'button.export' => 'Exportera grupp',
 'button.import' => 'Importera grupp',
 'button.close' => 'Stäng',
@@ -313,6 +315,10 @@ $i18n_key_words = array(
 'title.add_notification' => 'Lägg till avisering',
 'title.edit_notification' => 'Redigera avisering',
 'title.delete_notification' => 'Ta bort avisering',
+// TODO: translate the following.
+// 'title.add_timesheet' => 'Adding Timesheet',
+// 'title.edit_timesheet' => 'Editing Timesheet',
+// 'title.delete_timesheet' => 'Deleting Timesheet',
 'title.monthly_quotas' => 'Månadskvoter',
 'title.export' => 'Exportera grupp',
 'title.import' => 'Importera grupp',
@@ -432,6 +438,8 @@ $i18n_key_words = array(
 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 // TODO: translate the following.
 // form.timesheets.hint' => 'Use reports to add new timesheets.',
+// 'form.timesheets.active_timesheets' => 'Active Timesheets',
+// 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).