X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fsv.lang.php;h=2c6992320d9c9ad4a22c8ed81e1ba75eafc4b8a8;hb=c13fcda70448cc81d1555fe2ee25a5d0ed2f74c7;hp=60a0a1f329858963143855d170398d86f8116456;hpb=c858de92eb6b3b55a622d0457fd331aa0b26061f;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 60a0a1f3..2c699232 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -46,6 +46,8 @@ $i18n_key_words = array( 'menu.help' => 'Hjälp', 'menu.create_team' => 'Skapa arbetsgrupp', 'menu.profile' => 'Profil', +// TODO: translate the following. +// 'menu.group' => 'Group', 'menu.time' => 'Tider', 'menu.expenses' => 'Kostnader', 'menu.reports' => 'Rapporter', @@ -69,6 +71,8 @@ $i18n_key_words = array( 'error.access_denied' => 'Åtkomst nekad.', 'error.sys' => 'Systemfel.', 'error.db' => 'Databasfel.', +// TODO: translate the following. +// 'error.feature_disabled' => 'Feature is disabled.', 'error.field' => '"{0}" innehåller ett felaktigt värde.', 'error.empty' => '"{0}" kan inte vara tomt.', 'error.not_equal' => '"{0}" matchar inte "{1}".', @@ -159,6 +163,8 @@ $i18n_key_words = array( // 'label.notes' => 'Notes', 'label.item' => 'Utlägg för', 'label.cost' => 'Kostnad', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Dagstotal', 'label.week_total' => 'Veckototal', 'label.month_total' => 'Månadstotal', @@ -276,6 +282,8 @@ $i18n_key_words = array( 'title.import' => 'Importera arbetsgrupp', 'title.options' => 'Alternativ', 'title.profile' => 'Profil', +// TODO: translate the following. +// 'title.group' => 'Group Settings', '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', @@ -289,6 +297,7 @@ $i18n_key_words = array( 'title.locking' => 'Låsning', // TODO: translate the following. // 'title.week_view' => 'Week View', +// 'title.swap_roles' => 'Swapping Roles', // 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. @@ -444,6 +453,8 @@ $i18n_key_words = array( 'form.teams.hint' => 'Skapa en ny arbetsgrupp genom att skapa ett konto för en ansvarig person. Du kan även importera arbetsgrupper 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', // TODO: translate the following. @@ -471,13 +482,18 @@ $i18n_key_words = array( 'form.mail.report_sent' => 'Rapporten skickades.', 'form.mail.invoice_sent' => 'Fakturan skickades.', -// Quotas configuration form. +// Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'År', 'form.quota.month' => 'Månad', 'form.quota.quota' => 'Kvot', 'form.quota.workday_hours' => 'Arbetstimmar per dag', 'form.quota.hint' => 'Om fälten lämnas tomma räknas kvoterna automatiskt ut baserat på arbetstimmar per dag och helgdagar.', +// Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php. +// TODO: translate the following. +// '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', + // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations. // TODO: translate the following. // 'role.user.label' => 'User',