X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=bce576ae627dd6777db516cd71f0b92bd0de37d4;hb=351514c0823db572768c8f4d7f9dbb4fad81447c;hp=ed6a0ac8050b8d235bed9b46a8f5f62a89ef142b;hpb=74992a9fa9cdac627ba3c672b5799812ac974268;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index ed6a0ac8..bce576ae 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -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', @@ -247,6 +249,10 @@ $i18n_key_words = array( // 'label.work_units_short' => 'Units', 'label.totals_only' => 'Visa endast summeringar', 'label.quota' => 'Kvot', +// TODO: translate the following. +// 'label.timesheet' => 'Timesheet', +// 'label.submitted' => 'Submitted', +// 'label.approved' => 'Approved', // Rubriker för formulär 'title.error' => 'Fel', @@ -309,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', @@ -405,6 +415,9 @@ $i18n_key_words = array( 'form.reports.include_not_billable' => 'Icke debiterbar tid', 'form.reports.include_invoiced' => 'Fakturerad tid', 'form.reports.include_not_invoiced' => 'Icke fakturerad tid', +// TODO: translate the following. +// 'form.reports.include_assigned' => 'assigned', +// 'form.reports.include_not_assigned' => 'not assigned', 'form.reports.select_period' => 'Välj intervall', 'form.reports.set_period' => 'eller ställ in datum', 'form.reports.show_fields' => 'Visa fält', @@ -422,6 +435,12 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.report.assign_to_invoice' => 'Assign to invoice', +// 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). 'form.invoice.number' => 'Fakturanummer',