1 | <?php |
---|
2 | |
---|
3 | $lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity'; |
---|
4 | $lang['LCAS_SubTitle_Global'] = 'Configuration du plugin'; |
---|
5 | |
---|
6 | $lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité'; |
---|
7 | |
---|
8 | $lang['LCAS option'] = 'Option LCAS :'; |
---|
9 | $lang['LCAS_Option0'] = 'Pas d\'insensibilité (fonctionnement normal de Piwigo)'; |
---|
10 | $lang['LCAS_Option1'] = 'Insensibilité à la casse'; |
---|
11 | $lang['LCAS_Option2'] = 'Insensibilité aux accents'; |
---|
12 | $lang['LCAS_Option3'] = 'Insensibilité à la casse et aux accents'; |
---|
13 | $lang['LCAS_Option4'] = 'Tableau personnel'; |
---|
14 | $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>)'; |
---|
15 | $lang['Personalized not allowed tooltip'] = 'Pas de tableau $conf[\'LCAS_replacement_set\'][0] de défini'; |
---|
16 | |
---|
17 | $lang['LCAS_Support_txt'] = 'Le support officiel de ce plugin se fait exclusivement sur ces fils du forum Piwigo :<br> |
---|
18 | <a href="http://fr.piwigo.org/forum/viewtopic.php?id=20044" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=20044</a><br><br> |
---|
19 | Également disponible, le bugtracker du projet : <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>'; |
---|
20 | |
---|
21 | $lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications'; |
---|
22 | |
---|
23 | $lang['LCAS_Info_userlist_username_renamed'] = 'Le nom de l\'utilisateur a été mis à jour.'; |
---|
24 | $lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Le nom de l\'utilisateur ne peut être vide.'; |
---|
25 | $lang['LCAS_Err_Userlist_New_Username_Exists'] = 'Le nom de l\'utilisateur existe déjà.'; |
---|
26 | |
---|
27 | $lang['LCAS_Compare_value_h'] = 'Comparaison'; |
---|
28 | $lang['LCAS_Update_h'] = 'Modifier'; |
---|
29 | |
---|
30 | $lang['LCAS_Update_User'] = 'Mettre à jour'; |
---|
31 | |
---|
32 | $lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels'; |
---|
33 | |
---|
34 | $lang['LCAS_save_config'] = 'Paramètres enregistrés<br>Veuillez vérifier les éventuels utilisateurs problématiques dans le tableau ci-dessous'; |
---|
35 | |
---|
36 | $lang['submit'] = 'Sauvegarder les paramètres'; |
---|
37 | |
---|
38 | $lang['LCAS_Mail'] = 'Notification par courriel'; |
---|
39 | $lang['LCAS_MailText'] = 'Personnalisation de la notification par courriel'; |
---|
40 | |
---|
41 | $lang['LCAS_PluginSupport'] = 'Support officiel du plugin'; |
---|
42 | |
---|
43 | $lang['LCAS_DisableOption'] = ' Désactiver (valeur par défaut)'; |
---|
44 | $lang['LCAS_EnableOption'] = ' Activer'; |
---|
45 | |
---|
46 | /* Email subject */ |
---|
47 | $lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s'; |
---|
48 | $lang['LCAS_NewUsername: %s'] = 'Votre nouveau nom d\'utilisateur : %s'; |
---|
49 | $lang['LCAS_NewUser_Email: %s'] = 'Correspondant à l\'adresse de courriel : %s'; |
---|
50 | ?> |
---|