cs.js 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Sdíleno s %1$s",
  5. "Shared with {email}" : "Sdíleno s {email}",
  6. "Shared with %1$s by %2$s" : "%2$s sdílí s %1$s",
  7. "Shared with {email} by {actor}" : "{actor} sdílí s {email}",
  8. "Password for mail share sent to %1$s" : "Heslo e-mailového sdílení odesláno na %1$s",
  9. "Password for mail share sent to {email}" : "Heslo e-mailového sdílení odesláno na {email}",
  10. "Password for mail share sent to you" : "Heslo e-mailového sdílení vám bylo zasláno",
  11. "You shared %1$s with %2$s by mail" : "Sdílel(a) jste %1$s e-mailem s %2$s",
  12. "You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
  13. "%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
  14. "{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
  15. "Password to access %1$s was sent to %2s" : "Heslo pro přístupu k %1$s bylo zasláno na %2s",
  16. "Password to access {file} was sent to {email}" : "Heslo pro přístup k {file} bylo zasláno na {email}",
  17. "Password to access %1$s was sent to you" : "Heslo pro přístup k %1$s vám bylo zasláno",
  18. "Password to access {file} was sent to you" : "Heslo pro přístupu k {file} vám bylo zasláno",
  19. "Sharing %s failed, this item is already shared with %s" : "Sdílení %s se nezdařilo, tato položka je s %s už sdílena",
  20. "We can't 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 vygenerované heslo. Nastavte si v osobním nastavení platnou e-mailovou adresu a zkuste to znovu.",
  21. "Failed to send share by email" : "Sdílení e-mailem se nezdařilo",
  22. "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
  23. "%s shared »%s« with you." : "%s s vámi nasdílel(a) »%s«.",
  24. "Click the button below to open it." : "Pro otevření kliknětena tlačítko níže.",
  25. "Open »%s«" : "Otevřít »%s«",
  26. "%s via %s" : "%s přes %s",
  27. "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s s vámi sdílel(a) %s.",
  28. "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s s vámi sdílel(a) »%s«. Již jste měli dostat e-mail s přístupovými údaji.",
  29. "Password to access »%s« shared to you by %s" : "Heslo pro přístup k »%s« (vám nasdílel(a) %s)",
  30. "Password to access »%s«" : "Heslo pro přístup k »%s«",
  31. "It is protected with the following password: %s" : "Je chráněn následujícím heslem: %s",
  32. "%1$s shared »%2$s« with you and wants to add:" : "%1$s s vámi sdílí „%2$s“ a chce přidat:",
  33. "»%s« added a note to a file shared with you" : "„%s“ přidal(a) poznámku k souboru, který je s vámi sdílený",
  34. "%1$s via %2$s" : "%1$s prostřednictvím %2$s",
  35. "You just shared »%s« with %s. The share was already send to the recipient. Due to the security policies defined by the administrator of %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 »%s» nasdílel(a) %s. Sdílení bylo již příjemci zasláno. Kvůli bezpečnostní politice nastavené administrátorem %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 manuálně přeposlat.",
  36. "Password to access »%s« shared with %s" : "Heslo pro přístup k »%s« sdíleno s %s",
  37. "This is the password: %s" : "Toto je heslo: %s",
  38. "You can choose a different password at any time in the share dialog." : "V dialogu sdílení můžete kdykoliv vybrat jiné heslo.",
  39. "Could not find share" : "Sdílení se nedaří nalézt",
  40. "Share by mail" : "Sdílet e-mailem",
  41. "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.",
  42. "Send password by mail" : "Odeslat heslo e-mailem",
  43. "Enforce password protection" : "Vynutit ochranu heslem",
  44. "Failed to send share by E-mail" : "Odeslání sdílení e-mailem se nezdařilo"
  45. },
  46. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");