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

en_GB.js « l10n « updatenotification « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e21250bb86eb7aa69bd171c6fef45209948b8079 (plain)
1
2
3
4
5
6
7
OC.L10N.register(
    "updatenotification",
    {
    "{version} is available. Get more information on how to update." : "{version} is available. Get more information on how to update.",
    "Updater" : "Updater"
},
"nplurals=2; plural=(n != 1);");