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

en_GB.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 216fd0ed8e42be507c4c8cbe4c59326b79c4f396 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Cancel",
    "Save" : "Save",
    "Comment" : "Comment"
},
"nplurals=2; plural=(n != 1);");