root/extensions/LCAS/trunk/language/en_UK/plugin.lang.php @ 9206

Revision 9206, 2.5 KB (checked in by LucMorizur, 2 years ago)

Proper generation of 'username is already used' "error" message at username creation

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 option'] = 'LCAS option:';
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_error'][1] = 'This username is already used.<br>Username is case insensitive (uppercase/lowercase; E = e ≠ É = é).';
50
51$lang['LCAS_error'][2] = 'This username is already used.<br>Username is accents insensitive (e = é ≠ E = É).';
52
53$lang['LCAS_error'][3] = 'This username is already used.<br>Username is case (uppercase/lowercase) and accents insensitive (E = e = É = é).';
54
55$lang['LCAS_MailText'] = 'Customizing email notification';
56
57$lang['LCAS_PluginSupport'] = 'Official plugin support';
58
59$lang['LCAS_Mail'] = 'Notification par email';
60
61$lang['LCAS_DisableOption'] = ' Disable (default value)';
62$lang['LCAS_EnableOption'] = ' Enable';
63
64/* Email subject */
65$lang['Username_updated_for_%s'] = 'Username update for %s';
66?>
Note: See TracBrowser for help on using the browser.