server/apps/updatenotification/l10n/en_GB.js

12 lines
651 B
JavaScript
Raw Normal View History

2016-02-16 13:49:12 +00:00
OC.L10N.register(
"updatenotification",
{
"{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
2016-02-25 06:58:06 +00:00
"Updater" : "Updater",
2016-03-05 06:56:08 +00:00
"A new version is available: %s" : "A new version is available: %s",
"Open updater" : "Open updater",
"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."
2016-02-16 13:49:12 +00:00
},
"nplurals=2; plural=(n != 1);");