X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=5869578480a00d50b7e6a3a47befde3ff6d96b94;hb=42c4dbf15f79f0b387b2ba05ed13f87929bdad17;hp=4615c01cbb8e2a412b9391f5f79b80d11dff27c1;hpb=1378de210177ee155fd7c167b03eeae98e75712b;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 4615c01c..58695784 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -162,8 +162,6 @@ $i18n_key_words = array( 'label.week_total' => 'Veckototal', 'label.month_total' => 'Månadstotal', 'label.today' => 'Idag', -'label.total_hours' => 'Totalt antal timmar', -'label.total_cost' => 'Total kostnad', 'label.view' => 'Visa', 'label.edit' => 'Redigera', 'label.delete' => 'Ta bort', @@ -215,6 +213,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', // Rubriker för formulär 'title.login' => 'Logga in', @@ -280,6 +280,8 @@ $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' => 'Låsning', +// TODO: translate the following. +// '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. @@ -345,7 +347,6 @@ $i18n_key_words = array( // 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?', -'form.reports.include_records' => 'Inkludera tidsregistreringar', 'form.reports.include_billable' => 'Debiterbar tid', 'form.reports.include_not_billable' => 'Icke debiterbar tid', 'form.reports.include_invoiced' => 'Fakturerad tid', @@ -372,6 +373,8 @@ $i18n_key_words = array( // (you can get to this form after generating a report). 'form.invoice.number' => 'Fakturanummer', 'form.invoice.person' => 'Person', + +// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php 'form.invoice.invoice_to_delete' => 'Fakturanummer', 'form.invoice.invoice_entries' => 'Relaterade tider och kostnader', // TODO: translate the following.