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
RevLine 
[8141]1<?php
2
[8239]3global $lang;
[8141]4
[8147]5$lang['LCAS_Tab_Global'] = 'Configuration';
6$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
7$lang['LCAS_SubTitle_Global'] = 'Configuration du plugin';
[8141]8
[8147]9$lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité';
[8141]10
11
[8174]12$lang['LCAS_Case_Sensitive'] = 'Insensible à la casse :';
[8141]13
[8174]14$lang['LCAS_Accent_Sensitive'] = 'Insensible aux accents :';
[8141]15
[8148]16$lang['LCAS_currentPWGConfigHeader'] = 'Paramètre actuel de Piwigo';
17
[8141]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
[8147]26$lang['LCAS_Tab_UserList'] = 'Validation des utilisateurs';
27$lang['LCAS_SubTitle_UserList'] = 'Vérification des utilisateurs';
[8141]28
[8147]29$lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications';
[8141]30
31
[8164]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
[8147]35$lang['LCAS_Compare_value_h'] = 'Comparaison';
36$lang['LCAS_Update_h'] = 'Modifier';
37$lang['LCAS_Notify_h'] = 'Notifier';
[8141]38
[8147]39$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
40$lang['LCAS_Send_Email'] = 'Envoyer email';
[8141]41
[8147]42$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
[8141]43
44
[8257]45$lang['LCAS_save_config'] = 'Paramètres enregistrés<br>Veuillez vérifier les éventuels utilisateurs problématiques dans le tableau ci-dessous';
[8141]46
[8181]47$lang['submit'] = 'Sauvegarder les paramètres';
48
[8239]49$lang['LCAS_accent_error'] = '<br>Le nom d\'utilisateur est également insensible aux accents (e = é = è = ê)!';
[8257]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';
[8271]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';
[8141]64?>
Note: See TracBrowser for help on using the repository browser.