X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsv.lang.php;h=60a0a1f329858963143855d170398d86f8116456;hb=7916f561fed6b50348f144fc411ca82ee9bd5ebb;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..60a0a1f3 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ö'); @@ -206,7 +206,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',