From 25be89ad21178fc3c25f8d3585422e0b72000459 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Mon, 7 Mar 2016 21:38:42 -0800 Subject: [PATCH] Some cleanup in Czech and Danish translation files --- WEB-INF/resources/cs.lang.php | 58 +++++++++++++++++++++------------ WEB-INF/resources/da.lang.php | 61 +++++++++++++++++++++-------------- WEB-INF/templates/footer.tpl | 2 +- 3 files changed, 75 insertions(+), 46 deletions(-) diff --git a/WEB-INF/resources/cs.lang.php b/WEB-INF/resources/cs.lang.php index 1acdf167..93f45366 100644 --- a/WEB-INF/resources/cs.lang.php +++ b/WEB-INF/resources/cs.lang.php @@ -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 = 'Česky'; $i18n_months = array('leden', 'únor', 'březen', 'duben', 'květen', 'červen', 'červenec', 'srpen', 'září', 'říjen', 'listopad', 'prosinec'); $i18n_weekdays = array('neděle', 'pondělí', 'úterý', 'středa', 'čtvrtek', 'pátek', 'sobota'); @@ -38,29 +40,45 @@ $i18n_holidays = array('01/01', '04/13', '05/01', '05/08', '07/05', '07/06', '09 $i18n_key_words = array( -// menu entries -'menu.login' => 'přihlásit', -'menu.logout' => 'odhlásit', -'menu.feedback' => 'váš názor', -'menu.help' => 'pomoc', +// Menus. +'menu.login' => 'Přihlásit', +'menu.logout' => 'Odhlásit', +// TODO: Translate the following: +// 'menu.forum' => 'Forum', +'menu.help' => 'Pomoc', // Note to translators: menu.create_team needs a more accurate translation. 'menu.create_team' => 'vytvořit nový účet vedoucího', -'menu.edit_profile' => 'upravit profil', +'menu.profile' => 'Profil', +// TODO: Translate the following: +// 'menu.time' => 'Time', 'menu.time' => 'záznam práce', -'menu.reports' => 'sestavy', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', -'menu.projects' => 'projekty', -'menu.activities' => 'činnosti', -'menu.people' => 'pracovníci', -'menu.teams' => 'týmy', -'menu.export' => 'export', -'menu.clients' => 'zákazníci', -// Note to translators: menu.options needs to be translated. -// 'menu.options' => 'options', -'menu.admin' => 'admin', - -// error strings +// TODO: Translate the following: +// 'menu.expenses' => 'Expenses', +'menu.reports' => 'Sestavy', +// TODO: Translate the following: +// 'menu.charts' => 'Charts', +'menu.projects' => 'Projekty', +// TODO: Translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', +'menu.teams' => 'Týmy', +'menu.export' => 'Export', +'menu.clients' => 'Zákazníci', +// 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 messages. +// TODO: Translate the following: +// 'error.access_denied' => 'Access denied.', +// 'error.sys' => 'System error.', 'error.db' => 'chyba databáze', 'error.field' => 'nesprávná "{0}" data', 'error.empty' => 'pole "{0}" je prázdné', diff --git a/WEB-INF/resources/da.lang.php b/WEB-INF/resources/da.lang.php index 4d4de61e..5c63c41e 100644 --- a/WEB-INF/resources/da.lang.php +++ b/WEB-INF/resources/da.lang.php @@ -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 = 'Dansk'; $i18n_months = array('januar', 'februar', 'marts', 'april', 'maj', 'juni', 'juli', 'august', 'september', 'oktober', 'november', 'december'); $i18n_weekdays = array('søndag', 'mandag', 'tirsdag', 'onsdag', 'torsdag', 'fredag', 'lørdag'); @@ -38,31 +40,42 @@ $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '05/08', '05 $i18n_key_words = array( -// menu entries -'menu.login' => 'login', -'menu.logout' => 'logout', -'menu.feedback' => 'send din mening', -'menu.help' => 'hjælp', +// Menus. +'menu.login' => 'Login', +'menu.logout' => 'Logout', +// 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' => 'lav en ny manager konto', -'menu.edit_profile' => 'rediger profil', -'menu.time' => 'min tid', -'menu.reports' => 'rapporter', -// Note to translators: menu.charts needs to be translated. -// 'menu.charts' => 'charts', -'menu.projects' => 'projekter', -'menu.activities' => 'aktiviteter', -'menu.people' => 'brugere', -// Note to translators: is menu.teams translated? -'menu.teams' => 'teams', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', -'menu.clients' => 'kunder', -'menu.options' => 'indstillinger', -// A note to translators: the string below needs to be translated. -// 'menu.admin' => 'admin', - -// error strings +'menu.profile' => 'Profil', +'menu.time' => 'Tid', +// TODO: translate the following: +// 'menu.expenses' => 'Expenses' +'menu.reports' => 'Rapporter', +// TODO: translate the following: +// 'menu.charts' => 'Charts', +'menu.projects' => 'Projekter', +// TODO: translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', +// 'menu.teams' => 'Teams', +// 'menu.export' => 'Export', +'menu.clients' => 'Kunder', +'menu.options' => 'Indstillinger', + +// 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' => 'database fejl', 'error.field' => 'forkert "{0}" data', 'error.empty' => 'felt "{0}" er tom', @@ -123,8 +136,6 @@ $i18n_key_words = array( 'label.password' => 'adgangskode', 'label.confirm_password' => 'gentag adgangskode', 'label.email' => 'email', -// Translate the following string. -// 'label.page' => 'Page', "form.filter.project" => 'projekt', "form.filter.filter" => 'favorit rapport', diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index e1a19b9b..cb1b3467 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.13.3394 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3395 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1