aboutsummaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/en_GB.js
blob: 898cd3bb46840eb1f9569188c35aef46e1d0f0e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
    "Updater" : "Updater",
    "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."
},
"nplurals=2; plural=(n != 1);");