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

Last change on this file since 15815 was 15815, checked in by Eric, 12 years ago

Typo fix

File size: 2.3 KB
Line 
1<?php
2$lang['LCAS_Title_Tab'] = 'Login Case Accents Sensitivity';
3$lang['LCAS_SubTitle_Global'] = 'Plugin configuration';
4
5$lang['LCAS_Title_Global'] = 'Setting the sensitivity';
6
7$lang['LCAS option'] = 'LCAS option:';
8$lang['LCAS_Option0'] = 'No insensitivity (Piwigo\'s standard function)';
9$lang['LCAS_Option1'] = 'Case insensitivity';
10$lang['LCAS_Option2'] = 'Accent insensitivity';
11$lang['LCAS_Option3'] = 'Case and accent insensitivity';
12$lang['LCAS_Option4'] = 'Personal table of contents';
13$lang['Personalized not allowed explanation'] = ' (you must define an array $conf[\'LCAS_replacement_set\'][0] . See <a title = "To be defined">Standard arrays</a>)';
14$lang['Personalized not allowed tooltip'] = 'No array $conf[\'LCAS_replacement_set\'][0] is defined';
15
16$lang['LCAS_Support_txt'] = 'The official support on this plugin is only on these Piwigo\'s forum topics:<br>
17<a href="http://piwigo.org/forum/viewtopic.php?id=17437" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=17437</a><br><br>
18Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
19
20$lang['LCAS_UserList_Title'] = 'Users requiring changes';
21
22$lang['LCAS_Info_userlist_username_renamed'] = 'The user name has been updated.';
23$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'The user name can\'t be blank.';
24$lang['LCAS_Err_Userlist_New_Username_Exists'] = 'The user name already exists.';
25
26$lang['LCAS_Compare_value_h'] = 'Comparison';
27$lang['LCAS_Update_h'] = 'Change';
28
29$lang['LCAS_Update_User'] = 'Update';
30
31$lang['LCAS_No_User'] = 'No problems found for current users';
32
33$lang['LCAS_save_config'] = 'Settings saved<br>Please check any duplicate users in the following table.';
34
35$lang['submit'] = 'Save settings';
36
37$lang['LCAS_Mail'] = 'Notification by email';
38$lang['LCAS_MailText'] = 'Customizing email notification';
39
40$lang['LCAS_PluginSupport'] = 'Official plugin support';
41
42$lang['LCAS_DisableOption'] = ' Disable (default value)';
43$lang['LCAS_EnableOption'] = ' Enable';
44
45/* Email subject */
46$lang['Username_updated_for_%s'] = 'Username update for %s';
47$lang['LCAS_NewUsername: %s'] = 'Your new username: %s';
48$lang['LCAS_NewUser_Email: %s'] = 'Related to this email address: %s';
49?>
Note: See TracBrowser for help on using the repository browser.