en_GB.js 1.5 KB

1234567891011121314151617181920
  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. "Nextcloud core" : "Nextcloud core",
  7. "Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
  8. "A new version is available: %s" : "A new version is available: %s",
  9. "Your version is up to date." : "Your version is up to date.",
  10. "Checked on %s" : "Checked on %s",
  11. "Update channel:" : "Update channel:",
  12. "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.",
  13. "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
  14. "Only notification for app updates are available." : "Only notification for app updates are available.",
  15. "The selected update channel makes dedicated notifications for the server obsolete." : "The selected update channel makes dedicated notifications for the server obsolete.",
  16. "The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server.",
  17. "Updater" : "Updater"
  18. },
  19. "nplurals=2; plural=(n != 1);");