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

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

bug 2066 first step fix : Add customized email text field - New LCAS configuration item.
Translation files updated
admin/template/global.tpl improved : Display of $confinsensitive_case_logon state should be to a more useful place now (no ?)

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