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.

cs.js 4.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "Sdíleno s {email}",
  5. "Shared with {email} by {actor}" : "{actor} sdílí s {email}",
  6. "Unshared from {email}" : "Sdílení zrušeno od {email}",
  7. "Unshared from {email} by {actor}" : "{actor} zrušil(a) sdílení adresátovi {email}",
  8. "Password for mail share sent to {email}" : "Heslo e-mailového sdílení odesláno na {email}",
  9. "Password for mail share sent to you" : "Heslo e-mailového sdílení vám bylo zasláno",
  10. "You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
  11. "{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
  12. "You unshared {file} from {email} by mail" : "Zrušili jste sdílení {file} z {email} e-mailem",
  13. "{actor} unshared {file} from {email} by mail" : "{actor} zrušil(a) sdílení {file} od {email} po e-mailu",
  14. "Password to access {file} was sent to {email}" : "Heslo pro přístup k {file} bylo zasláno na {email}",
  15. "Password to access {file} was sent to you" : "Heslo pro přístupu k {file} vám bylo zasláno",
  16. "Share by mail" : "Sdílet e-mailem",
  17. "We cannot send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Nemůžeme vám zaslat automaticky vytvořené heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.",
  18. "Failed to send share by email. Got an invalid email address" : "Nepodařilo se odeslat sdílení e-mailem. Obdržena neplatná e-mailová adresa",
  19. "Failed to send share by email" : "Sdílení e-mailem se nezdařilo",
  20. "%1$s shared »%2$s« with you" : "%1$s s vámi sdílí „%2$s“",
  21. "%1$s shared »%2$s« with you." : "%1$s vám nasdílel(a) „%2$s“.",
  22. "Click the button below to open it." : "Pro otevření klikněte na tlačítko níže.",
  23. "Open »%s«" : "Otevřít „%s“",
  24. "%1$s via %2$s" : "%1$s prostřednictvím %2$s",
  25. "%1$s shared »%2$s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%1$s vám nasdílel(a) „%2$s“.\nMěl by vám už přijít e-mail s přístupovými údaji.\n",
  26. "%1$s shared »%2$s« with you. You should have already received a separate mail with a link to access it." : "%1$s vám nasdílel(a) „%2$s“. Měl by vám už přijít e-mail s přístupovými údaji.",
  27. "Password to access »%1$s« shared to you by %2$s" : "Heslo pro přístup k „%1$s“, které vám nasdílel(a) %2$s",
  28. "Password to access »%s«" : "Heslo pro přístup k „%s “",
  29. "It is protected with the following password:" : "Je chráněno následujícím heslem:",
  30. "This password will expire at %s" : "Platnost tohoto hesla skončí %s",
  31. "%1$s shared »%2$s« with you and wants to add:" : "%1$s sdílí „%2$s“ a dodává:",
  32. "%1$s shared »%2$s« with you and wants to add" : "%1$s sdílí „%2$s“ a dodává",
  33. "»%s« added a note to a file shared with you" : "„%s“ dodává poznámku k nasdílenému souboru",
  34. "You just shared »%1$s« with %2$s. The share was already sent to the recipient. Due to the security policies defined by the administrator of %3$s each share needs to be protected by password and it is not allowed to send the password directly to the recipient. Therefore you need to forward the password manually to the recipient." : "Právě jste s „%1$s“ nasdílel(a) %2$s. Sdílení bylo už příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %3$s musí být každé sdílení chráněno heslem a toto heslo nemůže být příjemci zasláno přímo. Kvůli tomu ho budete muset ručně přeposlat.",
  35. "Password to access »%1$s« shared by you with %2$s" : "Heslo pro přístup k „%1$s“ nasdílenému vámi pro %2$s",
  36. "This is the password:" : "Toto je heslo:",
  37. "You can choose a different password at any time in the share dialog." : "V dialogu sdílení můžete kdykoliv vybrat jiné heslo.",
  38. "Could not find share" : "Sdílení se nedaří nalézt",
  39. "Share provider which allows you to share files by mail" : "Poskytovatel sdílení umožňuje sdílet soubory pomocí e-mailu",
  40. "Send password by mail" : "Odeslat heslo e-mailem",
  41. "Reply to initiator" : "Odpovědět iniciátorovi",
  42. "Unable to update share by mail config" : "Nedaří se aktualizovat sdílení nastavením e-mailu",
  43. "Sharing %1$s failed, because this item is already shared with user %2$s" : "Sdílení položky %1$s se nezdařilo, protože ta je už s uživatelem %2$s sdílena",
  44. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Dovoluje uživatelům odeslat personalizovaný odkaz na soubor nebo složku po zadání e-mailové adresy."
  45. },
  46. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");