]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/it.lang.php
Refactoring in translation files.
[timetracker.git] / WEB-INF / resources / it.lang.php
index b4a3c01853a2ffbe0821e4831ffb15d5632af60a..299e0cc73d1b27d734ad6d69045e9630fa133742 100644 (file)
@@ -40,16 +40,16 @@ $i18n_holidays = array('01/01', '01/06', '04/12', '04/13', '04/25', '05/01', '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).
 // TODO: translate the following.
 // 'menu.login' => 'Login',
 // 'menu.logout' => 'Logout',
 // 'menu.forum' => 'Forum',
 // 'menu.help' => 'Help',
-// Note to translators: menu.create_team a more accurate translation.
-'menu.create_team' => 'Crea un nuovo account',
+// 'menu.create_team' => 'Create Team',
 'menu.profile' => 'Profilo',
-'menu.time' => 'Tempo di lavoro',
+'menu.time' => 'Tempo',
 // TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 // 'menu.reports' => 'Reports',
@@ -63,6 +63,8 @@ $i18n_key_words = array(
 'menu.clients' => 'Clienti',
 'menu.options' => 'Opzioni',
 
+// 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.',