nextcloud/apps/updatenotification/l10n/en_GB.js

20 lines
1.5 KiB
JavaScript

OC.L10N.register(
"updatenotification",
{
"Update notifications" : "Update notifications",
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
"Nextcloud core" : "Nextcloud core",
"Update for %1$s to version %2$s is available." : "Update for %1$s to version %2$s is available.",
"A new version is available: %s" : "A new version is available: %s",
"Your version is up to date." : "Your version is up to date.",
"Checked on %s" : "Checked on %s",
"Update channel:" : "Update channel:",
"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.",
"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.",
"The selected update channel makes dedicated notifications for the server obsolete." : "The selected update channel makes dedicated notifications for the server obsolete.",
"The selected update channel does not support updates of the server." : "The selected update channel does not support updates of the server.",
"Updater" : "Updater"
},
"nplurals=2; plural=(n != 1);");