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

az.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4e2a947c4045ece5c4f07f84824e7863a2865000 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "updatenotification",
    {
    "Updater" : "Yeniləyici",
    "A new version is available: %s" : "Yeni versiya mövcuddur: %s"
},
"nplurals=2; plural=(n != 1);");