Finished refactoring error messages in translation files.
[timetracker.git] / WEB-INF / resources / sl.lang.php
index 1b8dedc..154d2d6 100644 (file)
@@ -40,21 +40,22 @@ $i18n_holidays = array('01/01', '01/02', '02/08', '04/12', '04/13', '04/27', '05
 
 $i18n_key_words = array(
 
-// Menus.
+// Menus - short selection strings that are displayed on top of application web pages.
+// Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Prijava',
 'menu.logout' => 'Odjava',
 // TODO: translate the following.
 // 'menu.forum' => 'Forum',
 'menu.help' => 'Pomoč',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'Ustvari nov manager račun',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
 'menu.profile' => 'Profil',
-'menu.time' => 'Moj čas', // TODO: Improve this, used to be "My time", now just "Time".
 // TODO: translate the following.
+// 'menu.time' => 'Time',
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Poročila',
 // TODO: translate the following.
-// 'menu.charts' => 'Charts',
+'menu.charts' => 'Charts',
 'menu.projects' => 'Projekti',
 // TODO: translate the following.
 // 'menu.tasks' => 'Tasks',
@@ -105,6 +106,10 @@ $i18n_key_words = array(
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
 
+
+
+// TODO: refactoring ongoing down from here.
+
 // Labels for buttons.
 'button.login' => 'prijava',
 'button.now' => 'zdaj',