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

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

Add forgotten links to official support topics
New version 2.2.1 hard coded for publication

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