summaryrefslogtreecommitdiffstats
path: root/apps/updatenotification/l10n/de_DE.js
blob: 63cfea77fdcb81b7f0927e0a115e57a8a726a745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "updatenotification",
    {
    "Updated channel" : "Aktualisierter Kanal",
    "{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.",
    "Checked on %s" : "Überprüft auf %s",
    "Update channel:" : "Update-Kanal:"
},
"nplurals=2; plural=(n != 1);");