X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/eb14c12d3be2cd31e20988b6abf7585f6af0b34d..3fa23f52efaf0293cd87536d02f5fb9681424be3:/WEB-INF/resources/sk.lang.php
diff --git a/WEB-INF/resources/sk.lang.php b/WEB-INF/resources/sk.lang.php
index 0b398f66..602c332c 100644
--- a/WEB-INF/resources/sk.lang.php
+++ b/WEB-INF/resources/sk.lang.php
@@ -140,8 +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',
@@ -284,12 +286,20 @@ $i18n_key_words = array(
// Strings that are used in a single form must go to the specific form section.
'dropdown.all' => '--- všetky ---',
'dropdown.no' => '--- žiadne ---',
-'dropdown.this_day' => 'tento deÅ',
-'dropdown.this_week' => 'tento týždeÅ',
-'dropdown.last_week' => 'minulý týždeÅ',
-'dropdown.this_month' => 'tento mesiac',
-'dropdown.last_month' => 'minulý mesiac',
-'dropdown.this_year' => 'tento rok',
+// TODO: translate the following.
+// 'dropdown.current_day' => 'today',
+// 'dropdown.previous_day' => 'yesterday',
+'dropdown.selected_day' => 'deÅ',
+'dropdown.current_week' => 'tento týždeÅ',
+'dropdown.previous_week' => 'minulý týždeÅ',
+'dropdown.selected_week' => 'týždeÅ',
+'dropdown.current_month' => 'tento mesiac',
+'dropdown.previous_month' => 'minulý mesiac',
+'dropdown.selected_month' => 'mesiac',
+'dropdown.current_year' => 'tento rok',
+// TODO: translate the following.
+// 'dropdown.previous_year' => 'previous year',
+'dropdown.selected_year' => 'rok',
'dropdown.all_time' => 'celý Äas',
'dropdown.projects' => 'projekty',
'dropdown.tasks' => 'úlohy',
@@ -428,8 +438,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á.',