X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=37e8dffe31c688f45e4c5158eccb5bb77680edad;hb=9f4ffc38746c7d23beb7b48ba342dd0cc8e8b19a;hp=35e48dbcfc3b24f5b338fa4811b69f9f43ebeff5;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/sv.lang.php b/WEB-INF/resources/sv.lang.php index 35e48dbc..37e8dffe 100644 --- a/WEB-INF/resources/sv.lang.php +++ b/WEB-INF/resources/sv.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Svenska'; +$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ö'); @@ -69,6 +69,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 +161,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', @@ -206,7 +210,8 @@ $i18n_key_words = array( 'label.type_text' => 'Text', 'label.required' => 'Obligatorisk', 'label.fav_report' => 'Sparade rapporter', -'label.cron_schedule' => 'CRON-schema', +// TODO: translate the following. +// 'label.schedule' => 'Schedule', 'label.what_is_it' => 'Vad är detta?', 'label.expense' => 'Kostnad', 'label.quantity' => 'Antal', @@ -288,6 +293,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. @@ -443,6 +449,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. @@ -470,13 +478,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',