summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/en_GB.js
blob: a9b2d2d1a29c5e4dafe37b29dde0cd7698df8f5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
    "Updated channel" : "Updated channel",
    "Updater" : "Updater",
    "A new version is available: %s" : "A new version is available: %s",
    "Open updater" : "Open updater",
    "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."
},
"nplurals=2; plural=(n != 1);");