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

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

Translation keys fixed

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