diff options
author | Carbain Frédéric <fcarbain@yahoo.fr> | 2015-07-29 17:06:37 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-07-29 17:06:37 +0200 |
commit | ceaabc3e35e64f7d37f68b82086f3cc5034fca8b (patch) | |
tree | 17b7b132aa6028d7bf42417d80d3bf34e233bcd8 /lib/plugins/styling | |
parent | 32792fc0525b91da1375fdc969e2db55be644752 (diff) | |
download | rpg-ceaabc3e35e64f7d37f68b82086f3cc5034fca8b.tar.gz rpg-ceaabc3e35e64f7d37f68b82086f3cc5034fca8b.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/styling')
-rw-r--r-- | lib/plugins/styling/lang/fr/intro.txt | 2 | ||||
-rw-r--r-- | lib/plugins/styling/lang/fr/lang.php | 18 |
2 files changed, 20 insertions, 0 deletions
diff --git a/lib/plugins/styling/lang/fr/intro.txt b/lib/plugins/styling/lang/fr/intro.txt new file mode 100644 index 000000000..14a615c8d --- /dev/null +++ b/lib/plugins/styling/lang/fr/intro.txt @@ -0,0 +1,2 @@ +Cet outil vous permet de changer les paramètres de certains style de votre thème actuel. +Tous les changement sont enregistrés dans un fichier de configuration local qui sera inchangé en cas de mise à jour.
\ No newline at end of file diff --git a/lib/plugins/styling/lang/fr/lang.php b/lib/plugins/styling/lang/fr/lang.php new file mode 100644 index 000000000..e25839c82 --- /dev/null +++ b/lib/plugins/styling/lang/fr/lang.php @@ -0,0 +1,18 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Carbain Frédéric <fcarbain@yahoo.fr> + */ +$lang['js']['popup'] = 'Ouvrir dans une nouvelle fenêtre'; +$lang['error'] = 'Désolé, ce thème ne supporte pas cette fonctionnalité.'; +$lang['btn_preview'] = 'Aperçu des changements'; +$lang['btn_save'] = 'sauvegarder les changements.'; +$lang['__text__'] = 'Couleur de texte principale'; +$lang['__background__'] = 'Couleur de fond principale'; +$lang['__text_alt__'] = 'Couleur de texte alternative'; +$lang['__background_alt__'] = 'Couleur de fond alternative'; +$lang['__text_neu__'] = 'Couleur de texte neutre'; +$lang['__background_neu__'] = 'Couleur de fond neutre'; +$lang['__border__'] = 'Couleur des contours'; |