A bit of cleanup to keep things lean.
[timetracker.git] / WEB-INF / resources / sk.lang.php
index 3b647d8..b12e00a 100644 (file)
@@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/06', '03/29', '04/01', '05/01', '05/08', '06
 
 $i18n_key_words = array(
 
-// Menus - short selection strings that are displayed on the top of application web pages.
+// Menus - short selection strings that are displayed on top of application web pages.
 // Example: https://timetracker.anuko.com (black menu on top).
 'menu.login' => 'Príhlásenie',
 'menu.logout' => 'Odhlásenie',
@@ -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:
+// TODO: translate the following.
 // 'menu.expenses' => 'Expenses',
 'menu.reports' => 'Zostavy',
 'menu.charts' => 'Grafy',
@@ -60,16 +60,16 @@ $i18n_key_words = array(
 'menu.options' => 'Nastavenia',
 
 // Footer - strings on the bottom of most pages.
-// TODO: translate the following:
+// 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:
+// 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:
+// TODO: translate the following.
 // 'error.access_denied' => 'Access denied.',
 'error.sys' => 'Systémová chyba.',
 'error.db' => 'Databázová chyba.',
@@ -80,8 +80,9 @@ $i18n_key_words = array(
 'error.project' => 'Vyberte projekt.',
 'error.task' => 'Vyberte úlohy.',
 'error.client' => 'Vyberte klienta.',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'error.report' => 'Select report.',
+// 'error.record' => 'Select record.',
 'error.auth' => 'Nesprávne prihlasovacie meno alebo heslo.',
 'error.user_exists' => 'Používateľ s týmto prihlasovacím menom už existuje.',
 'error.project_exists' => 'Projekt s týmto názvom už existuje.',
@@ -92,13 +93,13 @@ $i18n_key_words = array(
 'error.no_login' => 'Neexistuje používateľ s týmto prihlasovacím menom.',
 'error.no_teams' => 'Vaša databáza je prázdna. Prihláste sa ako admin a vytvorte nový tím.',
 'error.upload' => 'Prenos súboru bol neúspešný.',
-// TODO: Translate the following:
+// TODO: translate the following.
 // 'error.range_locked' => 'Date range is locked.',
 'error.mail_send' => 'Chyba v odosielaní e-mailu.',
 'error.no_email' => 'K tomuto prihlasovaciemu menu nie je priradený žiadny e-mail.',
 'error.uncompleted_exists' => 'Nekompletný záznam už existuje. Zatvorte ho alebo ho vymažte.',
 'error.goto_uncompleted' => 'Ísť na nekompletný záznam.',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'error.overlap' => 'Time interval overlaps with existing records.',
 // 'error.future_date' => 'Date is in future.',
 
@@ -106,7 +107,7 @@ $i18n_key_words = array(
 'button.login' => 'Prihlásiť',
 'button.now' => 'Teraz',
 'button.save' => 'Uložiť',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'button.copy' => 'Copy',
 'button.cancel' => 'Zrušiť',
 'button.submit' => 'Odoslať',
@@ -125,7 +126,7 @@ $i18n_key_words = array(
 'button.export' => 'Exportovať tím',
 'button.import' => 'Importovať tím',
 'button.close' => 'Zatvoriť',
-// TODO: translate the following string. 
+// TODO: translate the following.
 // 'button.stop' => 'Stop',
 
 // Labels for controls on forms. Labels in this section are used on multiple forms.
@@ -140,6 +141,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',
@@ -158,26 +163,29 @@ $i18n_key_words = array(
 'label.finish' => 'Koniec',
 'label.duration' => 'Dĺžka',
 'label.note' => 'Poznámka',
-// TODO: translate label.item
+// TODO: translate the following.
+// 'label.notes' => 'Notes',
 // 'label.item' => 'Item',
 'label.cost' => 'Náklady',
-'label.week_total' => 'Týždeň celkom',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'label.day_total' => 'Day total',
+'label.week_total' => 'Týždeň celkom',
+// TODO: translate the following.
+// 'label.month_total' => 'Month total',
 'label.today' => 'Dnes',
-'label.total_hours' => 'Hodín celkom',
-'label.total_cost' => 'Náklady celkom',
 'label.view' => 'Zobraziť',
 'label.edit' => 'Upraviť',
 'label.delete' => 'Vymazať',
 'label.configure' => 'Nastaviť',
 'label.select_all' => 'Označiť všetky',
 'label.select_none' => 'Odznačiť všetky',
+// TODO: translate the following.
+// 'label.day_view' => 'Day view',
+// 'label.week_view' => 'Week view',
 'label.id' => 'ID',
 'label.language' => 'Jazyk',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'label.decimal_mark' => 'Decimal mark',
-'label.lock_interval' => 'Interval uzamknutia záznamov v dňoch',
 'label.date_format' => 'Formát dátumu',
 'label.time_format' => 'Formát času',
 'label.week_start' => 'Prvý deň v týždni',
@@ -196,24 +204,36 @@ $i18n_key_words = array(
 'label.role_manager' => '(manažér)',
 'label.role_comanager' => '(spolu-manažér)',
 'label.role_admin' => '(administrátor)',
-// Translate the following string.
+// TODO: translate the following.
 // 'label.page' => 'Page',
+// 'label.condition' => 'Condition',
+// 'label.yes' => 'yes',
+// 'label.no' => 'no',
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Vlastné polia',
+// Translate the following.
+// 'label.monthly_quotas' => 'Monthly quotas',
 'label.type' => 'Typ',
 'label.type_dropdown' => 'rozbaľovacie pole',
 'label.type_text' => 'text',
 'label.required' => 'Povinné',
 'label.fav_report' => 'Obľúbená zostava',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'label.cron_schedule' => 'Cron schedule',
 // 'label.what_is_it' => 'What is it?',
+// 'label.expense' => 'Expense',
+// 'label.quantity' => 'Quantity',
+// 'label.paid_status' => 'Paid status',
+// 'label.paid' => 'Paid',
+// 'button.mark_paid' => 'Mark paid',
+// 'label.week_note' => 'Week note',
+// 'label.week_list' => 'Week list',
 
 // Form titles.
 'title.login' => 'Prihlásenie',
 'title.teams' => 'Tímy',
 'title.create_team' => 'Vytváranie tímu',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'title.edit_team' => 'Editing Team',
 'title.delete_team' => 'Vymazávanie tímu',
 'title.reset_password' => 'Obnovovanie hesla',
@@ -221,7 +241,7 @@ $i18n_key_words = array(
 'title.time' => 'Časový záznam',
 'title.edit_time_record' => 'Upravovanie časového záznamu',
 'title.delete_time_record' => 'Vymazávanie časového záznamu',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'title.expenses' => 'Expenses',
 // 'title.edit_expense' => 'Editing Expense Item',
 // 'title.delete_expense' => 'Deleting Expense Item',
@@ -251,11 +271,12 @@ $i18n_key_words = array(
 'title.add_invoice' => 'Pridávanie faktúry',
 'title.view_invoice' => 'Priehliadanie faktúry',
 'title.delete_invoice' => 'Vymazávanie faktúry',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'title.notifications' => 'Notifications',
 // 'title.add_notification' => 'Adding Notification',
 // 'title.edit_notification' => 'Editing Notification',
 // 'title.delete_notification' => 'Deleting Notification',
+// 'title.monthly_quotas' => 'Monthly Quotas',
 'title.export' => 'Exportovanie údajov o tíme',
 'title.import' => 'Importovanie údajov o tíme',
 'title.options' => 'Nastavenia',
@@ -270,32 +291,43 @@ $i18n_key_words = array(
 'title.cf_delete_dropdown_option' => 'Vymazávanie možností',
 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 // It is also a name for the Locking plugin on the Team profile page.
-// TODO: Translate the following:
+// TODO: translate the following.
 // 'title.locking' => 'Locking',
+// 'title.week_view' => 'Week View',
 
 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 // 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',
-// TODO: translate the following string.
-'dropdown.clients' => 'clients',
+// TODO: translate the following.
+// 'dropdown.clients' => 'clients',
 'dropdown.select' => '--- vyberte ---',
-// TODO: translate the following string.
+// TODO: translate the following.
 // 'dropdown.select_invoice' => '--- select invoice ---',
 'dropdown.status_active' => 'aktívny',
 'dropdown.status_inactive' => 'neaktívny',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'dropdown.delete'=>'delete',
 // 'dropdown.do_not_delete'=>'do not delete',
+// 'dropdown.paid' => 'paid',
+// 'dropdown.not_paid' => 'not paid',
 
 // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here.
 // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases
@@ -317,25 +349,30 @@ $i18n_key_words = array(
 // Time form. See example at https://timetracker.anuko.com/time.php.
 'form.time.duration_format' => '(hh:mm alebo 0,0h)',
 'form.time.billable' => 'Faktúrovateľných',
-'form.time.no_records' => 'Neexistujú časové záznamy.',
 'form.time.uncompleted' => 'Neukončené',
+// TODO: translate the folllowing.
+// 'form.time.remaining_quota' => 'Remaining quota',
+// 'form.time.over_quota' => 'Over quota',
 
 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 'form.time_edit.uncompleted' => 'Tento záznam bol uložený iba s časom začiatku. Nie je to chyba.',
 
+// Week view form. See example at https://timetracker.anuko.com/week.php.
+// TODO: translate the following.
+// 'form.week.new_entry' => 'New entry',
+
 // Reports form. See example at https://timetracker.anuko.com/reports.php
 'form.reports.save_as_favorite' => 'Uložiť ako obľúbenú zostavu',
 'form.reports.confirm_delete' => 'Ste si istý, že chcete vymazať túto obľúbenú zostavu?',
-'form.reports.include_records' => 'Zahrnúť záznamy',
 'form.reports.include_billable' => 'faktúrovateĺné',
 'form.reports.include_not_billable' => 'nefaktúrovateľné',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'form.reports.include_invoiced' => 'invoiced',
 // 'form.reports.include_not_invoiced' => 'not invoiced',
 'form.reports.select_period' => 'Vyberte časový rozsah',
 'form.reports.set_period' => 'alebo nastavte dátumy',
 'form.reports.show_fields' => 'Zobraziť polia',
-// TODO: translate the following strings.
+// TODO: translate the following.
 // 'form.reports.group_by' => 'Group by',
 // 'form.reports.group_by_no' => '--- no grouping ---',
 'form.reports.group_by_date' => 'dátum',
@@ -348,14 +385,19 @@ $i18n_key_words = array(
 // Report form. See example at https://timetracker.anuko.com/report.php
 // (after generating a report at https://timetracker.anuko.com/reports.php).
 'form.report.export' => 'Exportovať',
+// TODO: translate the following.
+// 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 // (you can get to this form after generating a report).
 'form.invoice.number' => 'Číslo faktúry',
 'form.invoice.person' => 'Osoba',
-// TODO: translate the following stings.
+
+// Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
+// TODO: translate the following.
 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 // 'form.invoice.invoice_entries' => 'Invoice entries',
+// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 // Charts form. See example at https://timetracker.anuko.com/charts.php
 'form.charts.interval' => 'Interval',
@@ -372,28 +414,30 @@ $i18n_key_words = array(
 // Users form. See example at https://timetracker.anuko.com/users.php
 'form.users.active_users' => 'Aktívny používatelia',
 'form.users.inactive_users' => 'Neaktívny používatelia',
+// TODO: translate the following.
+// 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 'form.users.role' => 'Rola',
 'form.users.manager' => 'Manažér',
 'form.users.comanager' => 'Spolumanažér',
 'form.users.rate' => 'Sadzba',
 'form.users.default_rate' => 'Predvolená hodinová sadzba',
 
-// Client delete form. See example at https://timetracker.anuko.com/client_delete.php
-// TODO: translate the following strings.
-// 'form.client.client_to_delete' => 'Client to delete',
-// 'form.client.client_entries' => 'Client entries',
-
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Aktívny klienti',
 'form.clients.inactive_clients' => 'Neaktívny klienti',
 
-// Strings for Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
+// Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
+// TODO: translate the following.
+// 'form.client.client_to_delete' => 'Client to delete',
+// 'form.client.client_entries' => 'Client entries',
+
+// Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 'form.export.hint' => 'Môžete exportovať všetky údaje o tíme do xml súboru. Toto môže byť užitočné pri prenose údajov na iný server.',
 'form.export.compression' => 'Kompresia',
 'form.export.compression_none' => 'žiadna',
 'form.export.compression_bzip' => 'bzip',
 
-// Strings for Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
+// Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 'form.import.hint' => 'Importovať dáta o tíme z xml súboru.',
 'form.import.file' => 'Vyberte súbor',
 'form.import.success' => 'Import úspešne dokončený.',
@@ -412,15 +456,25 @@ $i18n_key_words = array(
 'form.profile.type_all' => 'všetky',
 'form.profile.type_start_finish' => 'začiatok a koniec',
 'form.profile.type_duration' => 'trvanie',
+// TODO: translate the following.
+// 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
+// 'form.profile.uncompleted_indicators_none' => 'do not show',
+// 'form.profile.uncompleted_indicators_show' => 'show',
 'form.profile.plugins' => 'Doplnkové moduly',
 
 // 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.<br> Navštívte <a href="https://www.anuko.com">www.anuko.com</a> pre viac informácií.',
 'form.mail.report_sent' => 'Zostava odoslaná.',
 'form.mail.invoice_sent' => 'Faktúra odoslaná.',
+
+// Quotas configuration form.
+// TODO: translate the following.
+// 'form.quota.year' => 'Year',
+// 'form.quota.month' => 'Month',
+// 'form.quota.quota' => 'Quota',
+// 'form.quota.workday_hours' => 'Hours in a work day',
+// 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 );