source: extensions/Register_PunBB/language/en_UK.iso-8859-1/lang.admin.regpunbb.php @ 14158

Last change on this file since 14158 was 7809, checked in by Eric, 14 years ago

Commit of latest plugin version (1.3a) as a startup base for further developpements

  • Property svn:eol-style set to LF
File size: 6.0 KB
Line 
1<?php
2// +-----------------------------------------------------------------------+
3// | PhpWebGallery - a PHP based picture gallery                           |
4// | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net |
5// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net |
6// +-----------------------------------------------------------------------+
7//$lang_info['language_name'] = 'English';
8//$lang_info['country'] = ''Great Britain';
9//$lang_info['charset'] = 'iso-8859-1';
10//$lang_info['direction'] = 'ltr';
11//$lang_info['code'] = 'en';
12global $lang;
13$lang['Title'] = 'Register PunnBB';
14$lang['Howto'] = 'This plugin permits to record an user, registering on PWG, in a PunBB forum, automatically. It\'s based on the Mod Register_PunBB achieved by Flipflip that I thank, here, to have initialized the project. Special thanks to Rub (PWG Team) for his precious help.';
15$lang['Install_Disclaimer']='Warning ! After the complete activation of this plugin, all  users administrative manipulations  (manual addition, deletion, modification) for these two scripts (PWG and PunBB) should be achieved through the admin interface of PWG. It\'s counseled to disactivate the registering of PunBB but it is not obligatory. The two scripts can continue to function independently but the users who registers on the forum won\'t have a valid account to reach your gallery. On the contrary, an user who registers on the gallery becomes automatically member of the forum... That\'s the confessed goal of this plugin  ;-)';
16$lang['Update']='Update process';
17$lang['Update_Disclaimer']='<u>Only for those that used the Mod version of this plugin</u>, here are the steps to update :<br/><ol><li>Delete the whole code added to the source of PWG (refer to the Mod installation file)  in order to come back to a situation before application of the Mod.</li><li>Delete the PLUGIN_REGISTER_PUNBB_ID_USER table of the database. This table is created by the installation of the plugin, must be empty and won\'t be used.</li><li>Rename the MOD_REGISTER_PUNBB_ID_USER table in PLUGIN_REGISTER_PUNBB_ID_USER</li><li>Verify, correct and activate the behavior parameters of the plugin => <u>Go to step 1 - DO NOT PROCESS THE STEP 2 MIGRATION FUNCTIONS !</u></li><li>The resynchronisation is optional. It will put back in order table of correspondence.</li></ol>';
18$lang['Install_Disclaimer2']='In a first time, it is necessary to set the working parameters of the plugin with PunBB, then, to copy the  PWG users accounts toward PunBB. A third function is available in order to resynchronize the tables in the case where one addition or user\'s deletion took place badly. But you should not have to use it.<br/><br/>At the end of the 2 main steps, the plugin will be fully functional and you won\'t have to come back on this page anymore.';
19$lang['Step1_Title'] = 'Step 1 : Plugin settings';
20$lang['Step1_Disclaimer'] = 'Verify the parameters according to your PunBB installation and correct them if needed. Modify, if the case arises, the behavior of the plugin to your suitability. Finally, don\'t forget to pass the activation of the plugin to 1 before recording your parameters!';
21$lang['PluginActivation']='Activate or Disactivate the registration in PunBB<br/>
220 --&gt; Disactivate (no automatic addition of the users in PunBB)<br/>
231 --&gt; Activate<br/>';
24$lang['Punbb_Prefix']='PunBB tables prefix :';
25$lang['Punbb_Default_Group']='ID of the default group. If you didn\'t make modifications into PunBB, by default, 4 corresponds to the members group :';
26$lang['Punbb_Admin']='Username of the PWG administrator. <b><u>Must be identical to the PunBB adminnistrator username</u></b> :';
27$lang['Punbb_Email_Setting']='Parameter of emails visibility<br/>
280 --&gt; To display your address e-mail.<br/>
291 --&gt; Hide your e-mail address but to allow the form e-mail.<br/>
302 --&gt; Hide your e-mail address and forbid the form e-mail.<br/>';
31$lang['Punbb_Save_Pass']='Parameter to save the password<br/>
320 --&gt; Do not memorize the username and the password between visits.<br/>
331 --&gt; Memorize the username and the password between the visits.<br/>';
34$lang['Punbb_Notify_With_Post']='While activating this option, a plain text e-mail will be included in the subscription e-mail.<br/>
350 --&gt; Disactivate<br/>
361 --&gt; Activate<br/>';
37$lang['Punbb_Timezone']='Time zone (de -12 à 14) :';
38$lang['Punbb_Language']='Language (French, English) :';
39$lang['Punbb_Style']='Forum style :';
40$lang['Punbb_Del_Pt']='Delete user topics and posts when user is deleted.<br/>
410 --&gt; Delete all<br/>
421 --&gt; Do not delete topics and posts<br/>';
43$lang['Step2_Btn']='Migration';
44$lang['Step2_Title']='Step 2 : Migration of the PWG accounts toward PunBB / Re synchronization of the accounts';
45$lang['Step2_Text']='Two cases here : <br/><br/><u>1) You never used the Mod Register_PunBB and even less the same named plugin</u> -> In this case, your PunBB table #_users must be empty of all account. You can then click <b>ONE TIME</b> on "Migration" button. If some mistakes occur during the operation, empty the tables [PunBB] _users and [PWG] _plugin_register_punbb_id_user (via PhpMyAdmin for example), correct the reason of the problem and restart the operation of migration (to that moment only you can click again on the "Migration" button).';
46$lang['Step22_Text']='<b>NEVER RE DO THIS OPERATION MORE THAN ONE TIME</b> !';
47$lang['Step3_Btn']='Resynch';
48$lang['Step3_Text']='<u>2) You already used the Mod / plugin (update of a previous version of PWG toward the present)</u> -> It means that you already have an ID correspondence table  between PWG and PunBB. The script of re synchronization will detect the present data while comparing the names of the users and their e-mail address in the two #_users tables (PWG and PunBB) and will put up to date this table of correspondence. At the end of the operation, please verify the presence of possible duplicated users in PunBB. If it is the case, it is necessary to suppress the oldest (sorting of the PunBB users according to their registration date).<br/><br/>';
49?>
Note: See TracBrowser for help on using the repository browser.