Refactoring in translation files.
[timetracker.git] / WEB-INF / resources / ca.lang.php
index f3bb16b..5308003 100644 (file)
@@ -38,18 +38,18 @@ $i18n_holidays = array('01/01', '01/16', '02/20', '03/29', '07/04', '09/04', '10
 
 $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' => 'Iniciar sessiĆ³',
 'menu.logout' => 'Finalitzar sessiĆ³',
 // TODO: translate the following.
 // 'menu.forum' => 'Forum',
 'menu.help' => 'Ajuda',
-// Note to translators: menu.create_team needs to be translated more accurately.
-'menu.create_team' => 'Crear un nou compte de manejador',
+// TODO: translate the following.
+// 'menu.create_team' => 'Create Team',
 'menu.profile' => 'Perfil',
-// 'menu.time' => 'Time',
-'menu.time' => 'El meu temps', // TODO: menu.time is no longer "My time", just "Time".
 // TODO: translate the following.
+// 'menu.time' => 'Time',
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Informes',
 // TODO: translate the following.
@@ -64,6 +64,8 @@ $i18n_key_words = array(
 // 'menu.clients' => 'Clients',
 // 'menu.options' => 'Options',
 
+// 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.',