cs_CZ.js 1.7 KB

123456789101112131415161718192021222324
  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. "You shared %1$s with %2$s by mail" : "Sdílel(a) jste %1$s e-mailem s %2$s",
  9. "You shared {file} with {email} by mail" : "E-mailem jste s {email} sdíleli {file}",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s s %2$s sdílel e-mailem %1$s",
  11. "{actor} shared {file} with {email} by mail" : "{actor} sdílel(a) {file} e-mailem s {email}",
  12. "Sharing %s failed, this item is already shared with %s" : "Sdílení %s selhalo, tato položka je již s %s sdílena",
  13. "Failed to send share by E-mail" : "Odeslání sdílení E-mailem se nezdařilo",
  14. "%s shared »%s« with you" : "%s s vámi sdílel(a) »%s»",
  15. "%s shared »%s« with you on behalf of %s" : "%s s vámi sdílel »%s» místo %s",
  16. "Failed to create the E-mail" : "Vytváření E-mailu se nezdařilo",
  17. "Could not find share" : "Nelze nalézt sdílení",
  18. "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Ahoj,\n\n%s s vámi sdílel(a) »%s» na místo %s\n\n%s",
  19. "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Ahoj,\n\n\n%s s vámi sdílel »%s».\n\n%s",
  20. "Cheers!" : "Mějte se!",
  21. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Ahoj,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a> namísto %s.<br><br>",
  22. "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Nazdar,<br><br>%s s vámi sdílel(a) <a href=\"%s\">%s</a>.<br><br>"
  23. },
  24. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");