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

Last change on this file since 9384 was 9384, checked in by Eric, 13 years ago
  • Add option 0 in $conf_LCAS[0] to avoid problems when no sensitivity is set (ex : at plugin installation)
  • Fix "PHP Notice: Undefined offset: 0" on index page and registration page when no sensitivity is set
  • 1st step for localisation files update
File size: 2.6 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 option'] = 'LCAS option:';
13$lang['LCAS_Option0'] = 'No insensitivity (Piwigo\'s standard function)';
14$lang['LCAS_Option1'] = 'Case insensitivity';
15$lang['LCAS_Option2'] = 'Accent insensitivity';
16$lang['LCAS_Option3'] = 'Casse and accent insensitivity';
17$lang['LCAS_Option4'] = 'Personal table of contents';
18$lang['Personalized not allowed explanation'] = ' (you must define an array $conf[\'LCAS_replacement_set\'][0] . See <a title = "To be defined">Standard arrays</a>)';
19$lang['Personalized not allowed tooltip'] = 'No array $conf[\'LCAS_replacement_set\'][0] is defined';
20
21$lang['LCAS_Accent_Sensitive'] = 'Accents insensivity:';
22
23$lang['LCAS_currentPWGConfigHeader'] = 'Current Piwigo\'s setting';
24
25$lang['LCAS_Support_txt'] = 'The official support on this plugin is only on these Piwigo\'s forum topics:<br>
26<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>
27<br>ou<br>
28<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>
29Also available, the project\'s bugtracker: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
30
31
32
33$lang['LCAS_Tab_UserList'] = 'Users validation';
34$lang['LCAS_SubTitle_UserList'] = 'Users check';
35
36$lang['LCAS_UserList_Title'] = 'Users requiring changes';
37
38
39$lang['LCAS_Info_userlist_username_renamed'] = 'The user name has been updated.';
40$lang['LCAS_Err_Userlist_Empty_New_Username'] = 'The user name can\'t be blank.';
41
42$lang['LCAS_Compare_value_h'] = 'Comparison';
43$lang['LCAS_Update_h'] = 'Change';
44$lang['LCAS_Notify_h'] = 'Notify';
45
46$lang['LCAS_Update_User'] = 'Update';
47$lang['LCAS_Send_Email'] = 'Email sent';
48
49$lang['LCAS_No_User'] = 'No problems found for current users';
50
51
52$lang['LCAS_save_config'] = 'Settings saved<br>Please check any duplicate users in the following table.';
53
54$lang['submit'] = 'Save settings';
55
56$lang['LCAS_MailText'] = 'Customizing email notification';
57
58$lang['LCAS_PluginSupport'] = 'Official plugin support';
59
60$lang['LCAS_Mail'] = 'Notification par email';
61
62$lang['LCAS_DisableOption'] = ' Disable (default value)';
63$lang['LCAS_EnableOption'] = ' Enable';
64
65/* Email subject */
66$lang['Username_updated_for_%s'] = 'Username update for %s';
67?>
Note: See TracBrowser for help on using the repository browser.