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

lb.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e877f169fc43535e75845e11ab5942267669b7a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "updatenotification",
    {
    "Update notifications" : "Notifikatiounen aktualiséieren",
    "{version} is available. Get more information on how to update." : "{Versioun} ass verfügbar. Kréi méi Informatiounen doriwwer wéi d'Aktualiséierung ofleeft.",
    "Updated channel" : "Aktualiséierte Kanal",
    "ownCloud core" : "ownCloud Kär",
    "Update for %1$s to version %2$s is available." : "D'Aktualiséierung fir %1$s op d'Versioun %2$s ass verfügbar.",
    "A new version is available: %s" : "Eng nei Versioun ass verfügbar: %s",
    "Open updater" : "Den Aktualiséierungsprogramm opmaachen",
    "Your version is up to date." : "Déng Versioun ass aktualiséiert.",
    "Checked on %s" : "Gepréift um %s",
    "Update channel:" : "Kanal updaten:"
},
"nplurals=2; plural=(n != 1);");