X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7ffbdd795498e935a5d50fd87c60cea3ab527bfa..273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db:/WEB-INF/resources/ca.lang.php diff --git a/WEB-INF/resources/ca.lang.php b/WEB-INF/resources/ca.lang.php index f3bb16be..7e14c831 100644 --- a/WEB-INF/resources/ca.lang.php +++ b/WEB-INF/resources/ca.lang.php @@ -38,22 +38,24 @@ $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. // 'menu.charts' => 'Charts', + +// TODO: refactoring ongoing down from here. 'menu.projects' => 'Projectes', // TODO: translate the following. // 'menu.tasks' => 'Tasks',