X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fsv.lang.php;h=e47f8939dd5ec2d1cb608bfa6accbc92c39c109c;hb=a67c7fec533237be9be83379eb19fbbf51174c9a;hp=6348480a0865bed4997164679e4403467ad1f99b;hpb=b262cc9f78e50e6910fefc1744782ddd64bbccda;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 6348480a..e47f8939 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -222,6 +222,7 @@ $i18n_key_words = array( // 'label.mark_paid' => 'Mark paid', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', +// 'label.work_units' => 'Work units', // Rubriker för formulär 'title.login' => 'Logga in', @@ -297,6 +298,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'title.week_view' => 'Week View', // 'title.swap_roles' => 'Swapping Roles', +// 'title.work_units' => 'Work Units', // 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. @@ -420,6 +422,10 @@ $i18n_key_words = array( 'form.users.rate' => 'Timtaxa', 'form.users.default_rate' => 'Standard timtaxa', +// Editing User form. See example at https://timetracker.anuko.com/user_edit.php +// TODO: translate the following. +// 'form.user_edit.swap_roles' => 'Swap roles', + // Roles form. See example at https://timetracker.anuko.com/roles.php // TODO: translate the following. // 'form.roles.active_roles' => 'Active Roles', @@ -453,29 +459,27 @@ $i18n_key_words = array( // TODO: check translation of form.groups.hint for accuracy. 'form.groups.hint' => 'Skapa en ny grupp genom att skapa ett konto för en ansvarig person. Du kan även importera grupp från en tidigare installation av Anuko Time Tracker via en XML-fil. Se till att inga användarnamn krockar när filen importeras.', -// Profile form. See example at https://timetracker.anuko.com/profile_edit.php. -// TODO: translate the following. -// 'form.profile.swap_roles' => 'Swap roles', -'form.profile.12_hours' => '12-timmars', -'form.profile.24_hours' => '24-timmars', +// Group Settings form. See example at https://timetracker.anuko.com/group_edit.php. +'form.group_edit.12_hours' => '12-timmars', +'form.group_edit.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', -'form.profile.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter', -'form.profile.record_type' => 'Typ av tidsregistrering', -'form.profile.type_all' => 'Alla', -'form.profile.type_start_finish' => 'Starttid och sluttid', -'form.profile.type_duration' => 'Varaktighet', +// 'form.group_edit.show_holidays' => 'Show holidays', +'form.group_edit.tracking_mode' => 'Spårningsmetod', +'form.group_edit.mode_time' => 'Endast tid', +'form.group_edit.mode_projects' => 'Projekt', +'form.group_edit.mode_projects_and_tasks' => 'Projekt och arbetsuppgifter', +'form.group_edit.record_type' => 'Typ av tidsregistrering', +'form.group_edit.type_all' => 'Alla', +'form.group_edit.type_start_finish' => 'Starttid och sluttid', +'form.group_edit.type_duration' => 'Varaktighet', // TODO: translate the following. -// 'form.profile.punch_mode' => 'Punch mode', -// 'form.profile.allow_overlap' => 'Allow overlap', -// 'form.profile.future_entries' => 'Future entries', -'form.profile.uncompleted_indicators' => 'Indikatorer för oavslutad registrering', +// 'form.group_edit.punch_mode' => 'Punch mode', +// 'form.group_edit.allow_overlap' => 'Allow overlap', +// 'form.group_edit.future_entries' => 'Future entries', +'form.group_edit.uncompleted_indicators' => 'Indikatorer för oavslutad registrering', // TODO: translate the following. -// 'form.profile.allow_ip' => 'Allow IP', -'form.profile.plugins' => 'Tillägg', +// 'form.group_edit.allow_ip' => 'Allow IP', +'form.group_edit.plugins' => 'Tillägg', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php // TODO: translate the following.