source: extensions/LCAS/trunk/language/en_UK/plugin.lang.php @ 8181

Last change on this file since 8181 was 8181, checked in by Whiler, 13 years ago

Tabs removed: All in one page

File size: 2.5 KB
Line 
1<?php
2
3// to do: to translate
4
5global $lang,$conf;
6
7$conf_LCAS= unserialize($conf['LoginCaseAccentsSensitivity']);
8
9$lang['LCAS_Tab_Global'] = 'Configuration';
10$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
11$lang['LCAS_SubTitle_Global'] = 'Configuration du plugin';
12
13$lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité';
14
15
16$lang['LCAS_Case_Sensitive'] = 'Sensibilité à la casse :';
17$lang['LCAS_Case_Sensitive_false'] = ' Activer (valeur par défaut)';
18$lang['LCAS_Case_Sensitive_true'] = ' Désactiver';
19
20$lang['LCAS_Accent_Sensitive'] = 'Sensibilité aux accents :';
21$lang['LCAS_Accent_Sensitive_false'] = ' Activer (valeur par défaut)';
22$lang['LCAS_Accent_Sensitive_true'] = ' Désactiver';
23
24$lang['LCAS_currentPWGConfigHeader'] = 'Paramètre actuel de Piwigo';
25
26$lang['LCAS_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br>
27<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>
28<br>ou<br>
29<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>
30Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
31
32
33
34$lang['LCAS_Tab_UserList'] = 'Validation des utilisateurs';
35$lang['LCAS_SubTitle_UserList'] = 'Vérification des utilisateurs';
36
37$lang['LCAS_UserList_Title'] = 'Utilisateurs nécessitant des modifications';
38
39
40$lang['LCAS_Err_Userlist_Settings'] = 'Cette page n\'est accessible que si un paramétrage pour au moins une des sensibilités est activé.';
41
42$lang['LCAS_Info_userlist_username_renamed'] = 'Le nom de l\'utilisateur a été mis à jour.';
43$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'Le nom de l\'utilisateur ne peut être vide.';
44
45$lang['LCAS_Compare_value_h'] = 'Comparaison';
46$lang['LCAS_Update_h'] = 'Modifier';
47$lang['LCAS_Notify_h'] = 'Notifier';
48
49$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
50$lang['LCAS_Send_Email'] = 'Envoyer email';
51
52$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
53
54
55$lang['LCAS_save_config'] = 'Paramètres enregistrés<br/>Veuillez vérifier les éventuels utilisateurs problématiques sur le second onglet.';
56
57$lang['submit'] = 'Sauvegarder les paramètres';
58
59?>
Note: See TracBrowser for help on using the repository browser.