Welcome to mirror list, hosted at ThFree Co, Russian Federation.

de.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ee4ed807214423e3b3a411ab302e99da5b6a21a (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} ist verfügbar. Hole weitere Informationen zu Aktualisierungen ein.",
    "Updater" : "Updater",
    "Open updater" : "Updater öffnen"
},
"nplurals=2; plural=(n != 1);");