X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=2a69ff3c294800286c3f73422c4dfee8168c2ae7;hb=189e8b9874d89f3d5be5b3dd2f32d4e2e5d7e1f5;hp=aacf3a7c4d4eee022fcbc8b2108b798f6c3745ab;hpb=6966f48816a53d2653bf02b537190d015407952e;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index aacf3a7c..2a69ff3c 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -262,7 +262,11 @@ $i18n_key_words = array( // 'label.template' => 'Template', // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.file' => 'File', // 'label.image' => 'Image', +// 'label.download' => 'Download', +'label.active_users' => 'Aktiva användare', +'label.inactive_users' => 'Inaktiva användare', // Rubriker för formulär 'title.error' => 'Fel', @@ -280,6 +284,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', @@ -293,6 +299,7 @@ $i18n_key_words = array( // TODO: Translate the following. // 'title.timesheets' => 'Timesheets', // 'title.timesheet' => 'Timesheet', +// 'title.timesheet_files' => 'Timesheet Files', 'title.invoice' => 'Faktura', 'title.send_invoice' => 'Skicka faktura', 'title.charts' => 'Diagram', @@ -335,6 +342,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', @@ -358,6 +367,8 @@ $i18n_key_words = array( // 'title.delete_template' => 'Deleting Template', // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', +// 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', // 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. @@ -493,8 +504,6 @@ $i18n_key_words = array( 'form.tasks.inactive_tasks' => 'Inaktiva arbetsuppgifter', // Users form. See example at https://timetracker.anuko.com/users.php -'form.users.active_users' => 'Aktiva användare', -'form.users.inactive_users' => 'Inaktiva användare', 'form.users.uncompleted_entry' => 'Användaren har en oavslutad tidsregistrering', 'form.users.role' => 'Roll', 'form.users.manager' => 'Ansvarig', @@ -543,6 +552,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', @@ -621,4 +631,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', );