summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2015-07-29 19:50:24 +0200
committerAndreas Gohr <andi@splitbrain.org>2015-07-29 19:50:24 +0200
commite9cbb2451e138d87d8c522e927780148f4edd120 (patch)
tree3fe7e068c0dbb7cd0fe2660aab6e0ef5282d4814
parent32792fc0525b91da1375fdc969e2db55be644752 (diff)
parenta0d2e3e98fe4e16dc1fa3ddaa4622a3373eb75ae (diff)
downloadrpg-e9cbb2451e138d87d8c522e927780148f4edd120.tar.gz
rpg-e9cbb2451e138d87d8c522e927780148f4edd120.tar.bz2
Merge pull request #1257 from dokuwiki-translate/lang_update_150
Translation update (fr)
-rw-r--r--inc/lang/fr/lang.php2
-rw-r--r--lib/plugins/authplain/lang/fr/lang.php7
-rw-r--r--lib/plugins/config/lang/fr/lang.php5
3 files changed, 9 insertions, 5 deletions
diff --git a/inc/lang/fr/lang.php b/inc/lang/fr/lang.php
index 4a25aab43..8663c035f 100644
--- a/inc/lang/fr/lang.php
+++ b/inc/lang/fr/lang.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author Sébastien Bauer <sebastien.bauer@advalvas.be>
* @author Antoine Fixary <antoine.fixary@freesbee.fr>
* @author cumulus <pta-n56@myamail.com>
diff --git a/lib/plugins/authplain/lang/fr/lang.php b/lib/plugins/authplain/lang/fr/lang.php
index 9316836e4..9df04bba6 100644
--- a/lib/plugins/authplain/lang/fr/lang.php
+++ b/lib/plugins/authplain/lang/fr/lang.php
@@ -1,6 +1,9 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author Carbain Frédéric <fcarbain@yahoo.fr>
*/
-$lang['userexists'] = 'Désolé, ce nom d\'utilisateur est déjà pris.';
+$lang['userexists'] = 'Désolé, ce nom d\'utilisateur est déjà pris.';
+$lang['usernotexists'] = 'Désolé, cet utilisateur n\'existe pas.';
diff --git a/lib/plugins/config/lang/fr/lang.php b/lib/plugins/config/lang/fr/lang.php
index 75dc4f177..7a53d573c 100644
--- a/lib/plugins/config/lang/fr/lang.php
+++ b/lib/plugins/config/lang/fr/lang.php
@@ -1,8 +1,8 @@
<?php
+
/**
- * french language file
- *
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
* @author Guy Brand <gb@unistra.fr>
* @author Delassaux Julien <julien@delassaux.fr>
* @author Maurice A. LeBlanc <leblancma@cooptel.qc.ca>
@@ -21,6 +21,7 @@
* @author Olivier DUVAL <zorky00@gmail.com>
* @author Anael Mobilia <contrib@anael.eu>
* @author Bruno Veilleux <bruno.vey@gmail.com>
+ * @author Carbain Frédéric <fcarbain@yahoo.fr>
*/
$lang['menu'] = 'Paramètres de configuration';
$lang['error'] = 'Paramètres non modifiés en raison d\'une valeur invalide, vérifiez vos réglages puis réessayez. <br />Les valeurs erronées sont entourées d\'une bordure rouge.';