X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=c2159bb1a2c41c79fd83ba74e0e99904f31a156b;hb=873cee05ecd24aa9066b467b2c90132ee08a99a1;hp=a7860f81f9dbaf46a72df6cd96037a51f4ad7100;hpb=1e79f87da93c796cf1a46d7f36eab5f0fef3db61;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index a7860f81..c2159bb1 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -222,6 +222,9 @@ $i18n_key_words = array( // 'label.mark_paid' => 'Mark paid', // 'label.week_note' => 'Week note', // 'label.week_list' => 'Week list', +// 'label.work_units' => 'Work units', +// 'label.work_units_short' => 'Units', +'label.totals_only' => 'Visa endast summeringar', // Rubriker för formulär 'title.login' => 'Logga in', @@ -297,6 +300,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. @@ -379,7 +383,6 @@ $i18n_key_words = array( 'form.reports.group_by_client' => 'Kund', 'form.reports.group_by_project' => 'Projekt', 'form.reports.group_by_task' => 'Arbetsuppgift', -'form.reports.totals_only' => 'Visa endast summeringar', // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). @@ -457,27 +460,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. -'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. @@ -503,6 +506,11 @@ $i18n_key_words = array( // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.', // 'form.swap.swap_with' => 'Swap roles with', +// Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin. +// TODO: translate the following. +// 'form.work_units.minutes_in_unit' => 'Minutes in unit', +// 'form.work_units.1st_unit_threshold' => '1st unit threshold', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',