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

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

bug 2066 second step fix :

  • Add option to enable / disable email send
  • Email function integration in userlist table
  • LCAS_SendMail function coded (not tested)

Database init updated
Translation files updated

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'] = 'Plugin configuration';
8
9$lang['LCAS_Title_Global'] = 'Setting the sensitivity';
10
11
12$lang['LCAS_Case_Sensitive'] = 'Case insensitivity :';
13
14$lang['LCAS_Accent_Sensitive'] = 'Accents insensivity :';
15
16$lang['LCAS_currentPWGConfigHeader'] = 'Current Piwigo\'s setting';
17
18$lang['LCAS_Support_txt'] = 'The official support on this plugin is only on these Piwigo\'s forum topics:<br>
19<a href="http://fr.piwigo.org/forum/viewtopic.php?pid=158565" onclick="window.open(this.href);return false;">French forum - http://fr.piwigo.org/forum/viewtopic.php?id=ToDefine</a>
20<br>ou<br>
21<a href="http://fr.piwigo.org/forum/viewtopic.php?pid=158565" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=ToDefine</a><br><br>
22Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
23
24
25
26$lang['LCAS_Tab_UserList'] = 'Users validation';
27$lang['LCAS_SubTitle_UserList'] = 'Users check';
28
29$lang['LCAS_UserList_Title'] = 'Users requiring changes';
30
31
32$lang['LCAS_Info_userlist_username_renamed'] = 'The user name has been updated.';
33$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'The user name can\'t be blank.';
34
35$lang['LCAS_Compare_value_h'] = 'Comparison';
36$lang['LCAS_Update_h'] = 'Change';
37$lang['LCAS_Notify_h'] = 'Notify';
38
39$lang['LCAS_Update_User'] = 'Update';
40$lang['LCAS_Send_Email'] = 'Email sent';
41
42$lang['LCAS_No_User'] = 'No problems found for current users';
43
44
45$lang['LCAS_save_config'] = 'Settings saved<br>Please check any duplicate users in the following table.';
46
47$lang['submit'] = 'Save settings';
48
49$lang['LCAS_accent_error'] = '<br>Usernames are accent insensitive too (e = é = è = ê)!';
50
51$lang['LCAS_warning'] = 'The Piwigo\'s case sensitivity on registration is not activated! Please insert or change the option "$conf[\'insensitive_case_logon\'] = true;" in your local configuration file via LocalFiles Editor plugin.';
52
53$lang['LCAS_MailText'] = 'Customizing email notification';
54
55$lang['LCAS_PluginSupport'] = 'Official plugin support';
56
57$lang['LCAS_Mail'] = 'Notification par email';
58
59$lang['LCAS_DisableOption'] = ' Disable (default value)';
60$lang['LCAS_EnableOption'] = ' Enable';
61
62/* Email subject */
63$lang['Username_updated_for_%s'] = 'Username update for %s';
64?>
Note: See TracBrowser for help on using the repository browser.