nextcloud/apps/updatenotification/l10n/en_GB.js

29 lines
2.7 KiB
JavaScript
Raw Normal View History

2016-02-16 16:49:12 +03:00
OC.L10N.register(
"updatenotification",
{
2016-05-27 08:55:35 +03:00
"Update notifications" : "Update notifications",
2017-05-08 03:07:37 +03:00
"Could not start updater, please try the manual update" : "Could not start updater, please try the manual update",
2016-02-16 16:49:12 +03:00
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
2017-05-08 03:07:37 +03:00
"Channel updated" : "Channel updated",
"The update server could not be reached since %d days to check for new updates." : "The update server could not be reached since %d days to check for new updates.",
"Please check the Nextcloud and server log files for errors." : "Please check the Nextcloud and server log files for errors.",
"Update to %1$s is available." : "Update to %1$s is available.",
2016-05-27 08:55:35 +03:00
"Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
2017-05-08 03:07:37 +03:00
"Update for {app} to version %s is available." : "Update for {app} to version %s is available.",
2016-03-05 09:56:08 +03:00
"A new version is available: %s" : "A new version is available: %s",
2017-05-08 03:07:37 +03:00
"Open updater" : "Open updater",
"Download now" : "Download now",
2017-08-05 03:08:08 +03:00
"The update check is not yet finished. Please refresh the page." : "The update check is not yet finished. Please refresh the page.",
2016-03-07 09:56:53 +03:00
"Your version is up to date." : "Your version is up to date.",
"Checked on %s" : "Checked on %s",
2017-08-05 03:08:08 +03:00
"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:",
2016-03-05 09:56:08 +03:00
"Update channel:" : "Update channel:",
2016-05-27 08:55:35 +03:00
"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.",
2017-07-06 03:08:44 +03:00
"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.",
2016-05-27 08:55:35 +03:00
"Notify members of the following groups about available updates:" : "Notify members of the following groups about available updates:",
2016-07-06 16:28:06 +03:00
"Only notification for app updates are available." : "Only notification for app updates are available.",
"The selected update channel makes dedicated notifications for the server obsolete." : "The selected update channel makes dedicated notifications for the server obsolete.",
2017-05-08 03:07:37 +03:00
"The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server."
2016-02-16 16:49:12 +03:00
},
"nplurals=2; plural=(n != 1);");