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

Last change on this file since 8271 was 8271, checked in by Eric, 13 years ago

bug 2066 second step fix :

  • Add option to enable / disable email send
  • Email function integration in userlist table
  • LCAS_SendMail function coded (not tested)

Database init updated
Translation files updated

File size: 2.8 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_Case_Sensitive'] = 'Insensible à la casse :';
13
14$lang['LCAS_Accent_Sensitive'] = 'Insensible aux accents :';
15
16$lang['LCAS_currentPWGConfigHeader'] = 'Paramètre actuel de Piwigo';
17
18$lang['LCAS_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br>
19<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>
20<br>ou<br>
21<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>
22Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
23
24
25
26$lang['LCAS_Tab_UserList'] = 'Validation des utilisateurs';
27$lang['LCAS_SubTitle_UserList'] = 'Vérification des utilisateurs';
28
29$lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications';
30
31
32$lang['LCAS_Info_userlist_username_renamed'] = 'Le nom de l\'utilisateur a été mis à jour.';
33$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Le nom de l\'utilisateur ne peut être vide.';
34
35$lang['LCAS_Compare_value_h'] = 'Comparaison';
36$lang['LCAS_Update_h'] = 'Modifier';
37$lang['LCAS_Notify_h'] = 'Notifier';
38
39$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
40$lang['LCAS_Send_Email'] = 'Envoyer email';
41
42$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
43
44
45$lang['LCAS_save_config'] = 'Paramètres enregistrés<br>Veuillez vérifier les éventuels utilisateurs problématiques dans le tableau ci-dessous';
46
47$lang['submit'] = 'Sauvegarder les paramètres';
48
49$lang['LCAS_accent_error'] = '<br>Le nom d\'utilisateur est également insensible aux accents (e = é = è = ê)!';
50
51$lang['LCAS_warning'] = 'La sensibilité à la casse à l\'enregistrement de Piwigo n\'est pas activé ! Veuillez insérer ou modifier l\'option "$conf[\'insensitive_case_logon\'] = true;" dans votre fichier de configuration local via le plugin LocalFiles Editor.';
52
53$lang['LCAS_MailText'] = 'Personnalisation de la notification par email';
54
55$lang['LCAS_PluginSupport'] = 'Support officiel du plugin';
56
57$lang['LCAS_Mail'] = 'Notification par email';
58
59$lang['LCAS_DisableOption'] = ' Désactiver (valeur par défaut)';
60$lang['LCAS_EnableOption'] = ' Activer';
61
62/* Email subject */
63$lang['Username_updated_for_%s'] = 'Nom d\'utilisateur mis à jour pour %s';
64?>
Note: See TracBrowser for help on using the repository browser.