source: extensions/LCAS/trunk/language/fr_FR/plugin.lang.php @ 9206

Last change on this file since 9206 was 9206, checked in by LucMorizur, 13 years ago

Proper generation of 'username is already used' "error" message at username creation

File size: 3.5 KB
Line 
1<?php
2
3global $lang;
4
5$lang['LCAS_Tab_Global'] = 'Configuration';
6$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
7$lang['LCAS_SubTitle_Global'] = 'Configuration du plugin';
8
9$lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité';
10
11
12$lang['LCAS option'] = 'Option LCAS :';
13$lang['LCAS_Option1'] = 'Insensibilité à la casse';
14$lang['LCAS_Option2'] = 'Insensibilité aux accents';
15$lang['LCAS_Option3'] = 'Insensibilité à la casse et aux accents';
16$lang['LCAS_Option0'] = 'Tableau personnel';
17$lang['Personalized not allowed explanation'] = ' (vous devez définir un tableau $conf[\'LCAS_replacement_set\'][0] . Voir <a title = "To be defined">les tableaux d\'origine</a>)';
18$lang['Personalized not allowed tooltip'] = 'Pas de tableau $conf[\'LCAS_replacement_set\'][0] de défini';
19
20$lang['conf[insensitive_case_logon] is true'] = '$conf[\'insensitive_case_logon\'] vaut true';
21$lang['conf[insensitive_case_logon] is false'] = '$conf[\'insensitive_case_logon\'] vaut false';
22
23$lang['LCAS_currentPWGConfigHeader'] = 'Paramètre actuel de Piwigo';
24
25$lang['LCAS_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br>
26<a href="http://fr.piwigo.org/forum/viewtopic.php?pid=158565" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=ToDefine</a>
27<br>ou<br>
28<a href="http://fr.piwigo.org/forum/viewtopic.php?pid=158565" onclick="window.open(this.href);return false;">Forum anglais - http://piwigo.org/forum/viewtopic.php?id=ToDefine</a><br><br>
29Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
30
31
32
33$lang['LCAS_Tab_UserList'] = 'Validation des utilisateurs';
34$lang['LCAS_SubTitle_UserList'] = 'Vérification des utilisateurs';
35
36$lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications';
37
38
39$lang['LCAS_Info_userlist_username_renamed'] = 'Le nom de l\'utilisateur a été mis à jour.';
40$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Le nom de l\'utilisateur ne peut être vide.';
41
42$lang['LCAS_Compare_value_h'] = 'Comparaison';
43$lang['LCAS_Update_h'] = 'Modifier';
44$lang['LCAS_Notify_h'] = 'Notifier';
45
46$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
47$lang['LCAS_Send_Email'] = 'Envoyer email';
48
49$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
50
51
52$lang['LCAS_save_config'] = 'Paramètres enregistrés<br>Veuillez vérifier les éventuels utilisateurs problématiques dans le tableau ci-dessous';
53
54$lang['submit'] = 'Sauvegarder les paramètres';
55
56$lang['LCAS_error'][1] = 'Ce nom d\'utilisateur est déjà pris.<br>Le nom d\'utilisateur est insensible à la casse (majuscules/minuscules&nbsp;; E = e ≠ É = é).';
57
58$lang['LCAS_error'][2] = 'Ce nom d\'utilisateur est déjà pris.<br>Le nom d\'utilisateur est insensible aux accents (e = é ≠ E = É).';
59
60$lang['LCAS_error'][3] = 'Ce nom d\'utilisateur est déjà pris.<br>Le nom d\'utilisateur est insensible à la casse (majuscules/minuscules) et aux accents (E = e = É = é).';
61
62$lang['LCAS_MailText'] = 'Personnalisation de la notification par email';
63
64$lang['LCAS_PluginSupport'] = 'Support officiel du plugin';
65
66$lang['LCAS_Mail'] = 'Notification par email';
67
68$lang['LCAS_DisableOption'] = ' Désactiver (valeur par défaut)';
69$lang['LCAS_EnableOption'] = ' Activer';
70
71/* Email subject */
72$lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s';
73?>
Note: See TracBrowser for help on using the repository browser.