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

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