Ignore:
Timestamp:
Jan 5, 2012, 3:52:50 PM (12 years ago)
Author:
Eric
Message:

Reference translation files and FR translation refactory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r12689 r12840  
    1515$lang['UAM_Password: %s'] = 'Password: %s';
    1616$lang['UAM_Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    17 
    18 
    19 /* Email confirmation page */
    20 $lang['UAM_title_confirm_mail'] = 'Validate your registration';
    21 $lang['UAM_confirm_mail_page_title'] = 'Validate your registration';
    2217
    2318
     
    4237$lang['UAM_%d_Reminder_Sent'] = '%d reminder message was sent';
    4338$lang['UAM_%d_Reminders_Sent'] = '%d reminder messages were sent';
    44 $lang['UAM_%d_Validated_User'] = '%d User validated manually';
    45 $lang['UAM_%d_Validated_Users'] = '%d Users validated manually';
    4639
    4740
     
    121114$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
    122115$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
    123 $lang['UAM_No_Confirm_Group'] = 'Group for users who have not validated their registration<br>';
    124 $lang['UAM_Validated_Group'] = 'Group for users who have validated their registration<br>';
    125 $lang['UAM_No_Confirm_Status'] = 'Status for users who have not validated their registration<br>';
    126 $lang['UAM_Validated_Status'] = 'Status for users who have validated their registration<br>';
    127116$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration confirmation limited';
    128117$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
    129 $lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users';
    130118$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of confirmation key.';
    131119$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of confirmation key.';
     
    173161$lang['UAM_LastVisit_Date'] = 'Last visit';
    174162$lang['UAM_Nb_Days'] = 'Difference in days';
    175 $lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not validated is configured in "Setting confirmations of registration".';
    176163// --------- End: New or revised $lang ---- from version 2.15.0
    177164
     
    212199// --------- Starting below: New or revised $lang ---- from version 2.20.0
    213200$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    214 $lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
    215201$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
    216202$lang['UAM_USRAutoMail'] = 'Automated email reminder';
    217203$lang['UAM_Disable'] = ' Disable (default)';
    218204$lang['UAM_Enable'] = ' Enable ';
    219 $lang['UAM_Tips1'] = 'Information of non-validated registration with UAM and PWG_Stuffs';
    220 $lang['UAM_Tips1_txt'] = '
    221           <ul>
    222             <li>
    223             Goals: Inform the visitor that the registration is awaiting approval by displaying a personal block on the home page of the gallery, and this, as registration is not approved.
    224             <br><br>
    225             <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b>
    226             </li><br><br>
    227             <li>
    228 Prerequisite:<br>
    229 - A gallery with all or some private categories, visible only by registered users<br>
    230 - At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Validated" with all the permissions on the private categories<br>
    231 - UAM plugin<br>
    232 - PWG Stuffs plugin, for adding a special UAM module<br>
    233 - Optionally, the plugin Extended Description to support multi-languages<br>
    234             </li><br><br>
    235             <li>
    236 Stages:<br><br>
    237 A. In plugin UAM:
    238               <ol>
    239                 <li>Enable registration confirmation</li>
    240                 <li>Enable PWG Stuffs module option</li>
    241                 <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
    242                 <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
    243                 <li>Select the "Validated" group under "For users who have validated their registration"</li>
    244                 <li>Save the plugin configuration</li>
    245               </ol>
    246 <br>
    247 B. In plugin PWG Stuffs :
    248               <ol>
    249                 <li>Go to tab "Add a new module"</li>
    250                 <li>Choose "UAM Module"</li>
    251                 <li>Configure the module, indicating the title (eg "Registration pending confirmation") and its description, and only check "Waiting" in the list of groups allowed</li>
    252                 <li>Complete content of the module with the message information to be displayed to users not validated. As UAM, languages markup may be used if the plugin is enabled Extended Description</li>
    253                 <li>Check "Display the module on the homepage of the site"</li>
    254                 <li>Validate the configuration of the module</li>
    255               </ol>
    256             </li>
    257           </ul>';
    258 $lang['UAM_Tips2'] = 'Information of non-validated registration with UAM and Additional Pages';
    259 $lang['UAM_Tips2_txt'] = '
    260           <ul>
    261             <li>
    262             Goals: Inform the visitor that the registration is awaiting confirmation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved.
    263             <br><br>
    264             Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
    265             </li><br><br>
    266             <li>
    267 Prerequisite:<br>
    268 - A gallery with all or some private categories, visible only by registered users<br>
    269 - At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Validated" with all the permissions on the private categories<br>
    270 - UAM plugin<br>
    271 - Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
    272 - Optionally, the plugin Extended Description to support multi-languages<br>
    273             </li><br><br>
    274             <li>
    275 Stages:<br><br>
    276 A. In plugin UAM:
    277               <ol>
    278                 <li>Enable registration confirmation</li>
    279                 <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
    280                 <li>Select the "Waiting" group under "For users who have not validated their registration"</li>
    281                 <li>Select the "Validated" group under "For users who have validated their registration"</li>
    282                 <li>Save the plugin configuration</li>
    283               </ol>
    284 <br>
    285 B. In plugin Additional Pages:<br>
    286                 <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
    287                 <br>
    288               <ol>
    289                 <li>Add a new page with at least the following parameters:</li>
    290                 <ul>
    291                   <li>Page name: The name you wish to give to the additional page (ie: Registration not validated)</li>
    292                   <li>Set as homepage checked</li>
    293                   <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
    294                   <li>Content: The text you want to use for visitors.</li>
    295                 </ul>
    296                 <br>
    297                 <li>And that\'s it! Only visitors registered and whose registration has not been validated will see this additional index page.</li>
    298               </ol>
    299             </li>
    300           </ul>';
    301205$lang['UAM_No_Ghosts'] = 'No ghosts visitors for the moment';
    302206$lang['UAM_No_Userlist'] = 'No visitors to list for the moment';
    303 $lang['UAM_No_Usermanager'] = 'No unvalidated registers to list for the moment';
    304207$lang['UAM_Stuffs_Title'] = 'UAM block';
    305 $lang['UAM_Stuffs_Desc'] = 'Adds an information block for unvalidated users';
    306208$lang['UAM_Stuffs'] = 'PWG Stuffs block';
    307209// --------- End: New or revised $lang ---- from version 2.20.0
     
    331233$lang['UAM_Confirm_Status'] = 'Statutes<br>(leave ------- to keep the Piwigo\'s default)';
    332234$lang['UAM_Confirm_Level'] = 'Privacy level<br>(leave ------- to keep the Piwigo\'s default)';
    333 $lang['UAM_No_Valid_Level'] = 'Privacy level for users who have not validated their registration<br>';
    334 $lang['UAM_Valid_Level'] = 'Privacy level for users who have validated their registration<br>';
    335235$lang['UAM_GTAutoGp'] = 'Automatic change of group / status / privacy level';
    336236$lang['UAM_Expired_Level'] = '<b>Privacy level</b> for user\'s registration has expired<br>';
     
    368268The admin of the gallery [mygallery] - [myurl]';
    369269$lang['UAM_Default_GhstDeletion_Txt'] = 'Sorry [username], your account has been deleted due to a too long time passed since your last visit at [mygallery]. Please register again.';
    370 $lang['UAM_Default_GhstDemotion_Txt'] = 'Sorry [username], your account has been deprecated due to a too long time passed since your last visit at [mygallery]. Please, use the following link to revalidate your account:';
    371 $lang['UAM_Default_AdminValidation_Txt'] = 'Hello [username]! Thank you for registering and welcome to [mygallery].
    372 
    373 Your account has been manually validated by the webmaster of [mygallery]. You may now log in at [myurl] and make any appropriate changes to your profile.';
    374270$lang['UAM_Default_PwdRequest_Txt'] = 'You have requested a password reset on our gallery. Please, find below your new connection settings.';
    375 $lang['UAM_Default_ValidationTimeout_Txt'] = 'Sorry, your account has been deleted because you have not validated your registration in requested time ([Kdays] days). Please, retry registration with a valid and non blocked email account.';
    376 $lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Hello [username].
    377                
    378 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your confirmation key has expired. To still allow you to access to our gallery, your confirmation period has been reset. You have again x days to validate your registration.
    379 
    380 Note: After this period, your account will be permanently deleted.';
    381 $lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Hello [username].
    382 
    383 This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your confirmation key will expire. To allow you access to our gallery, you have x days to confirm your registration by clicking on the link in the message you should have received when you registered.
    384 
    385 Note: After this period, your account will be permanently deleted.';
    386271$lang['UAM_Default_CfmMail_Custom_Txt1'] = 'Welcome [username]! You have confirmed that you are human and may now use [mygallery]!';
    387 $lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Your activation key is incorrect or expired or you have already validated your account, please contact the webmaster to fix this problem.';
    388272$lang['UAM_DumpTxt'] = 'Backup and restore your configuration';
    389273$lang['UAM_Restore'] = 'To restore the backup file of your configuration. Only the saved file on the server is taken into account.
     
    410294$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status / privacy level';
    411295$lang['UAM_NewFeature'] = 'New feature !';
    412 $lang['UAM_RejectConnexion'] = 'Reject user\'s connexion until registration is validated';
    413296$lang['UAM_RejectConnexion_Custom_Txt'] = 'Customize rejection text';
    414 $lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, you don\'t have validate your registration yet, so you can\'t connect the gallery now. Please check your email box. You should find an email sent by the gallery, containing a link to perform your confirmation. If not, please contact the webmaster.';
    415297$lang['UAM_Reject_Page_Title'] = 'Connexion not allowed !';
    416298// --------- End: New or revised $lang ---- from version 2.30.2
     
    419301// --------- Starting below: New or revised $lang ---- from version 2.30.3
    420302$lang['UAM_MailExclusion_No'] = 'Email domains exclusion - Not available because emails are not mandatory for registrations !';
     303$lang['UAM_USRAuto'] = 'Automatic management of unconfirmed users';
     304$lang['UAM_ConfirmMail_Remail'] = 'Remind unconfirmed users';
     305$lang['UAM_No_Usermanager'] = 'No unconfirmed registers to list for the moment';
     306$lang['UAM_Stuffs_Desc'] = 'Adds an information block for unconfirmed users';
     307/* Email confirmation page */
     308$lang['UAM_title_confirm_mail'] = 'Confirm your registration';
     309$lang['UAM_confirm_mail_page_title'] = 'Confirm your registration';
     310$lang['UAM_%d_Validated_User'] = '%d User confirmed manually';
     311$lang['UAM_%d_Validated_Users'] = '%d Users confirmed manually';
     312$lang['UAM_No_Confirm_Group'] = 'Group for users who have not confirmed their registration<br>';
     313$lang['UAM_Validated_Group'] = 'Group for users who have confirmed their registration<br>';
     314$lang['UAM_No_Confirm_Status'] = 'Status for users who have not confirmed their registration<br>';
     315$lang['UAM_Validated_Status'] = 'Status for users who have confirmed their registration<br>';
     316$lang['UAM_No_Valid_Level'] = 'Privacy level for users who have not confirmed their registration<br>';
     317$lang['UAM_Valid_Level'] = 'Privacy level for users who have confirmed their registration<br>';
     318$lang['UAM_Err_UserManager_Settings'] = 'This page is available only if "Confirmation of registration" is active and if a group of visitors not confirmed is configured in "Setting confirmations of registration".';
     319$lang['UAM_Tips1'] = 'Information of unconfirmed registration with UAM and PWG_Stuffs';
     320$lang['UAM_Tips1_txt'] = '
     321          <ul>
     322            <li>
     323            Goals: Inform the visitor that the registration is awaiting approval by displaying a personal block on the home page of the gallery, and this, as registration is not approved.
     324            <br><br>
     325            <b>Recall: In standard operation, the "Guest" only sees the public categories, without information message.</b>
     326            </li><br><br>
     327            <li>
     328Prerequisite:<br>
     329- A gallery with all or some private categories, visible only by registered users<br>
     330- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
     331- UAM plugin<br>
     332- PWG Stuffs plugin, for adding a special UAM module<br>
     333- Optionally, the plugin Extended Description to support multi-languages<br>
     334            </li><br><br>
     335            <li>
     336Stages:<br><br>
     337A. In plugin UAM:
     338              <ol>
     339                <li>Enable registration confirmation</li>
     340                <li>Enable PWG Stuffs module option</li>
     341                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
     342                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
     343                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
     344                <li>Save the plugin configuration</li>
     345              </ol>
     346<br>
     347B. In plugin PWG Stuffs :
     348              <ol>
     349                <li>Go to tab "Add a new module"</li>
     350                <li>Choose "UAM Module"</li>
     351                <li>Configure the module, indicating the title (eg "Registration pending confirmation") and its description, and only check "Waiting" in the list of groups allowed</li>
     352                <li>Complete content of the module with the message information to be displayed to users not confirmed. As UAM, languages markup may be used if the plugin is enabled Extended Description</li>
     353                <li>Check "Display the module on the homepage of the site"</li>
     354                <li>Validate the configuration of the module</li>
     355              </ol>
     356            </li>
     357          </ul>';
     358$lang['UAM_Tips2'] = 'Information of unconfirmed registration with UAM and Additional Pages';
     359$lang['UAM_Tips2_txt'] = '
     360          <ul>
     361            <li>
     362            Goals: Inform the visitor that the registration is awaiting confirmation by posting an additional page replacing the standard index page gallery at each of these connections, and this, as registration is not approved.
     363            <br><br>
     364            Advantages over the method with PWG_Stuffs: Allow formatting information and displaying the information immediately upon registration of visitors.
     365            </li><br><br>
     366            <li>
     367Prerequisite:<br>
     368- A gallery with all or some private categories, visible only by registered users<br>
     369- At least 2 following Piwigo\'s users groups: "Waiting," without permission on private categories, and "Confirmed" with all the permissions on the private categories<br>
     370- UAM plugin<br>
     371- Additional Pages plugin for adding and managing an additional page to replace the default index page of the gallery<br>
     372- Optionally, the plugin Extended Description to support multi-languages<br>
     373            </li><br><br>
     374            <li>
     375Stages:<br><br>
     376A. In plugin UAM:
     377              <ol>
     378                <li>Enable registration confirmation</li>
     379                <li>Enter text for additional explanation which will be attached to mail registration confirmation. If the plugin Extended Description is activated, the language tags can be used</li>
     380                <li>Select the "Waiting" group under "For users who have not confirmed their registration"</li>
     381                <li>Select the "Confirmed" group under "For users who have confirmed their registration"</li>
     382                <li>Save the plugin configuration</li>
     383              </ol>
     384<br>
     385B. In plugin Additional Pages:<br>
     386                <b>NOTE : The management of access rights for groups on Additional Pages must be turned on (see plugin configuration settings).</b>
     387                <br>
     388              <ol>
     389                <li>Add a new page with at least the following parameters:</li>
     390                <ul>
     391                  <li>Page name: The name you wish to give to the additional page (ie: Registration not confirmed)</li>
     392                  <li>Set as homepage checked</li>
     393                  <li>Groups allowed: Check the box corresponding to the group "Waiting" configured in UAM</li>
     394                  <li>Content: The text you want to use for visitors.</li>
     395                </ul>
     396                <br>
     397                <li>And that\'s it! Only visitors registered and whose registration has not been confirmed will see this additional index page.</li>
     398              </ol>
     399            </li>
     400          </ul>';
     401$lang['UAM_Default_GhstDemotion_Txt'] = 'Sorry [username], your account has been deprecated due to a too long time passed since your last visit at [mygallery]. Please, use the following link to reconfirm your account:';
     402$lang['UAM_Default_AdminValidation_Txt'] = 'Hello [username]! Thank you for registering and welcome to [mygallery].
     403
     404Your account has been manually confirmed by the webmaster of [mygallery]. You may now log in at [myurl] and make any appropriate changes to your profile.';
     405$lang['UAM_Default_ValidationTimeout_Txt'] = 'Sorry, your account has been deleted because you have not confirmed your registration in requested time ([Kdays] days). Please, retry registration with a valid and non blocked email account.';
     406$lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Hello [username].
     407               
     408This is a reminder message because you registered on our gallery [mygallery] but you do not confirm your registration and your confirmation key has expired. To still allow you to access to our gallery, your confirmation period has been reset. You have again x days to confirm your registration.
     409
     410Note: After this period, your account will be permanently deleted.';
     411$lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Hello [username].
     412
     413This is a reminder message because you registered on our gallery [mygallery] but you do not confirm your registration and your confirmation key will expire. To allow you access to our gallery, you have x days to confirm your registration by clicking on the link in the message you should have received when you registered.
     414
     415Note: After this period, your account will be permanently deleted.';
     416$lang['UAM_Default_CfmMail_Custom_Txt2'] = 'Your activation key is incorrect or expired or you have already confirmed your account, please contact the webmaster to fix this problem.';
     417$lang['UAM_RejectConnexion'] = 'Reject user\'s connexion until registration is confirmed';
     418$lang['UAM_Default_RejectConnexion_Txt'] = 'Sorry, you don\'t have confirmed your registration yet, so you can\'t connect the gallery now. Please check your email box. You should find an email sent by the gallery, containing a link to perform your confirmation. If not, please contact the webmaster.';
    421419// --------- End: New or revised $lang ---- from version 2.30.3
    422420?>
Note: See TracChangeset for help on using the changeset viewer.