]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sl.lang.php
Work in progress on translations.
[timetracker.git] / WEB-INF / resources / sl.lang.php
index 430ee9602143b0f40b8d4988d1c65363bb7bab20..a541040a49be1a7ab973aa36d8f8cccdb1f4eb61 100644 (file)
@@ -66,8 +66,6 @@ $i18n_key_words = array(
 'menu.clients' => 'Stranke',
 'menu.options' => 'Možnosti',
 
-// TODO: refactoring ongoing down from here.
-
 // Footer - strings on the bottom of most pages.
 // TODO: translate the following.
 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
@@ -109,11 +107,17 @@ $i18n_key_words = array(
 // 'error.future_date' => 'Date is in future.',
 
 // Labels for buttons.
-'button.login' => 'prijava',
-'button.now' => 'zdaj',
-'button.save' => 'shrani',
-'button.delete' => 'izbriši',
-'button.cancel' => 'prekliči',
+'button.login' => 'Prijava',
+'button.now' => 'Zdaj',
+'button.save' => 'Shrani',
+// TODO: translate the following.
+// 'button.copy' => 'Copy',
+'button.cancel' => 'Prekliči',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 'button.submit' => 'potrdi',
 'button.add_user' => 'dodaj uporabnika',
 'button.add_project' => 'dodaj projekt',
@@ -150,6 +154,7 @@ $i18n_key_words = array(
 // 'label.condition' => 'Condition',
 // 'label.yes' => 'yes',
 // 'label.no' => 'no',
+'label.delete' => 'Izbriši',
 
 // Form titles.
 // TODO: the entire title section is missing here. See the English file.