Ignore:
Timestamp:
Sep 30, 2011, 1:50:32 PM (13 years ago)
Author:
Eric
Message:
  • Bug 2447 fixed : Pre-filled text are localized for installation from scratch. If language is not supported by the plugin, the default language remains English.
  • maintain.inc.php refactory : Simplify installation from scratch and make code more readable.
  • Comments in all code are more readable.
Location:
extensions/UserAdvManager/trunk/language/en_UK
Files:
2 edited

Legend:

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

    r12239 r12271  
    331331...
    332332';
    333 $lang['UAM_miscTitle'] = 'Other miscellaneous options';
     333$lang['UAM_miscTitle'] = 'Miscellaneous options';
    334334$lang['UAM_miscTitle_d'] = '
    335335- Registered users monitoring<br>
  • extensions/UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r12239 r12271  
    343343$lang['UAM_MiscOptions'] = 'Other miscellaneous options';
    344344$lang['UAM_Title3'] = 'Ghost users management';
    345 $lang['UAM_Title5'] = 'Other miscellaneous options';
     345$lang['UAM_Title5'] = 'Miscellaneous options';
    346346$lang['UAM_Password_Reset_Msg'] = 'Please, change your password!';
    347347$lang['UAM_PwdReset'] = 'Password renewal';
     
    357357$lang['UAM %d user pwdreseted'] = 'Password renewal required for %d user';
    358358$lang['UAM %d users pwdreseted'] = 'Password renewal required for %d users';
     359$lang['UAM_Error_Using_illegal_Kdays'] = 'Using the [Kdays] tag is allowed only if the deadline for registration validation limited is active. Refer to the text field in red to correct the problem.';
     360$lang['UAM_Default_InfoMail_Txt'] = 'Hello [username]! Thank you to have register on [mygallery].
     361
     362Please, find find below your connexion information.';
     363$lang['UAM_Default_ConfirmMail_Txt'] = 'Hello [username]! Thank you to have register on [mygallery].
     364
     365To complete the procedure and be able to browse through the pictures, thank you kindly confirm your registration by clicking on the link in this message.';
     366$lang['UAM_Default_GhstReminder_Txt'] = 'Hello [username].
     367       
     368This is a reminder because a very long time passed since your last visit on our gallery [mygallery]. If you do not want anymore to use your access account, please let us know by replying to this email. Your account will be deleted.
     369
     370On receipt of this message and no new visit within [days] days, we would be obliged to automatically delete your account.
     371
     372Best regards,
     373
     374The admin of the gallery [mygallery] - [myurl]';
     375$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.';
     376$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:';
     377$lang['UAM_Default_AdminValidation_Txt'] = 'Hello [username]! Thank you for registering and welcome to [mygallery].
     378
     379Your 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.';
     380$lang['UAM_Default_PwdRequest_Txt'] = 'You have requested a password reset on our gallery. Please, find below your new connection settings.';
     381$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.';
     382$lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Hello [username].
     383               
     384This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your validation key has expired. To still allow you to access to our gallery, your validation period has been reset. You have again x days to validate your registration.
     385
     386Note: After this period, your account will be permanently deleted.';
     387$lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Hello [username].
     388
     389This is a reminder message because you registered on our gallery [mygallery] but you do not validate your registration and your validation 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.
     390
     391Note: After this period, your account will be permanently deleted.';
     392$lang['UAM_Default_CfmMail_Custom_Txt1'] = 'Welcome [username]! You have confirmed that you are human and may now use [mygallery]!';
     393$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.';
    359394// --------- End: New or revised $lang ---- from version 2.30.0
    360395?>
Note: See TracChangeset for help on using the changeset viewer.