Introduced label.ip in localization files.
[timetracker.git] / WEB-INF / resources / sv.lang.php
index caa0d0c..aecae9d 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ö');
@@ -159,6 +159,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',