sk_SK.js 2.0 KB

123456789101112131415161718192021222324
  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é {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. "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á",
  13. "Failed to send share by E-mail" : "Nebolo možné poslať sprístupnenie emailom",
  14. "%s shared »%s« with you" : "%s vám sprístupnil »%s«",
  15. "%s shared »%s« with you on behalf of %s" : "%s vám sprístupnil »%s« menom používateľa %s",
  16. "Failed to create the E-mail" : "Nebolo možné vytvoriť emailovú správu",
  17. "Could not find share" : "Nebolo možné nájsť sprístupnenie",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s« menom používateľa %s.\n\n%s\n\n",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Dobrý deň,\n\n%s vám sprístupnil »%s«.\n\n%s\n\n",
  20. "Cheers!" : "Pekný deň!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a> menom používateľa %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Dobrý deň,<br><br>%s vám sprístupnil <a href=\"%s\">%s</a>.<br><br>"
  23. },
  24. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");