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

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

Version 2.5.8:
Add accounts synchronization from FluxBB to Piwigo
Bug fixed : Missing function in audit

  • Property svn:eol-style set to LF
File size: 13.2 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  <div class="warning">Important : FluxBB and Piwigo must be installed on the same database! For safety, be sure to make a backup of your database and especially your ###_user tables before any action.</div><br/><br/>
9  *** To begin, follow this 2 steps ***<br/>
10  Step 1 - Configuration: Configure the plugin parameters related to FluxBB parameters<br/>
11  Step 2 - Synchronization:
12  - If your FluxBB forum <b>does not have</b> any users, synchronize all users accounts from Piwigo to FluxBB<br/>
13  - If your FluxBB forum <b>does have</b> users, launch an audit. The audit performed consistency tests between Piwigo and FluxBB users data. Based on the results, shares of corrections in each case will be proposed<br/><br/>
14
15  <div class="warning">So far it is not yet possible to synchronize existing users on a FluxBB forum to a Piwigo gallery. This is why the proposed audit action is deleting FluxBB accounts. You can leave these non-synchronized state accounts (they will be able only to connect to the forum) waiting for the next evolution of the plugin that will do this synchronization.</div>
16<br/><br/>
17 
18  Note: The passwords of manually sync accounts (by audit or the overall sync) from Piwigo to FluxBB are not recovered. Each user concerned should change his password at the next connection to the gallery (he will be automatically redirected to his profile page) so that the sync to be effective and he can connect to the forum.
19<br/><br/>
20
21  <div class="warning">Important to know:<br/>
22  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/>
23  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/>
24  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>';
25
26
27$lang['About_Reg_Title'] = 'About the registration of users on FluxBB forum';
28$lang['About_Reg_Title_d'] = 'Useful instructions for better integration';
29$lang['No_Reg_advise'] = '
30  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>):
31<br/><br/>
32  <b>* In FluxBB\'s administration panel, change "Allow new registrations" to NO (see: Options - Registration)</b>
33<br/><br/>
34  <b>* Modify the file</b> : [FluxBBRoot]/lang/English/register.php by replacing the following line:
35  <div class="mod">\'No new regs\'                              =>      \'This forum is not accepting new users.\'</div>
36  <b>with :</b>
37  <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>
38  <br/>
39  Of course you should also make the same change for other languages of your FluxBB forum.
40<br/><br/>
41  <b>* Modify the file</b> : [FluxBBRoot]/login.php by replacing around line 64:
42  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
43  <b>with :</b>
44  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot;&gt;</div>
45<br/>
46  and around line 295:
47  <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>
48  <b>with :</b>
49  <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>
50  <br/>';
51
52
53$lang['About_Bridge_Title'] = 'About Register_FluxBB / UAM bridge';
54$lang['About_Bridge_Title_d'] = 'Instruction about bridge between Register_FluxBB and UserAdvManager plugins';
55$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/>
56Here is the general procedure to apply:
57<br/>
58- In the administration panel of your FluxBB forum, set at least 2 groups of users (for example: "validated" and "no_validated").<br/>
59- Give the first group ("validated") access permissions you want on your forum and set it as the default group.<br/>
60- Remove for the second group ("no_validated") all permissions on your forum (the members of this group can only read public posts).<br/>
61- Locate the ID of the second group "no_validated".<br/>
62- Enter this ID in Register_FluxBB plugin, activate the bridge and save the settings.
63<br/>
64<b class="mod"><u>Important notes:</u></b>
65<br/>
66If 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/>
67Similarly, 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.';
68
69
70$lang['Config_Title'] = 'Plugin setup';
71$lang['Config_Title_d'] = 'Plugin setup';
72$lang['Config_Title1'] = 'Settings of bridge between  FluxBB and Piwigo';
73$lang['Config_Title2'] = 'Plugin\'s advanced settings';
74
75$lang['Config_Disclaimer'] = '
76  Check the settings of your FluxBB installation and fix them if necessary.<br/>
77  Change, if necessary, the behavior of the plugin as you want.';
78
79$lang['Details'] = 'Level of detail to display in the reports of operations (synchronization and migration)';
80$lang['Details_true'] = ' --&gt; Maximum level - Displays all details of the results of synchronization and migration operations';
81$lang['Details_false'] = ' --&gt; Minimum Level - Displays only the main results of the synchronization and migration operations';
82
83$lang['Confirm'] = 'Confirmation of corrective actions in audit';
84$lang['Confirm_true'] = ' --&gt; Do not ask for confirmation';
85$lang['Confirm_false'] = ' --&gt; Confirmation required before any action in audit';
86
87$lang['Prefix'] = 'FluxBB prefix tables :';
88
89$lang['Admin'] = 'Username of Piwigo\'s "Webmaster" account. <b style="color: red">The FluxBB\'s "Administrator" username account must match!</b>';
90$lang['error_config_admin1'] = 'ERROR : Piwigo\'s "Webmaster" username is wrong!';
91$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';
92
93$lang['Guest'] = 'FluxBB\'s guest username';
94$lang['error_config_guest'] = 'ERROR : The username of the FluxBB\'s "Guest" account is wrong!';
95
96$lang['Del_Pt'] = 'Deleting user\'s topics and messages from forum when he is deleted from Piwigo';
97$lang['Del_Pt_true'] = ' --&gt; Delete all';
98$lang['Del_Pt_false'] = ' --&gt; Don\'t delete topics and posts from forum';
99
100$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)';
101$lang['Bridge_UAM_true'] = ' --> Enable bridge Register_FluxBB / UAM';
102$lang['Bridge_UAM_false'] = ' --> Disable bridge Register_FluxBB / UAM (default)';
103
104$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)';
105
106
107$lang['Sync_Title'] = 'Synchronize accounts from Piwigo to FluxBB';
108$lang['Sync_Title_d'] = 'Use to resynchronize accounts';
109$lang['Sync_Text'] = '
110  <div class="warning">Synchronization is a mass action that will drain your forum users if there is! Run an audit to manage each case.</div><br/><br/>
111 
112  Reminders :<br/>
113  The passwords of manually sync accounts (by audit or the overall sync) from Piwigo to FluxBB are not recovered. Each user concerned should change his password at the next connection to the gallery (he will be automatically redirected to his profile page) so that the sync to be effective and he can connect to the forum.<br/><br/>
114  So far it is not yet possible to synchronize existing users on a FluxBB forum to a Piwigo gallery. This is why the proposed audit action is deleting FluxBB accounts. You can leave these non-synchronized state accounts (they will be able only to connect to the forum) waiting for the next evolution of the plugin that will do this synchronization.<br/><br/>';
115$lang['Sync_Check_Dup'] = '<b>Analysis of user tables for duplicates control</b>';
116$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/>';
117$lang['Sync_Link_Break'] = '<b>Analysis of repairable links between accounts in Piwigo and FluxBB</b>';
118$lang['Sync_Link_Bad'] = '<b>Analysis of bad relationships between Piwigo and FluxBB accounts</b>';
119$lang['Sync_DataUser'] = '<b>Analysis of passwords and email addresses between Piwigo and FluxBB accounts</b>';
120$lang['Sync_PWG2FluxBB'] = '<b>Analysis of existing accounts in Piwigo but missing in FluxBB</b>';
121$lang['Sync_FluxBB2PWG'] = '<b>Analysis of existing accounts in FluxBB but missing in Piwigo</b>';
122$lang['Sync_OK'] = 'Synchronization OK<br/><br/>';
123$lang['Sync_Btn'] = 'Synchronization';
124
125
126$lang['Audit_Btn'] = 'Audit';
127$lang['Audit_PWG_Dup'] = '<b>Audit of Piwigo\'s accounts table</b>';
128$lang['Error_PWG_Dup'] = '<b>Error in Piwigo\'s accounts table, there are duplicates:</b> ';
129$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>';
130$lang['Audit_FluxBB_Dup'] = '<b>Audit of FluxBB\'s accounts table</b>';
131$lang['Error_FluxBB_Dup'] = '<b>Error in FluxBB\'s accounts table, there are duplicates:</b> ';
132$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>';
133$lang['Audit_Link_Break'] = '<b>Audit of repairable links between Piwigo and FluxBB accounts</b>';
134$lang['Error_Link_Break'] = '<b>Broken link between Piwigo and FluxBB accounts:</b> ';
135$lang['New_Link'] = 'Account linked: ';
136$lang['Audit_Link_Bad'] = '<b>Audit of bad links between Piwigo and FluxBB accounts</b>';
137$lang['Error_Link_Del'] = '<b>Error in the link table between 2 users:</b> ';
138$lang['Link_Del'] = 'Remove of link: ';
139$lang['Error_Link_Dead'] = '<b>Error in the link table, dead links:</b> ';
140$lang['Link_Dead'] = 'Remove of dead links ';
141$lang['Error_Link_Dup'] = '<b>Error in the link table, there are duplicates:</b> ';
142$lang['Link_Dup'] = 'Remove of duplicates ';
143$lang['Audit_Synchro'] = '<b>Audit of the synchronization of passwords and email addresses between Piwigo and FluxBB accounts</b>';
144$lang['Error_Synchro'] = '<b>Bad synchronization of account:</b> ';
145$lang['Error_Synchro_Pswd'] = 'This user will have to modify his password at next login to the gallery';
146$lang['Error_Synchro_Mail'] = 'on email address';
147$lang['Audit_Synchro_OK'] = ' <b>: Data synchronization OK</b>';
148$lang['Sync_User'] = 'Account synchronization : ';
149$lang['Audit_PWG2FluxBB'] = '<b>Audit of the existing accounts in Piwigo and missing in FluxBB</b>';
150$lang['Error_PWG2FluxBB'] = '<b>The Piwigo account not in FluxBB:</b> ';
151$lang['Add_User'] = 'Adding in FluxBB of account: ';
152$lang['Audit_FluxBB2PWG'] = '<b>Audit of the existing accounts in FluxBB and missing in Piwigo</b>';
153$lang['Error_FluxBB2PWG'] = '<b>The FluxBB account not in Piwigo:</b> ';
154$lang['Del_User'] = 'Removal from FluxBB of account : ';
155$lang['Audit_OK'] = 'Audit OK<br/><br/>';
156
157$lang['RegFluxBB_Password_Reset_Msg'] = 'Please, update your password for synchronization with the forum. Then you will be able to connect to the forum with the same account as the gallery.';
158
159$lang['Add_User2pwg'] = 'Adding in Piwigo of account: ';
160$lang['RegFluxBB_Email_or_Username_already_exist'] = 'Synchronization from FluxBB to Piwigo stopped : Target email or username already exists in Piwigo users table.';
161$lang['To synchronize your forum access with the gallery you have been registered at %s!'] = 'To synchronize your forum access with the gallery you have been registered at %s!';
162$lang['Please change your password at your first connexion on the gallery'] = 'Please change your password at your first connexion on the gallery to end the data synchronization';
163?>
Note: See TracBrowser for help on using the repository browser.