summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/de_DE.js
blob: cda4c60303807552aa172287bf6e876bc3b163ab (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} 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",
    "Your version is up to date." : "Die neuste Version ist installiert.",
    "Update channel:" : "Update-Kanal:"
},
"nplurals=2; plural=(n != 1);");