]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/sl.lang.php
Replaced intval() calls with a faster cast to int.
[timetracker.git] / WEB-INF / resources / sl.lang.php
index 0c6ff4b2ba8ca1fb36d0381f2e5a04815764f9de..636c162ef9a6c55ec06c2a25fcbeacc9ccc0b645 100644 (file)
@@ -49,15 +49,13 @@ $i18n_key_words = array(
 'menu.help' => 'Pomoč',
 // TODO: translate the following.
 // 'menu.create_team' => 'Create Team',
-
-// TODO: refactoring ongoing down from here.
 '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',
@@ -90,6 +88,11 @@ $i18n_key_words = array(
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.',
 // 'error.record' => 'Select record.',
+
+
+
+// TODO: refactoring ongoing down from here.
+
 // 'error.auth' => 'Incorrect login or password.',
 // 'error.user_exists' => 'User with this login already exists.',
 // 'error.project_exists' => 'Project with this name already exists.',