X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb6bc3d0119845872e4b09cbc4985adf06d97520..273d933d53fcd1a1c4e77e8ff1fcc3f05a82c0db:/WEB-INF/resources/es.lang.php diff --git a/WEB-INF/resources/es.lang.php b/WEB-INF/resources/es.lang.php index f510d010..72ec01fd 100644 --- a/WEB-INF/resources/es.lang.php +++ b/WEB-INF/resources/es.lang.php @@ -38,21 +38,23 @@ $i18n_holidays = array('01/01', '01/06', '04/05', '04/06', '05/01', '08/15', '10 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// 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 sesión', 'menu.logout' => 'Finalizar sesión', 'menu.forum' => 'Foro', 'menu.help' => 'Ayuda', -// Note to translators: menu.create_team needs a more accurate translation. -'menu.create_team' => 'Crear una nueva cuenta de manejador', +// TODO: translate the following. +// 'menu.create_team' => 'Create Team', 'menu.profile' => 'Perfil', 'menu.time' => 'Tiempo', // TODO: translate the following. // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Reportes', -// Note to translators: menu.charts needs to be translated. +// TODO: translate the following. // 'menu.charts' => 'Charts', + +// TODO: refactoring ongoing down from here. 'menu.projects' => 'Proyectos', // TODO: translate menu.tasks. // 'menu.tasks' => 'Tasks',