Ignore:
Timestamp:
Dec 2, 2010, 10:36:33 PM (13 years ago)
Author:
Eric
Message:

Merge from trunk to branch 2.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/branches/2.3/language/en_UK/plugin.lang.php

    r6899 r7983  
    66
    77$lang['Title'] = 'Register FluxBB';
    8 $lang['Disclaimer'] = '
    9   *** To begin, follow this 2 steps ***<br>
    10   Step 1 : Set plugin with the parameters of FluxBB.<br>
    11   Step 2 : Migrate user accounts from Piwigo to FluxBB.<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>';
    168
    179$lang['Config_Title'] = 'Plugin setup';
     
    136128  <br>';
    137129$lang['About_Reg'] = 'About the registration of users on the forum FluxBB';
    138 $lang['Bridge_UAM'] = 'Validation d\'accès au forum via le plugin UserAdvManager (UAM): Activez ici le pont entre les deux plugins qui vous permettra d\'interdir l\'accès à votre forum FluxBB tant que l\'utilisateur n\'a pas validé son inscription à la galerie (la fonction correspondante doit être active sur 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'] = '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).';
    139131$lang['Bridge_UAM_true'] = ' --> Enable bridge Register_FluxBB / UAM';
    140132$lang['Bridge_UAM_false'] = ' --> Disable bridge Register_FluxBB / UAM (default)';
    141 $lang['FluxBB_Group'] = 'Précisez ici l\'ID du <b>groupe FluxBB</b> dans lequel les utilisateurs non validé doivent se trouver (à créer au préalable dans FluxBB). Pour être efficace, ce groupe ne doit avoir aucune permission sur le forum (voir à la fin de cette page pour les détails d\'utilisation de cette option).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['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).';
    142134$lang['About_Bridge'] = 'About Register_FluxBB / UAM bridge';
    143 $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 forum linked: Registrants can not post until they have validated their registration in the gallery. <br>
     135$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>
    144136Here is the general procedure to apply:
    145137<br>
     
    162154$lang['error_config_guest'] = 'ERROR : The name of the FluxBB\'s guest account is wrong!';
    163155// --------- End: New or revised $lang ---- from version 2.3.3
     156
     157// --------- Starting below: New or revised $lang ---- from version 2.3.5
     158$lang['Disclaimer'] = '
     159  *** To begin, follow this 2 steps ***<br>
     160  Step 1 : Set plugin with the parameters of FluxBB.<br>
     161  Step 2 : Migrate user accounts from Piwigo to FluxBB.<br><br>
     162  After these 2 main steps, the plugin is fully functional and you will not have to return to this pages.<br><br>
     163  *** For the maintenance of already active connections ***<br>
     164  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>
     165  <div class="warning">WARNING !! For safety, consider making a backup of your database, especially ###_user tables before any action.</div>
     166<br><br>
     167  <div class="warning">Important to know:<br>
     168  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>
     169  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>
     170  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>';
     171// --------- End: New or revised $lang ---- from version 2.3.5
    164172?>
Note: See TracChangeset for help on using the changeset viewer.