X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=c1ca4de3ff5b3738758db824360693933229a051;hb=920b5bff2bf2fb1caa10715ed8d40175e4798019;hp=ff2dda3434eb7d69c4b1903110e931479f44233c;hpb=b3c9cd1820158293d52c6cc1bb7244fee06104ed;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index ff2dda34..c1ca4de3 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -262,6 +262,7 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', // 'label.download' => 'Download', @@ -281,6 +282,8 @@ $i18n_key_words = array( 'title.time' => 'Tider', 'title.edit_time_record' => 'Redigera tidsregistrering', 'title.delete_time_record' => 'Ta bort tidsregistrering', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'Kostnader', 'title.edit_expense' => 'Redigera kostnad', 'title.delete_expense' => 'Ta bort kostnad', @@ -336,6 +339,8 @@ $i18n_key_words = array( 'title.export' => 'Exportera grupp', 'title.import' => 'Importera grupp', 'title.options' => 'Alternativ', +// TODO: translate the following. +// 'title.display_options' => 'Display Options', 'title.profile' => 'Profil', 'title.plugins' => 'Tillägg', 'title.cf_custom_fields' => 'Egna fält', @@ -545,6 +550,7 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12-timmars', 'form.group_edit.24_hours' => '24-timmars', // TODO: translate the following. +// 'form.group_edit.display_options' => 'Display options', // 'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.tracking_mode' => 'Spårningsmetod', 'form.group_edit.mode_time' => 'Endast tid', @@ -623,4 +629,8 @@ $i18n_key_words = array( // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.

%s", // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved', // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.

%s", + +// Display Options form. See example at https://timetracker.anuko.com/display_options.php. +// TODO: translate the following. +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );