sogo/UI/Common/Slovak.lproj/Localizable.strings

216 lines
8.8 KiB
Plaintext
Raw Normal View History

2012-11-29 20:40:46 +01:00
/* this file is in UTF-8 format! */
/* toolbars */
"Save" = "Uložiť";
"Close" = "Zavrieť";
2018-02-12 20:53:28 +01:00
"Edit User Rights" = "Upraviť použivateľské práva";
2012-11-29 20:40:46 +01:00
"Home" = "Domov";
"Calendar" = "Kalendár";
2017-10-18 17:04:10 +02:00
"Address Book" = "Adresár";
2012-11-29 20:40:46 +01:00
"Mail" = "Pošta";
"Preferences" = "Predvoľby";
"Administration" = "Správa";
"Disconnect" = "Odpojiť";
2016-10-03 17:47:57 +02:00
"Toggle Menu" = "Prepnúť menu";
2012-11-29 20:40:46 +01:00
"Right Administration" = "Administrácia práv";
"Log Console (dev.)" = "Log konzola (vývoj)";
2018-02-12 20:53:28 +01:00
"User" = "Používateľ";
"Vacation message is enabled" = "Dovolenková správa je zapnutá.";
2012-11-29 20:40:46 +01:00
"Help" = "Pomoc";
2018-02-12 20:53:28 +01:00
"noJavascriptError" = "Sogo vyžaduje na spustenie JavaScript. Uistite sa, že táto možnosť je k dispozícii a aktivovaná v prehliadači.";
2012-11-29 20:40:46 +01:00
"noJavascriptRetry" = "Opakovať";
"Owner" = "Vlastník";
2019-10-23 18:41:47 +02:00
"Publish the Free/Busy information" = "Zverejniť informáciu o dostupnosti";
2012-11-29 20:40:46 +01:00
"Add..." = "Pridať...";
"Remove" = "Odstrániť";
2018-02-12 20:53:28 +01:00
"Subscribe User" = "Prihlásiť používateľa na odber";
"Any Authenticated User" = "Všetkým prihláseným používateľom";
2012-11-29 20:40:46 +01:00
"Public Access" = "Verejný prístup";
2018-02-12 20:53:28 +01:00
"Any user not listed above" = "Každý používateľ, ktorý nie je uvedený vyššie.";
"Anybody accessing this resource from the public area" = "Každý, kto pristupuje k tomuto zdroju z verejného priestoru.";
"Sorry, the user rights can not be configured for that object." = "Je nám ľúto, používateľské práva nie je možné konfigurovať pre daný objekt.";
2012-11-29 20:40:46 +01:00
"Any user with an account on this system will be able to access your mailbox \"%{0}\". Are you certain you trust them all?"
2018-02-12 20:53:28 +01:00
= "Ktorýkoľvek používateľ tohoto systému bude môcť vidieť vašu zložku \"%{0}\". Ste si istý, že veríte všetkým používateľom?";
2018-02-06 16:27:20 +01:00
"Any user with an account on this system will be able to access your calendar \"%{0}\". Are you certain you trust them all?"
2018-02-12 20:53:28 +01:00
= "Ktorýkoľvek používateľ tohoto systému bude môcť vidieť váš kalendár \"%{0}\". Ste si istý, že veríte všetkým používateľom?";
2012-11-29 20:40:46 +01:00
"Potentially anyone on the Internet will be able to access your calendar \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?"
2018-02-12 20:53:28 +01:00
= "Potencionálne ktokoľvek na internete bude môcť vidieť váš kalendár \"%{0}\", napriek tomu že nemá účet v tomto systéme. Sú tieto informácie vhodné pre verejnosť?";
2012-11-29 20:40:46 +01:00
"Any user with an account on this system will be able to access your address book \"%{0}\". Are you certain you trust them all?"
2018-02-12 20:53:28 +01:00
= "Ktorýkoľvek používateľ tohoto systému bude môcť vidieť váš adresár \"%{0}\". Ste si istý, že veríte všetkým používateľom?";
2012-11-29 20:40:46 +01:00
"Potentially anyone on the Internet will be able to access your address book \"%{0}\", even if they do not have an account on this system. Is this information suitable for the public Internet?"
2018-02-12 20:53:28 +01:00
= "Potencionálne ktokoľvek na internete bude môcť vidieť váš adresár \"%{0}\", napriek tomu že nemá účet v tomto systéme. Sú tieto informácie vhodné pre verejnosť?";
2012-11-29 20:40:46 +01:00
"Give Access" = "Daj prístup";
"Keep Private" = "Nechaj súkromné";
2016-10-03 17:47:57 +02:00
2012-11-29 20:40:46 +01:00
/* generic.js */
"Unable to subscribe to that folder!"
2018-02-12 20:53:28 +01:00
= "Nedá sa prihlásiť na odber tejto zložky!";
2012-11-29 20:40:46 +01:00
"You cannot subscribe to a folder that you own!"
2018-02-12 20:53:28 +01:00
= "Nemôžete sa prihlásiť na odber zložky, ktorú vlastníte!";
2012-11-29 20:40:46 +01:00
"Unable to unsubscribe from that folder!"
2017-10-18 17:04:10 +02:00
= "Nedá sa odhlásiť z tejto zložky!";
2012-11-29 20:40:46 +01:00
"You cannot unsubscribe from a folder that you own!"
2018-02-12 20:53:28 +01:00
= "Nemôžete sa odhlásiť zo zložky, ktorú vlastníte!";
2012-11-29 20:40:46 +01:00
"Unable to rename that folder!" = "Nemožno premenovať túto zložku!";
"You have already subscribed to that folder!"
2018-02-12 20:53:28 +01:00
= "Už ste prihlásený na odber tejto zložky!";
2012-11-29 20:40:46 +01:00
"The user rights cannot be edited for this object!"
2018-02-12 20:53:28 +01:00
= "Používateľské práva nemožno upraviť pre tento objekt!";
"A folder by that name already exists." = "Zložka s týmto názvom už existuje!";
2018-02-06 16:27:20 +01:00
"You cannot create a list in a shared address book."
2019-10-23 18:41:47 +02:00
= "V zdieľanom adresári nemôžete vytvoriť zoznam.";
2012-11-29 20:40:46 +01:00
"Warning" = "Varovanie";
2016-10-03 17:47:57 +02:00
"Can't contact server" = "Pri kontaktovaní servera nastala chyba. Skúste to neskôr, prosím.";
2012-11-29 20:40:46 +01:00
"You are not allowed to access this module or this system. Please contact your system administrator."
2018-02-12 20:53:28 +01:00
= "Nemáte povolený prístup k tomuto modulu alebo tomuto systémy. Obráťte sa na správcu systému.";
2012-11-29 20:40:46 +01:00
"You don't have the required privileges to perform the operation."
2012-12-06 16:31:15 +01:00
= "Nemáte potrebné oprávnenia na vykonanie operácie.";
2012-11-29 20:40:46 +01:00
"noEmailForDelegation" = "Musíte zadať adresu, na ktorú chcete delegovať vaše pozvanie.";
2018-02-12 20:53:28 +01:00
"delegate is organizer" = "Delegát je organizátorom. Zadajte, prosím, iného delegáta.";
2012-11-29 20:40:46 +01:00
"delegate is a participant" = "Delegát je už účastníkom.";
"delegate is a group" = "Zadaná adresa zodpovedá skupine. Môžete ju delegovať len na jedinečnú osobu.";
2016-10-03 17:47:57 +02:00
2012-11-29 20:40:46 +01:00
/* common buttons */
"OK" = "OK";
"Cancel" = "Zrušiť";
"Yes" = "Áno";
"No" = "Nie";
2016-10-03 17:47:57 +02:00
2018-02-06 16:27:20 +01:00
/* generic messages */
"Error" = "Chyba";
"Success" = "Úspešné";
2019-10-23 18:41:47 +02:00
/* confirmation dialog box */
"Confirmation" = "Confirmation";
2012-11-29 20:40:46 +01:00
/* alarms */
"Reminder" = "Pripomienka";
"Start" = "Štart";
2019-10-23 18:41:47 +02:00
"Due Date" = "Termín dokončenia";
"Location" = "Umiestnenie";
2017-01-23 15:49:53 +01:00
"Snooze" = "Odložit";
"Snooze for " = "Odložiť do";
"5 minutes" = "5 minút";
"10 minutes" = "10 minút";
"15 minutes" = "15 minút";
"30 minutes" = "30 minút";
"45 minutes" = "45 minút";
"1 hour" = "1 hodinu";
"1 day" = "1 deň";
2016-10-03 17:47:57 +02:00
/* mail labels */
2013-11-22 20:39:24 +01:00
"Important" = "Dôležité";
"Work" = "Pracovné";
"Personal" = "Osobné";
"To Do" = "Treba urobiť";
"Later" = "Neskôr";
2019-10-23 18:41:47 +02:00
"Return Receipt Sent" = "Odoslané potvrdenie o přečítaní";
2012-11-29 20:40:46 +01:00
"a2_Sunday" = "Ne";
"a2_Monday" = "Po";
"a2_Tuesday" = "Ut";
"a2_Wednesday" = "St";
"a2_Thursday" = "Št";
"a2_Friday" = "Pi";
"a2_Saturday" = "So";
2016-10-03 17:47:57 +02:00
"Access Rights" = "Prístupové práva";
2018-02-12 20:53:28 +01:00
"Add User" = "Pridať používateľa";
2016-10-03 17:47:57 +02:00
"Loading" = "Spúštanie";
2018-02-12 20:53:28 +01:00
"No such user." = "Spomenutý používateľ neexistuje.";
2016-10-03 17:47:57 +02:00
"You cannot (un)subscribe to a folder that you own!" = "Nemôžete sa prihlásiť (odhlásiť) na odber svojej vlastnej zložky!";
2018-02-06 16:27:20 +01:00
/* SMIME Certificate field */
2019-10-23 18:41:47 +02:00
"S/MIME Certificate" = "S/MIME Certifikát";
2018-02-12 20:53:28 +01:00
"Subject Name" = "Meno subjektu";
2018-02-06 16:27:20 +01:00
"Issuer" = "Vystavovateľ";
"countryName" = "Krajina";
"organizationName" = "Organizácia";
2018-02-12 20:53:28 +01:00
"organizationalUnitName" = "Organizačná jednotka";
"commonName" = "Všeobecné meno";
"emailAddress" = "E-mailová adresa";
2018-02-06 16:27:20 +01:00
2016-10-03 17:47:57 +02:00
/* Authentication username */
2018-02-12 20:53:28 +01:00
"Username" = "Používateľské meno";
2016-10-03 17:47:57 +02:00
/* Authentication password */
"Password" = "Heslo";
/* Authentication failed */
2018-02-12 20:53:28 +01:00
"Wrong username or password." = "Nesprávne použivateľské meno alebo heslo.";
2016-10-03 17:47:57 +02:00
2017-01-23 15:49:53 +01:00
/* Error message displayed bellow search field when the search string has less than the required number of characters */
2018-02-12 20:53:28 +01:00
"Enter at least %{minimumSearchLength} characters" = "Vložte minimálne %{minimumSearchLength} znakov.";
2016-10-03 17:47:57 +02:00
2017-01-23 15:49:53 +01:00
/* Error message displayed when a file upload exceeds WOMaxUploadSize */
2018-02-12 20:53:28 +01:00
"File size upload limit reached" = "Bol dosiahnutý limit pre veľkosť nahraného súboru.";
2017-01-23 15:49:53 +01:00
2019-10-23 18:41:47 +02:00
/* Generic server error */
"An error occured, please try again." = "Vyskytla sa chyba, skúste to znova.";
/* Open datepicker */
"Open Calendar" = "Otvoriť kalendár";
2016-10-03 17:47:57 +02:00
/* Toggle visibility (ex: mail account in left navigation menu) */
"Toggle visibility" = "Prepnúť zobrazenie";
2019-10-23 18:41:47 +02:00
"Keyboard Shortcuts" = "Klávesové Skratky";
/* Aria label for avatar button to select and unselect an item */
"Toggle item" = "Prepnúť položku";
2017-01-23 15:49:53 +01:00
/* Toggle multiple items at the same time (hotkeys cheatsheet) */
"Toggle range of items" = "Prepnúť rozsah položiek";
2016-10-03 17:47:57 +02:00
/* Question mark shows list of hotkeys */
2018-02-12 20:53:28 +01:00
"Show or hide this help" = "Zobraziť alebo skryť túto pomoc.";
2016-10-03 17:47:57 +02:00
/* Space key */
"key_space" = "space";
2019-10-23 18:41:47 +02:00
/* Delete key */
"key_delete" = "zmazať";
2017-01-23 15:49:53 +01:00
/* Shift and space key */
"key_shift+space" = "shift + medzerník";
2016-10-03 17:47:57 +02:00
/* Up arrow key */
"key_up" = "↑";
/* Down arrow key */
"key_down" = "↓";
/* Left arrow key */
"key_left" = "←";
/* Right arrow key */
"key_right" = "→";
/* Shift and up arrow combo keys */
"key_shift+up" = "shift + ↑";
/* Shift and down arrow combo keys */
"key_shift+down" = "shift + ↓";
/* Backspace key */
2019-10-23 18:41:47 +02:00
"key_backspace" = "⌫";
2016-10-03 17:47:57 +02:00
/* Hotkey to start a search */
"hotkey_search" = "s";
/* Hotkey description to select next list item */
"View next item" = "Zobraziť nasledujúcu položku";
/* Hotkey description to select previous list item */
"View previous item" = "Zobraziť predošlú položku";
/* Hotkey description to add next list item to selection */
"Add next item to selection" = "Pridať nasledujúcu položku do výberu";
/* Hotkey description to add previous list item to selection */
"Add previous item to selection" = "Pridať predošlú položku do výberu";
/* Hotkey description to move backward in current view */
"Move backward" = "Posun späť";
/* Hotkey description to move forward in current view */
2018-02-06 16:27:20 +01:00
"Move forward" = "Posun vpred";