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

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

bug 2079 fixed : Accents sensitivity enabled on registration
Localisation files updates
English translation done

File size: 2.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_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_Err_Userlist_Settings'] = 'Cette page n\'est accessible que si au moins une option de sensibilité est activée.';
37
38$lang['LCAS_Info_userlist_username_renamed'] = 'Le nom de l\'utilisateur a été mis à jour.';
39$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Le nom de l\'utilisateur ne peut être vide.';
40
41$lang['LCAS_Compare_value_h'] = 'Comparaison';
42$lang['LCAS_Update_h'] = 'Modifier';
43$lang['LCAS_Notify_h'] = 'Notifier';
44
45$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
46$lang['LCAS_Send_Email'] = 'Envoyer email';
47
48$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
49
50
51$lang['LCAS_save_config'] = 'Paramètres enregistrés<br/>Veuillez vérifier les éventuels utilisateurs problématiques dans le tableau ci-dessous';
52
53$lang['submit'] = 'Sauvegarder les paramètres';
54
55$lang['LCAS_accent_error'] = '<br>Le nom d\'utilisateur est également insensible aux accents (e = é = è = ê)!';
56?>
Note: See TracBrowser for help on using the repository browser.