Ignore:
Timestamp:
Nov 7, 2009, 6:26:33 PM (14 years ago)
Author:
Eric
Message:

[NBC_UserAdvManager]

  • Adding DE, ES and IT language files
  • Starting DE translation
File:
1 edited

Legend:

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

    r4159 r4226  
    99$lang['Title_Tab1'] = 'UserAdvManager - General Setup';
    1010$lang['Tab_Global'] = 'General Setup';
    11 $lang['UserAdvManager_Mail_Info'] = ' Mail information user:';
    12 $lang['UserAdvManager_Mail_Info_true'] = ' Send an information mail to the user when he registes or updates his profile.';
    13 $lang['UserAdvManager_Mail_Info_false'] = ' Turns off the sending of mail. (default)';
     11$lang['UserAdvManager_Mail_Info'] = ' Mail information to user:';
     12$lang['UserAdvManager_Mail_Info_true'] = ' Send mail to the user by taking over its connection information when registering or updating their profile.';
     13$lang['UserAdvManager_Mail_Info_false'] = ' Turns off the mail sending. (default)';
    1414$lang['UserAdvManager_MailInfo_Text'] = ' Text used to introduce the email sent to user to allow him to validate his email address<br><b style="color: red;">(!!! </b><b style="text-decoration: underline; color: red;">WARNING !</b> <b style="color: red;">Text modification is available ONLY if Mail information user is enabled. Use the multi language tags from Extended Description plugin if this plugin is activated !!!)</b>';
    15 $lang['UserAdvManager_No_Casse'] = ' User insensitive';
    16 $lang['UserAdvManager_No_Casse_true'] = ' Make the user account insensitive at the registration and the identification step';
    17 $lang['UserAdvManager_No_Casse_false'] = ' Let the user-sensitive. (default)';
    18 $lang['UserAdvManager_Username_Char'] = ' Limited charset for unsername';
     15$lang['UserAdvManager_No_Casse'] = ' User name case insensitive';
     16$lang['UserAdvManager_No_Casse_true'] = ' Make the user account case insensitive at the registration and the identification step';
     17$lang['UserAdvManager_No_Casse_false'] = ' Let the user case sensitive. (default)';
     18$lang['UserAdvManager_Username_Char'] = ' Limited charset for username';
    1919$lang['UserAdvManager_Username_Char_true'] = ' The following characters will be forbidden for username choice';
    2020$lang['UserAdvManager_Username_Char_false'] = ' Use the default username charset control. (default)';
     
    4141$lang['UserAdvManager_Password_Enforced'] = 'Strengthening passwords - Enabling this option makes the seizure of the password required for visitors registration. Also, the password entered by the visitor will meet with a score of complexity (<b style="color: green;">activate and save settings to display more informations</b>).';
    4242$lang['UserAdvManager_Password_Enforced_Info'] = '<b style="text-decoration: underline; color: green;">Explanations:</b> <b style="color: green;">A password score is calculated on the basic parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). If the password of the user does not score, the score reached is displayed with the minimal score to reach and an indication to increase the value of this score. To give you an idea, a score below 100 is considered "low complexity". Between 100 and 500, the complexity is increased and average. Beyond 500, that\'s Fort Knox! ;-)<br>You can do your passwords complexity tests by using the field below. This will allow you to get an idea of the score to define a custom complexity.</b>';
    43 $lang['UserAdvManager_PasswordTest'] = 'Passowrd to test : ';
     43$lang['UserAdvManager_PasswordTest'] = 'Password to test : ';
    4444$lang['UserAdvManager_ScoreTest'] = 'Score : ';
    4545$lang['PasswordTest'] = 'Score calculation';
     
    6464$lang['Title_Tab2'] = 'UserAdvManager - ConfirmMail Settings';
    6565$lang['Tab_ConfirmMail'] = 'ConfirmMail Settings';
    66 $lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) )in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
     66$lang['UserAdvManager_ConfirmMail_Info'] = 'Time limitation for validation of registration :<br>If you enable this option, select the desired time (x) in the field below. Visitors who register will then have x days to validate their registration. After this period the validation link they have received by mail will be expired.<br>';
    6767$lang['UserAdvManager_ConfirmMail_TimeOut_true'] = 'Enable limiting the registration deadline.';
    6868$lang['UserAdvManager_ConfirmMail_TimeOut_false'] = 'Disable limiting the registration deadline. (Default)';
     
    8686- Generate email reminder <b>without</b> generating a new key. Warning: Send an email reminder to targeted visitors. This function does not reset the date of registration of targeted visitors and the timeout is still valid.
    8787<br>
    88 - Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.<br>
     88- Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.
     89<br>
    8990- Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
    9091<br>';
Note: See TracChangeset for help on using the changeset viewer.