sk.js 3.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Sprístupnené používateľovi %1$s",
  5. "Shared with {email}" : "Sprístupnené pre {email}",
  6. "Shared with %1$s by %2$s" : "Sprístupnené používateľovi %1$s používateľom %2$s",
  7. "Shared with {email} by {actor}" : "Sprístupnené {email} používateľom {actor}",
  8. "You shared %1$s with %2$s by mail" : "Sprístupnili ste %1$s používateľovi %2$s pomocou emailu",
  9. "You shared {file} with {email} by mail" : "Sprístupnili ste {file} používateľovi {email} pomocou emailu",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s sprístupnil %1$s používateľovi %2$s pomocou emailu",
  11. "{actor} shared {file} with {email} by mail" : "{actor} sprístupnil {file} používateľovi {email} pomocou emailu",
  12. "Password to access {file} was sent to {email}" : "Heslo na sprístupnenie {file} bolo zaslané na {email}",
  13. "Password to access %1$s was sent to you" : "Heslo na sprístupnenie %1$s Vám bolo zaslané",
  14. "Password to access {file} was sent to you" : "Heslo na sprístupnenie {file} Vám bolo zaslané",
  15. "Sharing %s failed, this item is already shared with %s" : "Sprístupnenie %s zlyhalo, táto položka je už používateľovi %s sprístupnená",
  16. "We can't send you the auto-generated password. Please set a valid email address in your personal settings and try again." : "Vygenerované heslo Vám nemôže byť zaslané. Zadajte správnu mailovú adresu vo Vašich osobných nastaveniach a skúste znovu.",
  17. "Failed to send share by email" : "Zaslanie sprístupnenia cez e-mail zlyhalo",
  18. "%s shared »%s« with you" : "%s vám sprístupnil »%s«",
  19. "%s shared »%s« with you." : "%s Vám sprístupnil »%s«",
  20. "Click the button below to open it." : "Stlačte tlačidlo nižšie pre otvorenie.",
  21. "Open »%s«" : "Otvoriť »%s«",
  22. "%s via %s" : "%s cez %s",
  23. "%s shared »%s« with you.\nYou should have already received a separate mail with a link to access it.\n" : "%s Vám sprístupnil »%s«.\nSpráva s odkazom by Vám už mala byť doručená.\n",
  24. "%s shared »%s« with you. You should have already received a separate mail with a link to access it." : "%s Vám sprístupnil »%s«. Správa s odkazom by Vám už mala byť doručená.",
  25. "Password to access »%s«" : "Heslo pre prístup k »%s«",
  26. "Password to access »%s« shared with %s" : "Heslo pre prístup k »%s« sprístupnené používateľovi %s",
  27. "This is the password: %s" : "Toto je heslo: %s",
  28. "You can choose a different password at any time in the share dialog." : "Kedykoľvek môžete vybrať iné heslo v okne zdieľania.",
  29. "Could not find share" : "Nebolo možné nájsť sprístupnenie",
  30. "Share by mail" : "Sprístupniť e-mailom",
  31. "Allows users to share a personalized link to a file or folder by putting in an email address." : "Povoľuje používateľom zdieľať personalizovaný odkaz na súbor alebo priečinok zadaním e-mailovej adresy.",
  32. "Send password by mail" : "Odoslať heslo e-mailom",
  33. "Enforce password protection" : "Vynútiť ochranu heslom",
  34. "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom"
  35. },
  36. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");