diff options
author | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
---|---|---|
committer | ahriman <ahriman@falte.red> | 2019-01-02 04:57:35 +0000 |
commit | 2bd7f83a6495011ada78ca8a9f2af417caf01760 (patch) | |
tree | f9acdb7f09e011c65330ab993d4db3620787dbfb /wiki/lib/plugins/styling/lang/fr/lang.php | |
parent | bcb215c3a7e914d05f166846a33860e48bba64fb (diff) | |
download | site-2bd7f83a6495011ada78ca8a9f2af417caf01760.tar.gz |
removed dokuwiki
Diffstat (limited to 'wiki/lib/plugins/styling/lang/fr/lang.php')
-rw-r--r-- | wiki/lib/plugins/styling/lang/fr/lang.php | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/wiki/lib/plugins/styling/lang/fr/lang.php b/wiki/lib/plugins/styling/lang/fr/lang.php deleted file mode 100644 index 05725bc..0000000 --- a/wiki/lib/plugins/styling/lang/fr/lang.php +++ /dev/null @@ -1,25 +0,0 @@ -<?php - -/** - * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) - * - * @author Carbain Frédéric <fcarbain@yahoo.fr> - * @author Nicolas Friedli <nicolas@theologique.ch> - * @author Schplurtz le Déboulonné <Schplurtz@laposte.net> - */ -$lang['menu'] = 'Paramètres de style du thème (template)'; -$lang['js']['loader'] = 'La prévisualisation est en chargement... <br />Si rien ne se passe, les données sont peut-être erronées'; -$lang['js']['popup'] = 'Ouvrir dans une nouvelle fenêtre'; -$lang['error'] = 'Désolé, ce thème n\'utilise pas cette fonctionnalité.'; -$lang['btn_preview'] = 'Aperçu des changements'; -$lang['btn_save'] = 'sauvegarder les changements.'; -$lang['btn_reset'] = 'Remettre les changements courants à zéro'; -$lang['btn_revert'] = 'Remettre les styles du thème aux valeurs par défaut'; -$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'; -$lang['__highlight__'] = 'Couleur de surbrillance (utilisée pincipalement pour les résultats de recherche)'; |