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

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