X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=97392f9eb0df2ae353450067e85db4d2a15ac832;hb=a0ff02ec3fa7016404f3992710db57951e74e824;hp=8eb1baba9d142daf1e9e216a3f6e2e72bc8892cc;hpb=56fd29cc5a2b6a67ed24b19d0d4213a6458a9723;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 8eb1baba..97392f9e 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Swedish (Svenska)'; $i18n_months = array('Januari', 'Februari', 'Mars', 'April', 'Maj', 'Juni', 'Juli', 'Augusti', 'September', 'Oktober', 'November', 'December'); $i18n_weekdays = array('Söndag', 'Måndag', 'Tisdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lördag'); $i18n_weekdays_short = array('Sö', 'Må', 'Ti', 'On', 'To', 'Fr', 'Lö'); -// format mm/dd -$i18n_holidays = array('01/01', '01/06', '05/01', '06/06', '12/25', '12/26'); // OBS! Endast fasta helgdagar, då rörliga datum måste uppdateras varje år. $i18n_key_words = array( @@ -44,11 +42,14 @@ $i18n_key_words = array( 'menu.logout' => 'Logga ut', 'menu.forum' => 'Forum', 'menu.help' => 'Hjälp', -'menu.create_group' => 'Skapa grupp', +// TODO: translate the following. +// 'menu.register' => 'Register', 'menu.profile' => 'Profil', '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. @@ -233,6 +234,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Egna fält', 'label.monthly_quotas' => 'Månadskvoter', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Typ', 'label.type_dropdown' => 'Rullgardinsmeny', 'label.type_text' => 'Text', @@ -247,6 +250,7 @@ $i18n_key_words = array( // 'label.paid_status' => 'Paid status', // 'label.paid' => 'Paid', // 'label.mark_paid' => 'Mark paid', +// 'label.week_menu' => 'Week menu', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', // 'label.work_units' => 'Work units', @@ -265,6 +269,8 @@ $i18n_key_words = array( // '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', @@ -367,6 +373,11 @@ $i18n_key_words = array( // '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. @@ -385,6 +396,8 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'Föregående år', 'dropdown.selected_year' => 'År', 'dropdown.all_time' => 'Livstid', +// TODO: translate the following. +// 'dropdown.time' => 'time', 'dropdown.projects' => 'Projekt', 'dropdown.tasks' => 'Arbetsuppgifter', 'dropdown.clients' => 'Kunder', @@ -502,8 +515,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', @@ -553,7 +564,7 @@ $i18n_key_words = array( '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.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Spårningsmetod', 'form.group_edit.mode_time' => 'Endast tid', 'form.group_edit.mode_projects' => 'Projekt', @@ -570,6 +581,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.confirm_save' => 'Confirm saving', // 'form.group_edit.allow_ip' => 'Allow IP', +// 'form.group_edit.advanced_settings' => 'Advanced settings', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following. @@ -634,5 +646,6 @@ $i18n_key_words = array( // 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', );