summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/de_DE.js
blob: 4ab4e34f140cf47f8d146204cb2740b76f8a07f5 (plain)
1
2
3
4
5
6
7
8
9
10
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Weitere Informationen zur Aktualisierungen.",
    "Updater" : "Updater",
    "A new version is available: %s" : "Eine neue Version ist verfügbar: %s",
    "Open updater" : "Updater aufrufen",
    "Update channel:" : "Update-Kanal:"
},
"nplurals=2; plural=(n != 1);");