Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dokuwiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BRIC
dokuwiki
Commits
e6ce96e7
Commit
e6ce96e7
authored
11 years ago
by
Vincent Feltz
Committed by
Translator of Dokuwiki
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
translation update
parent
33f552fa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
inc/lang/fr/lang.php
+2
-1
2 additions, 1 deletion
inc/lang/fr/lang.php
lib/plugins/usermanager/lang/fr/lang.php
+7
-0
7 additions, 0 deletions
lib/plugins/usermanager/lang/fr/lang.php
with
9 additions
and
1 deletion
inc/lang/fr/lang.php
+
2
−
1
View file @
e6ce96e7
...
...
@@ -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>
...
...
@@ -104,6 +104,7 @@ $lang['profnodelete'] = 'Ce wiki ne permet pas la suppression des utili
$lang
[
'profdeleteuser'
]
=
'Supprimer le compte'
;
$lang
[
'profdeleted'
]
=
'Votre compte utilisateur a été supprimé de ce wiki'
;
$lang
[
'profconfdelete'
]
=
'Je veux supprimer mon compte sur ce wiki. </br> Cette action est irréversible.'
;
$lang
[
'profconfdeletemissing'
]
=
'La case de confirmation n\'est pas cochée'
;
$lang
[
'pwdforget'
]
=
'Mot de passe oublié ? Obtenez-en un nouveau'
;
$lang
[
'resendna'
]
=
'Ce wiki ne permet pas le renvoi de mot de passe.'
;
$lang
[
'resendpwd'
]
=
'Définir un nouveau mot de passe pour'
;
...
...
This diff is collapsed.
Click to expand it.
lib/plugins/usermanager/lang/fr/lang.php
+
7
−
0
View file @
e6ce96e7
...
...
@@ -44,6 +44,8 @@ $lang['search'] = 'Rechercher';
$lang
[
'search_prompt'
]
=
'Effectuer la recherche'
;
$lang
[
'clear'
]
=
'Réinitialiser la recherche'
;
$lang
[
'filter'
]
=
'Filtre'
;
$lang
[
'export_all'
]
=
'Exporter tous les utilisateurs (CSV)'
;
$lang
[
'export_filtered'
]
=
'Exporter la liste d\'utilisateurs filtrée (CSV)'
;
$lang
[
'import'
]
=
'Importer les nouveaux utilisateurs'
;
$lang
[
'line'
]
=
'Ligne n°'
;
$lang
[
'error'
]
=
'Message d\'erreur'
;
...
...
@@ -67,7 +69,12 @@ $lang['add_ok'] = 'Utilisateur ajouté avec succès';
$lang
[
'add_fail'
]
=
'Échec de l\'ajout de l\'utilisateur'
;
$lang
[
'notify_ok'
]
=
'Courriel de notification expédié'
;
$lang
[
'notify_fail'
]
=
'Échec de l\'expédition du courriel de notification'
;
$lang
[
'import_success_count'
]
=
'Import d’utilisateurs : %d utilisateurs trouvés, %d utilisateurs importés avec succès.'
;
$lang
[
'import_failure_count'
]
=
'Import d\'utilisateurs : %d ont échoué. Les erreurs sont listées ci-dessous.'
;
$lang
[
'import_error_fields'
]
=
'Nombre de champs insuffisant, %d trouvé, 4 requis.'
;
$lang
[
'import_error_baduserid'
]
=
'Identifiant de l\'utilisateur manquant'
;
$lang
[
'import_error_badname'
]
=
'Mauvais nom'
;
$lang
[
'import_error_badmail'
]
=
'Mauvaise adresse e-mail'
;
$lang
[
'import_error_upload'
]
=
'L\'import a échoué. Le fichier csv n\'a pas pu être téléchargé ou bien il est vide.'
;
$lang
[
'import_error_readfail'
]
=
'L\'import a échoué. Impossible de lire le fichier téléchargé.'
;
$lang
[
'import_error_create'
]
=
'Impossible de créer l\'utilisateur'
;
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment