]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/et.lang.php
Replaced intval() calls with a faster cast to int.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 46ed3246e90a8847751c8b426c94c8fd9975b131..06c46e0a3a9ebd94e7bfc63d326c1b00722c0437 100644 (file)
@@ -40,14 +40,15 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '05/01', '05/31', '06
 
 $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' => 'Login',
 'menu.logout' => 'Logout',
 // TODO: translate the following.
 // 'menu.forum' => 'Forum',
 'menu.help' => 'Abiinfo',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'loo uus managerikonto',
+// TODO: translate the following.
+'menu.create_team' => 'Create Team',
 'menu.profile' => 'Profiili',
 'menu.time' => 'Aeg',
 // TODO: translate the following.
@@ -89,6 +90,8 @@ $i18n_key_words = array(
 // 'error.client' => 'Select client.',
 // 'error.report' => 'Select report.',
 // 'error.record' => 'Select record.',
+
+// TODO: refactoring ongoing down from here.
 'error.auth' => 'Vale login või salasõna.',
 // TODO: translate the following.
 // 'error.user_exists' => 'User with this login already exists.',