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

fr.js « l10n - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e654512cff9b46b422c5466a27465c4efcc56de5 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Enregistré",
    "Error" : "Erreur",
    "Save" : "Enregistrer"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");