cs.js 3.1 KB

1234567891011121314151617181920212223242526
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "Verze",
  5. "This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se změnily.",
  6. "Name this version" : "Nazvat tuto verzi",
  7. "Edit version name" : "Upravit název verze",
  8. "Compare to current version" : "Porovnat se stávající verzí",
  9. "Restore version" : "Obnovit verzi",
  10. "Download version" : "Stáhnout si verzi",
  11. "Delete version" : "Smazat verzi",
  12. "Current version" : "Stávající verze",
  13. "Initial version" : "Počáteční verze",
  14. "Version name" : "Název verze",
  15. "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Výslovně verze jsou trvalé a vynechány z automatického čištění při vyčerpání vaší kvóty na úložišti.",
  16. "Remove version name" : "Odebrat název verze",
  17. "Save version name" : "Uložit název verze",
  18. "Initial version restored" : "Počáteční verze obnovena",
  19. "Version restored" : "Verze obnovena",
  20. "Could not restore version" : "Verzi se nedaří obnovit",
  21. "Could not delete version" : "Nedaří se smazat verzi",
  22. "${version.label} restored" : "${version.label} obnoveno",
  23. "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Tato aplikace automaticky uchovává starší verze souborů, které se změnily. Když je zapnutá, je ve složce každého uživatele vytvořena skrytá složka pro verze a do ní jsou ukládány staré verze souborů. Uživatel se (prostřednictvím webového rozhraní) kdykoli může vrátit ke starší verzi s tím, že sám nahrazovaný nejnovější soubor se tak stane verzí. Aplikace automaticky spravuje složku s verzemi tak, aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá přidělenou kvótu.\n\t\tKrom konců platností verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% právě dostupného volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnou tento limit, aplikace smaže ty nejstarší, aby se do tohoto limitu vešla. Podrobnosti naleznete v dokumentaci k aplikaci Verze.",
  24. "Could not set version name" : "Nedaří se nastavit název verze"
  25. },
  26. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");