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: 898f6986303d7891d6e90a525ec55e6b0e73f44d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Enregistré",
    "Error" : "Erreur",
    "Custom CSS" : "CSS personnalisé",
    "Adjust the Nextcloud theme with custom CSS" : "Adaptez le thème Nextcloud avec du CSS personnalisé",
    "You can specify your own CSS here. Be aware that this might break something after upgrade." : "Ajoutez ici votre CSS personnalisé. Soyez conscient que des modifications seront peut-être nécessaires après les mises à jour ...",
    "Insert your custom CSS here …" : "Ajoutez votre CSS personnalisé ici ...",
    "Save" : "Enregistrer"
},
"nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");