Minor cleanup in is and it translation files
authorNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 06:06:23 +0000 (22:06 -0800)
committerNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 06:06:23 +0000 (22:06 -0800)
WEB-INF/resources/is.lang.php
WEB-INF/resources/it.lang.php
WEB-INF/templates/footer.tpl

index f748fad..23d69ed 100644 (file)
@@ -26,6 +26,8 @@
 // | https://www.anuko.com/time_tracker/credits.htm
 // +----------------------------------------------------------------------+
 
+// Note to translators: Please use proper capitalization rules for your language. 
+
 $i18n_language = 'Íslenska';
 $i18n_months = array('janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember');
 $i18n_weekdays = array('sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur');
@@ -35,31 +37,44 @@ $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '04/23', '05
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => 'innskráning',
 'menu.logout' => 'skrá út',
-'menu.feedback' => 'skilaboð',
+// TODO: Translate the following:
+// 'menu.forum' => 'Forum',
 'menu.help' => 'hjálp',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => 'nýskráning',
-'menu.edit_profile' => 'uppsetning',
-'menu.my_time' => 'tími',
+'menu.profile' => 'uppsetning', // TODO: is this proper term for Profile?
+'menu.time' => 'tími',
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => 'skýrslur',
 // Note to translators: menu.charts needs to be translated.
 // 'menu.charts' => 'charts',
 'menu.projects' => 'verkefni',
-// Note to translators: is menu.activities translated correctly?
-'menu.activities' => 'í gangi',
-'menu.people' => 'fólk',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => 'teymi',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
+// TODO: Translate the following:
+// 'menu.export' => 'Export',
 'menu.clients' => 'viðskiptavinir',
-// Note to translators: menu.options needs to be translated.
-// 'menu.options' => 'options',
-'menu.admin' => 'stjórnun',
+// TODO: Translate the following:
+// 'menu.options' => 'Options',
+
+// Footer - strings on the bottom of most pages.
+// TODO: Translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                  // This is a link to a webpage that describes how to contribute to the project.
 
-// error strings
+// Error messages.
+// TODO: Translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
 'error.db' => 'gagnagrunnsvilla',
 'error.field' => 'röng "{0}" gögn',
 'error.empty' => 'svæði "{0}" er tómt',
index 9684cdb..d54caac 100644 (file)
@@ -29,6 +29,8 @@
 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option 
 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
 
+// Note to translators: Please use proper capitalization rules for your language. 
+
 $i18n_language = 'Italiano';
 $i18n_months = array('gennaio', 'febbraio', 'marzo', 'aprile', 'maggio', 'giugno', 'luiglio', 'agosto', 'settembre', 'ottobre', 'novembre', 'dicembre');
 $i18n_weekdays = array('domenica', 'lunedì', 'martedì', 'mercoledì', 'giovedì', 'venerdì', 'sabato');
@@ -38,31 +40,42 @@ $i18n_holidays = array('01/01', '01/06', '04/12', '04/13', '04/25', '05/01', '06
 
 $i18n_key_words = array(
 
-// menu entries
-// Note to translators: these strings need to be translated.
-// 'menu.login' => 'login',
-// 'menu.logout' => 'logout',
-// 'menu.feedback' => 'feedback',
-// 'menu.help' => 'help',
+// Menus.
+// 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.edit_profile' => 'modifica profilo',
-'menu.my_time' => 'tempo di lavoro',
-// Note to translators: menu.reports and menu.charts need to be translated.
-// 'menu.reports' => 'reports',
-// 'menu.charts' => 'charts',
-'menu.projects' => 'progetti',
-'menu.activities' => 'attività',
-'menu.people' => 'persone',
-// 'menu.teams' => 'teams',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
-'menu.clients' => 'clienti',
-'menu.options' => 'opzioni',
-'menu.admin' => 'admin',
+'menu.create_team' => 'Crea un nuovo account',
+'menu.profile' => 'Profilo',
+'menu.time' => 'Tempo di lavoro',
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
+// 'menu.reports' => 'Reports',
+// 'menu.charts' => 'Charts',
+'menu.projects' => 'Progetti',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
+// 'menu.teams' => 'Teams',
+// 'menu.export' => 'Export',
+'menu.clients' => 'Clienti',
+'menu.options' => 'Opzioni',
+
+// Footer - strings on the bottom of most pages.
+// TODO: Translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
+// 'footer.credits' => 'Credits',
+// 'footer.license' => 'License',
+// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
+                                  // This is a link to a webpage that describes how to contribute to the project.
 
-// error strings
-'error.db' => 'database error',
+// Error messages.
+// TODO: Translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
+// 'error.db' => 'database error',
 'error.field' => 'dato "{0}" errato',
 'error.empty' => 'il campo "{0}" è vuoto',
 'error.not_equal' => 'il campo "{0}" non è uguale al campo "{1}"',
index 6fead3c..913f87e 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.9.14.3406 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.9.14.3407 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>