You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

sk.lang 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385
  1. <?php
  2. # $Id: sk.lang 1781 2015-04-06 22:44:51Z christian_boltz $
  3. //
  4. // Language file Slovak
  5. // by bajk (eszabo @sf)
  6. // updated by Ondrej Zary (rnbw @sf)
  7. //
  8. $PALANG['YES'] = 'ÁNO';
  9. $PALANG['NO'] = 'NIE';
  10. $PALANG['edit'] = 'upraviť';
  11. $PALANG['del'] = 'zmazať';
  12. $PALANG['exit'] = 'Naspäť';
  13. $PALANG['cancel'] = 'Zrušiť';
  14. $PALANG['save'] = 'Uložiť'; # XXX Text change: "Save" -> "Save changes"
  15. $PALANG['confirm'] = 'Ste si istí?\n';
  16. $PALANG['confirm_delete_admin'] = 'Do you really want to delete the admin %s?'; # XXX
  17. $PALANG['confirm_delete_alias'] = 'Do you really want to delete the alias %s?'; # XXX
  18. $PALANG['confirm_delete_aliasdomain'] = 'Do you really want to delete the alias domain %s?'; # XXX
  19. $PALANG['confirm_delete_domain'] = 'Naozaj chcete zmazať všetky záznamy v tejto doméne? Toto nie je možné vrátiť!\n (%s)'; # XXX text changed to: 'Do you really want to delete all records for the domain %s? This can not be undone'
  20. $PALANG['confirm_delete_fetchmail'] = 'Do you really want to delete the fetchmail job %s?'; # XXX
  21. $PALANG['confirm_delete_mailbox'] = 'Do you really want to delete the mailbox %s?'; # XXX
  22. $PALANG['confirm_delete_vacation'] = 'Do you really want to delete the vacation message for %s?'; # XXX
  23. $PALANG['no_delete_permissions'] = 'You are not allowed to delete %s!'; # XXX
  24. $PALANG['check_update'] = 'Skontrolovať aktualizácie';
  25. $PALANG['invalid_parameter'] = 'Neplatný parameter!';
  26. $PALANG['show'] = 'Show:'; # XXX
  27. $PALANG['all'] = 'All'; # XXX
  28. $PALANG['created'] = 'Created'; # XXX
  29. $PALANG['unknown'] = 'unknown'; # XXX
  30. $PALANG['download_csv'] = 'Download this list as CSV file'; # XXX
  31. $PALANG['missing_field'] = 'Field %s is missing'; # XXX
  32. $PALANG['must_be_numeric'] = '%s must be numeric'; # XXX
  33. $PALANG['must_be_numeric_bigger_than_null'] = '%s must be numeric and bigger than 0'; # XXX
  34. $PALANG['must_be_boolean'] = '%s must be boolean'; # XXX
  35. $PALANG['invalid_value_given'] = 'Invalid value given for %s'; # XXX
  36. $PALANG['edit_not_allowed'] = 'You are not allowed to edit %s'; # XXX
  37. $PALANG['searchparams'] = 'Search parameters:'; # XXX
  38. $PALANG['pFooter_logged_as'] = 'Prihlásený ako %s'; # XXX Text change: 'logged in as %s' (the 'in' was missing)
  39. $PALANG['pLogin_welcome'] = 'Prihlásenie administrátorov pre správu domén';
  40. $PALANG['pLogin_username'] = 'Užívateľské meno (email)';
  41. $PALANG['password'] = 'Heslo';
  42. $PALANG['pLogin_language'] = 'Language'; # XXX
  43. $PALANG['pLogin_button'] = 'Prihlásiť';
  44. $PALANG['pLogin_failed'] = 'Váš email alebo heslo nie je správne.';
  45. $PALANG['pLogin_login_users'] = 'Vstup do užívateľskej sekcie';
  46. $PALANG['pMenu_main'] = 'Hlavné';
  47. $PALANG['pMenu_overview'] = 'Prehľad';
  48. $PALANG['add_alias'] = 'Nový alias'; # XXX check text - should be 'Add Alias'
  49. $PALANG['add_alias_domain'] = 'Nový alias domény'; # XXX check text - should be 'Add Alias Domain'
  50. $PALANG['add_mailbox'] = 'Nová schránka'; # XXX check text - should be 'Add Mailbox'
  51. $PALANG['pMenu_fetchmail'] = 'Sťahovanie emailu';
  52. $PALANG['pMenu_sendmail'] = 'Poslať email';
  53. $PALANG['pMenu_password'] = 'Zmeniť heslo';
  54. $PALANG['pMenu_viewlog'] = 'Prehliadať log';
  55. $PALANG['pMenu_logout'] = 'Odhlásiť';
  56. $PALANG['pMain_welcome'] = 'Vitajte v Postfix Admine!';
  57. $PALANG['pMain_overview'] = 'Výpis aliasov a schránok. Môžete ich tu upravovať a mazať.';
  58. $PALANG['pMain_create_alias'] = 'Vytvoriť alias v tejto doméne.'; # XXX check text - should be 'Create a new alias for your domain.'
  59. $PALANG['pMain_create_mailbox'] = 'Vytvoriť schránku v tejto doméne.';
  60. $PALANG['pMain_sendmail'] = 'Poslať email do jednej zo schránok.';
  61. $PALANG['pMain_password'] = 'Zmeniť heslo administrátorského účtu.';
  62. $PALANG['pMain_viewlog'] = 'Prehliadať logy zmien v doméne.';
  63. $PALANG['pMain_logout'] = 'Odhlásiť sa zo systému.';
  64. $PALANG['pOverview_disabled'] = 'Vypnuté';
  65. $PALANG['pOverview_unlimited'] = 'Neobmedzené';
  66. $PALANG['pOverview_title'] = ':: Definované domény';
  67. $PALANG['pOverview_up_arrow'] = 'Na začiatok';
  68. $PALANG['pOverview_right_arrow'] = 'Nasledujúca strana';
  69. $PALANG['pOverview_left_arrow'] = 'Predchádzajúca strana';
  70. $PALANG['pOverview_alias_domain_title'] = ':: Aliasy domén';
  71. $PALANG['pOverview_alias_title'] = ':: Aliasy';
  72. $PALANG['pOverview_mailbox_title'] = ':: Mailové schránky';
  73. $PALANG['go'] = 'Prejsť';
  74. $PALANG['pOverview_welcome'] = 'Prehľad pre doménu ';
  75. $PALANG['pOverview_alias_domain_aliases'] = 'Aliasy domén';
  76. $PALANG['pOverview_alias_address'] = 'Od';
  77. $PALANG['active'] = 'Aktívny'; # XXX check text - should be 'Active'
  78. $PALANG['and_x_more'] = '[a %s ďalších...]';
  79. $PALANG['pOverview_mailbox_username'] = 'Email';
  80. $PALANG['name'] = 'Meno';
  81. $PALANG['pOverview_mailbox_quota'] = 'Kvóta (MB)';
  82. $PALANG['pOverview_vacation_edit'] = 'AUT. ODPOVEĎ';
  83. $PALANG['pOverview_vacation_option'] = 'aut. odpoveď';
  84. $PALANG['no_domains_for_this_admin'] = 'You don\'t have permissions for any domains.'; # XXX
  85. $PALANG['no_domains_exist'] = 'You have to create at least one domain before you can use virtual list.'; # "virtual list" should match $PALANG['pAdminMenu_list_virtual'] # XXX
  86. $PALANG['domain'] = 'Doména';
  87. $PALANG['pOverview_get_alias_domains'] = 'Aliasy domén';
  88. $PALANG['mailboxes'] = 'Schránky';
  89. $PALANG['pOverview_get_quota'] = 'Kvóta (MB)';
  90. $PALANG['pDelete_delete_error'] = 'Nie je možné zmazať položku ';
  91. $PALANG['pDelete_delete_success'] = '%s zmazané.';
  92. $PALANG['pDelete_domain_error'] = 'Táto doména nie je vaša ';
  93. $PALANG['pDelete_alias_error'] = 'Nie je možné odstrániť alias ';
  94. $PALANG['pCreate_alias_domain_welcome'] = 'Zrkadliť adresy z jednej domény na druhú';
  95. $PALANG['pCreate_alias_domain_alias'] = 'Alias';
  96. $PALANG['pCreate_alias_domain_alias_text'] = 'Kam príde email';
  97. $PALANG['pCreate_alias_domain_target'] = 'Cieľová doména';
  98. $PALANG['pCreate_alias_domain_target_text'] = 'Kam sa email presmeruje';
  99. $PALANG['pCreate_alias_domain_error1'] = 'Nie ste oprávnení vytvoriť zvolenú konfiguráciu.';
  100. $PALANG['pCreate_alias_domain_error2'] = 'Zvolená konfigurácia nie je platná, zvoľte inú!';
  101. $PALANG['alias_domain_already_exists'] = 'This domain is already an alias domain!'; # XXX
  102. $PALANG['alias_domain_does_not_exist'] = 'This domain isn\'t an alias domain!'; # XXX
  103. $PALANG['alias_domain_create_failed'] = 'Chyba pri vkladaní do databázy. (%s)'; # XXX Text changed to: Creating the alias domain %s failed!
  104. $PALANG['alias_domain_change_failed'] = 'Changing the alias domain %s failed!'; # XXX
  105. $PALANG['pCreate_alias_domain_error4'] = 'Všetky domény už majú aliasy.';
  106. $PALANG['pCreate_alias_domain_success'] = 'Alias domény bol pridaný do tabuľky! (%s)'; # XXX Text changed to: The alias domain %s has been created.
  107. $PALANG['alias_domain_changed'] = 'The alias domain %s has been changed.'; # XXX
  108. $PALANG['alias_domain_to_itsself'] = 'A domain can\'t be an alias domain to itsself!'; # XXX
  109. $PALANG['delete_domain_aliasdomain_target'] = 'The domain %s is the target for one or more alias domains and can\'t be deleted! (Delete the alias domains first.)'; # XXX
  110. $PALANG['pCreate_alias_address_text_error1'] = 'Adresa nie je platná!';
  111. $PALANG['alias_does_not_exist'] = 'This alias does not exist!'; # XXX
  112. $PALANG['email_address_already_exists'] = 'Takáto emailová adresa už existuje!'; # XXX check text - should be 'This email address already exists, please choose a different one\!'
  113. $PALANG['pCreate_alias_address_text_error3'] = 'Dosiahli ste limit, nemôžete vytvárať ďalšie aliasy!';
  114. $PALANG['pCreate_alias_goto_text'] = 'Kam má pošta chodiť';
  115. $PALANG['pCreate_alias_goto_text_error'] = 'Cieľ nie je platný!';
  116. $PALANG['pCreate_alias_result_error'] = 'Nepodarilo sa pridať alias do tabuľky! (%s)'; # XXX Text changed to: Creating the alias %s failed!
  117. $PALANG['pCreate_alias_result_success'] = 'Alias bol pridaný do tabuľky!'; # XXX text change: 'The alias %s has been created!'
  118. $PALANG['alias_updated'] = 'The alias %s has been updated!'; # XXX
  119. $PALANG['pCreate_alias_catchall_text'] = 'Pre vytvorenie doménového koša použite * ako alias. Pre alias doména-doména použite *@domain.tld ako cieľ.'; # XXX check/beautify - was split in two lines before
  120. $PALANG['mailbox_alias_cant_be_deleted'] = 'This alias belongs to a mailbox and can\'t be deleted!'; # XXX
  121. $PALANG['pEdit_alias_welcome'] = 'Upraviť aliasy'; # XXX Text change to: 'Edit forwarding settings'
  122. $PALANG['pEdit_alias_help'] = 'Jeden záznam na riadku'; # XXX # XXX Text change to: 'Accepts multiple targets, one entry per line.'
  123. $PALANG['alias'] = 'Alias'; # XXX
  124. $PALANG['to'] = 'Cieľ'; # XXX check text - should be 'To'
  125. $PALANG['pEdit_alias_goto_text_error1'] = 'Nezadali ste cieľ';
  126. $PALANG['pEdit_alias_goto_text_error2'] = 'Zadaná emailová adresa nie je platná: ';
  127. $PALANG['pEdit_alias_domain_result_error'] = 'Nepodarilo sa zmeniť alias domény!';
  128. $PALANG['pEdit_alias_forward_and_store'] = 'Doručiť aj do lokálnej schránky';
  129. $PALANG['pEdit_alias_forward_only'] = 'Len presmerovať na zadané emailové adresy';
  130. $PALANG['pEdit_alias_result_error'] = 'Nepodarilo se upraviť alias! (%s)'; # XXX Text changed to: Modifying the alias %s failed!
  131. $PALANG['pCreate_mailbox_welcome'] = 'Vytvoriť novú schránku v doméne';
  132. $PALANG['pCreate_mailbox_username_text_error1'] = 'Adresa nie je platná!';
  133. $PALANG['pCreate_mailbox_username_text_error3'] = 'Dosiahli ste limit, nemôžete vytvárať ďalšie schránky!';
  134. $PALANG['pCreate_mailbox_password_text'] = 'Heslo pre POP3/IMAP/SMTP';
  135. $PALANG['pCreate_mailbox_name_text'] = 'Celé meno';
  136. $PALANG['pCreate_mailbox_mail'] = 'Poslať uvítací email'; # XXX Text change to 'Send Welcome mail'
  137. $PALANG['pCreate_mailbox_result_error'] = 'Nepodarilo sa pridať schránku do tabuľky! (%s)'; # XXX Text changed to: Creating the mailbox %s failed!
  138. $PALANG['pCreate_mailbox_result_success'] = 'Schránka bola pridaná do tabuľky! (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table!
  139. $PALANG['pCreate_mailbox_result_succes_nosubfolders'] = 'Schránka bola pridaná do tabuľky, ale nepodarilo sa vytvoriť (niektoré) definované adresáre (%s)'; # XXX Text changed to: The mailbox %s has been added to the mailbox table, but none (or only some) of the predefined sub-folders could be created.
  140. $PALANG['mailbox_updated'] = "The mailbox %s has been updated."; # XXX
  141. $PALANG['mailbox_update_failed'] = "Updating the mailbox %s failed!"; # XXX
  142. $PALANG['pEdit_mailbox_welcome'] = 'Upraviť schránku v doméne';
  143. $PALANG['pEdit_mailbox_username'] = 'Užívateľské meno';
  144. $PALANG['pEdit_mailbox_password_text_error'] = 'Zadaná heslá se nezhodujú!';
  145. $PALANG['pEdit_mailbox_quota'] = 'Kvóta';
  146. $PALANG['pEdit_mailbox_quota_text'] = 'MB';
  147. $PALANG['mb_max'] = 'MB (max: %s)'; # XXX
  148. $PALANG['pEdit_mailbox_quota_text_error'] = 'Zadané miesto je príliš veľké!';
  149. $PALANG['pEdit_mailbox_domain_error'] = 'Táto doména nie je vaša: ';
  150. $PALANG['pEdit_mailbox_result_error'] = 'Nepodarilo sa upraviť schránku!';
  151. $PALANG['pPassword_welcome'] = 'Zmeniť heslo';
  152. $PALANG['pPassword_admin'] = 'Užívateľské meno';
  153. $PALANG['pPassword_password_current'] = 'Súčasné heslo';
  154. $PALANG['pPassword_password_current_text_error'] = 'Nezadali ste súčasné heslo!';
  155. $PALANG['pPassword_password'] = 'Nové heslo';
  156. $PALANG['pPassword_password2'] = 'Nové heslo (znovu)';
  157. $PALANG['pPassword_password_text_error'] = 'Zadané heslá sú rozdielne alebo prázdne!'; # XXX check/beautify - was split in two lines before
  158. $PALANG['change_password'] = 'Zmeniť heslo'; # XXX check text - should be 'Change Password'
  159. $PALANG['pPassword_result_error'] = 'Nepodarilo sa zmeniť heslo! (%s)'; # XXX Text changed to: Changing the password for %s failed!
  160. $PALANG['pPassword_result_success'] = 'Heslo bolo zmenené! (%s)'; # XXX Text changed to: The password for %s has been changed.
  161. $PALANG['pEdit_vacation_set'] = 'Zmeniť/nastaviť aut. odpoveď';
  162. $PALANG['pEdit_vacation_remove'] = 'Odstrániť aut. odpoveď';
  163. $PALANG['pVacation_result_error'] = 'Neopdarilo sa zmeniť automatickú odpoveď! (%s)'; # XXX Text changed to: Updating the auto response settings for %s failed
  164. $PALANG['pVacation_result_removed'] = 'Automatická odpoveď bola odstránená! (%s)'; # XXX Text changed to "Auto response for %s has been disabled!"
  165. $PALANG['pVacation_result_added'] = 'Automatická odpoveď bola nastavená! (%s)'; # XXX Text changed to "Auto response for %s has been enabled!"
  166. $PALANG['pVacation_reply_type'] = 'Choice of reply'; # XXX
  167. $PALANG['pVacation_reply_delay_time'] = 'Interval time'; # XXX
  168. $PALANG['pVacation_reply_delay_time_text'] = 'Time in seconds'; # XXX
  169. $PALANG['pVacation_until_before_today'] = 'The Date of [Active until] is set before Today'; # XXX
  170. $PALANG['pVacation_until_before_from'] = 'The Date of [Active until] is set before [Active from]'; # XXX
  171. $PALANG['reply_once'] = 'Reply once'; # XXX
  172. $PALANG['reply_every_mail'] = 'Reply on every mail'; # XXX
  173. $PALANG['reply_once_per_day'] = 'Reply once a day'; # XXX
  174. $PALANG['reply_once_per_week'] = 'Reply once per week'; # XXX
  175. $PALANG['pViewlog_welcome'] = 'Prehľad 10 posledných akcií pre ';
  176. $PALANG['pViewlog_timestamp'] = 'Časová značka';
  177. $PALANG['pViewlog_action'] = 'Akcia';
  178. $PALANG['pViewlog_data'] = 'Podrobnosti';
  179. $PALANG['pViewlog_action_create_domain'] = 'create domain'; # XXX
  180. $PALANG['pViewlog_action_delete_domain'] = 'delete domain'; # XXX
  181. $PALANG['pViewlog_action_edit_domain'] = 'edit domain'; # XXX
  182. $PALANG['pViewlog_action_create_mailbox'] = 'vytvorenie schránky';
  183. $PALANG['pViewlog_action_delete_mailbox'] = 'zrušenie schránky';
  184. $PALANG['pViewlog_action_edit_mailbox'] = 'zmena schránky';
  185. $PALANG['pViewlog_action_edit_mailbox_state'] = 'zmena aktivity schránky';
  186. $PALANG['pViewlog_action_create_alias'] = 'vytvorenie aliasu';
  187. $PALANG['pViewlog_action_create_alias_domain'] = 'vytvorenie aliasu domény';
  188. $PALANG['pViewlog_action_edit_alias_domain'] = 'edit alias domain'; # XXX
  189. $PALANG['pViewlog_action_delete_alias'] = 'zrušenie aliasu';
  190. $PALANG['pViewlog_action_delete_alias_domain'] = 'zrušenie aliasu domény';
  191. $PALANG['pViewlog_action_edit_alias'] = 'zmena aliasu';
  192. $PALANG['pViewlog_action_edit_alias_state'] = 'zmena aktivity aliasu';
  193. $PALANG['pViewlog_action_edit_alias_domain_state'] = 'zmena aktivity aliasu domény';
  194. $PALANG['pViewlog_action_edit_password'] = 'zmena hesla';
  195. $PALANG['pViewlog_action_create_admin'] = 'create admin'; # XXX
  196. $PALANG['pViewlog_action_edit_admin'] = 'edit admin'; # XXX
  197. $PALANG['pViewlog_action_delete_admin'] = 'delete admin'; # XXX
  198. $PALANG['pViewlog_action_edit_vacation'] = 'edit vacation'; # XXX
  199. $PALANG['pViewlog_action_create_fetchmail'] = 'create fetchmail job'; # XXX
  200. $PALANG['pViewlog_action_edit_fetchmail'] = 'edit fetchmail job'; # XXX
  201. $PALANG['pViewlog_action_delete_fetchmail'] = 'delete fetchmail job'; # XXX
  202. $PALANG['pViewlog_result_error'] = 'Nepodarilo sa nájsť záznamy!';
  203. $PALANG['pSendmail_welcome'] = 'Poslať email';
  204. $PALANG['from'] = 'Od';
  205. $PALANG['pSendmail_to'] = 'Komu';
  206. $PALANG['pSendmail_to_text_error'] = 'Cieľ nie je platná emailová adresa!';
  207. $PALANG['subject'] = 'Predmet';
  208. $PALANG['pSendmail_subject_text'] = 'Vitajte';
  209. $PALANG['pSendmail_body'] = 'Obsah';
  210. $PALANG['pSendmail_button'] = 'Poslať email';
  211. $PALANG['pSendmail_result_error'] = 'Nepodarilo sa poslať email! (%s)'; # XXX text change - new: Unable to send email to %s!
  212. $PALANG['pSendmail_result_success'] = 'Email odoslaný! (%s)'; # XXX text change - new: Email sent to %s.
  213. $PALANG['pAdminMenu_list_admin'] = 'Administrátori';
  214. $PALANG['pAdminMenu_list_domain'] = 'Domény';
  215. $PALANG['pAdminMenu_list_virtual'] = 'Aliasy';
  216. $PALANG['pAdminMenu_backup'] = 'Zálohovať';
  217. $PALANG['pAdminMenu_create_domain_admins'] = 'Doménoví administrátori';
  218. $PALANG['pAdminMenu_create_admin'] = 'Nový admin';
  219. $PALANG['pAdminMenu_create_domain'] = 'Nová doména';
  220. $PALANG['pAdminList_admin_count'] = 'Domény';
  221. $PALANG['description'] = 'Popis';
  222. $PALANG['aliases'] = 'Aliasov'; # XXX check text - should be 'Aliases'
  223. $PALANG['pAdminList_domain_quota'] = 'Domain quota (MB)'; # XXX
  224. $PALANG['pAdminList_domain_backupmx'] = 'Záložný MX';
  225. $PALANG['last_modified'] = 'Posledná zmena';
  226. $PALANG['pAdminCreate_domain_welcome'] = 'Pridať novú doménu';
  227. $PALANG['pAdminCreate_domain_domain_text_error'] = 'Takáto doména už existuje!';
  228. $PALANG['domain_does_not_exist'] = 'This domain does not exist!'; # XXX
  229. $PALANG['pAdminCreate_domain_domain_text_error2'] = 'Doména nie je platná!';
  230. $PALANG['pAdminCreate_domain_defaultaliases'] = 'Vytvoriť implicitné aliasy';
  231. $PALANG['pAdminCreate_domain_button'] = 'Vytvoriť doménu';
  232. $PALANG['pAdminCreate_domain_result_error'] = 'Nepodarilo sa pridať doménu! (%s)'; # XXX Text changed to: Adding the domain %s failed!
  233. $PALANG['pAdminCreate_domain_result_success'] = 'Doména bola pridaná! (%s)'; # XXX Text changed to: The domain %s has been added.
  234. $PALANG['domain_updated'] = 'The domain %s has been updated.'; # XXX
  235. $PALANG['pAdminDelete_admin_error'] = 'Unable to delete admin!'; # XXX
  236. $PALANG['domain_postdel_failed'] = 'Nepodarilo sa odstrániť doménu!'; # XXX Text changed to: The domain postdeletion script failed, check the error log for details!
  237. $PALANG['domain_postcreate_failed'] = 'The domain postcreate script failed, check the error log for details!'; # XXX
  238. $PALANG['mailbox_postdel_failed'] = 'The mailbox postdeletion script failed, check the error log for details!'; # XXX
  239. $PALANG['mailbox_postedit_failed'] = 'The mailbox postedit script failed, check the error log for details!'; # XXX
  240. $PALANG['mailbox_postcreate_failed'] = 'The mailbox postcreate script failed, check the error log for details!'; # XXX
  241. $PALANG['pAdminDelete_alias_domain_error'] = 'Nepodario sa odstrániť alias domény!';
  242. $PALANG['domain_conflict_vacation_domain'] = 'You can\'t use the vacation domain as mail domain!'; # XXX
  243. $PALANG['pAdminEdit_domain_welcome'] = 'Upraviť doménu';
  244. $PALANG['pAdminEdit_domain_aliases_text'] = '-1 = zakázať | 0 = neobmedzene';
  245. $PALANG['pAdminEdit_domain_maxquota'] = 'Maximálna kvóta';
  246. $PALANG['pAdminEdit_domain_maxquota_text'] = 'MB | -1 = vypnúť | 0 = neobmedzene'; # XXX check - should be "MB | -1 = disable | 0 = unlimited"
  247. $PALANG['pAdminEdit_domain_quota'] = 'Domain Quota'; # XXX
  248. $PALANG['transport'] = 'Transport';
  249. $PALANG['pAdminEdit_domain_transport_text'] = 'Použiť transport';
  250. $PALANG['pAdminEdit_domain_backupmx'] = 'Mail server je záložný MX';
  251. $PALANG['pAdminEdit_domain_result_error'] = 'Nepodarilo sa upraviť doménu! (%s)'; # XXX Text changed to: Modifying the domain %s failed!
  252. $PALANG['pAdminCreate_admin_welcome'] = 'Pridať nového administrátora';
  253. $PALANG['email_address'] = 'Emailová adresa';
  254. $PALANG['pAdminCreate_admin_username_text_error1'] = 'Táto adresa nie je platná!';
  255. $PALANG['admin_already_exists'] = 'Takáto adresa už existuje!'; # XXX Text changed to: The admin already exists!
  256. $PALANG['admin_does_not_exist'] = 'The admin does not exist!'; # XXX
  257. $PALANG['pAdminCreate_admin_button'] = 'Vytvoriť administrátora';
  258. $PALANG['pAdminCreate_admin_result_error'] = 'Nepodarilo sa pridať administrátora! (%s)'; # XXX Text changed to: Adding the admin %s failed!
  259. $PALANG['pAdminCreate_admin_result_success'] = 'Administrátor bol pridaný! (%s)'; # XXX Text changed to: The admin %s has been added.
  260. $PALANG['pAdminEdit_admin_welcome'] = 'Upraviť doménového administrátora';
  261. $PALANG['admin'] = 'Užívateľské meno'; # XXX check text - should be 'Admin'
  262. $PALANG['password_again'] = 'Heslo (znovu)';
  263. $PALANG['super_admin'] = 'Super admin';
  264. $PALANG['super_admin_desc'] = 'Super admins have access to all domains, can manage domains and admin accounts.'; # XXX
  265. $PALANG['pAdminEdit_admin_result_error'] = 'Nepodarilo sa upraviť administrátora! (%s)'; # XXX Text changed to: Modifying the admin %s failed!
  266. $PALANG['pAdminEdit_admin_result_success'] = 'Administrátor bol upravený! (%s)'; # XXX Text changed to: The admin %s has been modified.
  267. $PALANG['pUsersLogin_welcome'] = 'Prihlásenie užívateľov pre zmenu hesla alebo presmerovanie';
  268. $PALANG['pUsersLogin_username_incorrect'] = 'Nesprávné užívateľské meno. Prihlasujte sa svojou emailovou adresou!';
  269. $PALANG['pUsersLogin_password_incorrect'] = 'Nesprávne heslo!';
  270. $PALANG['pUsersMenu_vacation'] = 'Automatická odpoveď';
  271. $PALANG['pUsersMenu_edit_alias'] = 'Presmerovanie';
  272. $PALANG['pUsersMain_vacation'] = 'Nastaviť automatickú odpoveď (dovolenka a pod.).';
  273. $PALANG['pUsersMain_vacationSet'] = $PALANG['pUsersMenu_vacation'] . ' zapnutá, kliknite na \'' . $PALANG['pUsersMenu_vacation'] . '\', ak ju chcete ' . $PALANG['edit'] . '/odstrániť';
  274. $PALANG['pUsersMain_edit_alias'] = 'Nastaviť/zmeniť presmerovanie';
  275. $PALANG['pUsersMain_password'] = 'Zmeniť heslo';
  276. $PALANG['pUsersVacation_welcome'] = 'Automatická odpoveď';
  277. $PALANG['pUsersVacation_welcome_text'] = 'Automatická odpoveď je zapnutá! (%s)'; # XXX Text changed to: 'Auto response for %s is active!'
  278. $PALANG['pUsersVacation_subject_text'] = 'Dovolenka';
  279. $PALANG['message'] = 'Správa'; # XXX check text - should be 'Message'
  280. $PALANG['pUsersVacation_body_text'] = <<<EOM
  281. Som na dovolenke od <date> od <date>.
  282. S neodkladnými vecami kontaktujte <contact person>.
  283. EOM;
  284. $PALANG['pUsersVacation_activefrom'] = 'Aktívna od';
  285. $PALANG['pUsersVacation_activeuntil'] = 'Aktívna do';
  286. $PALANG['pEdit_dbLog_editactive'] = 'zmena aktivity';
  287. $PALANG['pSearch'] = 'Hľadanie';
  288. $PALANG['pSearch_welcome'] = 'Hľadanie: ';
  289. $PALANG['pReturn_to'] = 'Návrat na';
  290. $PALANG['pBroadcast_title'] = 'Poslať hromadnú správu všetkým používateľom';
  291. $PALANG['pBroadcast_name'] = 'Vaše meno';
  292. $PALANG['pBroadcast_success'] = 'Hromadná správa bola odoslaná.';
  293. $PALANG['pAdminMenu_broadcast_message'] = 'Hromadná správa';
  294. $PALANG['pBroadcast_error_empty'] = 'Polie Vaše meno, Predmet a Obsah nemôžu byť prázdne!';
  295. $PALANG['pStatus_undeliverable'] = 'možno NEDORUČITEĽNÉ ';
  296. $PALANG['pStatus_custom'] = 'Doručuje sa na ';
  297. $PALANG['pStatus_popimap'] = 'POP/IMAP ';
  298. $PALANG['password_too_short'] = "Heslo je príliš krátke - musí mať aspoň %s znakov";
  299. $PALANG['password_no_characters'] = "Your password must contain at least %s character(s)."; # XXX
  300. $PALANG['password_no_digits'] = "Your password must contain at least %s digit(s)."; # XXX
  301. $PALANG['pInvalidDomainRegex'] = "Neplatný názov domény %s";
  302. $PALANG['pInvalidDomainDNS'] = "Neplatná doména %s alebo neexistuje jej DNS záznam";
  303. $PALANG['pInvalidMailRegex'] = "Neplatná emailová adresa %s"; # text change to "Invalid email address %s, fails regexp check"
  304. $PALANG['pFetchmail_welcome'] = 'Sťahovanie emailu pre:';
  305. $PALANG['pFetchmail_new_entry'] = 'Nová položka';
  306. $PALANG['fetchmail_already_exists'] = 'This fetchmail job already exists!'; # XXX
  307. $PALANG['fetchmail_does_not_exist'] = 'This fetchmail job does not exist!'; # XXX
  308. $PALANG['pFetchmail_database_save_error'] = 'Nepodarilo sa uložiť položku do databázy!';
  309. $PALANG['pFetchmail_database_save_success'] = 'Položka uložená do databázy.';
  310. $PALANG['pFetchmail_error_invalid_id'] = 'Položka s ID %s neexistuje!';
  311. $PALANG['pFetchmail_invalid_mailbox'] = 'Neplatná schránka!';
  312. $PALANG['pFetchmail_server_missing'] = 'Zadajte názov vzdialeného servera!';
  313. $PALANG['pFetchmail_user_missing'] = 'Zadajte meno vzdialeného používateľa!';
  314. $PALANG['pFetchmail_password_missing'] = 'Zadajte heslo vzdialeného používateľa!';
  315. $PALANG['pFetchmail_field_id'] = 'ID';
  316. $PALANG['pFetchmail_field_mailbox'] = 'Schránka';
  317. $PALANG['pFetchmail_field_src_server'] = 'Server';
  318. $PALANG['pFetchmail_field_src_auth'] = 'Autentifikácia';
  319. $PALANG['pFetchmail_field_src_user'] = 'Meno';
  320. $PALANG['pFetchmail_field_src_password'] = $PALANG['password']; # needed until fetchmail is migrated into FetchmailHandler
  321. $PALANG['pFetchmail_field_src_folder'] = 'Adresár';
  322. $PALANG['pFetchmail_field_poll_time'] = 'Opakovanie';
  323. $PALANG['pFetchmail_field_fetchall'] = 'Staré';
  324. $PALANG['pFetchmail_field_keep'] = 'Ponechať';
  325. $PALANG['pFetchmail_field_protocol'] = 'Protokol';
  326. $PALANG['pFetchmail_field_usessl'] = 'SSL';
  327. $PALANG['pFetchmail_field_sslcertck'] = 'SSL certificate check'; # XXX
  328. $PALANG['pFetchmail_field_sslcertpath'] = 'SSL path to certificates'; # XXX
  329. $PALANG['pFetchmail_field_sslfingerprint'] = 'SSL fingerprint (md5)'; # XXX
  330. $PALANG['pFetchmail_field_extra_options'] = 'Parametre';
  331. $PALANG['pFetchmail_field_mda'] = 'MDA';
  332. $PALANG['pFetchmail_field_date'] = 'Dátum';
  333. $PALANG['pFetchmail_field_returned_text'] = 'Výsledok';
  334. $PALANG['pFetchmail_desc_id'] = 'ID záznamu';
  335. $PALANG['pFetchmail_desc_mailbox'] = 'Lokálna schránka';
  336. $PALANG['pFetchmail_desc_src_server'] = 'Vzdialený server';
  337. $PALANG['pFetchmail_desc_src_auth'] = 'Väčšinou \'password\''; # Translators: Please do NOT translate 'password' here
  338. $PALANG['pFetchmail_desc_src_user'] = 'Vzdialené meno používateľa';
  339. $PALANG['pFetchmail_desc_src_password'] = 'Vzdialené heslo';
  340. $PALANG['pFetchmail_desc_src_folder'] = 'Vzdialený adresár';
  341. $PALANG['pFetchmail_desc_poll_time'] = 'Sťahovať každých ... minút';
  342. $PALANG['pFetchmail_desc_fetchall'] = 'Sťahovať staré (prečítané) aj nové správy';
  343. $PALANG['pFetchmail_desc_keep'] = 'Ponechať stiahnuté správy na vzdialenom serveri';
  344. $PALANG['pFetchmail_desc_protocol'] = 'Použiť protokol';
  345. $PALANG['pFetchmail_desc_usessl'] = 'Šifrovanie SSL';
  346. $PALANG['pFetchmail_desc_extra_options'] = 'Ďalšie parametre pre fetchmail';
  347. $PALANG['pFetchmail_desc_mda'] = 'Doručovací program (Mail Delivery Agent)';
  348. $PALANG['pFetchmail_desc_date'] = 'Dátum poslednej zmeny konfigurácie';
  349. $PALANG['pFetchmail_desc_returned_text'] = 'Správa z posledného sťahovania';
  350. $PALANG['dateformat_pgsql'] = 'YYYY-mm-dd'; # translators: rearrange to your local date format, but make sure it's a valid PostgreSQL date format # XXX
  351. $PALANG['dateformat_mysql'] = '%Y-%m-%d'; # translators: rearrange to your local date format, but make sure it's a valid MySQL date format # XXX
  352. $PALANG['please_keep_this_as_last_entry'] = ''; # needed for language-check.sh
  353. /* vim: set expandtab ft=php softtabstop=3 tabstop=3 shiftwidth=3: */
  354. ?>