X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=fb4289a814c22fe86e52a0cd0694a5b26d9cb3fa;hb=a711e76851f29c7e0ac290a279eb4dd984ea7167;hp=e47f8939dd5ec2d1cb608bfa6accbc92c39c109c;hpb=a67c7fec533237be9be83379eb19fbbf51174c9a;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index e47f8939..fb4289a8 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -47,6 +47,7 @@ $i18n_key_words = array( 'menu.create_group' => 'Skapa grupp', 'menu.profile' => 'Profil', 'menu.group' => 'Grupp', +'menu.plugins' => 'Tillägg', 'menu.time' => 'Tider', 'menu.expenses' => 'Kostnader', 'menu.reports' => 'Rapporter', @@ -98,6 +99,8 @@ $i18n_key_words = array( 'error.upload' => 'Ett fel uppstod när filen laddades upp.', 'error.range_locked' => 'Datumintervallet är låst.', 'error.mail_send' => 'Ett fel uppstod när när e-postmeddelandet skulle skickas.', +// TODO: improve the translation above by adding MAIL_SMTP_DEBUG part. +// 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.', 'error.no_email' => 'Det finns ingen e-postadress kopplad till det här användarnamnet.', 'error.uncompleted_exists' => 'En oavslutad registrering existerar redan. Avsluta eller ta bort den.', 'error.goto_uncompleted' => 'Visa registrering.', @@ -144,6 +147,7 @@ $i18n_key_words = array( 'label.user' => 'Användare', 'label.users' => 'Användare', // TODO: translate the following. +// 'label.group' => 'Group', // 'label.roles' => 'Roles', 'label.client' => 'Kund', 'label.clients' => 'Kunder', @@ -223,6 +227,8 @@ $i18n_key_words = array( // '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', @@ -284,6 +290,7 @@ $i18n_key_words = array( 'title.profile' => 'Profil', // TODO: translate the following. // 'title.group' => 'Group Settings', +'title.plugins' => 'Tillägg', 'title.cf_custom_fields' => 'Egna fält', 'title.cf_add_custom_field' => 'Lägg till fält', 'title.cf_edit_custom_field' => 'Redigera fält', @@ -381,7 +388,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). @@ -479,7 +485,6 @@ $i18n_key_words = array( 'form.group_edit.uncompleted_indicators' => 'Indikatorer för oavslutad registrering', // TODO: translate the following. // '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. @@ -505,6 +510,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',