Minor improvements to de, es, and et translations
authorNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 01:00:59 +0000 (17:00 -0800)
committerNik Okuntseff <support@anuko.com>
Sat, 12 Mar 2016 01:00:59 +0000 (17:00 -0800)
WEB-INF/resources/de.lang.php
WEB-INF/resources/es.lang.php
WEB-INF/resources/et.lang.php
WEB-INF/templates/footer.tpl

index 44b9ad4..a8339f2 100644 (file)
@@ -56,9 +56,12 @@ $i18n_key_words = array(
 'menu.options' => 'Optionen',
 
 // Footer - strings on the bottom of most pages.
-'footer.mobile_phones' => 'Time Tracker funktioniert auch auf dem Smartphone.',
+// TODO: translate the following:
+// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 'footer.credits' => 'Impressum',
 'footer.license' => 'Lizenz',
+// '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 messages.
 // TODO: translate the following string.
index 18acf40..a152adc 100644 (file)
@@ -65,9 +65,11 @@ $i18n_key_words = array(
 
 // Footer - strings on the bottom of most pages.
 // TODO: translate the following strings.
-// 'footer.mobile_phones' => 'Time Tracker is available on mobile phones.',
+// '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 messages.
 // TODO: translate the following strings.
index da81225..acc6c79 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 = 'Eesti';
 $i18n_months = array('jaanuar', 'veebruar', 'märts', 'aprill', 'mai', 'juuni', 'juuli', 'august', 'september', 'oktoober', 'november', 'detsember');
 $i18n_weekdays = array('pühapäev', 'esmaspäev', 'teisipäev', 'kolmapäev', 'neljapäev', 'reede', 'laupäev');
@@ -38,29 +40,43 @@ $i18n_holidays = array('01/01', '02/24', '04/10', '04/12', '05/01', '05/31', '06
 
 $i18n_key_words = array(
 
-// menu entries
+// Menus.
 'menu.login' => 'login',
 'menu.logout' => 'logout',
-'menu.feedback' => 'tagasiside',
+// TODO: Translate the following:
+// 'menu.forum' => 'Forum',
 'menu.help' => 'abiinfo',
 // Note to translators: menu.create_team needs a more accurate translation.
 'menu.create_team' => 'loo uus managerikonto',
-'menu.edit_profile' => 'muuda profiili',
-'menu.my_time' => 'minu aeg',
+'menu.profile' => 'profiili',
+'menu.time' => 'aeg',
+// TODO: Translate the following:
+// 'menu.expenses' => 'Expenses',
 'menu.reports' => 'raportid',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
+// TODO: Translate the following:
+// 'menu.charts' => 'Charts',
 'menu.projects' => 'projektid',
-'menu.activities' => 'tegevused',
-'menu.people' => 'inimesed',
+// TODO: Translate the following:
+// 'menu.tasks' => 'Tasks',
+// 'menu.users' => 'Users',
 'menu.teams' => 'meeskonnad',
-// Note to translators: menu.export needs to be translated.
-// 'menu.export' => 'export',
+// TODO: Translate the following:
+// 'menu.export' => 'Export',
 'menu.clients' => 'kliendid',
 'menu.options' => 'suvandid',
-'menu.admin' => 'admin',
 
-// error strings
+// 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 messages.
+// TODO: translate the following:
+// 'error.access_denied' => 'Access denied.',
+// 'error.sys' => 'System error.',
 'error.db' => 'andmebaasi viga',
 'error.field' => 'valed "{0}" andmed',
 'error.empty' => 'väli "{0}" on tühi',
index d9f2497..e646b1c 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.3404 | 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.3405 | 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>