source: extensions/Register_FluxBB/language/en_UK/plugin.lang.php @ 21424

Last change on this file since 21424 was 21424, checked in by Eric, 11 years ago

Next version is 2.5.0 :

  • Compliance with Piwigo 2.5
  • Core code refactory : Plugin's configuration vars are now serialized in database
  • Admin panel refactory : No more tabs
  • Admin panel refactory : Clear and dark administration theme compatibility
  • English language reference review and improved
  • Compliance improved with FluxBB 1.5 - Register_FluxBB is still compatible with 1.2 and 1.4 FluxBB forums
  • Update tr_TR, thanks to : LazBoy
  • Update it_IT, thanks to : Ericnet
  • Update pl_PL, thanks to : K.S.
  • Property svn:eol-style set to LF
File size: 13.4 KB
Line 
1<?php
2$lang['Title'] = 'Register_FluxBB - Version: ';
3$lang['save_config'] ='Settings saved';
4
5$lang['Instruction_Title'] = 'Instructions (important to read first!)';
6$lang['Instruction_Title_d'] = 'Instructions and important information';
7$lang['Disclaimer'] = '
8  *** To begin, follow this 2 steps ***<br/>
9  Step 1 : Configure the plugin parameters related to FluxBB parameters<br/>
10  Step 2 : Migrate users accounts from Piwigo to FluxBB<br/><br/>
11  After these 2 main steps, the plugin is fully functional.<br/><br/>
12  *** For the maintenance of already active connections ***<br/>
13  Maintenance : Synchronize tables (in case an addition, an update or a user deletion mismatched) allows to update passwords and email addresses and shows intruders (But you should not have to use it regularly).<br/><br/>
14  <div class="warning">WARNING !! For safety, be sure to make a backup of your database and especially your ###_user tables before any action.</div>
15<br/><br/>
16  <div class="warning">Important to know:<br/>
17  By default, <b>FluxBB</b> is case <u>insensitive</u> on usernames. That is, if a user called "test" is already registered, other entries like "Test" or "TEST" or "TEst" (etc. ..) will be rejected.<br/><br/>
18  By default, <b>Piwigo</b> works in reverse and is therefore case <u>sensitive</u> on usernames ("test" will be a different user of "Test" or "TEST", etc. ...).<br/>
19  To avoid problems (even if Piwigo\'s behavior can be easily changed - See configuration options), Register_FluxBB will link the two applications using FluxBB behavior: Being case <u>insensitive</u> for usernames.<br/><br/></div>';
20
21
22$lang['About_Reg_Title'] = 'About the registration of users on FluxBB forum';
23$lang['About_Reg_Title_d'] = 'Useful instructions for better integration';
24$lang['No_Reg_advise'] = '
25  For better integration, it is advisable to make the following changes to your FluxBB forum (<b>Warning: These changes will disappear when updating the forum script</b>):
26<br/><br/>
27  <b>* In FluxBB\'s administration panel, change "Allow new registrations" to NO (see: Options - Registration)</b>
28<br/><br/>
29  <b>* Modify the file</b> : [FluxBBRoot]/lang/English/register.php by replacing the following line:
30  <div class="mod">\'No new regs\'                              =>      \'This forum is not accepting new users.\'</div>
31  <b>with :</b>
32  <div class="info">\'No new regs\'                             =>      \'&lt;a href=&quot;http://[YourPiwigoRoot]/register.php&quot; &gt; Go here to register &lt;/a&gt;&lt;br/&gt;&lt;br/&gt;\'</div>
33  <br/>
34  Of course you should also make the same change for other languages of your FluxBB forum.
35<br/><br/>
36  <b>* Modify the file</b> : [FluxBBRoot]/login.php by replacing around line 64:
37  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
38  <b>with :</b>
39  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot;&gt;</div>
40<br/>
41  and around line 295:
42  <div class="mod">&lt;a href=&quot;login.php?action=forget&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\']&lt;/a&gt;</div>
43  <b>with :</b>
44  <div class="info">&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot; tabindex=&quot;5&quot;&gt;&lt;?php echo $lang_login[\'Forgotten pass\'] ?&gt;&lt;/a&gt;</div>
45  <br/>';
46
47
48$lang['About_Bridge_Title'] = 'About Register_FluxBB / UAM bridge';
49$lang['About_Bridge_Title_d'] = 'Instruction about bridge between Register_FluxBB and UserAdvManager plugins';
50$lang['UAM_Bridge_advice'] = 'The UserAdvManager plugin allows forcing new registrants to confirm their registration before allowing them to access the entire gallery. The joint use of this plugin with Register_FluxBB can do the same on the linked forum: Registrants can not post until they have validated their registration in the gallery. <br/>
51Here is the general procedure to apply:
52<br/>
53- In the administration panel of your FluxBB forum, set at least 2 groups of users (for example: "validated" and "no_validated").<br/>
54- Give the first group ("validated") access permissions you want on your forum and set it as the default group.<br/>
55- Remove for the second group ("no_validated") all permissions on your forum (the members of this group can only read public posts).<br/>
56- Locate the ID of the second group "no_validated".<br/>
57- Enter this ID in Register_FluxBB plugin, activate the bridge and save the settings.
58<br/>
59<b class="mod"><u>Important notes:</u></b>
60<br/>
61If you already used an earlier version of Register_FluxBB, Piwigo\'s accounts linked between your gallery and your FluxBB forum will not be impacted by the effects of the bridge. Only new registers will be impacted after activation of the bridge.<b><u>Accounts resynchronization function will be void.</u></b><br/>
62Similarly, if you\'ve never used Register_FluxBB, the Piwigo\'s accounts migration process from your gallery to your FluxBB forum will disregard the state validated or not for the accounts at the launch of the migration.';
63
64
65$lang['Config_Title'] = 'Plugin setup';
66$lang['Config_Title_d'] = 'Plugin setup';
67$lang['Config_Title1'] = 'Settings of bridge between  FluxBB and Piwigo';
68$lang['Config_Title2'] = 'Plugin\'s advanced settings';
69
70$lang['Config_Disclaimer'] = '
71  Check the settings of your FluxBB installation and fix them if necessary.<br/>
72  Change, if necessary, the behavior of the plugin as you want.';
73
74$lang['Details'] = 'Level of detail to display in the reports of operations (synchronization and migration)';
75$lang['Details_true'] = ' --&gt; Maximum level - Displays all details of the results of synchronization and migration operations';
76$lang['Details_false'] = ' --&gt; Minimum Level - Displays only the main results of the synchronization and migration operations';
77
78$lang['Confirm'] = 'Confirmation of corrective actions in audit';
79$lang['Confirm_true'] = ' --&gt; Do not ask for confirmation';
80$lang['Confirm_false'] = ' --&gt; Confirmation required before any action in audit';
81
82$lang['Prefix'] = 'FluxBB prefix tables :';
83
84$lang['Admin'] = 'Username of Piwigo\'s "Webmaster" account. <b style="color: red">The FluxBB\'s "Administrator" username account must match!</b>';
85$lang['error_config_admin1'] = 'ERROR : Piwigo\'s "Webmaster" username is wrong!';
86$lang['error_config_admin2'] = 'ERROR : The username of the FluxBB\'s "Administrator" account is different of Piwigo\'s ! Check the configuration of your FluxBB forum and rename the "Administrator" account username in the same way as Piwigo\'s';
87
88$lang['Guest'] = 'FluxBB\'s guest username';
89$lang['error_config_guest'] = 'ERROR : The username of the FluxBB\'s "Guest" account is wrong!';
90
91$lang['Del_Pt'] = 'Deleting user\'s topics and messages from forum when he is deleted from Piwigo';
92$lang['Del_Pt_true'] = ' --&gt; Delete all';
93$lang['Del_Pt_false'] = ' --&gt; Don\'t delete topics and posts from forum';
94
95$lang['Bridge_UAM'] = 'Validation of access to the forum using UserAdvManager plugin (UAM): Activate here the bridge between the two plugins that allow you to restrict access to your FluxBB forum as the user has not validated its registration in the gallery (the related UAM function must be active)';
96$lang['Bridge_UAM_true'] = ' --> Enable bridge Register_FluxBB / UAM';
97$lang['Bridge_UAM_false'] = ' --> Disable bridge Register_FluxBB / UAM (default)';
98
99$lang['FluxBB_Group'] = 'Specify here the ID (format: integer) of <b>a FluxBB\'s users group</b> in which unvalidated users must be located if they have not validated their registration to the gallery. This users group have to be created first in FluxBB. To be effective, this group should not have any permission on the forum (see the section "Instructions" for detailed information)';
100
101
102$lang['Mig_Title'] = 'Migration of accounts from Piwigo to FluxBB';
103$lang['Mig_Title_d'] = 'USE ONLY IF you have never used the plugin before';
104$lang['Mig_Text'] = '
105  <div class="warning"> USE MIGRATION ONLY IF you never used the plugin to link Piwigo to FluxBB before <u>AND IF</u> your forum is empty of users !!!</b></div><br/>
106                --> In this case, your [PrefixFluxBB]_user table of FluxBB must be empty of any account except the 2 "Guest" and "Administrator" accounts.<br/><br/>
107  - The migration will first remove the links between accounts of Piwigo and FluxBB if any.<br/>
108  - Then <b>ALL FluxBB ACCOUNTS WILL BE DELETE</b> except the 2 "Guest" and "Administrator" accounts.<br/>
109  <br/>
110  <div class="warning">WARNING - IF YOU HAVE ANY SPECIAL USERS ACCOUNTS IN FluxBB == DO NOT USE THIS FUNCTION !!!</div><br/>
111  - Finally, the migration process will create all Piwigo\'s users accounts in FluxBB, except the "Guest".<br/>
112  <br/>
113  If errors occur during operation, a message will warn you and inform you about the problem. Fix the cause of the problem and retry a migration (at the time only you can renew a migration).<br/>
114  You can also run an audit to verify the status of a migration.<br/>
115  <div class="warning"> NEVER PERFORM MIGRATION FOR UPDATING !!!</div><br/>';
116$lang['Mig_Start'] = '<b>Migration of accounts from Piwigo to FluxBB</b>';
117$lang['Mig_Del_Link'] = '<b>Deleting links between Piwigo and FluxBB accounts</b>';
118$lang['Mig_Del_AllUsers'] = '<b>Deleting FluxBB accounts</b>';
119$lang['Mig_Del_User'] = '<b>Account deletion:</b> ';
120$lang['Mig_Add_AllUsers'] = '<b>Transferring Piwigo accounts</b>';
121$lang['Mig_Add_User'] = '<b>Transferring account:</b> ';
122$lang['Mig_End'] = '<b>Migration done !</b>';
123$lang['Mig_Btn'] = 'Migration';
124
125
126$lang['Sync_Title'] = 'Synchronize accounts from Piwigo to FluxBB';
127$lang['Sync_Title_d'] = 'Use to resynchronize accounts';
128$lang['Sync_Text'] = '
129  <div class="warning">Use this if you are already using this plugin, you have temporarily disabled it and new users registered on the gallery in the meantime</div>
130  <br/> -> This means that your forum already owns users.<br/><br/>
131  - Synchronization compares the usernames, their password (encrypted) and their email address in both tables [PrefixPWG] _users and [PrefixFluxBB] _users<br/>
132  - Then it will update a mapping table as well as the password and email address for each account from Piwigo to FluxBB except the Piwigo\'s "Guest" user and FluxBB\'s "Anonymous" user.<br/>
133  - Finally it will show orphaned accounts errors (which only exist in one of two ###_USERS tables) and will propose a fix.<br/>
134  <br/>
135  At the end of the synchronization, you can perform an AUDIT to check for possible duplicates users in FluxBB. If so, delete the oldest ones (sorting FluxBB users according to their date of registration).<br/>';
136$lang['Sync_Check_Dup'] = '<b>Analysis of user tables for duplicates control</b>';
137$lang['Advise_Check_Dup'] = '<b>IMPOSSIBLE to continue synchronizing if you have duplicate user accounts in Piwigo or FluxBB. Please correct and try again.</b><br/><br/>';
138$lang['Sync_Link_Break'] = '<b>Analysis of repairable links between accounts in Piwigo and FluxBB</b>';
139$lang['Sync_Link_Bad'] = '<b>Analysis of bad relationships between Piwigo and FluxBB accounts</b>';
140$lang['Sync_DataUser'] = '<b>Analysis of passwords and email addresses between Piwigo and FluxBB accounts</b>';
141$lang['Sync_PWG2FluxBB'] = '<b>Analysis of existing accounts in Piwigo but missing in FluxBB</b>';
142$lang['Sync_FluxBB2PWG'] = '<b>Analysis of existing accounts in FluxBB but missing in Piwigo</b>';
143$lang['Sync_OK'] = 'Synchronization OK<br/><br/>';
144$lang['Sync_Btn'] = 'Synchronization';
145
146
147$lang['Audit_Btn'] = 'Audit';
148$lang['Audit_PWG_Dup'] = '<b>Audit of Piwigo\'s accounts table</b>';
149$lang['Error_PWG_Dup'] = '<b>Error in Piwigo\'s accounts table, there are duplicates:</b> ';
150$lang['Advise_PWG_Dup'] = '<b>WARNING! You must make these corrections in Piwigo before continuing<br/>Use Piwigo\'s user manager to resolve the problem.</b>';
151$lang['Audit_FluxBB_Dup'] = '<b>Audit of FluxBB\'s accounts table</b>';
152$lang['Error_FluxBB_Dup'] = '<b>Error in FluxBB\'s accounts table, there are duplicates:</b> ';
153$lang['Advise_FluxBB_Dup'] = '<b>WARNING! You must make these corrections in FluxBB before continuing<br/>Use the icons to delete users from FluxBB and resolve the problem.</b>';
154$lang['Audit_Link_Break'] = '<b>Audit of repairable links between Piwigo and FluxBB accounts</b>';
155$lang['Error_Link_Break'] = '<b>Broken link between Piwigo and FluxBB accounts:</b> ';
156$lang['New_Link'] = 'Account linked: ';
157$lang['Audit_Link_Bad'] = '<b>Audit of bad links between Piwigo and FluxBB accounts</b>';
158$lang['Error_Link_Del'] = '<b>Error in the link table between 2 users:</b> ';
159$lang['Link_Del'] = 'Remove of link: ';
160$lang['Error_Link_Dead'] = '<b>Error in the link table, dead links:</b> ';
161$lang['Link_Dead'] = 'Remove of dead links ';
162$lang['Error_Link_Dup'] = '<b>Error in the link table, there are duplicates:</b> ';
163$lang['Link_Dup'] = 'Remove of duplicates ';
164$lang['Audit_Synchro'] = '<b>Audit of the synchronization of passwords and email addresses between Piwigo and FluxBB accounts</b>';
165$lang['Error_Synchro'] = '<b>Bad synchronization of account:</b> ';
166$lang['Error_Synchro_Pswd'] = 'on password';
167$lang['Error_Synchro_Mail'] = 'on email address';
168$lang['Audit_Synchro_OK'] = ' <b>: Data synchronization OK</b>';
169$lang['Sync_User'] = 'Account synchronization : ';
170$lang['Audit_PWG2FluxBB'] = '<b>Audit of the existing accounts in Piwigo and missing in FluxBB</b>';
171$lang['Error_PWG2FluxBB'] = '<b>The Piwigo account not in FluxBB:</b> ';
172$lang['Add_User'] = 'Adding in FluxBB of account: ';
173$lang['Audit_FluxBB2PWG'] = '<b>Audit of the existing accounts in FluxBB and missing in Piwigo</b>';
174$lang['Error_FluxBB2PWG'] = '<b>The FluxBB account not in Piwigo:</b> ';
175$lang['Del_User'] = 'Removal from FluxBB of account : ';
176$lang['Audit_OK'] = 'Audit OK<br/><br/>';
177
178?>
Note: See TracBrowser for help on using the repository browser.