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.

en_GB.js 4.4KB

12345678910111213141516171819202122232425262728
  1. OC.L10N.register(
  2. "files_versions",
  3. {
  4. "Versions" : "Versions",
  5. "This application automatically maintains older versions of files that are changed." : "This application automatically maintains older versions of files that are changed.",
  6. "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." : "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.",
  7. "Name this version" : "Name this version",
  8. "Edit version name" : "Edit version name",
  9. "Restore version" : "Restore version",
  10. "Download version" : "Download version",
  11. "Delete version" : "Delete version",
  12. "Version name" : "Version name",
  13. "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full.",
  14. "Remove version name" : "Remove version name",
  15. "Save version name" : "Save version name",
  16. "Initial version restored" : "Initial version restored",
  17. "Version restored" : "Version restored",
  18. "Could not restore version" : "Could not restore version",
  19. "Could not set version name" : "Could not set version name",
  20. "Could not delete version" : "Could not delete version",
  21. "${version.label} restored" : "${version.label} restored",
  22. "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 doesn’t 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." : "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 doesn’t 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.",
  23. "Failed to revert {file} to revision {timestamp}." : "Failed to revert {file} to revision {timestamp}.",
  24. "_%n byte_::_%n bytes_" : ["%n byte","%n bytes"],
  25. "Restore" : "Restore",
  26. "No other versions available" : "No other versions available"
  27. },
  28. "nplurals=2; plural=(n != 1);");