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

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

More Refactoring/Cleaning
Columns for User & Comparison
Columns headers, no user issue

File size: 2.2 KB
Line 
1<?php
2// to do: to translate
3global $lang,$conf;
4
5$conf_LCAS= unserialize($conf['LoginCaseAccentsSensitivity']);
6
7$lang['LCAS_Tab_Global'] = 'Configuration';
8$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
9$lang['LCAS_SubTitle_Global'] = 'Configuration du plugin';
10
11$lang['LCAS_Title_Global'] = 'Paramétrage de la sensibilité';
12
13
14$lang['LCAS_Case_Sensitive'] = 'Sensibilité à la casse :';
15$lang['LCAS_Case_Sensitive_false'] = ' Activer (valeur par défaut)';
16$lang['LCAS_Case_Sensitive_true'] = ' Désactiver';
17
18$lang['LCAS_Accent_Sensitive'] = 'Sensibilité aux accents :';
19$lang['LCAS_Accent_Sensitive_false'] = ' Activer (valeur par défaut)';
20$lang['LCAS_Accent_Sensitive_true'] = ' Désactiver';
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 un paramétrage pour au moins une des sensibilités est activé.';
37
38$lang['LCAS_Compare_value_h'] = 'Comparaison';
39$lang['LCAS_Update_h'] = 'Modifier';
40$lang['LCAS_Notify_h'] = 'Notifier';
41
42$lang['LCAS_Update_User'] = 'Mettre &agrave; jour';
43$lang['LCAS_Send_Email'] = 'Envoyer email';
44
45$lang['LCAS_No_User'] = 'Aucun problème détecté pour les utilisateurs actuels';
46
47$lang['LCAS_save_config'] = 'Paramètres enregistrés<br/>Veuillez vérifier les éventuels utilisateurs problématiques sur le second onglet.';
48
49?>
Note: See TracBrowser for help on using the repository browser.