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_CZ.js 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Sdílení mezi servery není povoleno",
  5. "The mountpoint name contains invalid characters." : "Jméno přípojného bodu obsahuje nepovolené znaky.",
  6. "Invalid or untrusted SSL certificate" : "Neplatný nebo nedůvěryhodný SSL certifikát",
  7. "Couldn't add remote share" : "Nelze přidat vzdálené úložiště",
  8. "Shared with you" : "Sdíleno s vámi",
  9. "Shared with others" : "Sdíleno s ostatními",
  10. "Shared by link" : "Sdíleno pomocí odkazu",
  11. "Nothing shared with you yet" : "Zatím s vámi nikdo nic nesdílel",
  12. "Files and folders others share with you will show up here" : "Zde budou zobrazeny soubory a adresáře, které s vámi ostatní sdílí",
  13. "Nothing shared yet" : "Zatím není nic sdíleno",
  14. "Files and folders you share will show up here" : "Zde budou zobrazeny vámi sdílené soubory a adresáře",
  15. "No shared links" : "Žádné sdílené odkazy",
  16. "Files and folders you share by link will show up here" : "Zde budou zobrazeny soubory a adresáře, které sdílíte jako webové odkazy",
  17. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Chcete přidat vzdálené úložiště {name} uživatele {owner}@{remote}?",
  18. "Remote share" : "Vzdálené úložiště",
  19. "Remote share password" : "Heslo ke vzdálenému úložišti",
  20. "Cancel" : "Zrušit",
  21. "Add remote share" : "Přidat vzdálené úložiště",
  22. "No ownCloud installation (7 or higher) found at {remote}" : "Nebyla nalezena instalace ownCloud (7 nebo vyšší) na {remote}",
  23. "Invalid ownCloud url" : "Neplatná ownCloud url",
  24. "Share" : "Sdílet",
  25. "Shared by" : "Sdílí",
  26. "A file or folder was shared from <strong>another server</strong>" : "Soubor nebo složka byla nasdílena z <strong>jiného serveru</strong>",
  27. "A public shared file or folder was <strong>downloaded</strong>" : "Byl <strong>stažen</strong> veřejně sdílený soubor nebo adresář",
  28. "You received a new remote share from %s" : "Obdrželi jste nové vzdálené sdílení z %s",
  29. "%1$s accepted remote share %2$s" : "%1$s přijal(a) vzdálené sdílení %2$s",
  30. "%1$s declined remote share %2$s" : "%1$s odmítl(a) vzdálené sdílení %2$s",
  31. "%1$s unshared %2$s from you" : "%1$s již více nesdílí %2$s",
  32. "Public shared folder %1$s was downloaded" : "Byl stažen veřejně sdílený adresář %1$s ",
  33. "Public shared file %1$s was downloaded" : "Byl stažen veřejně sdílený soubor %1$s ",
  34. "This share is password-protected" : "Toto sdílení je chráněno heslem",
  35. "The password is wrong. Try again." : "Heslo není správné. Zkuste to znovu.",
  36. "Password" : "Heslo",
  37. "No entries found in this folder" : "V tomto adresáři nebylo nic nalezeno",
  38. "Name" : "Název",
  39. "Share time" : "Čas sdílení",
  40. "Sorry, this link doesn’t seem to work anymore." : "Je nám líto, ale tento odkaz již není funkční.",
  41. "Reasons might be:" : "Možné důvody:",
  42. "the item was removed" : "položka byla odebrána",
  43. "the link expired" : "platnost odkazu vypršela",
  44. "sharing is disabled" : "sdílení je zakázané",
  45. "For more info, please ask the person who sent this link." : "Pro více informací kontaktujte osobu, která vám zaslala tento odkaz.",
  46. "Add to your ownCloud" : "Přidat do svého ownCloudu",
  47. "Download" : "Stáhnout",
  48. "Download %s" : "Stáhnout %s",
  49. "Direct link" : "Přímý odkaz",
  50. "Server-to-Server Sharing" : "Sdílení mezi servery",
  51. "Allow users on this server to send shares to other servers" : "Povolit uživatelům z tohoto serveru zasílat sdílení na jiné servery",
  52. "Allow users on this server to receive shares from other servers" : "Povolit uživatelům z tohoto serveru přijímat sdílení z jiných serverů"
  53. },
  54. "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");