source: extensions/Register_PhpBB/language/en_UK/plugin.lang.php @ 7795

Last change on this file since 7795 was 7795, checked in by Eric, 13 years ago

Commit new release 2.1.a coded by Pierric

  • Property svn:eol-style set to LF
File size: 11.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 PhpBB';
8$lang['Disclaimer'] = '
9  *** To begin, follow this 2 steps ***<br>
10  Step 1 : Set plugin with the parameters of PhpBB.<br>
11  Step 2 : Migrate user accounts from Piwigo to PhpBB.<br><br>
12  After these 2 main steps, the plugin is fully functional and you will not have to return to this pages.<br><br>
13  *** For the maintenance of already active connections ***<br>
14  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>
15  <div class="warning">WARNING !! For safety, consider making a backup of your database, especially ###_user tables before any action.</div>';
16
17$lang['Config_Title'] = 'Plugin setup';
18$lang['Config_Disclaimer'] = '
19  Check the settings of your PhpBB installation and correct them if necessary. <br>
20  Change, if any, the behavior of the plugin at your convenience.';
21$lang['Prefix'] = 'PhpBB Prefix tables :';
22$lang['Guest'] = 'Username of the PhpBB Guest user. (If you do not know, leave as is).';
23$lang['Details'] = 'Level of detail in reports of operations.';
24$lang['Details_true'] = ' --&gt; View all details of the results of operations.';
25$lang['Details_false'] = ' --&gt; Shows that most of the results of operations';
26$lang['Del_Pt'] = 'Removal of topics and posts when the user is deleted.';
27$lang['Del_Pt_true'] = ' --&gt; Delete all';
28$lang['Del_Pt_false'] = ' --&gt; Don\'t delete topics and posts';
29$lang['Confirm'] = 'Delete confirmation on the administration actions in the audit.';
30$lang['Confirm_true'] = ' --&gt; Delete confirmation';
31$lang['Confirm_false'] = ' --&gt; Confirmation mandatory before actions in audit';
32
33$lang['save_config'] ='Settings saved';
34
35$lang['Audit_Btn'] = 'Audit';
36$lang['Sync_Btn'] = 'Synchronization';
37$lang['Sync_Title'] = 'Synchronize accounts from Piwigo to PhpBB';
38$lang['Sync_Text'] = '
39  <div class="warning">You\'ve already used the plugin to link your Piwigo (plugin update) and / or your PhpBB forum is not empty of users!</div>
40  <br> -> This means that your forum owns users.<br><br>
41  - Synchronization detect the data by comparing the usernames, passwords (encrypted) and their email address in both tables [PrefixPWG]_user and [PrefixPhpBB]_user.<br>
42  - Then update the table of correspondence as well as password and email address for each account from Piwigo to PhpBB except Piwigo Guest and PhpBB Anonymous.<br>
43  - Finally indicate mislead orphaned accounts that exist only in one of the 2 ###_user tables.<br>
44  <br>
45  At the end of the operation, launch an audit and check for possible duplicates users in PhpBB. If so, delete the oldest (sorting PhpBB users according to their date of registration).<br>';
46$lang['Sync_Check_Dup'] = '<b>Analyzing tables of user accounts of Piwigo and PhpBB to control duplicates</b>';
47$lang['Advise_Check_Dup'] = '<b>Impossible to continue the synchronization if you have duplicates in the User Account of Piwigo or PhpBB.</b><br><br>';
48$lang['Sync_Link_Break'] = '<b>Analysis of repairable links between accounts in Piwigo and PhpBB</b>';
49$lang['Sync_Link_Bad'] = '<b>Analysis of bad relationships between accounts in Piwigo and PhpBB</b>';
50$lang['Sync_DataUser'] = '<b>Analysis of passwords and email addresses between accounts in Piwigo and PhpBB</b>';
51$lang['Sync_PWG2PhpBB'] = '<b>Analysis of existing accounts in Piwigo and missing in PhpBB</b>';
52$lang['Sync_PhpBB2PWG'] = '<b>Analysis of existing accounts in PhpBB and missing in Piwigo</b>';
53$lang['Sync_OK'] = 'Synchronization OK<br><br>';
54
55$lang['Audit_PWG_Dup'] = '<b>Audit of Piwigo\'s accounts table</b>';
56$lang['Error_PWG_Dup'] = '<b>Error in Piwigo\'s accounts table, there are duplicates:</b> ';
57$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>';
58
59$lang['Audit_PhpBB_Dup'] = '<b>Audit of PhpBB\'s accounts table</b>';
60$lang['Error_PhpBB_Dup'] = '<b>Error in PhpBB\'s accounts table, there are duplicates:</b> ';
61$lang['Advise_PhpBB_Dup'] = '<b>WARNING! You must make these corrections in PhpBB before continuing<br>use the icons to delete users from PhpBB and resolve the problem.</b>';
62
63$lang['Audit_Link_Break'] = '<b>Audit of repairable links between Piwigo and PhpBB accounts</b>';
64$lang['Error_Link_Break'] = '<b>Broken link between Piwigo and PhpBB accounts:</b> ';
65$lang['New_Link'] = 'Account linked: ';
66
67$lang['Audit_Link_Bad'] = '<b>Audit of bad links between Piwigo and PhpBB accounts</b>';
68$lang['Error_Link_Del'] = '<b>Error in the link table between 2 users:</b> ';
69$lang['Link_Del'] = 'Remove of link: ';
70$lang['Error_Link_Dead'] = '<b>Error in the link table, dead links:</b> ';
71$lang['Link_Dead'] = 'Remove of dead links ';
72$lang['Error_Link_Dup'] = '<b>Error in the link table, there are duplicates:</b> ';
73$lang['Link_Dup'] = 'Remove of duplicates ';
74
75$lang['Audit_Synchro'] = '<b>Audit of the synchronization of passwords and email addresses between Piwigo and PhpBB accounts</b>';
76$lang['Error_Synchro'] = '<b>Bad synchronization of account:</b> ';
77$lang['Error_Synchro_Pswd'] = 'on password';
78$lang['Error_Synchro_Mail'] = 'on email address';
79$lang['Audit_Synchro_OK'] = ' <b>: Data synchronization OK</b>';
80$lang['Sync_User'] = 'Account synchronization : ';
81
82$lang['Audit_PWG2PhpBB'] = '<b>Audit of the existing accounts in Piwigo and missing in PhpBB</b>';
83$lang['Error_PWG2PhpBB'] = '<b>The Piwigo account not in PhpBB:</b> ';
84$lang['Add_User'] = 'Adding in PhpBB of account: ';
85
86$lang['Audit_PhpBB2PWG'] = '<b>Audit of the existing accounts in PhpBB and missing in Piwigo</b>';
87$lang['Error_PhpBB2PWG'] = '<b>The PhpBB account not in Piwigo:</b> ';
88$lang['Del_User'] = 'Removal from PhpBB of account : ';
89
90$lang['Audit_OK'] = 'Audit OK<br><br>';
91
92$lang['Mig_Btn'] = 'Migration';
93$lang['Mig_Title'] = 'Migration of accounts from Piwigo to PhpBB';
94$lang['Mig_Text'] = '
95  <div class="warning"> USE ONLY IF you have never used the plugin to link Piwigo to PhpBB <u>AND IF</u> your forum is empty of users !!!</b></div><br>
96                --> In this case, your table [PrefixPhpBB]_user of PhpBB must be empty of any account except the 2 accounts guest and administrator, as well as search bots.<br><br>
97  - The migration will first remove the links between accounts of Piwigo and PhpBB.<br>
98  - Then <b>WILL DELETE ALL PhpBB ACCOUNTS</b> except the 2 accounts guest and administrator.<br>
99  <br>
100  <div class="warning">WARNING IF YOU HAVE ANY SPECIAL ACCOUNTS IN PhpBB == DO NOT USE THIS FUNCTION !!!</div><br>
101  - Finally, the migration will create all Piwigo\'s accounts in PhpBB, except the guest.<br>
102  <br>
103  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>';
104$lang['Mig_Disclaimer'] = '<div class="warning"> NEVER PERFORM MIGRATION FOR UPDATING !!!</div>';
105$lang['Mig_Start'] = '<b>Migration of accounts from Piwigo to PhpBB</b>';
106$lang['Mig_Del_Link'] = '<b>Deleting links between accounts of Piwigo and PhpBB</b>';
107$lang['Mig_Del_AllUsers'] = '<b>Deleting PhpBB accounts</b>';
108$lang['Mig_Del_User'] = '<b>Deletion of the account:</b> ';
109$lang['Mig_Add_AllUsers'] = '<b>Transferring Piwigo accounts</b>';
110$lang['Mig_Add_User'] = '<b>Transfer of account:</b> ';
111$lang['Mig_End'] = '<b>Migration done !</b>';
112$lang['Title_Tab'] = 'Register_PhpBB - Version: ';
113
114// --------- Starting below: New or revised $lang ---- from version 2.3.0
115$lang['No_Reg_advise'] = '
116  For better integration, it is advisable to make the following changes to your PhpBB forum (<b>Warning: These changes will disappear when updating the forum</b>):
117<br><br>
118  <b>* Modify the file</b> : [PhpBBRoot]/ucp.php by searching the following line :
119  <div class="mod">case \'sendpassword\':</div>
120  <b>and replace the 2 following lines (to break) by :</b>
121  <div class="info">redirect(\'http://[PiwigoRoot]/password.php\', false, true);</div>
122  <br><br>
123  <b>* Modify the same file</b> : Search the following line :
124  <div class="mod">case \'register\':</div>
125  <b>and replace the 7 following lines (to break) by :</b>
126  <div class="info">redirect(\'http://[PiwigoRoot]/register.php\', false, true);</div>
127  <br><br>
128  * In the <b>Control Panel</b>, go to the permissions of the groups and change the line "Can change password" to <b>No</b>.
129  <br>';
130$lang['About_Reg'] = 'About the registration of users on the forum PhpBB';
131$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 PhpBB forum until the user has not validated its registration in the gallery (the function must be active on UAM).';
132$lang['Bridge_UAM_true'] = ' --> Enable bridge Register_PhpBB / UAM';
133$lang['Bridge_UAM_false'] = ' --> Disable bridge Register_PhpBB / UAM (default)';
134$lang['PhpBB_Group'] = 'Specify the name of <b>PhpBB\' group</b> in which validated users must be (to be created in advance in PhpBB). By default, type "REGISTERED" (registered users). For more information, see end of this page.';
135$lang['About_Bridge'] = 'About Register_PhpBB / UAM bridge';
136$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_PhpBB can do the same on the forum linked: Registrants can not post until they have validated their registration in the gallery. <br>
137Here is the general procedure to apply:
138<br><br>
139- Several groups are created by default when creating your forum. Two of them are called "New registered users" and "Registered Users". The first group has very limited permissions that are adjustable in the Control Panel. It is in this group that not validated users are sent in the case where the bridge is active. Otherwise, users are assigned by default to the second group, which has more rights, also modifiable. <br>
140- You can choose to create a new group for your validated users, or simply use "Registered Users" and change some settings.<br>
141- Then simply type above the group name chosen for validated users: "REGISTERED" if you keep the one created at the beginning or "Members" or "VIP" ... if you have created your own group. The syntax should be the same as chosen in phpBB when creating the group (uppercase, lowercase ...).<br>
142<br><br>
143<b class="mod"><u>Important notes:</u></b>
144<br><br>
145If you\'ve never used Register_PhpBB, the Piwigo\'s accounts migration phase from your gallery to your PhpBB forum will disregard the state validated or not for the accounts at the launch of the migration phase.';
146// --------- End: New or revised $lang ---- from version 2.3.0
147
148// --------- Starting below: New or revised $lang ---- from version 2.3.3
149$lang['Admin'] = 'Piwigo\'s administrator username. <b style="color: red">The username of PhpBB\'s administrator account has to be the same!</b>';
150$lang['error_config_admin1'] = 'ERROR : Piwigo\'s admin username is wrong!';
151$lang['error_config_admin2'] = 'ERROR : The name of the PhpBB\'s administrator account is different from that of Piwigo ! Check the configuration of your PhpBB forum and rename the administrator account in the same name as that of Piwigo.';
152$lang['error_config_guest'] = 'ERROR : The name of the PhpBB\'s guest account is wrong!';
153// --------- End: New or revised $lang ---- from version 2.3.3
154?>
Note: See TracBrowser for help on using the repository browser.