en_GB.js 1.5 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "updatenotification",
  3. {
  4. "Update notifications" : "Update notifications",
  5. "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
  6. "Updated channel" : "Updated channel",
  7. "Nextcloud core" : "Nextcloud core",
  8. "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
  9. "A new version is available: %s" : "A new version is available: %s",
  10. "Open updater" : "Open updater",
  11. "Your version is up to date." : "Your version is up to date.",
  12. "Checked on %s" : "Checked on %s",
  13. "Update channel:" : "Update channel:",
  14. "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel." : "You can always update to a newer version / experimental channel. But you can never downgrade to a more stable channel.",
  15. "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
  16. "Only notification for app updates are available." : "Only notification for app updates are available.",
  17. "The selected update channel makes dedicated notifications for the server obsolete." : "The selected update channel makes dedicated notifications for the server obsolete.",
  18. "The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server.",
  19. "Updater" : "Updater"
  20. },
  21. "nplurals=2; plural=(n != 1);");