X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fsk.lang.php;h=3bf179e46f400dd82dac74a743653c0a999580c8;hb=d8baf4e8391fbbe974c58f599fe57059a8cad01c;hp=f6d112f510eb43fa1d4afdfbcadcabef560d2eec;hpb=97986f58680244c80bbe4de04d12eda3d0f12f6c;p=timetracker.git diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index f6d112f5..3bf179e4 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -26,7 +26,7 @@ // | https://www.anuko.com/time_tracker/credits.htm // +----------------------------------------------------------------------+ -// Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option +// 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. $i18n_language = 'Slovenčina'; @@ -47,7 +47,7 @@ $i18n_key_words = array( 'menu.create_team' => 'Vytvoriť tím', 'menu.profile' => 'Profil', 'menu.time' => 'Časový záznam', -// TODO: translate the following string. +// TODO: translate the following: // 'menu.expenses' => 'Expenses', 'menu.reports' => 'Zostavy', 'menu.charts' => 'Grafy', @@ -60,12 +60,16 @@ $i18n_key_words = array( 'menu.options' => 'Nastavenia', // Footer - strings on the bottom of most pages. -'footer.mobile_phones' => 'Time Tracker je dostupný aj pre mobilné telefóny.', +// TODO: translate the following: +// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.', 'footer.credits' => 'Vývojový tím', 'footer.license' => 'Licencia', +// TODO: translate the following: +// '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. +// TODO: translate the following: // 'error.access_denied' => 'Access denied.', 'error.sys' => 'Systémová chyba.', 'error.db' => 'Databázová chyba.',