X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e2b992aea6edc4a734ddb751103101e2450f3b20..8dffcfd89ea175ef9276f043ae7a82bde4ad8d78:/WEB-INF/resources/sk.lang.php diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php index eb9c8767..32d0d2b6 100644 --- a/WEB-INF/resources/sk.lang.php +++ b/WEB-INF/resources/sk.lang.php @@ -140,6 +140,10 @@ $i18n_key_words = array( 'label.password' => 'Heslo', 'label.confirm_password' => 'Potvrdenie hesla', 'label.email' => 'E-mail', +'label.cc' => 'Kópia', +// TODO: translate the following. +// 'label.bcc' => 'Bcc', +'label.subject' => 'Predmet', 'label.date' => 'Dátum', 'label.start_date' => 'Dátum začiatku', 'label.end_date' => 'Dátum konca', @@ -283,6 +287,8 @@ $i18n_key_words = array( 'dropdown.all' => '--- všetky ---', 'dropdown.no' => '--- žiadne ---', 'dropdown.this_day' => 'tento deň', +// TODO: translate the following. +// 'dropdown.last_day' => 'last day', 'dropdown.this_week' => 'tento týždeň', 'dropdown.last_week' => 'minulý týždeň', 'dropdown.this_month' => 'tento mesiac', @@ -426,8 +432,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Od', 'form.mail.to' => 'Komu', -'form.mail.cc' => 'Kópia', -'form.mail.subject' => 'Predmet', 'form.mail.report_subject' => 'Time Tracker zostava', 'form.mail.footer' => 'Anuko Time Tracker je jednoduchý a ľahko použiteľný systém na sledovanie času s otvoreným zdrojovým kódom.
Navštívte www.anuko.com pre viac informácií.', 'form.mail.report_sent' => 'Zostava odoslaná.',