X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=ac9cba05bcb61fa8ae4d9cd736aa4888286f6ea6;hb=2a12fc518e7486fa6074d9885d7480962854328f;hp=b4ea69d0385b63eff5e0e74d1e5c1ae516f7799c;hpb=887ff98dde2f444ef7f33b32fc7f550b5833b5e6;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index b4ea69d0..ac9cba05 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', @@ -429,6 +427,8 @@ $i18n_key_words = array( // Profile form. See example at https://timetracker.anuko.com/profile_edit.php. 'form.profile.12_hours' => '12-timmars', 'form.profile.24_hours' => '24-timmars', +// TODO: translate the following. +// 'form.profile.show_holidays' => 'Show holidays', 'form.profile.tracking_mode' => 'Spårningsmetod', 'form.profile.mode_time' => 'Endast tid', 'form.profile.mode_projects' => 'Projekt',