Added last access handling.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index 35e48db..60a0a1f 100644 (file)
@@ -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',