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

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

Next version is 2.4.9 :
Bad explanation in inline tips fixed in EN, FR and DE translations. The other available translations have to be fixed by translators.
Update es_ES, thanks to : jpr928
Update tr_TR, thanks to : LazBoy
Update it_IT, thanks to : virgigiole
Update pl_PL, thanks to : kuba

  • Property svn:eol-style set to LF
File size: 12.5 KB
Line 
1<?php
2$lang['Tab_Info'] = 'Instructions';
3$lang['Tab_Manage'] = 'Step 1 : Plugin configuration';
4$lang['Tab_Migration'] = 'Step 2 : Accounts migration';
5$lang['Tab_Synchro'] = 'Maintenance : Accounts re-synchronization';
6
7$lang['Title'] = 'Register FluxBB';
8
9$lang['Config_Title'] = 'Plugin setup';
10$lang['Config_Disclaimer'] = '
11  Check the settings of your FluxBB installation and correct them if necessary. <br>
12  Change, if any, the behavior of the plugin at your convenience.';
13$lang['Prefix'] = 'FluxBB Prefix tables :';
14$lang['Guest'] = 'Username of the FluxBB Guest user.';
15$lang['Details'] = 'Level of detail in reports of operations.';
16$lang['Details_true'] = ' --&gt; View all details of the results of operations.';
17$lang['Details_false'] = ' --&gt; Shows that most of the results of operations';
18$lang['Del_Pt'] = 'Removal of topics and posts when the user is deleted.';
19$lang['Del_Pt_true'] = ' --&gt; Delete all';
20$lang['Del_Pt_false'] = ' --&gt; Don\'t delete topics and posts';
21$lang['Confirm'] = 'Delete confirmation on the administration actions in the audit.';
22$lang['Confirm_true'] = ' --&gt; Delete confirmation';
23$lang['Confirm_false'] = ' --&gt; Confirmation mandatory before actions in audit';
24
25$lang['save_config'] ='Settings saved';
26
27$lang['Audit_Btn'] = 'Audit';
28$lang['Sync_Btn'] = 'Synchronization';
29$lang['Sync_Title'] = 'Synchronize accounts from Piwigo to FluxBB';
30$lang['Sync_Text'] = '
31  <div class="warning">You\'ve already used the plugin to link your Piwigo (plugin update) and / or your FluxBB forum is not empty of users!</div>
32  <br> -> This means that your forum owns users.<br><br>
33  - Synchronization detect the data by comparing the usernames, passwords (encrypted) and their email address in both tables [PrefixPWG]_user and [PrefixFluxBB]_user.<br>
34  - Then update the table of correspondence as well as password and email address for each account from Piwigo to FluxBB except Piwigo Guest and FluxBB Anonymous.<br>
35  - Finally indicate mislead orphaned accounts that exist only in one of the 2 ###_user tables.<br>
36  <br>
37  At the end of the operation, launch an audit and check for possible duplicates users in FluxBB. If so, delete the oldest (sorting FluxBB users according to their date of registration).<br>';
38$lang['Sync_Check_Dup'] = '<b>Analyzing tables of user accounts of Piwigo and FluxBB to control duplicates</b>';
39$lang['Advise_Check_Dup'] = '<b>Impossible to continue the synchronization if you have duplicates in the User Account of Piwigo or FluxBB.</b><br><br>';
40$lang['Sync_Link_Break'] = '<b>Analysis of repairable links between accounts in Piwigo and FluxBB</b>';
41$lang['Sync_Link_Bad'] = '<b>Analysis of bad relationships between accounts in Piwigo and FluxBB</b>';
42$lang['Sync_DataUser'] = '<b>Analysis of passwords and email addresses between accounts in Piwigo and FluxBB</b>';
43$lang['Sync_PWG2FluxBB'] = '<b>Analysis of existing accounts in Piwigo and missing in FluxBB</b>';
44$lang['Sync_FluxBB2PWG'] = '<b>Analysis of existing accounts in FluxBB and missing in Piwigo</b>';
45$lang['Sync_OK'] = 'Synchronization OK<br><br>';
46
47$lang['Audit_PWG_Dup'] = '<b>Audit of Piwigo\'s accounts table</b>';
48$lang['Error_PWG_Dup'] = '<b>Error in Piwigo\'s accounts table, there are duplicates:</b> ';
49$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>';
50
51$lang['Audit_FluxBB_Dup'] = '<b>Audit of FluxBB\'s accounts table</b>';
52$lang['Error_FluxBB_Dup'] = '<b>Error in FluxBB\'s accounts table, there are duplicates:</b> ';
53$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>';
54
55$lang['Audit_Link_Break'] = '<b>Audit of repairable links between Piwigo and FluxBB accounts</b>';
56$lang['Error_Link_Break'] = '<b>Broken link between Piwigo and FluxBB accounts:</b> ';
57$lang['New_Link'] = 'Account linked: ';
58
59$lang['Audit_Link_Bad'] = '<b>Audit of bad links between Piwigo and FluxBB accounts</b>';
60$lang['Error_Link_Del'] = '<b>Error in the link table between 2 users:</b> ';
61$lang['Link_Del'] = 'Remove of link: ';
62$lang['Error_Link_Dead'] = '<b>Error in the link table, dead links:</b> ';
63$lang['Link_Dead'] = 'Remove of dead links ';
64$lang['Error_Link_Dup'] = '<b>Error in the link table, there are duplicates:</b> ';
65$lang['Link_Dup'] = 'Remove of duplicates ';
66
67$lang['Audit_Synchro'] = '<b>Audit of the synchronization of passwords and email addresses between Piwigo and FluxBB accounts</b>';
68$lang['Error_Synchro'] = '<b>Bad synchronization of account:</b> ';
69$lang['Error_Synchro_Pswd'] = 'on password';
70$lang['Error_Synchro_Mail'] = 'on email address';
71$lang['Audit_Synchro_OK'] = ' <b>: Data synchronization OK</b>';
72$lang['Sync_User'] = 'Account synchronization : ';
73
74$lang['Audit_PWG2FluxBB'] = '<b>Audit of the existing accounts in Piwigo and missing in FluxBB</b>';
75$lang['Error_PWG2FluxBB'] = '<b>The Piwigo account not in FluxBB:</b> ';
76$lang['Add_User'] = 'Adding in FluxBB of account: ';
77
78$lang['Audit_FluxBB2PWG'] = '<b>Audit of the existing accounts in FluxBB and missing in Piwigo</b>';
79$lang['Error_FluxBB2PWG'] = '<b>The FluxBB account not in Piwigo:</b> ';
80$lang['Del_User'] = 'Removal from FluxBB of account : ';
81
82$lang['Audit_OK'] = 'Audit OK<br><br>';
83
84$lang['Mig_Btn'] = 'Migration';
85$lang['Mig_Title'] = 'Migration of accounts from Piwigo to FluxBB';
86$lang['Mig_Text'] = '
87  <div class="warning"> USE ONLY IF you have never used the plugin to link Piwigo to FluxBB <u>AND IF</u> your forum is empty of users !!!</b></div><br>
88                --> In this case, your table [PrefixFluxBB]_user of FluxBB must be empty of any account except the 2 accounts guest and administrator.<br><br>
89  - The migration will first remove the links between accounts of Piwigo and FluxBB.<br>
90  - Then <b>WILL DELETE ALL FluxBB ACCOUNTS</b> except the 2 accounts guest and administrator.<br>
91  <br>
92  <div class="warning">WARNING IF YOU HAVE ANY SPECIAL ACCOUNTS IN FluxBB == DO NOT USE THIS FUNCTION !!!</div><br>
93  - Finally, the migration will create all Piwigo\'s accounts in FluxBB, except the guest.<br>
94  <br>
95  If errors occur during operation, correct the cause of the problem and retry the operation of migration (at the time only you can renew the migration).<br>';
96$lang['Mig_Disclaimer'] = '<div class="warning"> NEVER PERFORM MIGRATION FOR UPDATING !!!</div>';
97$lang['Mig_Start'] = '<b>Migration of accounts from Piwigo to FluxBB</b>';
98$lang['Mig_Del_Link'] = '<b>Deleting links between accounts of Piwigo and FluxBB</b>';
99$lang['Mig_Del_AllUsers'] = '<b>Deleting FluxBB accounts</b>';
100$lang['Mig_Del_User'] = '<b>Deletion of the account:</b> ';
101$lang['Mig_Add_AllUsers'] = '<b>Transferring Piwigo accounts</b>';
102$lang['Mig_Add_User'] = '<b>Transfer of account:</b> ';
103$lang['Mig_End'] = '<b>Migration done !</b>';
104$lang['Title_Tab'] = 'Register_FluxBB - Version: ';
105
106$lang['No_Reg_advise'] = '
107  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</b>):
108<br><br>
109  <b>* In FluxBB\'s administration panel, change "Allow new registrations" to NO (in: Options - Registration)</b>
110<br><br>
111  <b>* Modify the file</b> : [FluxBBRoot]/lang/English/register.php by replacing the following line:
112  <div class="mod">\'No new regs\'                              =>      \'This forum is not accepting new users.\'</div>
113  <b>with :</b>
114  <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>
115  <br>
116  Of course you should also make the same change for other languages of your FluxBB forum.
117<br><br>
118  <b>* Modify the file</b> : [FluxBBRoot]/login.php by replacing the line 69:
119  <div class="mod">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;login.php?action=forget&quot;&gt;</div>
120  <b>with :</b>
121  <div class="info">message($lang_login[\'Wrong user/pass\'].\'&lt;a href=&quot;../[YourPiwigoRoot]/password.php&quot;&gt;</div>
122<br>
123  and at line 216:
124  <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>
125  <b>with :</b>
126  <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>
127  <br>';
128$lang['About_Reg'] = 'About the registration of users on the forum FluxBB';
129$lang['Bridge_UAM'] = 'Access validation to the forum via UserAdvManager (UAM) plugin: Turn the bridge on between the two plugins that will allow you to prohibit the access to your FluxBB forum until the user has not validated its registration in the gallery (the function must be active on UAM).';
130$lang['Bridge_UAM_true'] = ' --> Enable bridge Register_FluxBB / UAM';
131$lang['Bridge_UAM_false'] = ' --> Disable bridge Register_FluxBB / UAM (default)';
132$lang['FluxBB_Group'] = 'Specify the ID of <b>FluxBB\' group</b> in which non validated users must be (to be created in advance in FluxBB). To be effective, this group should have no permission on the forum (see the end of this page for details on using this option).';
133$lang['About_Bridge'] = 'About Register_FluxBB / UAM bridge';
134$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>
135Here is the general procedure to apply:
136<br>
137- In the administration of your FluxBB forum, set at least 2 groups of users (for example: "validated" and "no_validated").<br>
138- Give the first group ("validated") access permissions you want on your forum and set it as the default group.<br>
139- Remove the second group ("no_validated") all permissions on your forum (the members of this group can only read public posts).<br>
140- Locate the ID of the second group "no_validated".<br>
141- Enter this ID in Register_FluxBB plugin, activate the bridge and save the settings.
142<br>
143<b class="mod"><u>Important notes:</u></b>
144<br>
145If you already use 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>
146Similarly, if you\'ve never used Register_FluxBB, the Piwigo\'s accounts migration phase from your gallery to your FluxBB forum will disregard the state validated or not for the accounts at the launch of the migration phase.';
147
148$lang['Admin'] = 'Piwigo\'s administrator username. <b style="color: red">The username of FluxBB\'s administrator account has to be the same!</b>';
149$lang['error_config_admin1'] = 'ERROR : Piwigo\'s admin username is wrong!';
150$lang['error_config_admin2'] = 'ERROR : The name of the FluxBB\'s administrator account is different from that of Piwigo ! Check the configuration of your FluxBB forum and rename the administrator account in the same name as that of Piwigo.';
151$lang['error_config_guest'] = 'ERROR : The name of the FluxBB\'s guest account is wrong!';
152
153$lang['Disclaimer'] = '
154  *** To begin, follow this 2 steps ***<br>
155  Step 1 : Set plugin with the parameters of FluxBB.<br>
156  Step 2 : Migrate user accounts from Piwigo to FluxBB.<br><br>
157  After these 2 main steps, the plugin is fully functional and you will not have to return to this pages.<br><br>
158  *** For the maintenance of already active connections ***<br>
159  Maintenance : Synchronize tables (in case an addition, an update or a user deletion mismatched) allows to update passwords and email addresses and see users intruder (But you should not need to use ).<br><br>
160  <div class="warning">WARNING !! For safety, consider making a backup of your database, especially ###_user tables before any action.</div>
161<br><br>
162  <div class="warning">Important to know:<br>
163  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>
164  By default, <b>Piwigo</b> works in reverse and is therefore case <u>sensitive</u> on logins ("test" will be a different user of "Test" or "TEST", etc. ...).<br>
165  To avoid problems (even if Piwigo\'s behavior can be easily changed - See configuration options), Register_FluxBB will link the two applications as FluxBB: Being case <u>insensitive</u> for logins.<br><br></div>';
166?>
Note: See TracBrowser for help on using the repository browser.