Skip to content

Commit b06deeb

Browse files
authored
Merge pull request dokuwiki#4514 from dokuwiki-translate/lang_update_1209_1757540499
Translation update (fr)
2 parents 6fff85b + 2176ae8 commit b06deeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/plugins/usermanager/lang/fr/lang.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
/**
44
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
55
*
6+
* @author Schplurtz le Déboulonné <[email protected]>
67
* @author Guy Brand <[email protected]>
78
* @author Delassaux Julien <[email protected]>
89
* @author Maurice A. LeBlanc <[email protected]>
@@ -20,7 +21,6 @@
2021
* @author Bruno Veilleux <[email protected]>
2122
* @author Antoine Turmel <[email protected]>
2223
* @author Jérôme Brandt <[email protected]>
23-
* @author Schplurtz le Déboulonné <[email protected]>
2424
* @author Olivier Humbert <[email protected]>
2525
* @author Eric <[email protected]>
2626
*/
@@ -54,6 +54,7 @@
5454
$lang['nonefound'] = 'Aucun utilisateur trouvé. %d utilisateurs au total.';
5555
$lang['delete_ok'] = '%d utilisateurs effacés';
5656
$lang['delete_fail'] = '%d effacements échoués.';
57+
$lang['delete_fail_self'] = 'Vous ne pouvez pas vous supprimer';
5758
$lang['update_ok'] = 'Utilisateur mis à jour avec succès';
5859
$lang['update_fail'] = 'Échec lors de la mise à jour de l\'utilisateur';
5960
$lang['update_exists'] = 'Échec lors du changement du nom d\'utilisateur : le nom spécifié (%s) existe déjà (toutes les autres modifications seront effectuées).';

0 commit comments

Comments
 (0)