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

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