X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=701c62c70737d1b631a80e70da51800ac31baf25;hb=a26a0989ad93cce9de9f45312990da9610e53045;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..701c62c7 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -49,6 +49,8 @@ $i18n_key_words = array( 'menu.group' => 'Grupp', 'menu.plugins' => 'Tillägg', 'menu.time' => 'Tider', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Kostnader', 'menu.reports' => 'Rapporter', // TODO: translate the following. @@ -262,8 +264,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', @@ -281,6 +286,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', @@ -294,6 +301,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', @@ -336,6 +344,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', @@ -360,6 +370,12 @@ $i18n_key_words = array( // 'title.edit_file' => 'Editing File', // 'title.delete_file' => 'Deleting File', // 'title.download_file' => 'Downloading File', +// 'title.work' => 'Work', +// 'title.add_work' => 'Adding Work', +// 'title.edit_work' => 'Editing Work', +// 'title.delete_work' => 'Deleting Work', +// 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups. +// 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups. // 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. @@ -495,8 +511,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', @@ -545,6 +559,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 +638,9 @@ $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.menu' => 'Menu', +// 'form.display_options.note_on_separate_row' => 'Note on separate row', );