diff options
author | Nextcloud bot <bot@nextcloud.com> | 2019-07-21 02:15:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2019-07-21 02:15:10 +0000 |
commit | 9249a810fb8ed36de5d20519417f3eaeac0a9273 (patch) | |
tree | 5f4ad65c66e30b682438d96df33f07dd4956eb59 /apps/updatenotification/l10n/en_GB.js | |
parent | efaa0e4d47a8387e36ebb7400ba83fabb7ef5cc7 (diff) | |
download | nextcloud-server-9249a810fb8ed36de5d20519417f3eaeac0a9273.tar.gz nextcloud-server-9249a810fb8ed36de5d20519417f3eaeac0a9273.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/updatenotification/l10n/en_GB.js')
-rw-r--r-- | apps/updatenotification/l10n/en_GB.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/apps/updatenotification/l10n/en_GB.js b/apps/updatenotification/l10n/en_GB.js index 58006e64089..10ef8b25bd5 100644 --- a/apps/updatenotification/l10n/en_GB.js +++ b/apps/updatenotification/l10n/en_GB.js @@ -12,13 +12,17 @@ OC.L10N.register( "Update notification" : "Update notification", "Displays update notifications for Nextcloud and provides the SSO for the updater." : "Displays update notifications for Nextcloud and provides the SSO for the updater.", "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible." : "The version you are running is not maintained anymore. Please make sure to update to a supported version as soon as possible.", + "Apps missing updates" : "Apps missing updates", + "View in store" : "View in store", "Apps with available updates" : "Apps with available updates", "Open updater" : "Open updater", "Download now" : "Download now", + "What's new?" : "What's new?", "The update check is not yet finished. Please refresh the page." : "The update check is not yet finished. Please refresh the page.", "Your version is up to date." : "Your version is up to date.", "A non-default update server is in use to be checked for updates:" : "A non-default update server is in use to be checked for updates:", "Update channel:" : "Update channel:", + "You can always update to a newer version. But you can never downgrade to a more stable version." : "You can always update to a newer version. But you can never downgrade to a more stable version.", "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found." : "Note that after a new release it can take some time before it shows up here. We roll out new versions spread out over time to our users and sometimes skip a version when issues are found.", "Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:", "Only notification for app updates are available." : "Only notification for app updates are available.", @@ -31,11 +35,19 @@ OC.L10N.register( "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore." : "Could not connect to the appstore or the appstore returned no updates at all. Search manually for updates or make sure your server has access to the internet and can connect to the appstore.", "<strong>All</strong> apps have an update for this version available" : "<strong>All</strong> apps have an update for this version available", "View changelog" : "View changelog", + "Enterprise" : "Enterprise", + "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package." : "For enterprise use. Provides always the latest patch level, but will not update to the next major release immediately. That update happens once Nextcloud GmbH has done additional hardening and testing for large-scale and mission-critical deployments. This channel is only available to customers and provides the Nextcloud Enterprise package.", + "Stable" : "Stable", + "The most recent stable version. It is suited for regular use and will always update to the latest major version." : "The most recent stable version. It is suited for regular use and will always update to the latest major version.", + "Beta" : "Beta", + "A pre-release version only for testing new features, not for production environments." : "A pre-release version only for testing new features, not for production environments.", "_<strong>%n</strong> app has no update for this version available_::_<strong>%n</strong> apps have no update for this version available_" : ["<strong>%n</strong> app has no update for this version available","<strong>%n</strong> apps have no update for this version available"], "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.", "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2)." : "<strong>production</strong> will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2).", "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version." : "<strong>stable</strong> is the most recent stable version. It is suited for regular use and will always update to the latest major version.", "<strong>beta</strong> is a pre-release version only for testing new features, not for production environments." : "<strong>beta</strong> is a pre-release version only for testing new features, not for production environments.", - "Could not start updater, please try the manual update" : "Could not start updater, please try the manual update" + "Could not start updater, please try the manual update" : "Could not start updater, please try the manual update", + "Production" : "Production", + "Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." : "Will always provide the latest patch level, but not update to the next major release immediately. That update usually happens with the second minor release (x.0.2) and only if the instance is already on the latest minor version." }, "nplurals=2; plural=(n != 1);"); |