Changeset 9177


Ignore:
Timestamp:
Feb 11, 2011, 7:02:21 PM (13 years ago)
Author:
Eric
Message:

Bug 2188 : Avoid translation flags conflicts

Location:
extensions/NBC_UserAdvManager/trunk
Files:
23 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/ConfirmMail.php

    r9160 r9177  
    99include_once (UAM_PATH.'include/functions.inc.php');
    1010
    11 $title= l10n('confirm_mail_page_title');
     11$title= l10n('UAM_confirm_mail_page_title');
    1212$page['body_id'] = 'theAboutPage';
    1313include(PHPWG_ROOT_PATH.'include/page_header.php');
  • extensions/NBC_UserAdvManager/trunk/admin/UAM_admin.php

    r9153 r9177  
    4545$tabsheet = new tabsheet();
    4646$tabsheet->add('global',
    47                l10n('Tab_Global'),
     47               l10n('UAM_Tab_Global'),
    4848               $my_base_url.'&tab=global');
    4949  $tabsheet->add('userlist',
    50                  l10n('Tab_UserList'),
     50                 l10n('UAM_Tab_UserList'),
    5151                 $my_base_url.'&tab=userlist');
    5252$tabsheet->add('usermanager',
    53                l10n('Tab_UserManager'),
     53               l10n('UAM_Tab_UserManager'),
    5454               $my_base_url.'&tab=usermanager');
    5555$tabsheet->add('ghosttracker',
    56                l10n('Tab_GhostTracker'),
     56               l10n('UAM_Tab_GhostTracker'),
    5757               $my_base_url.'&tab=ghosttracker');
    5858$tabsheet->select($page['tab']);
     
    126126    if (preg_match('/^[\s]+/', $_POST['UAM_MailExclusion_List']))
    127127    {
    128       array_push($page['errors'], l10n('mail_exclusionlist_error'));
     128      array_push($page['errors'], l10n('UAM_mail_exclusionlist_error'));
    129129      $UAM_Exclusionlist_Error = true;
    130130    }
     
    137137      $newvalue = 'false';
    138138      $_POST['UAM_GTAutoMail'] = $newvalue;
    139       array_push($page['errors'], l10n('Error_GTAutoMail_cannot_be_set_without_ConfirmMail'));
     139      array_push($page['errors'], l10n('UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'));
    140140    }
    141141
     
    225225  else if (isset($_POST['PasswordTest']) and empty($_POST['UAM_Password_Test']))
    226226  {
    227     array_push($page['errors'], l10n('reg_err_login3'));
     227    array_push($page['errors'], l10n('UAM_reg_err_login3'));
    228228  }
    229229
     
    443443                        {
    444444                                if (!ValidateUsername(stripslashes($row['username'])))
    445                                         $msg_error1 .= (($msg_error1 <> '') ? '<br>' : '') . l10n('Err_audit_username_char').stripslashes($row['username']);
     445                                        $msg_error1 .= (($msg_error1 <> '') ? '<br>' : '') . l10n('UAM_Err_audit_username_char').stripslashes($row['username']);
    446446                        }
    447447                }
     
    467467                                  if (preg_match($pattern, $row['mail_address']))
    468468                                  {
    469                                                 $msg_error2 .=  (($msg_error2 <> '') ? '<br>' : '') . l10n('Err_audit_email_forbidden').stripslashes($row['username']).' ('.$row['mail_address'].')';
     469                                                $msg_error2 .=  (($msg_error2 <> '') ? '<br>' : '') . l10n('UAM_Err_audit_email_forbidden').stripslashes($row['username']).' ('.$row['mail_address'].')';
    470470                                        }
    471471                                }
     
    480480               
    481481                if ($msg_error1 <> '' or $msg_error2 <> '')
    482                 array_push($page['errors'], l10n('Err_audit_advise'));
     482                array_push($page['errors'], l10n('UAM_Err_audit_advise'));
    483483                else
    484484        array_push($page['infos'], l10n('UAM_audit_ok'));
     
    629629  else
    630630  {
    631                 array_push($page['errors'], l10n('Err_Userlist_Settings'));
     631                array_push($page['errors'], l10n('UAM_Err_Userlist_Settings'));
    632632  }
    633633  break;
     
    791791                        if (in_array($conf['guest_id'], $collection))
    792792                {
    793                 array_push($page['errors'], l10n('No_validation_for_Guest'));
     793                array_push($page['errors'], l10n('UAM_No_validation_for_Guest'));
    794794        }
    795795        if (($conf['guest_id'] != $conf['default_user_id']) and
    796796                in_array($conf['default_user_id'], $collection))
    797797        {
    798                 array_push($page['errors'], l10n('No_validation_for_default_user'));
     798                array_push($page['errors'], l10n('UAM_No_validation_for_default_user'));
    799799        }
    800800                if (in_array($conf['webmaster_id'], $collection))
    801801        {
    802                 array_push($page['errors'], l10n('No_validation_for_Webmaster'));
     802                array_push($page['errors'], l10n('UAM_No_validation_for_Webmaster'));
    803803        }
    804804        if (in_array($user['id'], $collection))
    805805        {
    806                 array_push($page['errors'], l10n('No_validation_for_your_account'));
     806                array_push($page['errors'], l10n('UAM_No_validation_for_your_account'));
    807807        }
    808808
     
    824824                $page['infos'],
    825825                l10n_dec(
    826                         '%d_Mail_With_Key', '%d_Mails_With_Key',
     826                        'UAM_%d_Mail_With_Key', 'UAM_%d_Mails_With_Key',
    827827                count($collection)
    828828                )
     
    875875                        if (in_array($conf['guest_id'], $collection))
    876876                {
    877                 array_push($page['errors'], l10n('No_validation_for_Guest'));
     877                array_push($page['errors'], l10n('UAM_No_validation_for_Guest'));
    878878        }
    879879        if (($conf['guest_id'] != $conf['default_user_id']) and
    880880                in_array($conf['default_user_id'], $collection))
    881881        {
    882                 array_push($page['errors'], l10n('No_validation_for_default_user'));
     882                array_push($page['errors'], l10n('UAM_No_validation_for_default_user'));
    883883        }
    884884                if (in_array($conf['webmaster_id'], $collection))
    885885        {
    886                 array_push($page['errors'], l10n('No_validation_for_Webmaster'));
     886                array_push($page['errors'], l10n('UAM_No_validation_for_Webmaster'));
    887887        }
    888888        if (in_array($user['id'], $collection))
    889889        {
    890                 array_push($page['errors'], l10n('No_validation_for_your_account'));
     890                array_push($page['errors'], l10n('UAM_No_validation_for_your_account'));
    891891        }
    892892
     
    909909                $page['infos'],
    910910                l10n_dec(
    911                         '%d_Reminder_Sent', '%d_Reminders_Sent',
     911                        'UAM_%d_Reminder_Sent', 'UAM_%d_Reminders_Sent',
    912912                count($collection)
    913913                )
     
    960960                        if (in_array($conf['guest_id'], $collection))
    961961                {
    962                 array_push($page['errors'], l10n('No_validation_for_Guest'));
     962                array_push($page['errors'], l10n('UAM_No_validation_for_Guest'));
    963963        }
    964964        if (($conf['guest_id'] != $conf['default_user_id']) and
    965965                in_array($conf['default_user_id'], $collection))
    966966        {
    967                 array_push($page['errors'], l10n('No_validation_for_default_user'));
     967                array_push($page['errors'], l10n('UAM_No_validation_for_default_user'));
    968968        }
    969969                if (in_array($conf['webmaster_id'], $collection))
    970970        {
    971                 array_push($page['errors'], l10n('No_validation_for_Webmaster'));
     971                array_push($page['errors'], l10n('UAM_No_validation_for_Webmaster'));
    972972        }
    973973        if (in_array($user['id'], $collection))
    974974        {
    975                 array_push($page['errors'], l10n('No_validation_for_your_account'));
     975                array_push($page['errors'], l10n('UAM_No_validation_for_your_account'));
    976976        }
    977977
     
    986986                $page['infos'],
    987987                l10n_dec(
    988                         '%d_Validated_User', '%d_Validated_Users',
     988                        'UAM_%d_Validated_User', 'UAM_%d_Validated_Users',
    989989                count($collection)
    990990                )
     
    10561056      if (isset($row['reminder']) and $row['reminder'] == 'true')
    10571057      {
    1058         $reminder = l10n('Reminder_Sent_OK');
     1058        $reminder = l10n('UAM_Reminder_Sent_OK');
    10591059      }
    10601060      else if ((isset($row['reminder']) and $row['reminder'] == 'false') or !isset($row['reminder']))
    10611061      {
    1062         $reminder = l10n('Reminder_Sent_NOK');
     1062        $reminder = l10n('UAM_Reminder_Sent_NOK');
    10631063      }
    10641064
     
    11511151  else
    11521152  {
    1153                 array_push($page['errors'], l10n('Err_UserManager_Settings'));
     1153                array_push($page['errors'], l10n('UAM_Err_UserManager_Settings'));
    11541154  }
    11551155  break;
     
    13111311                        if (in_array($conf['guest_id'], $collection))
    13121312                {
    1313                 array_push($page['errors'], l10n('No_reminder_for_Guest'));
     1313                array_push($page['errors'], l10n('UAM_No_reminder_for_Guest'));
    13141314        }
    13151315        if (($conf['guest_id'] != $conf['default_user_id']) and
    13161316                in_array($conf['default_user_id'], $collection))
    13171317        {
    1318                 array_push($page['errors'], l10n('No_reminder_for_default_user'));
     1318                array_push($page['errors'], l10n('UAM_No_reminder_for_default_user'));
    13191319        }
    13201320                if (in_array($conf['webmaster_id'], $collection))
    13211321        {
    1322                 array_push($page['errors'], l10n('No_reminder_for_Webmaster'));
     1322                array_push($page['errors'], l10n('UAM_No_reminder_for_Webmaster'));
    13231323        }
    13241324        if (in_array($user['id'], $collection))
    13251325        {
    1326                 array_push($page['errors'], l10n('No_reminder_for_your_account'));
     1326                array_push($page['errors'], l10n('UAM_No_reminder_for_your_account'));
    13271327        }
    13281328
     
    13441344                $page['infos'],
    13451345                l10n_dec(
    1346                         '%d_Reminder_Sent', '%d_Reminders_Sent',
     1346                        'UAM_%d_Reminder_Sent', 'UAM_%d_Reminders_Sent',
    13471347                count($collection)
    13481348                )
     
    14201420        }
    14211421       
    1422         array_push($page['infos'], l10n('GhostTracker_Init_OK'));
     1422        array_push($page['infos'], l10n('UAM_GhostTracker_Init_OK'));
    14231423      }
    14241424    }
     
    14461446      if (isset($local_user['reminder']) and $local_user['reminder'] == 'true')
    14471447      {
    1448         $reminder = l10n('Reminder_Sent_OK');
     1448        $reminder = l10n('UAM_Reminder_Sent_OK');
    14491449      }
    14501450      else if (isset($local_user['reminder']) and $local_user['reminder'] == 'false')
    14511451      {
    1452         $reminder = l10n('Reminder_Sent_NOK');
     1452        $reminder = l10n('UAM_Reminder_Sent_NOK');
    14531453      }
    14541454   
     
    15031503  else
    15041504  {
    1505                 array_push($page['errors'], l10n('Err_GhostTracker_Settings'));
     1505                array_push($page['errors'], l10n('UAM_Err_GhostTracker_Settings'));
    15061506  }
    15071507
  • extensions/NBC_UserAdvManager/trunk/admin/template/ghosttracker.tpl

    r8841 r9177  
    1 {combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
     1{combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
    22{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    33{combine_script id="jquery.tablesorter" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
     
    2525
    2626<div class="titrePage">
    27   <h2>{'Title_Tab'|@translate} {$UAM_VERSION}<br>{'SubTitle4'|@translate}</h2>
     27  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle4'|@translate}</h2>
    2828</div>
    2929
    3030<form method="post" action="" class="general">
    3131  <fieldset>
    32         <legend>{'GT_Init'|@translate}</legend>
     32        <legend>{'UAM_GT_Init'|@translate}</legend>
    3333    <ul>
    3434                  <li>
     
    3636      </li>
    3737    </ul>
    38     <p><input class="submit" type="submit" value="{'GT_Reset'|@translate}" name="GhostTracker_Init" ></p>
     38    <p><input class="submit" type="submit" value="{'UAM_GT_Reset'|@translate}" name="GhostTracker_Init" ></p>
    3939  </fieldset>
    4040 
    4141  <fieldset>
    42     <legend class="cluetip" title="{'UAM_gtTitle'|translate}|{'UAM_gtTitle_d'|translate}">{'GhostTracker_Title'|@translate}</legend>
     42    <legend class="cluetip" title="{'UAM_gtTitle'|translate}|{'UAM_gtTitle_d'|translate}">{'UAM_GhostTracker_Title'|@translate}</legend>
    4343      <table id="sorting" class="table2" width="97%" summary="">
    4444        <thead>
     
    4848            <th>{'Profile'|@translate}</th>
    4949            <th>{'Email address'|@translate}</th>
    50             <th>{'LastVisit_Date'|@translate}</th>
    51             <th>{'Reminder'|@translate}</th>
     50            <th>{'UAM_LastVisit_Date'|@translate}</th>
     51            <th>{'UAM_Reminder'|@translate}</th>
    5252          </tr>
    5353        </thead>
     
    5959              <td style="text-align:center;"><a href="./admin.php?page=profile&amp;user_id={$user.ID}" title="{'Profile'|@translate}" onclick="window.open(this.href); return false;"><img src="{$UAM_PATH}admin/template/icon/edit_s.png"></a></td>
    6060              <td>{$user.EMAIL}</td>
    61 {if $user.REMINDER == l10n('Reminder_Sent_NOK')}
     61{if $user.REMINDER == l10n('UAM_Reminder_Sent_NOK')}
    6262              <td style="color:orange;text-align:center;">{$user.LASTVISIT}</td>
    6363              <td style="color:orange;text-align:center;">{$user.REMINDER}</td>
    64 {else $user.REMINDER == l10n('Reminder_Sent_OK')}
     64{else $user.REMINDER == l10n('UAM_Reminder_Sent_OK')}
    6565              <td style="color:red;text-align:center;">{$user.LASTVISIT}</td>
    6666              <td style="color:red;text-align:center;">{$user.REMINDER}</td>
     
    9696
    9797<p>
    98   <input class="submit" type="submit" value="{'Delete_selected'|@translate}" name="Del_Selected" >
    99   <input class="submit" type="submit" value="{'Reminder'|@translate}" name="Reminder_Email" >
     98  <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected" >
     99  <input class="submit" type="submit" value="{'UAM_Reminder'|@translate}" name="Reminder_Email" >
    100100</p>
    101101  </fieldset>
  • extensions/NBC_UserAdvManager/trunk/admin/template/global.tpl

    r9135 r9177  
    4444
    4545<div class="titrePage">
    46   <h2>{'Title_Tab'|@translate} {$UAM_VERSION}<br>{'SubTitle1'|@translate}</h2>
     46  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle1'|@translate}</h2>
    4747</div>
    4848
     
    5050
    5151  <p>
    52     <input class="submit" type="submit" value="{'submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED}>
     52    <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED}>
    5353      &nbsp;
    54     <input class="submit" type="submit" value="{'audit'|@translate}" name="audit">
     54    <input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit">
    5555  </p>
    5656
     
    9898              <input class="cluetip" title="{'UAM_passwtestTitle'|translate}|{'UAM_passwtestTitle_d'|translate}" type="text" name="UAM_Password_Test" value="{$UAM_PASSWORD_TEST}" size="50" style="text-align: left;">
    9999              &nbsp;&nbsp;&nbsp;
    100               <input class="submit" type="submit" value="{'PasswordTest'|@translate}" name="PasswordTest">
     100              <input class="submit" type="submit" value="{'UAM_PasswordTest'|@translate}" name="PasswordTest">
    101101              &nbsp;&nbsp;&nbsp;{'UAM_ScoreTest'|@translate}{$UAM_PASSWORD_TEST_SCORE}
    102102            <br><br>
     
    530530
    531531  <p>
    532     <input class="submit" type="submit" value="{'submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED} >&nbsp;<input class="submit" type="submit" value="{'audit'|@translate}" name="audit">
     532    <input class="submit" type="submit" value="{'UAM_submit'|@translate}" name="submit" {$TAG_INPUT_ENABLED} >&nbsp;<input class="submit" type="submit" value="{'UAM_audit'|@translate}" name="audit">
    533533  </p>
    534534</form>
  • extensions/NBC_UserAdvManager/trunk/admin/template/userlist.tpl

    r8875 r9177  
    1 {combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
     1{combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
    22{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    33{combine_script id="jquery.tablesorter" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
     
    3939
    4040<div class="titrePage">
    41   <h2>{'Title_Tab'|@translate} {$UAM_VERSION}<br>{'SubTitle5'|@translate}</h2>
     41  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle5'|@translate}</h2>
    4242</div>
    4343
    4444<form method="post" action="" class="general">
    4545  <fieldset>
    46         <legend class="cluetip" title="{'UAM_userlistTitle'|translate}|{'UAM_userlistTitle_d'|translate}">{'UserList_Title'|@translate}</legend>
     46        <legend class="cluetip" title="{'UAM_userlistTitle'|translate}|{'UAM_userlistTitle_d'|translate}">{'UAM_UserList_Title'|@translate}</legend>
    4747
    4848      <table id="sorting" class="table2" width="97%" summary="">
     
    5252            <th>{'Profile'|@translate}</th>
    5353                        <th>{'Email address'|@translate}</th>
    54             <th>{'LastVisit_Date'|@translate}</th>
    55             <th>{'Nb_Days'|@translate}</th>
     54            <th>{'UAM_LastVisit_Date'|@translate}</th>
     55            <th>{'UAM_Nb_Days'|@translate}</th>
    5656                        </tr>
    5757                        </thead>
  • extensions/NBC_UserAdvManager/trunk/admin/template/usermanager.tpl

    r8841 r9177  
    1 {combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
     1{combine_script id="jquery" path=$ROOT_URL|@cat:"themes/default/js/jquery.js"}
    22{combine_script id="jquery.cluetip" path=$ROOT_URL|@cat:"themes/default/js/plugins/jquery.cluetip.packed.js"}
    33{combine_script id="jquery.tablesorter" path=$UAM_PATH|@cat:"admin/template/js/jquery.tablesorter.js"}
     
    2626
    2727<div class="titrePage">
    28   <h2>{'Title_Tab'|@translate} {$UAM_VERSION}<br>{'SubTitle3'|@translate}</h2>
     28  <h2>{'UAM_Title_Tab'|@translate} {$UAM_VERSION}<br>{'UAM_SubTitle3'|@translate}</h2>
    2929</div>
    3030
    3131<form method="post" action="" class="general">
    3232  <fieldset>
    33         <legend class="cluetip" title="{'UAM_usermanTitle'|translate}|{'UAM_usermanTitle_d'|translate}">{'UserManager_Title'|@translate}</legend>
     33        <legend class="cluetip" title="{'UAM_usermanTitle'|translate}|{'UAM_usermanTitle_d'|translate}">{'UAM_UserManager_Title'|@translate}</legend>
    3434      <table id="sorting" class="table2" width="97%" summary="">
    3535                  <thead>
     
    4141                        <th>{'Email address'|@translate}&nbsp;&nbsp;</th>
    4242                        <th>{'Groups'|@translate}&nbsp;&nbsp;</th>
    43                         <th>{'Registration_Date'|@translate}&nbsp;&nbsp;</th>
     43                        <th>{'UAM_Registration_Date'|@translate}&nbsp;&nbsp;</th>
    4444          {if $CONFIRM_LOCAL == ""}
    45             <th>{'Reminder'|@translate}&nbsp;&nbsp;</th>
     45            <th>{'UAM_Reminder'|@translate}&nbsp;&nbsp;</th>
    4646          {/if}
    4747                        </tr>
     
    9494<p>
    9595{if $CONFIRM_LOCAL == "local"}
    96   <input class="submit" type="submit" value="{'Delete_selected'|@translate}" name="Del_Selected">
    97   <input class="submit" type="submit" value="{'Force_Validation'|@translate}" name="Force_Validation">
     96  <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected">
     97  <input class="submit" type="submit" value="{'UAM_Force_Validation'|@translate}" name="Force_Validation">
    9898{else}
    99   <input class="submit" type="submit" value="{'Delete_selected'|@translate}" name="Del_Selected">
    100   <input class="submit" type="submit" value="{'Mail_without_key'|@translate}" name="Mail_Without_Key">
    101   <input class="submit" type="submit" value="{'Mail_with_key'|@translate}" name="Mail_With_Key">
    102   <input class="submit" type="submit" value="{'Force_Validation'|@translate}" name="Force_Validation">
     99  <input class="submit" type="submit" value="{'UAM_Delete_selected'|@translate}" name="Del_Selected">
     100  <input class="submit" type="submit" value="{'UAM_Mail_without_key'|@translate}" name="Mail_Without_Key">
     101  <input class="submit" type="submit" value="{'UAM_Mail_with_key'|@translate}" name="Mail_With_Key">
     102  <input class="submit" type="submit" value="{'UAM_Force_Validation'|@translate}" name="Force_Validation">
    103103{/if}
    104104</p>
  • extensions/NBC_UserAdvManager/trunk/changelog.txt.php

    r9160 r9177  
    228228            Bug 2140 fixed - English sentence corrections
    229229            Bug 2186 fixed - JQuery accordion menu when no users are listed in UAM tables
     230            Bug 2188 fixed - Avoid translation flags conflicts
    230231
    231232*/
  • extensions/NBC_UserAdvManager/trunk/del_account.php

    r9163 r9177  
    99include_once (UAM_PATH.'include/functions.inc.php');
    1010
    11 $title= l10n('Deleted_Account_Redirection_Page');
     11$title= l10n('UAM_Deleted_Account_Redirection_Page');
    1212$page['body_id'] = 'theAboutPage';
    1313include(PHPWG_ROOT_PATH.'include/page_header.php');
  • extensions/NBC_UserAdvManager/trunk/include/functions.inc.php

    r9160 r9177  
    174174        if ($PasswordCheck < $conf_UAM[14])
    175175        {
    176           $message = get_l10n_args('reg_err_login4_%s', $PasswordCheck);
     176          $message = get_l10n_args('UAM_reg_err_login4_%s', $PasswordCheck);
    177177          $lang['reg_err_pass'] = l10n_args($message).$conf_UAM[14];
    178178          array_push($errors, $lang['reg_err_pass']);
     
    185185        if ($PasswordCheck < $conf_UAM[14])
    186186        {
    187           $message = get_l10n_args('reg_err_login4_%s', $PasswordCheck);
     187          $message = get_l10n_args('UAM_reg_err_login4_%s', $PasswordCheck);
    188188          $lang['reg_err_pass'] = l10n_args($message).$conf_UAM[14];
    189189          array_push($errors, $lang['reg_err_pass']);
     
    195195    if (isset($conf_UAM[6]) and $conf_UAM[6] == 'true' and !empty($user['username']) and ValidateUsername($user['username']) and !is_admin())
    196196    {
    197       $lang['reg_err_login1'] = l10n('reg_err_login6')."'".$conf_UAM[7]."'";
     197      $lang['reg_err_login1'] = l10n('UAM_reg_err_login2')."'".$conf_UAM[7]."'";
    198198      array_push($errors, $lang['reg_err_login1']);
    199199    }
     
    202202    if (isset($conf_UAM[11]) and $conf_UAM[11] == 'true' and !empty($user['email']) and ValidateEmailProvider($user['email']) and !is_admin())
    203203    {
    204       $lang['reg_err_login1'] = l10n('reg_err_login7')."'".$conf_UAM[12]."'";
     204      $lang['reg_err_login1'] = l10n('UAM_reg_err_login5')."'".$conf_UAM[12]."'";
    205205      array_push($errors, $lang['reg_err_login1']);
    206206    }
     
    241241      if (ValidateEmailProvider($_POST['mail_address']))
    242242      {
    243         $template->append('errors', l10n('reg_err_login7')."'".$conf_UAM[12]."'");
     243        $template->append('errors', l10n('UAM_reg_err_login5')."'".$conf_UAM[12]."'");
    244244        unset($_POST['validate']);
    245245      }
     
    259259        if ($PasswordCheck < $conf_UAM[14])
    260260        {
    261           $message = get_l10n_args('reg_err_login4_%s', $PasswordCheck);
     261          $message = get_l10n_args('UAM_reg_err_login4_%s', $PasswordCheck);
    262262          $template->append('errors', l10n_args($message).$conf_UAM[14]);
    263263          unset($_POST['use_new_pwd']);
     
    629629      if (isset($conf_UAM[11]) and $conf_UAM[11] == 'true' and !empty($_POST['email']) and ValidateEmailProvider($_POST['email']))
    630630      {
    631         $template->append('errors', l10n('reg_err_login7')."'".$conf_UAM[12]."'");
     631        $template->append('errors', l10n('UAM_reg_err_login5')."'".$conf_UAM[12]."'");
    632632        unset($_POST['submit_add']);
    633633      }
     
    741741  {
    742742    case 1:
    743       $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Add of %s', stripslashes($username)));
     743      $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Add of %s', stripslashes($username)));
    744744      $password = $password <> '' ? $password : l10n('UAM_empty_pwd');
    745745     
     
    762762     
    763763    case 2:
    764       $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Update of %s', stripslashes($username)));
     764      $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Update of %s', stripslashes($username)));
    765765      $password = $password <> '' ? $password : l10n('UAM_empty_pwd');
    766766
     
    768768       
    769769    case 3:
    770       $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Update of %s', stripslashes($username)));
     770      $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Update of %s', stripslashes($username)));
    771771      $password = $password <> '' ? $password : l10n('UAM_no_update_pwd');
    772772
     
    777777  {
    778778    $infos1 = array(
    779       get_l10n_args('infos_mail %s', stripslashes($username)),
    780       get_l10n_args('User: %s', stripslashes($username)),
    781       get_l10n_args('Password: %s', $password),
     779      get_l10n_args('UAM_infos_mail %s', stripslashes($username)),
     780      get_l10n_args('UAM_User: %s', stripslashes($username)),
     781      get_l10n_args('UAM_Password: %s', $password),
    782782      get_l10n_args('Email: %s', $email),
    783783      get_l10n_args('', ''),
     
    790790    $infos2 = array
    791791    (
    792       get_l10n_args('Link: %s', AddConfirmMail($id, $email)),
     792      get_l10n_args('UAM_Link: %s', AddConfirmMail($id, $email)),
    793793      get_l10n_args('', ''),
    794794    );
     
    888888  {
    889889    case 1:
    890       $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Reminder_with_key_of_%s', $username));
     890      $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Reminder_with_key_of_%s', $username));
    891891     
    892892      if (isset($conf_UAM_ConfirmMail[2]) and $conf_UAM_ConfirmMail[2] <> '' and isset($conf_UAM_ConfirmMail[3]) and $conf_UAM_ConfirmMail[3] == 'true' and $confirm)
     
    906906        $infos2 = array
    907907        (
    908           get_l10n_args('Link: %s', ResetConfirmMail($user_id)),
     908          get_l10n_args('UAM_Link: %s', ResetConfirmMail($user_id)),
    909909          get_l10n_args('', ''),
    910910        );       
     
    922922     
    923923    case 2:
    924       $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Reminder_without_key_of_%s',$username));
     924      $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Reminder_without_key_of_%s',$username));
    925925     
    926926      if (isset($conf_UAM_ConfirmMail[4]) and $conf_UAM_ConfirmMail[4] <> '' and isset($conf_UAM_ConfirmMail[3]) and $conf_UAM_ConfirmMail[3] == 'true' and !$confirm)
     
    999999  load_language('plugin.lang', UAM_PATH);
    10001000 
    1001   $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Ghost_reminder_of_%s', $username));     
     1001  $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Ghost_reminder_of_%s', $username));     
    10021002
    10031003  if (isset($conf_UAM[18]) and $conf_UAM[18] <> '' and isset($conf_UAM[16]) and $conf_UAM[16] == 'true')
     
    10791079  }
    10801080
    1081   $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Demotion of %s', stripslashes($username)));
     1081  $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Demotion of %s', stripslashes($username)));
    10821082     
    10831083  if (isset($conf_UAM[25]) and $conf_UAM[25] <> '')
     
    10971097
    10981098  $infos1 = array(
    1099     get_l10n_args('User: %s', stripslashes($username)),
     1099    get_l10n_args('UAM_User: %s', stripslashes($username)),
    11001100    get_l10n_args('Email: %s', $email),
    11011101    get_l10n_args('', ''),
     
    11041104  $infos2 = array
    11051105  (
    1106     get_l10n_args('Link: %s', ResetConfirmMail($id)),
     1106    get_l10n_args('UAM_Link: %s', ResetConfirmMail($id)),
    11071107    get_l10n_args('', ''),
    11081108  );
     
    11761176  $result = pwg_db_fetch_assoc(pwg_query($query));
    11771177
    1178   $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('Validation of %s', stripslashes($result['username'])));
     1178  $subject = '['.$conf['gallery_title'].'] '.l10n_args(get_l10n_args('UAM_Validation of %s', stripslashes($result['username'])));
    11791179     
    11801180  if (isset($conf_UAM[28]) and $conf_UAM[28] <> '')
     
    11941194
    11951195  $infos = array(
    1196     get_l10n_args('User: %s', stripslashes($result['username'])),
     1196    get_l10n_args('UAM_User: %s', stripslashes($result['username'])),
    11971197    get_l10n_args('Email: %s', $result['mail_address']),
    11981198    get_l10n_args('', ''),
  • extensions/NBC_UserAdvManager/trunk/language/de_DE/help/plugin.lang.php

    r9163 r9177  
    223223<br><br>
    224224Custom Text für die Weiterleitungsseite können in dieses Feld eingegeben werden dass ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.';
     225/*TODO*/$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
     226<br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
     227<br><br>
     228Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
     229<br><br>
     230Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     231<br><br>
     232Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.
     233<br><br>
     234<b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    225235/*TODO*/$lang['UAM_CustomPasswRetrTitle'] = 'Customize lost password email content';
    226236/*TODO*/$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
  • extensions/NBC_UserAdvManager/trunk/language/de_DE/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Anmeldedatum';
     9$lang['UAM_Registration_Date'] = 'Anmeldedatum';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, finden Sie hier Ihre Informationen um die Galerie Login:';
    14 $lang['User: %s'] = 'Benutzer : %s';
    15 $lang['Password: %s'] = 'Passwort: %s';
    16 $lang['Link: %s'] = 'Klicken Sie bitte auf diesen Link bestätigen Sie Ihre Anmeldung: %s';
     13$lang['UAM_infos_mail %s'] = '%s, finden Sie hier Ihre Informationen um die Galerie Login:';
     14$lang['UAM_User: %s'] = 'Benutzer : %s';
     15$lang['UAM_Password: %s'] = 'Passwort: %s';
     16$lang['UAM_Link: %s'] = 'Klicken Sie bitte auf diesen Link bestätigen Sie Ihre Anmeldung: %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Überprüfen Sie Ihre Registrierung';
    21 $lang['confirm_mail_page_title'] = 'Überprüfen Sie Ihre Registrierung';
     20$lang['UAM_title_confirm_mail'] = 'Überprüfen Sie Ihre Registrierung';
     21$lang['UAM_confirm_mail_page_title'] = 'Überprüfen Sie Ihre Registrierung';
    2222$lang['confirm_mail_ok'] = '<br><br><br>Wir danken Ihnen, Ihre E-Mail-Adresse bestätigt haben und Ihre Anmeldung auf der Galerie. Viel Spaß!<br><br><br><br>';
    2323
     
    2525/* Errors and Warnings */
    2626$lang['UAM_audit_ok'] = 'Audit OK';
    27 $lang['Err_audit_username_char'] = '<b>Dieses Konto verwendet eine oder mehrere der verbotenen Zeichen:</b> ';
    28 $lang['Err_audit_email_forbidden'] = '<b>Dieses Konto verwendet eine E-Mail-Anbieter sind untersagt:</b> ';
    29 $lang['Err_audit_advise'] = '<b>Sie müssen Korrekturen an mit neuen Regeln die Sie aktiviert haben, nachzukommen durchzuführen.<br>Verwenden Sie ein Datenbank-Management-Dienstprogramm, um Benutzer-Accounts direkt in der Tabelle richtig ###_USERS';
     27$lang['UAM_Err_audit_username_char'] = '<b>Dieses Konto verwendet eine oder mehrere der verbotenen Zeichen:</b> ';
     28$lang['UAM_Err_audit_email_forbidden'] = '<b>Dieses Konto verwendet eine E-Mail-Anbieter sind untersagt:</b> ';
     29$lang['UAM_Err_audit_advise'] = '<b>Sie müssen Korrekturen an mit neuen Regeln die Sie aktiviert haben, nachzukommen durchzuführen.<br>Verwenden Sie ein Datenbank-Management-Dienstprogramm, um Benutzer-Accounts direkt in der Tabelle richtig ###_USERS';
    3030$lang['UAM_Empty Author'] = 'Der Autor Feld müssen ausgefüllt werden um einen Kommentar zu schicken.';
    31 $lang['reg_err_login5'] = 'Benutzername bereits vorhanden, WARNUNG Name ist Groß-und Kleinschreibung.';
    32 $lang['reg_err_login6'] = 'Benutzername muss nicht die folgenden Zeichen übereinstimmen: ';
    33 $lang['reg_err_login7'] = 'Ihre E-Mail-Anbieter für die Registrierung ist verboten. Gebannten E-Mail-Anbieter sind: ';
     31$lang['UAM_reg_err_login2'] = 'Benutzername muss nicht die folgenden Zeichen übereinstimmen: ';
     32$lang['UAM_reg_err_login5'] = 'Ihre E-Mail-Anbieter für die Registrierung ist verboten. Gebannten E-Mail-Anbieter sind: ';
    3433$lang['UAM_empty_pwd'] = '[leeren Passwort]';
    3534$lang['UAM_no_update_pwd'] = '[Profil aktualisiert ohne Passwort geändert]';
    36 $lang['invalid_pwd'] = 'Ungültiger Benutzername oder Passwort !';
    37 $lang['No_validation_for_Guest'] = 'Der &quot;Gast&quot;-Konto ist nicht Gegenstand der Validierung';
    38 $lang['No_validation_for_default_user'] = 'Der Standard-Konto ist nicht Gegenstand der Validierung';
    39 $lang['No_validation_for_Webmaster'] = 'Der &quot;Webmaster&quot;-Konto ist nicht Gegenstand der Validierung';
    40 $lang['No_validation_for_your_account'] = 'Ihre personnal admin-Konto ist nicht Gegenstand der Validierung';
    41 $lang['Database_Error'] = '<b><u>Warnung! Integrität kritischer Fehler in der Datenbank.</u></b><br><br>Bitte überprüfen Sie die Integrität der #_user_confirm_mail Tabelle.';
     35$lang['UAM_No_validation_for_Guest'] = 'Der &quot;Gast&quot;-Konto ist nicht Gegenstand der Validierung';
     36$lang['UAM_No_validation_for_default_user'] = 'Der Standard-Konto ist nicht Gegenstand der Validierung';
     37$lang['UAM_No_validation_for_Webmaster'] = 'Der &quot;Webmaster&quot;-Konto ist nicht Gegenstand der Validierung';
     38$lang['UAM_No_validation_for_your_account'] = 'Ihre personnal admin-Konto ist nicht Gegenstand der Validierung';
    4239
    4340
    4441/* Processing messages */
    45 $lang['%d_Mail_With_Key'] = '%d Nachricht mit wichtigen Erneuerung gesendet wurde';
    46 $lang['%d_Mails_With_Key'] = '%d Nachrichten mit den wichtigsten Erneuerung geschickt wurden';
    47 $lang['%d_Reminder_Sent'] = '%d Erinnerung Nachricht wurde gesendet';
    48 $lang['%d_Reminders_Sent'] = '%d Erinnerung Nachrichten wurden gesendet';
    49 $lang['%d_Validated_User'] = '%d Benutzer manuell validiert';
    50 $lang['%d_Validated_Users'] = '%d Benutzer manuell validiert';
     42$lang['UAM_%d_Mail_With_Key'] = '%d Nachricht mit wichtigen Erneuerung gesendet wurde';
     43$lang['UAM_%d_Mails_With_Key'] = '%d Nachrichten mit den wichtigsten Erneuerung geschickt wurden';
     44$lang['UAM_%d_Reminder_Sent'] = '%d Erinnerung Nachricht wurde gesendet';
     45$lang['UAM_%d_Reminders_Sent'] = '%d Erinnerung Nachrichten wurden gesendet';
     46$lang['UAM_%d_Validated_User'] = '%d Benutzer manuell validiert';
     47$lang['UAM_%d_Validated_Users'] = '%d Benutzer manuell validiert';
    5148
    5249
    5350/* Action button names */
    54 $lang['Delete_selected'] = 'Löschen';
    55 $lang['Mail_without_key'] = 'Erinnerung ohne Schlüssel';
    56 $lang['Mail_with_key'] = 'Erinnerung mit Schlüssel';
     51$lang['UAM_Delete_selected'] = 'Löschen';
     52$lang['UAM_Mail_without_key'] = 'Erinnerung ohne Schlüssel';
     53$lang['UAM_Mail_with_key'] = 'Erinnerung mit Schlüssel';
    5754
    5855
     
    6158// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6259/* Global Configuration Tab */
    63 $lang['PasswordTest'] = 'Ergebnis Berechnung';
     60$lang['UAM_PasswordTest'] = 'Ergebnis Berechnung';
    6461/* Ghost Tracker Tab */
    65 $lang['Tab_GhostTracker'] = 'Geist Tracker';
    66 $lang['LastVisit_Date'] = 'Letzter Besuch';
    67 $lang['Reminder'] = 'E-Mail-Erinnerung';
    68 $lang['Reminder_Sent_OK'] = 'JA';
    69 $lang['Reminder_Sent_NOK'] = 'NEIN';
     62$lang['UAM_Tab_GhostTracker'] = 'Geist Tracker';
     63$lang['UAM_Reminder'] = 'E-Mail-Erinnerung';
     64$lang['UAM_Reminder_Sent_OK'] = 'JA';
     65$lang['UAM_Reminder_Sent_NOK'] = 'NEIN';
    7066/* Errors and Warnings */
    7167$lang['UAM_save_config'] ='Konfiguration gespeichert.';
    72 $lang['reg_err_login3'] = 'Sicherheit: Das Passwort ist obligatorisch !';
    73 $lang['reg_err_login4_%s'] = 'Sicherheit: Ein Steuer-System berechnet eine Partitur von der gewählten Passwörter Komplexität. Die Komplexität des Passworts zu niedrig ist (score = %s). Bitte wählen Sie ein neues Passwort zu mehr Sicherheit, indem Sie folgende Regeln:<br>
     68$lang['UAM_reg_err_login3'] = 'Sicherheit: Das Passwort ist obligatorisch !';
     69$lang['UAM_reg_err_login4_%s'] = 'Sicherheit: Ein Steuer-System berechnet eine Partitur von der gewählten Passwörter Komplexität. Die Komplexität des Passworts zu niedrig ist (score = %s). Bitte wählen Sie ein neues Passwort zu mehr Sicherheit, indem Sie folgende Regeln:<br>
    7470- Verwenden Sie Buchstaben und Zahlen<br>
    7571- Verwenden Sie Groß-und Kleinschreibung<br>
    7672- Erhöhung ihrer Länge (Anzahl Zeichen)<br>
    7773Die minimale Passwörter der Gäste ist: ';
    78 $lang['No_reminder_for_Guest'] = 'Der &quot;Gast&quot;-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
    79 $lang['No_reminder_for_default_user'] = 'Der Standard-Account ist nicht zu empfangen Mahnungen Geist Tracker';
    80 $lang['No_reminder_for_Webmaster'] = 'Der &quot;Webmaster&quot;-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
    81 $lang['No_reminder_for_your_account'] = 'Sie personnal Admin-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
     74$lang['UAM_No_reminder_for_Guest'] = 'Der &quot;Gast&quot;-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
     75$lang['UAM_No_reminder_for_default_user'] = 'Der Standard-Account ist nicht zu empfangen Mahnungen Geist Tracker';
     76$lang['UAM_No_reminder_for_Webmaster'] = 'Der &quot;Webmaster&quot;-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
     77$lang['UAM_No_reminder_for_your_account'] = 'Sie personnal Admin-Konto ist nicht zu empfangen Mahnungen Geist Tracker';
    8278/* Action button names */
    83 $lang['audit'] = 'Audit-Einstellungen';
    84 $lang['submit'] = 'Einstellungen speichern';
     79$lang['UAM_audit'] = 'Audit-Einstellungen';
     80$lang['UAM_submit'] = 'Einstellungen speichern';
    8581// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8682
     
    8884// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8985/* Errors and Warnings */
    90 $lang['GhostTracker_Init_OK'] = 'Geist Tracker neu gehstellt !';
     86$lang['UAM_GhostTracker_Init_OK'] = 'Geist Tracker neu gehstellt !';
    9187/* Action button names */
    92 $lang['GT_Reset'] = 'Geist Tracker neu stellen';
     88$lang['UAM_GT_Reset'] = 'Geist Tracker neu stellen';
    9389// --------- End: New or revised $lang ---- from version 2.12.2
    9490
     
    9692// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9793/* Errors and Warnings */
    98 $lang['mail_exclusionlist_error'] = 'Warnung! Sie haben eine neue Zeile eingetragen (CR-LF) an den Anfang der E-Mail-Ausschluss-Liste (in rot siehe unten). Obwohl diese neue Linie nicht sichtbar ist, ist es noch vorhanden und kann zu Funktionsstörungen des Plugins verursachen. Bitte, re-Typ in Ihrem Ausschluss-Liste in einer Weise, die nicht durch einen Zeilenumbruch beginnen wird.';
     94$lang['UAM_mail_exclusionlist_error'] = 'Warnung! Sie haben eine neue Zeile eingetragen (CR-LF) an den Anfang der E-Mail-Ausschluss-Liste (in rot siehe unten). Obwohl diese neue Linie nicht sichtbar ist, ist es noch vorhanden und kann zu Funktionsstörungen des Plugins verursachen. Bitte, re-Typ in Ihrem Ausschluss-Liste in einer Weise, die nicht durch einen Zeilenumbruch beginnen wird.';
    9995// --------- End: New or revised $lang ---- from version 2.12.8
    10096
     
    10298// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10399/* UserList Tab */
    104 $lang['UserList_Title'] = 'Monitoring registrierte Benutzer';
    105 $lang['Nb_Days'] = 'Anzahl der Tage seit<br>dem letzten Besuch';
     100$lang['UAM_UserList_Title'] = 'Monitoring registrierte Benutzer';
     101$lang['UAM_Nb_Days'] = 'Anzahl der Tage seit<br>dem letzten Besuch';
    106102// --------- End: New or revised $lang ---- from version 2.13.0
    107103
    108104
    109105// --------- Starting below: New or revised $lang ---- from version 2.13.4
    110 $lang['uam_no_unlink'] = '\'unlink\' Funktion ist nicht verfügbar';
    111 $lang['uam_unlink_errors'] = 'Fehler aufgetreten beim Löschen von Dateien';
    112106/* Global Configuration Tab */
    113 $lang['Title_Tab'] = 'UserAdvManager - Version : ';
    114 $lang['SubTitle1'] = 'Plugin-Konfiguration';
    115 $lang['Tab_Global'] = 'Konfiguration';
     107$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
     108$lang['UAM_SubTitle1'] = 'Plugin-Konfiguration';
     109$lang['UAM_Tab_Global'] = 'Konfiguration';
    116110$lang['UAM_Title1'] = 'Einstellen Einschränkungen für Registrierungen';
    117111$lang['UAM_Title2'] = 'Einstellen Bestätigungen und Validierungen der Registrierung';
     
    170164$lang['UAM_No_Comment_Anonymous_false'] = ' Deaktivieren (Standard)';
    171165
    172 $lang['Tab_UserManager'] = 'Tracking Validierungen';
     166$lang['UAM_Tab_UserManager'] = 'Tracking Validierungen';
    173167
    174168/* UserManager Tab */
    175 $lang['SubTitle3'] = 'Tracking Validierungen';
    176 $lang['UserManager_Title'] = 'Tracking Validierungen';
     169$lang['UAM_SubTitle3'] = 'Tracking Validierungen';
     170$lang['UAM_UserManager_Title'] = 'Tracking Validierungen';
    177171/* Ghost Tracker Tab */
    178 $lang['SubTitle4'] = 'Geist Tracker';
    179 $lang['GT_Init'] = 'Initializing Ghost Tracker';
    180 $lang['GhostTracker_Title'] = 'Geist Besucher-Management';
     172$lang['UAM_SubTitle4'] = 'Geist Tracker';
     173$lang['UAM_GT_Init'] = 'Initializing Ghost Tracker';
     174$lang['UAM_GhostTracker_Title'] = 'Geist Besucher-Management';
    181175$lang['UAM_GhostTracker_Init'] = 'Wenn Sie diese Funktion zum ersten Mal oder haben Sie nach einem langen Zeitraum aus, in dem neue Besucher registriert sind, müssen Sie initialisieren, oder setzen Sie den Geist Tracker reaktiviert. Dieser Vorgang ist nur nach Aktivierung oder Reaktivierung von der Möglichkeit gemacht. Bitte klicken Sie <u>einmal</u> die Reset-Taste unten.';
    182176/* UserList Tab */
    183 $lang['SubTitle5'] = 'Tracking-Besucher';
    184 $lang['Tab_UserList'] = 'Tracking-Besucher';
     177$lang['UAM_SubTitle5'] = 'Tracking-Besucher';
     178$lang['UAM_Tab_UserList'] = 'Tracking-Besucher';
    185179/* Mailing */
    186 $lang['Add of %s'] = 'Profil erstellt für %s';
    187 $lang['Update of %s'] = 'Profil aktualisieren %s';
     180$lang['UAM_Add of %s'] = 'Profil erstellt für %s';
     181$lang['UAM_Update of %s'] = 'Profil aktualisieren %s';
    188182/* Email confirmation page */
    189183$lang['confirm_mail_bad'] = '<br><br><br>Ihre Aktivierungs-Schlüssel ist falsch oder abgelaufen oder Sie haben bereits validiert Ihrem Konto haben, wenden Sie sich bitte an den Webmaster, um dieses Problem zu beheben.<br><br><br><br>';
    190184/* Mailing */
    191 $lang['Ghost_reminder_of_%s'] = '%s, Dies ist eine Erinnerung per E-Mail';
    192 $lang['Reminder_with_key_of_%s'] = '%s, Ihre Validierungs-Zahl wurde erneuert';
    193 $lang['Reminder_without_key_of_%s'] = '%s, Ihre Validierung Schlüssel abläuft';
    194 /* Errors and Warnings */
    195 $lang['Err_GhostTracker_Settings'] = 'Diese Seite ist nur verfügbar, wenn &quot;Geist Tracker&quot; aktiv &quot;Einstellen der Registrierung durchgeführt und andere Optionen&quot;.';
    196 $lang['Err_Userlist_Settings'] = 'Diese Seite ist nur verfügbar, wenn &quot;Monitoring registrierte Benutzer&quot; ist aktiv in der &quot;Einstellung der Registrierung durchgeführt und andere Optionen&quot;';
     185$lang['UAM_Ghost_reminder_of_%s'] = '%s, Dies ist eine Erinnerung per E-Mail';
     186$lang['UAM_Reminder_with_key_of_%s'] = '%s, Ihre Validierungs-Zahl wurde erneuert';
     187$lang['UAM_Reminder_without_key_of_%s'] = '%s, Ihre Validierung Schlüssel abläuft';
     188/* Errors and Warnings */
     189$lang['UAM_Err_GhostTracker_Settings'] = 'Diese Seite ist nur verfügbar, wenn &quot;Geist Tracker&quot; aktiv &quot;Einstellen der Registrierung durchgeführt und andere Optionen&quot;.';
     190$lang['UAM_Err_Userlist_Settings'] = 'Diese Seite ist nur verfügbar, wenn &quot;Monitoring registrierte Benutzer&quot; ist aktiv in der &quot;Einstellung der Registrierung durchgeführt und andere Optionen&quot;';
    197191// --------- End: New or revised $lang ---- from version 2.13.4
    198192
     
    247241$lang['UAM_confirmmail_custom_Txt1'] = 'Text der Bestätigungs-Seite - Bestätigung akzeptiert';
    248242$lang['UAM_confirmmail_custom_Txt2'] = 'Text der Bestätigungs-Seite - Bestätigung abgelehnt';
    249 $lang['LastVisit_Date'] = 'Letzter Besuch';
    250 $lang['Nb_Days'] = 'Differenz in Tagen';
    251 $lang['Err_UserManager_Settings'] = 'Diese Seite ist nur verfügbar, wenn "Bestätigung der Anmeldung" aktiv ist und wenn eine Gruppe von nicht validierte Besuchern wird in "Einstellen Bestätigungen und Validierungen der Registrierung" konfiguriert.';
     243$lang['UAM_LastVisit_Date'] = 'Letzter Besuch';
     244$lang['UAM_Nb_Days'] = 'Differenz in Tagen';
     245$lang['UAM_Err_UserManager_Settings'] = 'Diese Seite ist nur verfügbar, wenn "Bestätigung der Anmeldung" aktiv ist und wenn eine Gruppe von nicht validierte Besuchern wird in "Einstellen Bestätigungen und Validierungen der Registrierung" konfiguriert.';
    252246// --------- End: New or revised $lang ---- from version 2.15.0
    253247
    254248
    255249// --------- Starting below: New or revised $lang ---- from version 2.15.1
    256 $lang['reg_err_mail_address_dbl'] = 'Diese E-Mail-Adresse wird bereits verwendet.';
    257250$lang['UAM_Support_txt'] = 'Die offizielle Unterstützung für dieses Plugin ist nur auf diesem Diskussionsforum von Piwigo:<br>
    258251<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Französisch-Forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    264257
    265258// --------- Starting below: New or revised $lang ---- from version 2.15.4
    266 $lang['Force_Validation'] = 'Handbuch Validierung';
     259$lang['UAM_Force_Validation'] = 'Handbuch Validierung';
    267260$lang['UAM_Confirm_Mail_true'] = ' Aktivieren - Validation von Benutzer';
    268261$lang['UAM_Confirm_Mail_local'] = ' Aktivieren - Validation von admin (keine Validierung Key gesendet)';
     
    284277$lang['UAM_GTAutoMail_false'] = ' Deaktivieren (Standard)';
    285278$lang['UAM_GTAutoMail_true'] = ' Aktivieren';
    286 $lang['Deleted_Account_Redirection_Page'] = 'Zugriff verweigert - Account zerstört!';
    287 $lang['title_redir_page'] = 'Zugriff verweigert sich für ein Konto zerstört!';
    288 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Konsistenz-Fehler in der Konfiguration gewählt:<br><br>
     279$lang['UAM_Deleted_Account_Redirection_Page'] = 'Zugriff verweigert - Account zerstört!';
     280$lang['UAM_title_redir_page'] = 'Zugriff verweigert sich für ein Konto zerstört!';
     281$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Konsistenz-Fehler in der Konfiguration gewählt:<br><br>
    289282"Einstellen der Registrierung durchgeführt und andere Optionen > Geist Besucher-Management (Geist Tracker) > Automatische Verwaltung von Geist Benutzern > Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" kann nicht aktiviert werden, wenn "Einstellen Bestätigungen und Validierungen der Registrierung > Bestätigung der Anmeldung - Validation von Benutzer" ist zunächst nicht aktiviert.<br><br>
    290283Um die Kohärenz, die Option "Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status" wurde automatisch "deaktiviert" neu positioniert.<br><br>';
    291 $lang['Demotion of %s'] = 'Herabstufung von %s';
     284$lang['UAM_Demotion of %s'] = 'Herabstufung von %s';
    292285$lang['UAM_AdminValidationMail_Text'] = 'Mitteilung der manuellen Registrierung Validierung';
    293 $lang['Validation of %s'] = 'Validierung von %s';
     286$lang['UAM_Validation of %s'] = 'Validierung von %s';
    294287// --------- End: New or revised $lang ---- from version 2.16.0
    295288
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/help/plugin.lang.php

    r9163 r9177  
    165165<b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
    166166$lang['UAM_GTAutoMailTitle'] = 'Automatically sending an email when changing group / status';
     167$lang['UAM_AdminValidationMail'] = 'Notification of manual registration validation';
     168// --------- End: New or revised $lang ---- from version 2.16.0
     169
     170
     171// --------- Starting below: New or revised $lang ---- from version 2.20.0
     172$lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).
     173<br><br>
     174Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     175<br><br>
     176To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     177$lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.
     178<br><br>
     179Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     180<br><br>
     181To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     182$lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.
     183<br><br>
     184Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     185<br><br>
     186To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     187$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
     188<br><br>
     189Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     190<br><br>
     191To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     192$lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
     193<br><br>
     194After installing the plugin, a standard text is set as an example.
     195<br><br>
     196Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     197<br><br>
     198This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     199$lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
     200<br><br>
     201After installing the plugin, a standard text is set as an example.
     202<br><br>
     203Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     204<br><br>
     205This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     206$lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.
     207<br><br>
     208If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
     209<br><br>
     210Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     211<br><br>
     212To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     213$lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.
     214<br><br>
     215If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
     216<br><br>
     217Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     218<br><br>
     219To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     220$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
     221<br><br>
     222Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     223<br><br>
     224Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    167225$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
    168226<br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
    169 <br><br>Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
    170 <br><br>To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
    171 <br><br><b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    172 $lang['UAM_AdminValidationMail'] = 'Notification of manual registration validation';
    173 // --------- End: New or revised $lang ---- from version 2.16.0
    174 
    175 
    176 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    177 $lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).
    178 <br><br>
    179 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    180 <br><br>
    181 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    182 $lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.
    183 <br><br>
    184 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    185 <br><br>
    186 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    187 $lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.
    188 <br><br>
    189 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    190 <br><br>
    191 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    192 $lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
    193 <br><br>
    194 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    195 <br><br>
    196 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    197 $lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    198 <br><br>
    199 After installing the plugin, a standard text is set as an example.
    200 <br><br>
    201 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    202 <br><br>
    203 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    204 $lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    205 <br><br>
    206 After installing the plugin, a standard text is set as an example.
    207 <br><br>
    208 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    209 <br><br>
    210 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    211 $lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.
    212 <br><br>
    213 If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
    214 <br><br>
    215 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    216 <br><br>
    217 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    218 $lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.
    219 <br><br>
    220 If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
    221 <br><br>
    222 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    223 <br><br>
    224 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    225 $lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
    226 <br><br>
    227 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    228 <br><br>
    229 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     227<br><br>
     228Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
     229<br><br>
     230Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     231<br><br>
     232To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
     233<br><br>
     234<b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    230235$lang['UAM_CustomPasswRetrTitle'] = 'Customize lost password email content';
    231236$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Registration date';
     9$lang['UAM_Registration_Date'] = 'Registration date';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, please find here your information to log in the gallery :';
    14 $lang['User: %s'] = 'User : %s';
    15 $lang['Password: %s'] = 'Password: %s';
    16 $lang['Link: %s'] = 'Please, click on this link to confirm your registration : %s';
     13$lang['UAM_infos_mail %s'] = '%s, please find here your information to log in the gallery :';
     14$lang['UAM_User: %s'] = 'User : %s';
     15$lang['UAM_Password: %s'] = 'Password: %s';
     16$lang['UAM_Link: %s'] = 'Please, click on this link to confirm your registration : %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Validate your registration';
    21 $lang['confirm_mail_page_title'] = 'Validate your registration';
     20$lang['UAM_title_confirm_mail'] = 'Validate your registration';
     21$lang['UAM_confirm_mail_page_title'] = 'Validate your registration';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
    27 $lang['Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
    28 $lang['Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS';
     26$lang['UAM_Err_audit_username_char'] = '<b>This account uses one or more forbidden characters :</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>This account uses a forbidden email provider :</b> ';
     28$lang['UAM_Err_audit_advise'] = '<b>you have to perform corrections to comply with new rules that you have activated.<br>Use a database management utility to correct user accounts directly in the table ###_USERS';
    2929$lang['UAM_Empty Author'] = 'The author field have to be filled to send a comment.';
    30 $lang['reg_err_login5'] = 'Username already exist, WARNING name is case insensitive (Shift = Tiny).';
    31 $lang['reg_err_login6'] = 'Username does not have to match the following characters: ';
    32 $lang['reg_err_login7'] = 'Your email provider is banned for registration. Banned email providers are: ';
     30$lang['UAM_reg_err_login2'] = 'Username does not have to match the following characters: ';
     31$lang['UAM_reg_err_login5'] = 'Your email provider is banned for registration. Banned email providers are: ';
    3332$lang['UAM_empty_pwd'] = '[empty password]';
    3433$lang['UAM_no_update_pwd'] = '[profile updated without password changed]';
    35 $lang['invalid_pwd'] = 'Invalid username or password !';
    36 $lang['No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
    37 $lang['No_validation_for_default_user'] = 'The default account is not subject to validation';
    38 $lang['No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
    39 $lang['No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    40 $lang['Database_Error'] = '<b><u>Warning! Critical integrity error in your database.</u></b><br><br>Please check the integrity of the #_user_confirm_mail table.';
     34$lang['UAM_No_validation_for_Guest'] = 'The "Guest" account is not subject to validation';
     35$lang['UAM_No_validation_for_default_user'] = 'The default account is not subject to validation';
     36$lang['UAM_No_validation_for_Webmaster'] = 'The "Webmaster" account is not subject to validation';
     37$lang['UAM_No_validation_for_your_account'] = 'Your personnal admin account is not subject to validation';
    4138
    4239
    4340/* Processing messages */
    44 $lang['%d_Mail_With_Key'] = '%d message with key renewal was sent';
    45 $lang['%d_Mails_With_Key'] = '%d messages with key renewal were sent';
    46 $lang['%d_Reminder_Sent'] = '%d reminder message was sent';
    47 $lang['%d_Reminders_Sent'] = '%d reminder messages were sent';
    48 $lang['%d_Validated_User'] = '%d User validated manually';
    49 $lang['%d_Validated_Users'] = '%d Users validated manually';
     41$lang['UAM_%d_Mail_With_Key'] = '%d message with key renewal was sent';
     42$lang['UAM_%d_Mails_With_Key'] = '%d messages with key renewal were sent';
     43$lang['UAM_%d_Reminder_Sent'] = '%d reminder message was sent';
     44$lang['UAM_%d_Reminders_Sent'] = '%d reminder messages were sent';
     45$lang['UAM_%d_Validated_User'] = '%d User validated manually';
     46$lang['UAM_%d_Validated_Users'] = '%d Users validated manually';
    5047
    5148
    5249/* Action button names */
    53 $lang['Delete_selected'] = 'Delete';
    54 $lang['Mail_without_key'] = 'Reminder without key';
    55 $lang['Mail_with_key'] = 'Reminder with key';
     50$lang['UAM_Delete_selected'] = 'Delete';
     51$lang['UAM_Mail_without_key'] = 'Reminder without key';
     52$lang['UAM_Mail_with_key'] = 'Reminder with key';
    5653
    5754
     
    6057// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6158/* Global Configuration Tab */
    62 $lang['PasswordTest'] = 'Score calculation';
     59$lang['UAM_PasswordTest'] = 'Score calculation';
    6360/* Ghost Tracker Tab */
    64 $lang['Tab_GhostTracker'] = 'Ghost Tracker';
    65 $lang['Reminder'] = 'Email reminder';
    66 $lang['Reminder_Sent_OK'] = 'YES';
    67 $lang['Reminder_Sent_NOK'] = 'NO';
     61$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
     62$lang['UAM_Reminder'] = 'Email reminder';
     63$lang['UAM_Reminder_Sent_OK'] = 'YES';
     64$lang['UAM_Reminder_Sent_NOK'] = 'NO';
    6865/* Errors and Warnings */
    6966$lang['UAM_save_config'] ='Configuration saved.';
    70 $lang['reg_err_login3'] = 'Security : Password is mandatory !';
    71 $lang['reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
     67$lang['UAM_reg_err_login3'] = 'Security : Password is mandatory !';
     68$lang['UAM_reg_err_login4_%s'] = 'Security : A control system calculates a score on the chosen passwords complexity. The complexity of your password is too low (score = %s). Please, choose a new password more secure by following these rules:<br>
    7269- Use letters and numbers<br>
    7370- Use lowercase and uppercase<br>
    7471- Increase its length (number of characters)<br>
    7572The minimum passwords score required by the administrator is: ';
    76 $lang['No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
    77 $lang['No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
    78 $lang['No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
    79 $lang['No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
     73$lang['UAM_No_reminder_for_Guest'] = 'The "Guest" account is not subject to receive reminders from GhostTracker';
     74$lang['UAM_No_reminder_for_default_user'] = 'The default account is not subject to receive reminders from GhostTracker';
     75$lang['UAM_No_reminder_for_Webmaster'] = 'The "Webmaster" account is not subject to receive reminders from GhostTracker';
     76$lang['UAM_No_reminder_for_your_account'] = 'You personnal admin account is not subject to receive reminders from GhostTracker';
    8077/* Action button names */
    81 $lang['audit'] = 'Audit settings';
    82 $lang['submit'] = 'Save settings';
     78$lang['UAM_audit'] = 'Audit settings';
     79$lang['UAM_submit'] = 'Save settings';
    8380// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8481
     
    8683// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8784/* Errors and Warnings */
    88 $lang['GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
     85$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker reset done !';
    8986/* Action button names */
    90 $lang['GT_Reset'] = 'Reset Ghost Tracker';
     87$lang['UAM_GT_Reset'] = 'Reset Ghost Tracker';
    9188// --------- End: New or revised $lang ---- from version 2.12.2
    9289
     
    9491// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9592/* Errors and Warnings */
    96 $lang['mail_exclusionlist_error'] = 'Warning! You have entered a new line (CR-LF) at the begining of email exclusion list (shown in red below). Although this new line is not visible, it is still present and may cause malfunction of the plugin. Please re-type in your exclusion list in a manner that does not begin with a newline.';
     93$lang['UAM_mail_exclusionlist_error'] = 'Warning! You have entered a new line (CR-LF) at the begining of email exclusion list (shown in red below). Although this new line is not visible, it is still present and may cause malfunction of the plugin. Please re-type in your exclusion list in a manner that does not begin with a newline.';
    9794// --------- End: New or revised $lang ---- from version 2.12.8
    9895
     
    10097// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10198/* UserList Tab */
    102 $lang['UserList_Title'] = 'Monitoring registered users';
     99$lang['UAM_UserList_Title'] = 'Monitoring registered users';
    103100// --------- End: New or revised $lang ---- from version 2.13.0
    104101
    105102
    106103// --------- Starting below: New or revised $lang ---- from version 2.13.4
    107 $lang['uam_no_unlink'] = '\'unlink\' function is not available';
    108 $lang['uam_unlink_errors'] = 'Errors occurred when deleting files';
    109104/* Global Configuration Tab */
    110 $lang['Title_Tab'] = 'UserAdvManager - Version : ';
    111 $lang['SubTitle1'] = 'Plugin configuration';
    112 $lang['Tab_Global'] = 'Configuration';
     105$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
     106$lang['UAM_SubTitle1'] = 'Plugin configuration';
     107$lang['UAM_Tab_Global'] = 'Configuration';
    113108$lang['UAM_Title1'] = 'Setting restrictions for registrations';
    114109$lang['UAM_Title2'] = 'Setting confirmations and validations of registration';
     
    169164$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
    170165
    171 $lang['Tab_UserManager'] = 'Tracking validations';
     166$lang['UAM_Tab_UserManager'] = 'Tracking validations';
    172167
    173168/* UserManager Tab */
    174 $lang['SubTitle3'] = 'Tracking validations';
    175 $lang['UserManager_Title'] = 'Tracking validations';
     169$lang['UAM_SubTitle3'] = 'Tracking validations';
     170$lang['UAM_UserManager_Title'] = 'Tracking validations';
    176171/* Ghost Tracker Tab */
    177 $lang['SubTitle4'] = 'Ghost Tracker';
    178 $lang['GT_Init'] = 'Initializing Ghost Tracker';
    179 $lang['GhostTracker_Title'] = 'Ghost visitors management';
     172$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     173$lang['UAM_GT_Init'] = 'Initializing Ghost Tracker';
     174$lang['UAM_GhostTracker_Title'] = 'Ghost visitors management';
    180175$lang['UAM_GhostTracker_Init'] = 'If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker. This action is done only after activation or reactivation of the option. Please click <u>once</u> the reset button below.';
    181176/* UserList Tab */
    182 $lang['SubTitle5'] = 'Tracking users';
    183 $lang['Tab_UserList'] = 'Tracking users';
     177$lang['UAM_SubTitle5'] = 'Tracking users';
     178$lang['UAM_Tab_UserList'] = 'Tracking users';
    184179/* Mailing */
    185 $lang['Add of %s'] = 'Profile created for %s';
    186 $lang['Update of %s'] = 'Profile %s updated';
     180$lang['UAM_Add of %s'] = 'Profile created for %s';
     181$lang['UAM_Update of %s'] = 'Profile %s updated';
    187182
    188183/* Mailing */
    189 $lang['Ghost_reminder_of_%s'] = '%s, this is a reminder email';
    190 $lang['Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
    191 $lang['Reminder_without_key_of_%s'] = '%s, your validation key will expire';
    192 /* Errors and Warnings */
    193 $lang['Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
    194 $lang['Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
     184$lang['UAM_Ghost_reminder_of_%s'] = '%s, this is a reminder email';
     185$lang['UAM_Reminder_with_key_of_%s'] = '%s, your validation key has been renewed';
     186$lang['UAM_Reminder_without_key_of_%s'] = '%s, your validation key will expire';
     187/* Errors and Warnings */
     188$lang['UAM_Err_GhostTracker_Settings'] = 'This page is available only if "Ghost Tracker" is active in "Setting the registrations followed and other options".';
     189$lang['UAM_Err_Userlist_Settings'] = 'This page is available only if "Monitoring registered users" is active in the "Setting the registrations followed and other options".';
    195190// --------- End: New or revised $lang ---- from version 2.13.4
    196191
     
    244239$lang['UAM_confirmmail_custom_Txt1'] = 'Text of the confirmation page - Confirmation accepted';
    245240$lang['UAM_confirmmail_custom_Txt2'] = 'Text of the confirmation page - Confirmation rejected';
    246 $lang['LastVisit_Date'] = 'Last visit';
    247 $lang['Nb_Days'] = 'Difference in days';
    248 $lang['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 and validations of registration".';
     241$lang['UAM_LastVisit_Date'] = 'Last visit';
     242$lang['UAM_Nb_Days'] = 'Difference in days';
     243$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 and validations of registration".';
    249244// --------- End: New or revised $lang ---- from version 2.15.0
    250245
    251246
    252247// --------- Starting below: New or revised $lang ---- from version 2.15.1
    253 $lang['reg_err_mail_address_dbl'] = 'This email address is already used.';
    254248$lang['UAM_Support_txt'] = 'The official support on this plugin is only on these Piwigo forum topic:<br>
    255249<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">French forum - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    261255
    262256// --------- Starting below: New or revised $lang ---- from version 2.15.4
    263 $lang['Force_Validation'] = 'Manual validation';
     257$lang['UAM_Force_Validation'] = 'Manual validation';
    264258$lang['UAM_Confirm_Mail_true'] = ' Enable - Validation by user';
    265259$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
     
    281275$lang['UAM_GTAutoMail_false'] = ' Disable (default)';
    282276$lang['UAM_GTAutoMail_true'] = ' Enable';
    283 $lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    284 $lang['title_redir_page'] = 'Access denied for having an account destroyed!';
    285 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
     277$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     278$lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
     279$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
    286280"Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.<br><br>
    287281To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
    288 $lang['Demotion of %s'] = 'Demotion of %s';
     282$lang['UAM_Demotion of %s'] = 'Demotion of %s';
    289283$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
    290 $lang['Validation of %s'] = 'Validation of %s';
     284$lang['UAM_Validation of %s'] = 'Validation of %s';
    291285// --------- End: New or revised $lang ---- from version 2.16.0
    292286
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/help/plugin.lang.php

    r9163 r9177  
    161161<b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
    162162$lang['UAM_GTAutoMailTitle'] = 'Automáticamente el envío de un correo electrónico cuando se cambia de grupo / estado';
     163$lang['UAM_AdminValidationMail'] = 'Notificación de la validación manual de registro';
     164// --------- End: New or revised $lang ---- from version 2.16.0
     165
     166
     167// --------- Starting below: New or revised $lang ---- from version 2.20.0
     168/*TODO*/$lang['UAM_gttextTitle_d'] = 'Introduzca el texto que desea que aparezca en el recordatorio por correo electrónico para pedir al usuario volver a visitar su galería (Nota: El texto pre-llenado con la instalación del plugin se presenta como un ejemplo).
     169<br><br>
     170Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     171<br><br>
     172Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
     173/*TODO*/$lang['UAM_infotxtTitle_d'] = 'Introduzca el texto de introducción que desea ver en el correo electrónico de la información.
     174<br><br>
     175Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     176<br><br>
     177Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
     178/*TODO*/$lang['UAM_confirmtxtTitle_d'] = 'Introduzca el texto de introducción que desea que aparezca en el correo electrónico de confirmación de registro.
     179<br><br>
     180Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     181<br><br>
     182Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
     183/*TODO*/$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
     184<br><br>
     185Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     186<br><br>
     187To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     188/*TODO*/$lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
     189<br><br>
     190After installing the plugin, a standard text is set as an example.
     191<br><br>
     192Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     193<br><br>
     194This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     195/*TODO*/$lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
     196<br><br>
     197After installing the plugin, a standard text is set as an example.
     198<br><br>
     199Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     200<br><br>
     201This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     202/*TODO*/$lang['UAM_remailtxt1Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico, además de la clave de validación regenerada.
     203<br><br>
     204Si se deja en blanco, el aviso de correo electrónico sólo incluirá el enlace de validación. Por tanto, es muy recomendable tomar un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
     205<br><br>
     206Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     207<br><br>
     208Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
     209/*TODO*/$lang['UAM_remailtxt2Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico sin una clave de validación regenerada.
     210<br><br>
     211Si se deja en blanco, el aviso de correo electrónico estará vacío. Por lo tanto, es muy recomendable poner un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
     212<br><br>
     213Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     214<br><br>
     215Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
     216/*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
     217<br><br>
     218Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     219<br><br>
     220Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    163221/*TODO*/$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
    164222<br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
    165 <br><br>Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
    166 <br><br>To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
    167 <br><br><b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    168 $lang['UAM_AdminValidationMail'] = 'Notificación de la validación manual de registro';
    169 // --------- End: New or revised $lang ---- from version 2.16.0
    170 
    171 
    172 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    173 /*TODO*/$lang['UAM_gttextTitle_d'] = 'Introduzca el texto que desea que aparezca en el recordatorio por correo electrónico para pedir al usuario volver a visitar su galería (Nota: El texto pre-llenado con la instalación del plugin se presenta como un ejemplo).
    174 <br><br>
    175 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    176 <br><br>
    177 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    178 /*TODO*/$lang['UAM_infotxtTitle_d'] = 'Introduzca el texto de introducción que desea ver en el correo electrónico de la información.
    179 <br><br>
    180 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    181 <br><br>
    182 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    183 /*TODO*/$lang['UAM_confirmtxtTitle_d'] = 'Introduzca el texto de introducción que desea que aparezca en el correo electrónico de confirmación de registro.
    184 <br><br>
    185 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    186 <br><br>
    187 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    188 /*TODO*/$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
    189 <br><br>
    190 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    191 <br><br>
    192 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    193 /*TODO*/$lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    194 <br><br>
    195 After installing the plugin, a standard text is set as an example.
    196 <br><br>
    197 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    198 <br><br>
    199 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    200 /*TODO*/$lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    201 <br><br>
    202 After installing the plugin, a standard text is set as an example.
    203 <br><br>
    204 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    205 <br><br>
    206 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    207 /*TODO*/$lang['UAM_remailtxt1Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico, además de la clave de validación regenerada.
    208 <br><br>
    209 Si se deja en blanco, el aviso de correo electrónico sólo incluirá el enlace de validación. Por tanto, es muy recomendable tomar un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
    210 <br><br>
    211 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    212 <br><br>
    213 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    214 /*TODO*/$lang['UAM_remailtxt2Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico sin una clave de validación regenerada.
    215 <br><br>
    216 Si se deja en blanco, el aviso de correo electrónico estará vacío. Por lo tanto, es muy recomendable poner un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
    217 <br><br>
    218 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    219 <br><br>
    220 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    221 /*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
    222 <br><br>
    223 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    224 <br><br>
    225 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     223<br><br>
     224Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
     225<br><br>
     226Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     227<br><br>
     228To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
     229<br><br>
     230<b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    226231/*TODO*/$lang['UAM_CustomPasswRetrTitle'] = 'Customize lost password email content';
    227232/*TODO*/$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Fecha de registro';
     9$lang['UAM_Registration_Date'] = 'Fecha de registro';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, Aquí encontrará su información para entrar en la galería:';
    14 $lang['User: %s'] = 'Usuario : %s';
    15 $lang['Password: %s'] = 'Contraseña: %s';
    16 $lang['Link: %s'] = 'Por favor, haga clic en este enlace para confirmar su registro: %s';
     13$lang['UAM_infos_mail %s'] = '%s, Aquí encontrará su información para entrar en la galería:';
     14$lang['UAM_User: %s'] = 'Usuario : %s';
     15$lang['UAM_Password: %s'] = 'Contraseña: %s';
     16$lang['UAM_Link: %s'] = 'Por favor, haga clic en este enlace para confirmar su registro: %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Validar su inscripción';
    21 $lang['confirm_mail_page_title'] = 'Validar su inscripción';
     20$lang['UAM_title_confirm_mail'] = 'Validar su inscripción';
     21$lang['UAM_confirm_mail_page_title'] = 'Validar su inscripción';
    2222$lang['confirm_mail_ok'] = '<br><br><br>Gracias por haber confirmado su dirección de correo electrónico y su registro en la galería. ¡Que disfrute!<br><br><br><br>';
    2323
     
    2525/* Errors and Warnings */
    2626$lang['UAM_audit_ok'] = 'Auditoría OK';
    27 $lang['Err_audit_username_char'] = '<b>Esta cuenta utiliza uno o más caracteres prohibidos:</b> ';
    28 $lang['Err_audit_email_forbidden'] = '<b>Esta cuenta utiliza un proveedor de correo electrónico  prohibido:</b> ';
    29 $lang['Err_audit_advise'] = '<b>Usted tiene que realizar correcciones para cumplir con las nuevas normas que ha activado.<br>Use una herramienta de gestión de base de datos para corregir las cuentas de usuario directamente en la tabla ###_USERS';
     27$lang['UAM_Err_audit_username_char'] = '<b>Esta cuenta utiliza uno o más caracteres prohibidos:</b> ';
     28$lang['UAM_Err_audit_email_forbidden'] = '<b>Esta cuenta utiliza un proveedor de correo electrónico  prohibido:</b> ';
     29$lang['UAM_Err_audit_advise'] = '<b>Usted tiene que realizar correcciones para cumplir con las nuevas normas que ha activado.<br>Use una herramienta de gestión de base de datos para corregir las cuentas de usuario directamente en la tabla ###_USERS';
    3030$lang['UAM_Empty Author'] = 'El campo de autor tienen que ser llenados para enviar un comentario.';
    31 $lang['reg_err_login5'] = 'Este nombre de usuario ya existe,  ADVERTENCIA se distinguen las mayúsculas (Shift = pequeño).';
    32 $lang['reg_err_login6'] = 'El nombre de usuario no puede coincidir con los siguientes caracteres: ';
    33 $lang['reg_err_login7'] = 'Su proveedor de correo electrónico está prohibido para el registro. Proveedores de correo electrónico en veda son: ';
     31$lang['UAM_reg_err_login2'] = 'El nombre de usuario no puede coincidir con los siguientes caracteres: ';
     32$lang['UAM_reg_err_login5'] = 'Su proveedor de correo electrónico está prohibido para el registro. Proveedores de correo electrónico en veda son: ';
    3433$lang['UAM_empty_pwd'] = '[contraseña vacía]';
    3534$lang['UAM_no_update_pwd'] = '[Perfil actualizado sin cambiar contraseña]';
    36 $lang['invalid_pwd'] = '¡Nombre de usuario o contraseña no válidos!';
    37 $lang['No_validation_for_Guest'] = 'La cuenta "Invitado"  no está sujeta a la validación';
    38 $lang['No_validation_for_default_user'] = 'La cuenta predeterminada no está sujeta a la validación';
    39 $lang['No_validation_for_Webmaster'] = 'La cuenta "webmaster" no está sujeta a la validación';
    40 $lang['No_validation_for_your_account'] = 'Tu cuenta de administrador personnal no está sujeta a la validación';
    41 $lang['Database_Error'] = '<b><u>¡Advertencia! Error de integridad críticas en su base de datos.</u></b><br><br>Por favor, compruebe la integridad de la tabla de #_user_confirm_mail.';
     35$lang['UAM_No_validation_for_Guest'] = 'La cuenta "Invitado"  no está sujeta a la validación';
     36$lang['UAM_No_validation_for_default_user'] = 'La cuenta predeterminada no está sujeta a la validación';
     37$lang['UAM_No_validation_for_Webmaster'] = 'La cuenta "webmaster" no está sujeta a la validación';
     38$lang['UAM_No_validation_for_your_account'] = 'Tu cuenta de administrador personnal no está sujeta a la validación';
    4239
    4340
    4441/* Processing messages */
    45 $lang['%d_Mail_With_Key'] = '%d mensaje con la clave de renovación fue enviado';
    46 $lang['%d_Mails_With_Key'] = '%d Mensajes con la clave de renovación fueron enviados';
    47 $lang['%d_Reminder_Sent'] = '%d mensaje recordatorio fue enviado';
    48 $lang['%d_Reminders_Sent'] = '%d mensajes recordatorios fueron enviados ';
    49 $lang['%d_Validated_User'] = '%d usuario validado manualmente';
    50 $lang['%d_Validated_Users'] = '%d usuarios validados manualmente';
     42$lang['UAM_%d_Mail_With_Key'] = '%d mensaje con la clave de renovación fue enviado';
     43$lang['UAM_%d_Mails_With_Key'] = '%d Mensajes con la clave de renovación fueron enviados';
     44$lang['UAM_%d_Reminder_Sent'] = '%d mensaje recordatorio fue enviado';
     45$lang['UAM_%d_Reminders_Sent'] = '%d mensajes recordatorios fueron enviados ';
     46$lang['UAM_%d_Validated_User'] = '%d usuario validado manualmente';
     47$lang['UAM_%d_Validated_Users'] = '%d usuarios validados manualmente';
    5148
    5249
    5350/* Action button names */
    54 $lang['Delete_selected'] = 'Suprimir';
    55 $lang['Mail_without_key'] = 'Aviso sin clave';
    56 $lang['Mail_with_key'] = 'Aviso con clave';
     51$lang['UAM_Delete_selected'] = 'Suprimir';
     52$lang['UAM_Mail_without_key'] = 'Aviso sin clave';
     53$lang['UAM_Mail_with_key'] = 'Aviso con clave';
    5754
    5855
     
    6158// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6259/* Global Configuration Tab */
    63 $lang['PasswordTest'] = 'Cálculo de la puntuación';
     60$lang['UAM_PasswordTest'] = 'Cálculo de la puntuación';
    6461/* Ghost Tracker Tab */
    65 $lang['Tab_GhostTracker'] = 'Ghost Tracker';
    66 $lang['Reminder'] = 'Recordatorio por email';
    67 $lang['Reminder_Sent_OK'] = 'SI';
    68 $lang['Reminder_Sent_NOK'] = 'NO';
     62$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
     63$lang['UAM_Reminder'] = 'Recordatorio por email';
     64$lang['UAM_Reminder_Sent_OK'] = 'SI';
     65$lang['UAM_Reminder_Sent_NOK'] = 'NO';
    6966/* Errors and Warnings */
    7067$lang['UAM_save_config'] ='Configuración guardada.';
    71 $lang['reg_err_login3'] = '¡Seguridad: Contraseña obligatoria!';
    72 $lang['reg_err_login4_%s'] = 'Seguridad: Un sistema de control calcula la puntuación de la complejidad de la contraseñas. La complejidad de la contraseña es demasiado baja (puntuación = %s). Por favor, elija una nueva contraseña más segura siguiendo estas reglas:<br>
     68$lang['UAM_reg_err_login3'] = '¡Seguridad: Contraseña obligatoria!';
     69$lang['UAM_reg_err_login4_%s'] = 'Seguridad: Un sistema de control calcula la puntuación de la complejidad de la contraseñas. La complejidad de la contraseña es demasiado baja (puntuación = %s). Por favor, elija una nueva contraseña más segura siguiendo estas reglas:<br>
    7370- Usar letras y números<br>
    7471- Utilice minúsculas y mayúsculas<br>
    7572- Aumentar su longitud (número de caracteres)<br>
    7673La puntuación mínima de las contraseñas   exigida por el administrador es la siguiente: ';
    77 $lang['No_reminder_for_Guest'] = 'La cuenta "Invitado" no está sujeta a recibir recordatorios de Ghost Tracker';
    78 $lang['No_reminder_for_default_user'] = 'La cuenta predeterminada no está sujeto a recibir recordatorios de Ghost Tracker';
    79 $lang['No_reminder_for_Webmaster'] = 'La cuenta "webmaster" no está sujeta a recibir recordatorios de Ghost Tracker';
    80 $lang['No_reminder_for_your_account'] = 'Su cuenta de administrador personnal no está sujeta a recibir recordatorios de Ghost Tracker';
     74$lang['UAM_No_reminder_for_Guest'] = 'La cuenta "Invitado" no está sujeta a recibir recordatorios de Ghost Tracker';
     75$lang['UAM_No_reminder_for_default_user'] = 'La cuenta predeterminada no está sujeto a recibir recordatorios de Ghost Tracker';
     76$lang['UAM_No_reminder_for_Webmaster'] = 'La cuenta "webmaster" no está sujeta a recibir recordatorios de Ghost Tracker';
     77$lang['UAM_No_reminder_for_your_account'] = 'Su cuenta de administrador personnal no está sujeta a recibir recordatorios de Ghost Tracker';
    8178/* Action button names */
    82 $lang['audit'] = 'Auditar la configuración';
    83 $lang['submit'] = 'Guardar configuración';
     79$lang['UAM_audit'] = 'Auditar la configuración';
     80$lang['UAM_submit'] = 'Guardar configuración';
    8481// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8582
     
    8784// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8885/* Errors and Warnings */
    89 $lang['GhostTracker_Init_OK'] = '¡Ghost Tracker inicializado!';
     86$lang['UAM_GhostTracker_Init_OK'] = '¡Ghost Tracker inicializado!';
    9087/* Action button names */
    91 $lang['GT_Reset'] = 'Inicializar Ghost Tracker';
     88$lang['UAM_GT_Reset'] = 'Inicializar Ghost Tracker';
    9289// --------- End: New or revised $lang ---- from version 2.12.2
    9390
     
    9592// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9693/* Errors and Warnings */
    97 $lang['mail_exclusionlist_error'] = '¡Advertencia! Ha introducido una nueva línea (CR-LF) al principio de la lista de exclusión de correo electrónico (en rojo abajo). Aunque esta nueva línea no es visible, todavía está presente y puede causar un mal funcionamiento del plugin. Por favor, vuelva a escribir en su lista de exclusión de una manera que no comienza con una nueva línea.';
     94$lang['UAM_mail_exclusionlist_error'] = '¡Advertencia! Ha introducido una nueva línea (CR-LF) al principio de la lista de exclusión de correo electrónico (en rojo abajo). Aunque esta nueva línea no es visible, todavía está presente y puede causar un mal funcionamiento del plugin. Por favor, vuelva a escribir en su lista de exclusión de una manera que no comienza con una nueva línea.';
    9895// --------- End: New or revised $lang ---- from version 2.12.8
    9996
     
    10198// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10299/* UserList Tab */
    103 $lang['UserList_Title'] = 'Seguimiento de los usuarios registrados';
     100$lang['UAM_UserList_Title'] = 'Seguimiento de los usuarios registrados';
    104101// --------- End: New or revised $lang ---- from version 2.13.0
    105102
    106103
    107104// --------- Starting below: New or revised $lang ---- from version 2.13.4
    108 $lang['uam_no_unlink'] = 'La función \'unlink\' no esta disponible';
    109 $lang['uam_unlink_errors'] = 'Se ha producido un error al suprimir datos';
    110105/* Global Configuration Tab */
    111 $lang['Title_Tab'] = 'UserAdvManager - Versión: ';
    112 $lang['SubTitle1'] = 'Configuración del plugin';
    113 $lang['Tab_Global'] = 'Configuración';
     106$lang['UAM_Title_Tab'] = 'UserAdvManager - Versión: ';
     107$lang['UAM_SubTitle1'] = 'Configuración del plugin';
     108$lang['UAM_Tab_Global'] = 'Configuración';
    114109$lang['UAM_Title1'] = 'Configuración de las restricciones de registro';
    115110$lang['UAM_Title2'] = 'Configuración de las confirmaciones y validaciones de registro';
     
    170165$lang['UAM_Tips1'] = 'Con la validación de los registros de correo electrónico y mensaje de advertencia en la página principal de Piwigo';
    171166
    172 $lang['Tab_UserManager'] = 'Seguimiento de las validaciones';
     167$lang['UAM_Tab_UserManager'] = 'Seguimiento de las validaciones';
    173168
    174169/* UserManager Tab */
    175 $lang['SubTitle3'] = 'Seguimiento de las validaciones';
    176 $lang['UserManager_Title'] = 'Seguimiento de las validaciones';
     170$lang['UAM_SubTitle3'] = 'Seguimiento de las validaciones';
     171$lang['UAM_UserManager_Title'] = 'Seguimiento de las validaciones';
    177172/* Ghost Tracker Tab */
    178 $lang['SubTitle4'] = 'Ghost Tracker';
    179 $lang['GT_Init'] = 'Inicialización de Ghost Tracker';
    180 $lang['GhostTracker_Title'] = 'Gestión de los espíritu visitantes';
     173$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     174$lang['UAM_GT_Init'] = 'Inicialización de Ghost Tracker';
     175$lang['UAM_GhostTracker_Title'] = 'Gestión de los espíritu visitantes';
    181176$lang['UAM_GhostTracker_Init'] = 'Si habilita esta función por primera vez o ha reactivado después de un largo período durante el cual los visitantes se han registrado de nuevo, usted debe inicializar o restablecer el Rastreador de Ghost. Esta acción se realiza sólo después de la activación o reactivación de la opción. Por favor, haga clic <u>una vez</u>en el botón de reset de abajo.';
    182177/* UserList Tab */
    183 $lang['SubTitle5'] = 'Seguimiento de los usuarios';
    184 $lang['Tab_UserList'] = 'Seguimiento de los usuarios';
     178$lang['UAM_SubTitle5'] = 'Seguimiento de los usuarios';
     179$lang['UAM_Tab_UserList'] = 'Seguimiento de los usuarios';
    185180/* Mailing */
    186 $lang['Add of %s'] = 'Perfil creado para %s';
    187 $lang['Update of %s'] = '%s Perfil actualizado';
     181$lang['UAM_Add of %s'] = 'Perfil creado para %s';
     182$lang['UAM_Update of %s'] = '%s Perfil actualizado';
    188183/* Email confirmation page */
    189184$lang['confirm_mail_bad'] = '<br><br><br>Su clave de activación es incorrecta o está vencida o ya ha validado su cuenta, por favor, póngase en contacto con el webmaster para solucionar este problema.<br><br><br><br>';
    190185/* Mailing */
    191 $lang['Ghost_reminder_of_%s'] = '%s, este es un recordatorio por correo electrónico';
    192 $lang['Reminder_with_key_of_%s'] = '%s, su clave de validación se ha renovado';
    193 $lang['Reminder_without_key_of_%s'] = '%s, su clave de validación expirará';
    194 /* Errors and Warnings */
    195 $lang['Err_GhostTracker_Settings'] = 'Esta página está disponible sólo si "Ghost Tracker" está activo en "Configuración de los registros seguido y otras opciones".';
    196 $lang['Err_Userlist_Settings'] = 'Esta página está disponible sólo si "Seguimiento de los usuarios registrados" está activo en la "Configuración de los registros seguidos y otras opciones".';
     186$lang['UAM_Ghost_reminder_of_%s'] = '%s, este es un recordatorio por correo electrónico';
     187$lang['UAM_Reminder_with_key_of_%s'] = '%s, su clave de validación se ha renovado';
     188$lang['UAM_Reminder_without_key_of_%s'] = '%s, su clave de validación expirará';
     189/* Errors and Warnings */
     190$lang['UAM_Err_GhostTracker_Settings'] = 'Esta página está disponible sólo si "Ghost Tracker" está activo en "Configuración de los registros seguido y otras opciones".';
     191$lang['UAM_Err_Userlist_Settings'] = 'Esta página está disponible sólo si "Seguimiento de los usuarios registrados" está activo en la "Configuración de los registros seguidos y otras opciones".';
    197192// --------- End: New or revised $lang ---- from version 2.13.4
    198193
     
    246241$lang['UAM_confirmmail_custom_Txt1'] = 'Texto de la página de confirmación - Confirmación aceptada';
    247242$lang['UAM_confirmmail_custom_Txt2'] = 'Texto de la página de confirmación - Confirmación rechazada';
    248 $lang['LastVisit_Date'] = 'Su última visita';
    249 $lang['Nb_Days'] = 'Diferencia en días';
    250 $lang['Err_UserManager_Settings'] = 'Esta página está disponible sólo si "Confirmación de registro" está activo y si un grupo de visitantes no ha sido validada está configurado en "Configuración de las confirmaciones y validaciones de registro".';
     243$lang['UAM_LastVisit_Date'] = 'Su última visita';
     244$lang['UAM_Nb_Days'] = 'Diferencia en días';
     245$lang['UAM_Err_UserManager_Settings'] = 'Esta página está disponible sólo si "Confirmación de registro" está activo y si un grupo de visitantes no ha sido validada está configurado en "Configuración de las confirmaciones y validaciones de registro".';
    251246// --------- End: New or revised $lang ---- from version 2.15.0
    252247
    253248
    254249// --------- Starting below: New or revised $lang ---- from version 2.15.1
    255 $lang['reg_err_mail_address_dbl'] = 'Esta dirección de correo electrónico ya se utiliza.';
    256250$lang['UAM_Support_txt'] = 'El apoyo oficial sobre este plugin se encuentra solo en el foro de Piwigo:<br>
    257251<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Foro Francés - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    263257
    264258// --------- Starting below: New or revised $lang ---- from version 2.15.4
    265 $lang['Force_Validation'] = 'Validación manual';
     259$lang['UAM_Force_Validation'] = 'Validación manual';
    266260$lang['UAM_Confirm_Mail_true'] = ' Activar - La validación por el usuario';
    267261$lang['UAM_Confirm_Mail_local'] = ' Activar - La validación por el administrador (sin clave de validación enviado)';
     
    283277$lang['UAM_GTAutoMail_false'] = ' Desactivar (por defecto)';
    284278$lang['UAM_GTAutoMail_true'] = ' Activar';
    285 $lang['Deleted_Account_Redirection_Page'] = 'Acceso denegado - Cuenta destruido!';
    286 $lang['title_redir_page'] = 'Acceso denegado por haber destruido una cuenta!';
    287 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Error de coherencia en la configuración elegida:<br><br>
     279$lang['UAM_Deleted_Account_Redirection_Page'] = 'Acceso denegado - Cuenta destruido!';
     280$lang['UAM_title_redir_page'] = 'Acceso denegado por haber destruido una cuenta!';
     281$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Error de coherencia en la configuración elegida:<br><br>
    288282"Configuración de los registros seguidos y otras opciones > Gestión de Espíritu visitantes (Tracker Ghost) > Gestión automática de los Espíritus usuarios > Automáticamente el envío de un correo electrónico cuando se cambia de grupo / estado" no se puede activar si "Configuración de las confirmaciones y validaciones de registro > Confirmación de registro - La validación por el usuario" no está habilitada en un principio.<br><br>
    289283Para garantizar la coherencia, la opción "Automáticamente el envío de un correo electrónico cuando se cambia de grupo / estado" fue colocado de nuevo de forma automática "Desactivar".<br><br>';
    290 $lang['Demotion of %s'] = 'Degradación de %s';
     284$lang['UAM_Demotion of %s'] = 'Degradación de %s';
    291285$lang['UAM_AdminValidationMail_Text'] = 'Notificación de la validación manual de registro';
    292 $lang['Validation of %s'] = 'Validación de %s';
     286$lang['UAM_Validation of %s'] = 'Validación de %s';
    293287// --------- End: New or revised $lang ---- from version 2.16.0
    294288
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/help/plugin.lang.php

    r9163 r9177  
    162162<b style=&quot;color: red;&quot;>Point important :</b> Si un utilisateur fantôme n\'a toujours pas donné signe de vie après le délai imparti et malgré la notification automatique par mail (si activée), il est automatiquement supprimé de la base de données.';
    163163$lang['UAM_GTAutoMailTitle'] = 'Email automatique sur changement de groupe / statut';
     164$lang['UAM_AdminValidationMail'] = 'Notification de validation d\'inscription manuelle';
     165// --------- End: New or revised $lang ---- from version 2.16.0
     166
     167
     168// --------- Starting below: New or revised $lang ---- from version 2.20.0
     169$lang['UAM_gttextTitle_d'] = 'Saisissez ici le texte qui apparaîtra dans l\'email de rappel pour inciter l\'utilisateur à revenir visiter votre galerie (NB: Le texte pré-renseigné à l\'installation du plugin est donné à titre d\'exemple).
     170<br><br>
     171Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     172<br><br>
     173Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     174$lang['UAM_infotxtTitle_d'] = 'Saisissez ici le texte d\'introduction personnalisé qui apparaîtra dans l\'email d\'information.
     175<br><br>
     176Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     177<br><br>
     178Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     179$lang['UAM_confirmtxtTitle_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de confirmation d\'inscription.
     180<br><br>
     181Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     182<br><br>
     183Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     184$lang['UAM_AdminValidationMail_d'] = 'Lorsqu\'un administrateur ou un webmestre de la galerie valide manuellement une inscription en attente, un email de notification est automatiquement envoyé à l\'utilisateur concerné. Saisissez ici le texte qui apparaîtra dans cet email.
     185<br><br>
     186Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     187<br><br>
     188Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     189$lang['UAM_confirmmail_custom1_d'] = 'Lorsque l\'option &quot;Confirmation d\'inscription&quot; est active, ce champ permet de personnaliser <b><u>le texte d\'acceptation</u></b> de la confirmation d\'inscription sur la page affichée lorsqu\'un utilisateur clique sur le lien de confirmation qu\'il a reçu par email.
     190<br><br>
     191A l\'installation du plugin, un texte standard est donnée en exemple.
     192<br><br>
     193Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     194<br><br>
     195Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     196$lang['UAM_confirmmail_custom2_d'] = 'Lorsque l\'option &quot;Confirmation d\'inscription&quot; est active, ce champ permet de personnaliser <b><u>le texte de rejet</u></b> de la confirmation d\'inscription sur la page affichée lorsqu\'un utilisateur clique sur le lien de confirmation qu\'il a reçu par email.
     197<br><br>
     198A l\'installation du plugin, un texte standard est donnée en exemple.
     199<br><br>
     200Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     201<br><br>
     202Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     203$lang['UAM_remailtxt1Title_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de rappel, accompagné d\'une nouvelle clef de validation.
     204<br><br>
     205Il est vivement conseillé de saisir un texte explicatif; à défaut, le mail de rappel ne comportera que le lien de validation. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple).
     206<br><br>
     207Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     208<br><br>
     209Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     210$lang['UAM_remailtxt2Title_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de rappel, sans nouvelle clef de validation.
     211<br><br>
     212Il est vivement conseillé de saisir un texte explicatif, afin que l\'email ne soit pas vide. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple).
     213<br><br>
     214Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     215<br><br>
     216Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     217$lang['UAM_GTAutoDelTitle_d'] = 'Ceci n\'est valable que lorsque l\'utilisateur dont le compte a expiré déclenche lui même le mécanisme de suppression (cas rare mais possible). Il est alors déconnecté de force de la galerie et redirigé vers une page indiquant la suppression de son compte et, éventuellement, les raisons de cette suppression.
     218<br><br>
     219Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     220<br><br>
     221Un texte personnalisé pour cette page de redirection peut être saisi dans le champ ci-dessous qui est compatible avec l\'extension FCK Editor. Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    164222$lang['UAM_GTAutoMailTitle_d'] = 'Lorsqu\'un compte est expiré (changement de groupe / statut rétrogradant le visiteur), un email d\'information peut être envoyé pour préciser les raisons de ce changement et le moyen de recouvrer l\'accès initial à la galerie.
    165223<br>Pour ce faire, un lien de revalidation de l\'inscription est joint à l\'email (génération automatique d\'une nouvelle clé de validation).<b style=&quot;color: red;&quot;>Si l\'utilisateur a déjà été notifié, son compte est automatiquement détruit.</b>
    166 <br><br>Saisissez aussi le texte personnalisé qui expliquera les raisons de la rétrogradation et qui accompagnera le lien de validation. Le texte personnalisé n\'est pas obligatoire mais vivement conseillé. En effet, vos visiteurs inscrits n\'apprécieront que moyennement de recevoir un email ne contenant qu\'un simple lien sans plus d\'explications. ;-)
    167 <br><br>Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.
    168 <br><br><b style=&quot;color: red;&quot;>Attention : L\'emploi de cette fonction est intimement lié à l\'option de confirmation d\'inscription par l\'utilisateur (confirmation par mail) et ne peut pas être activée sans cette option.</b>';
    169 $lang['UAM_AdminValidationMail'] = 'Notification de validation d\'inscription manuelle';
    170 // --------- End: New or revised $lang ---- from version 2.16.0
    171 
    172 
    173 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    174 $lang['UAM_gttextTitle_d'] = 'Saisissez ici le texte qui apparaîtra dans l\'email de rappel pour inciter l\'utilisateur à revenir visiter votre galerie (NB: Le texte pré-renseigné à l\'installation du plugin est donné à titre d\'exemple).
    175 <br><br>
    176 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    177 <br><br>
    178 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    179 $lang['UAM_infotxtTitle_d'] = 'Saisissez ici le texte d\'introduction personnalisé qui apparaîtra dans l\'email d\'information.
    180 <br><br>
    181 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    182 <br><br>
    183 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    184 $lang['UAM_confirmtxtTitle_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de confirmation d\'inscription.
    185 <br><br>
    186 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    187 <br><br>
    188 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    189 $lang['UAM_AdminValidationMail_d'] = 'Lorsqu\'un administrateur ou un webmestre de la galerie valide manuellement une inscription en attente, un email de notification est automatiquement envoyé à l\'utilisateur concerné. Saisissez ici le texte qui apparaîtra dans cet email.
    190 <br><br>
    191 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    192 <br><br>
    193 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    194 $lang['UAM_confirmmail_custom1_d'] = 'Lorsque l\'option &quot;Confirmation d\'inscription&quot; est active, ce champ permet de personnaliser <b><u>le texte d\'acceptation</u></b> de la confirmation d\'inscription sur la page affichée lorsqu\'un utilisateur clique sur le lien de confirmation qu\'il a reçu par email.
    195 <br><br>
    196 A l\'installation du plugin, un texte standard est donnée en exemple.
    197 <br><br>
    198 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    199 <br><br>
    200 Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    201 $lang['UAM_confirmmail_custom2_d'] = 'Lorsque l\'option &quot;Confirmation d\'inscription&quot; est active, ce champ permet de personnaliser <b><u>le texte de rejet</u></b> de la confirmation d\'inscription sur la page affichée lorsqu\'un utilisateur clique sur le lien de confirmation qu\'il a reçu par email.
    202 <br><br>
    203 A l\'installation du plugin, un texte standard est donnée en exemple.
    204 <br><br>
    205 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    206 <br><br>
    207 Ce champ est compatible avec l\'extension FCK Editor et, pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    208 $lang['UAM_remailtxt1Title_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de rappel, accompagné d\'une nouvelle clef de validation.
    209 <br><br>
    210 Il est vivement conseillé de saisir un texte explicatif; à défaut, le mail de rappel ne comportera que le lien de validation. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple).
    211 <br><br>
    212 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    213 <br><br>
    214 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    215 $lang['UAM_remailtxt2Title_d'] = 'Saisissez ici le texte d\'introduction qui apparaîtra dans l\'email de rappel, sans nouvelle clef de validation.
    216 <br><br>
    217 Il est vivement conseillé de saisir un texte explicatif, afin que l\'email ne soit pas vide. (NB : Le texte pré-renseigné à l\'installation du plugin n\'est donné qu\'à titre d\'exemple).
    218 <br><br>
    219 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    220 <br><br>
    221 Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
    222 $lang['UAM_GTAutoDelTitle_d'] = 'Ceci n\'est valable que lorsque l\'utilisateur dont le compte a expiré déclenche lui même le mécanisme de suppression (cas rare mais possible). Il est alors déconnecté de force de la galerie et redirigé vers une page indiquant la suppression de son compte et, éventuellement, les raisons de cette suppression.
    223 <br><br>
    224 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
    225 <br><br>
    226 Un texte personnalisé pour cette page de redirection peut être saisi dans le champ ci-dessous qui est compatible avec l\'extension FCK Editor. Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.';
     224<br><br>
     225Saisissez aussi le texte personnalisé qui expliquera les raisons de la rétrogradation et qui accompagnera le lien de validation. Le texte personnalisé n\'est pas obligatoire mais vivement conseillé. En effet, vos visiteurs inscrits n\'apprécieront que moyennement de recevoir un email ne contenant qu\'un simple lien sans plus d\'explications. ;-)
     226<br><br>
     227Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[username]</b> pour insérer automatiquement le nom de l\'utilisateur destinataire de l\'email. Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie.
     228<br><br>
     229Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.
     230<br><br>
     231<b style=&quot;color: red;&quot;>Attention : L\'emploi de cette fonction est intimement lié à l\'option de confirmation d\'inscription par l\'utilisateur (confirmation par mail) et ne peut pas être activée sans cette option.</b>';
    227232$lang['UAM_CustomPasswRetrTitle'] = 'Personnaliser le contenu du mail sur mot de passe perdu';
    228233$lang['UAM_CustomPasswRetrTitle_d'] = 'Par défaut, lorsqu\'un utilisateur a perdu son mot de passe et qu\'il sélectionne l\'option de récupération, il reçoit un email ne contenant que son nom d\'utilisateur et son nouveau mot de passe.
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Date d\'enregistrement';
     9$lang['UAM_Registration_Date'] = 'Date d\'enregistrement';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, voici vos informations pour vous identifier sur la galerie :';
    14 $lang['User: %s'] = 'Utilisateur : %s';
    15 $lang['Password: %s'] = 'Mot de passe: %s';
    16 $lang['Link: %s'] = 'Cliquez sur le lien suivant pour confirmer votre inscription : %s';
     13$lang['UAM_infos_mail %s'] = '%s, voici vos informations pour vous identifier sur la galerie :';
     14$lang['UAM_User: %s'] = 'Utilisateur : %s';
     15$lang['UAM_Password: %s'] = 'Mot de passe: %s';
     16$lang['UAM_Link: %s'] = 'Cliquez sur le lien suivant pour confirmer votre inscription : %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Confirmation de votre inscription';
    21 $lang['confirm_mail_page_title'] = 'Confirmation d\'inscription';
     20$lang['UAM_title_confirm_mail'] = 'Confirmation de votre inscription';
     21$lang['UAM_confirm_mail_page_title'] = 'Confirmation d\'inscription';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['Err_audit_no_casse'] = '<b>Ces comptes sont identiques à la casse près :</b> ';
    27 $lang['Err_audit_username_char'] = '<b>Ce compte contient un ou des caractères interdits :</b> ';
    28 $lang['Err_audit_email_forbidden'] = '<b>Ce compte contient des domaines de messagerie interdit :</b> ';
    29 $lang['Err_audit_advise'] = '<b>Vous avez des corrections a faire pour respecter les nouvelles règles que vous avez activées.<br>Utilisez un utilitaire de gestion de base de données pour corriger les comptes utilisateurs directement dans la table ###_USERS si nécessaire.</b><br><br>';
     26$lang['UAM_Err_audit_username_char'] = '<b>Ce compte contient un ou des caractères interdits :</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>Ce compte contient des domaines de messagerie interdit :</b> ';
     28$lang['UAM_Err_audit_advise'] = '<b>Vous avez des corrections a faire pour respecter les nouvelles règles que vous avez activées.<br>Utilisez un utilitaire de gestion de base de données pour corriger les comptes utilisateurs directement dans la table ###_USERS si nécessaire.</b><br><br>';
    3029$lang['UAM_Empty Author'] = 'Le champs auteur doit être rempli pour enregistrer un commentaire.';
    31 $lang['reg_err_login5'] = 'ce nom utilisateur est déjà pris, ATTENTION le nom est insensible à la casse (Majuscule = Minuscule).';
    32 $lang['reg_err_login6'] = 'le nom utilisateur ne doit pas contenir les caractère suivants : ';
    33 $lang['reg_err_login7'] = 'L\'adresse email est issue d\'un prestataire interdit. Les prestataires d\'adresses email interdits à l\'inscription sont : ';
     30$lang['UAM_reg_err_login2'] = 'le nom utilisateur ne doit pas contenir les caractère suivants : ';
     31$lang['UAM_reg_err_login5'] = 'L\'adresse email est issue d\'un prestataire interdit. Les prestataires d\'adresses email interdits à l\'inscription sont : ';
    3432$lang['UAM_empty_pwd'] = '[mot de passe vide]';
    3533$lang['UAM_no_update_pwd'] = '[mise à jour du profil sans changement du mot de passe]';
    36 $lang['invalid_pwd'] = 'Nom utilisateur ou Mot de passe invalide !';
    37 $lang['No_validation_for_Guest'] = 'Le compte Guest n\'est pas soumis à validation';
    38 $lang['No_validation_for_default_user'] = 'Le compte par défaut n\'est pas soumis à validation';
    39 $lang['No_validation_for_Webmaster'] = 'Le compte du Webmaster n\'est pas soumis à validation';
    40 $lang['No_validation_for_your_account'] = 'Votre compte d\'admin n\'est pas soumis à validation';
    41 $lang['Database_Error'] = '<b><u>Attention ! Erreur critique d\'intégrité dans votre base de données.</u></b><br><br>Veuillez contrôler l\'intégrité de la table #_user_confirm_mail.';
     34$lang['UAM_No_validation_for_Guest'] = 'Le compte Guest n\'est pas soumis à validation';
     35$lang['UAM_No_validation_for_default_user'] = 'Le compte par défaut n\'est pas soumis à validation';
     36$lang['UAM_No_validation_for_Webmaster'] = 'Le compte du Webmaster n\'est pas soumis à validation';
     37$lang['UAM_No_validation_for_your_account'] = 'Votre compte d\'admin n\'est pas soumis à validation';
    4238
    4339
    4440/* Processing messages */
    45 $lang['%d_Mail_With_Key'] = '%d message avec renouvellement de clé a été envoyé';
    46 $lang['%d_Mails_With_Key'] = '%d messages avec renouvellement de clé ont été envoyés';
    47 $lang['%d_Reminder_Sent'] = '%d message de rappel a été envoyé';
    48 $lang['%d_Reminders_Sent'] = '%d messages de rappel ont été envoyés';
    49 $lang['%d_Validated_User'] = '%d Utilisateur validé manuellement';
    50 $lang['%d_Validated_Users'] = '%d Utilisateurs validés manuellement';
     41$lang['UAM_%d_Mail_With_Key'] = '%d message avec renouvellement de clé a été envoyé';
     42$lang['UAM_%d_Mails_With_Key'] = '%d messages avec renouvellement de clé ont été envoyés';
     43$lang['UAM_%d_Reminder_Sent'] = '%d message de rappel a été envoyé';
     44$lang['UAM_%d_Reminders_Sent'] = '%d messages de rappel ont été envoyés';
     45$lang['UAM_%d_Validated_User'] = '%d Utilisateur validé manuellement';
     46$lang['UAM_%d_Validated_Users'] = '%d Utilisateurs validés manuellement';
    5147
    5248
    5349/* Action button names */
    54 $lang['Delete_selected'] = 'Supprimer';
    55 $lang['Mail_without_key'] = 'Rappel sans clé';
    56 $lang['Mail_with_key'] = 'Rappel avec clé';
     50$lang['UAM_Delete_selected'] = 'Supprimer';
     51$lang['UAM_Mail_without_key'] = 'Rappel sans clé';
     52$lang['UAM_Mail_with_key'] = 'Rappel avec clé';
    5753
    5854
     
    6157// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6258/* Global Configuration Tab */
    63 $lang['PasswordTest'] = 'Calcul du score';
     59$lang['UAM_PasswordTest'] = 'Calcul du score';
    6460/* Ghost Tracker Tab */
    65 $lang['Tab_GhostTracker'] = 'Ghost Tracker';
    66 $lang['Reminder'] = 'Email de rappel';
    67 $lang['Reminder_Sent_OK'] = 'OUI';
    68 $lang['Reminder_Sent_NOK'] = 'NON';
     61$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
     62$lang['UAM_Reminder'] = 'Email de rappel';
     63$lang['UAM_Reminder_Sent_OK'] = 'OUI';
     64$lang['UAM_Reminder_Sent_NOK'] = 'NON';
    6965/* Errors and Warnings */
    7066$lang['UAM_save_config'] ='Configuration enregistrée.';
    71 $lang['reg_err_login3'] = 'Sécurité : Le mot de passe est obligatoire !';
    72 $lang['reg_err_login4_%s'] = 'Sécurité : Un système de contrôle calcule un score de complexité sur les mots de passe choisis. La complexité de votre mot de passe est trop faible (score = %s). Veuillez choisir un nouveau mot de passe plus sûre en respectant les règles suivantes :<br>
     67$lang['UAM_reg_err_login3'] = 'Sécurité : Le mot de passe est obligatoire !';
     68$lang['UAM_reg_err_login4_%s'] = 'Sécurité : Un système de contrôle calcule un score de complexité sur les mots de passe choisis. La complexité de votre mot de passe est trop faible (score = %s). Veuillez choisir un nouveau mot de passe plus sûre en respectant les règles suivantes :<br>
    7369- Utiliser des lettres et des chiffres<br>
    7470- Utiliser des minuscules et des majuscules<br>
    7571- Augmenter sa longueur (nombre de caractères)<br>
    7672Le score minimal des mots de passe imposé par l\'administrateur est de : ';
    77 $lang['No_reminder_for_Guest'] = 'Le compte Guest n\'est pas soumis à recevoir des rappels du GhostTracker';
    78 $lang['No_reminder_for_default_user'] = 'Le compte par défaut n\'est pas soumis à recevoir des rappels du GhostTracker';
    79 $lang['No_reminder_for_Webmaster'] = 'Le compte du Webmaster n\'est pas soumis à recevoir des rappels du GhostTracker';
    80 $lang['No_reminder_for_your_account'] = 'Votre compte d\'admin n\'est pas soumis à recevoir des rappels du GhostTracker';
     73$lang['UAM_No_reminder_for_Guest'] = 'Le compte Guest n\'est pas soumis à recevoir des rappels du GhostTracker';
     74$lang['UAM_No_reminder_for_default_user'] = 'Le compte par défaut n\'est pas soumis à recevoir des rappels du GhostTracker';
     75$lang['UAM_No_reminder_for_Webmaster'] = 'Le compte du Webmaster n\'est pas soumis à recevoir des rappels du GhostTracker';
     76$lang['UAM_No_reminder_for_your_account'] = 'Votre compte d\'admin n\'est pas soumis à recevoir des rappels du GhostTracker';
    8177/* Action button names */
    82 $lang['audit'] = 'Auditer les paramètres';
    83 $lang['submit'] = 'Sauvegarder les paramètres';
     78$lang['UAM_audit'] = 'Auditer les paramètres';
     79$lang['UAM_submit'] = 'Sauvegarder les paramètres';
    8480// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8581
     
    8783// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8884/* Errors and Warnings */
    89 $lang['GhostTracker_Init_OK'] = 'Initialisation Ghost Tracker effectuée !';
     85$lang['UAM_GhostTracker_Init_OK'] = 'Initialisation Ghost Tracker effectuée !';
    9086/* Action button names */
    91 $lang['GT_Reset'] = 'Initialisation Ghost Tracker';
     87$lang['UAM_GT_Reset'] = 'Initialisation Ghost Tracker';
    9288// --------- End: New or revised $lang ---- from version 2.12.2
    9389
     
    9591// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9692/* Errors and Warnings */
    97 $lang['mail_exclusionlist_error'] = 'Attention ! Vous avez saisi un retour à la ligne en début de liste d\'exclusion des domaines de messagerie (affichée en rouge ci-dessous). Bien que ce retour à la ligne ne soit pas visible, il est tout de même présent et est susceptible de provoquer des dysfonctionnements du plugin. Veuillez resaisir votre liste d\'exclusion en veillant à ne pas commencer par un retour à la ligne.';
     93$lang['UAM_mail_exclusionlist_error'] = 'Attention ! Vous avez saisi un retour à la ligne en début de liste d\'exclusion des domaines de messagerie (affichée en rouge ci-dessous). Bien que ce retour à la ligne ne soit pas visible, il est tout de même présent et est susceptible de provoquer des dysfonctionnements du plugin. Veuillez resaisir votre liste d\'exclusion en veillant à ne pas commencer par un retour à la ligne.';
    9894// --------- End: New or revised $lang ---- from version 2.12.8
    9995
     
    10197// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10298/* UserList Tab */
    103 $lang['UserList_Title'] = 'Suivi des utilisateurs inscrits';
    104 $lang['Tab_UserList'] = 'Suivi des utilisateurs';
     99$lang['UAM_UserList_Title'] = 'Suivi des utilisateurs inscrits';
     100$lang['UAM_Tab_UserList'] = 'Suivi des utilisateurs';
    105101// --------- End: New or revised $lang ---- from version 2.13.0
    106102
    107103
    108104// --------- Starting below: New or revised $lang ---- from version 2.13.4
    109 $lang['uam_no_unlink'] = 'La fonction \'unlink\' n\'est pas disponible';
    110 $lang['uam_unlink_errors'] = 'Des erreurs ont eu lieu lors de la suppression des fichiers';
    111105/* Global Configuration Tab */
    112 $lang['Title_Tab'] = 'UserAdvManager - Version: ';
    113 $lang['SubTitle1'] = 'Configuration du plugin';
    114 $lang['Tab_Global'] = 'Configuration';
     106$lang['UAM_Title_Tab'] = 'UserAdvManager - Version: ';
     107$lang['UAM_SubTitle1'] = 'Configuration du plugin';
     108$lang['UAM_Tab_Global'] = 'Configuration';
    115109$lang['UAM_Title1'] = 'Paramétrage des restrictions d\'inscriptions';
    116110$lang['UAM_Title2'] = 'Paramétrage des confirmations et validations d\'inscriptions';
     
    171165$lang['UAM_Tips1'] = 'Inscriptions avec validation par email et message d\'avertissement sur la page d\'accueil de Piwigo';
    172166
    173 $lang['Tab_UserManager'] = 'Suivi des validations';
     167$lang['UAM_Tab_UserManager'] = 'Suivi des validations';
    174168
    175169/* UserManager Tab */
    176 $lang['SubTitle3'] = 'Suivi des validations';
    177 $lang['UserManager_Title'] = 'Suivi des validations';
     170$lang['UAM_SubTitle3'] = 'Suivi des validations';
     171$lang['UAM_UserManager_Title'] = 'Suivi des validations';
    178172/* Ghost Tracker Tab */
    179 $lang['SubTitle4'] = 'Ghost Tracker';
    180 $lang['GT_Init'] = 'Initialisation du Ghost Tracker';
    181 $lang['GhostTracker_Title'] = 'Gestion des visiteurs fantômes';
     173$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     174$lang['UAM_GT_Init'] = 'Initialisation du Ghost Tracker';
     175$lang['UAM_GhostTracker_Title'] = 'Gestion des visiteurs fantômes';
    182176$lang['UAM_GhostTracker_Init'] = 'A première activation de cette fonction, ou à sa réactivation après une longue période pendant laquelle de nouveaux visiteurs se sont inscrits, il convient d\'initialiser ou de réinitialiser le Ghost Tracker. Cette action n\'est à faire qu\'une seule fois après activation ou réactivation de l\'option; à cet effet, cliquez <u>une seule fois</u> sur le bouton d\'initialisation ci-dessous.</b>';
    183177/* UserList Tab */
    184 $lang['SubTitle5'] = 'Informations sur les utilisateurs';
     178$lang['UAM_SubTitle5'] = 'Informations sur les utilisateurs';
    185179/* Mailing */
    186 $lang['Add of %s'] = 'Profil créé pour %s';
    187 $lang['Update of %s'] = 'Mise à jour du profil de %s';
     180$lang['UAM_Add of %s'] = 'Profil créé pour %s';
     181$lang['UAM_Update of %s'] = 'Mise à jour du profil de %s';
    188182/* Mailing */
    189 $lang['Ghost_reminder_of_%s'] = '%s, ceci est un email de rappel.';
    190 $lang['Reminder_with_key_of_%s'] = '%s, votre clef de validation a expiré';
    191 $lang['Reminder_without_key_of_%s'] = '%s, votre clef de validation va expirer';
    192 /* Errors and Warnings */
    193 $lang['Err_GhostTracker_Settings'] = 'Cette page n\'est accessible que si "Gestion des visiteurs fantômes" est actif dans "Paramétrage des suivis des inscrits et autres options".';
    194 $lang['Err_Userlist_Settings'] = 'Cette page n\'est accessible que si le "Suivi des utilisateurs inscrits" est actif dans "Paramétrage des suivis des inscrits et autres options".';
     183$lang['UAM_Ghost_reminder_of_%s'] = '%s, ceci est un email de rappel.';
     184$lang['UAM_Reminder_with_key_of_%s'] = '%s, votre clef de validation a expiré';
     185$lang['UAM_Reminder_without_key_of_%s'] = '%s, votre clef de validation va expirer';
     186/* Errors and Warnings */
     187$lang['UAM_Err_GhostTracker_Settings'] = 'Cette page n\'est accessible que si "Gestion des visiteurs fantômes" est actif dans "Paramétrage des suivis des inscrits et autres options".';
     188$lang['UAM_Err_Userlist_Settings'] = 'Cette page n\'est accessible que si le "Suivi des utilisateurs inscrits" est actif dans "Paramétrage des suivis des inscrits et autres options".';
    195189// --------- End: New or revised $lang ---- from version 2.13.4
    196190
     
    244238$lang['UAM_confirmmail_custom_Txt1'] = 'Texte de la page de confirmation - Confirmation acceptée';
    245239$lang['UAM_confirmmail_custom_Txt2'] = 'Texte de la page de confirmation - Confirmation rejetée';
    246 $lang['LastVisit_Date'] = 'Dernière visite le';
    247 $lang['Nb_Days'] = 'Ecart en jours';
    248 $lang['Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Confirmation d\'inscription" est actif et si un groupe de visiteurs non validés est configuré dans le "Paramétrage des confirmations et validations d\'inscriptions".';
     240$lang['UAM_LastVisit_Date'] = 'Dernière visite le';
     241$lang['UAM_Nb_Days'] = 'Ecart en jours';
     242$lang['UAM_Err_UserManager_Settings'] = 'Cette page n\'est accessible que si "Confirmation d\'inscription" est actif et si un groupe de visiteurs non validés est configuré dans le "Paramétrage des confirmations et validations d\'inscriptions".';
    249243// --------- End: New or revised $lang ---- from version 2.15.0
    250244
    251245
    252246// --------- Starting below: New or revised $lang ---- from version 2.15.1
    253 $lang['reg_err_mail_address_dbl'] = 'Cette adresse email est déjà utilisée.';
    254247$lang['UAM_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ces fils du forum Piwigo:<br>
    255248<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    261254
    262255// --------- Starting below: New or revised $lang ---- from version 2.15.4
    263 $lang['Force_Validation'] = 'Validation manuelle';
     256$lang['UAM_Force_Validation'] = 'Validation manuelle';
    264257$lang['UAM_Confirm_Mail_true'] = ' Activer - Validation par le visiteur';
    265258$lang['UAM_Confirm_Mail_local'] = ' Activer - Validation par l\'administrateur (pas d\'envoi de clé de validation)';
     
    281274$lang['UAM_GTAutoMail_false'] = ' Désactiver (valeur par défaut)';
    282275$lang['UAM_GTAutoMail_true'] = ' Activer';
    283 $lang['Deleted_Account_Redirection_Page'] = 'Accès refusé - Compte détruit !';
    284 $lang['title_redir_page'] = 'Accès refusé pour cause de compte détruit !';
    285 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Erreur de cohérence dans la configuration choisie :<br><br>
     276$lang['UAM_Deleted_Account_Redirection_Page'] = 'Accès refusé - Compte détruit !';
     277$lang['UAM_title_redir_page'] = 'Accès refusé pour cause de compte détruit !';
     278$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Erreur de cohérence dans la configuration choisie :<br><br>
    286279"Paramétrage des suivis des inscrits et autres options > Gestion des visiteurs fantômes (Ghost Tracker) > Gestion automatique des utilisateurs fantomes > Email automatique sur changement de groupe / statut" ne peut pas être activé si "Paramétrage des confirmations et validations d\'inscriptions > Confirmation d\'inscription - Validation par le visiteur" n\'est pas activé au préalable.<br><br>
    287280Pour garantir la cohérence, l\'option "Email automatique sur changement de groupe / statut" a été automatiquement repositionnée en "désactivé".<br><br>';
    288 $lang['Demotion of %s'] = 'Rétrogradation de %s';
     281$lang['UAM_Demotion of %s'] = 'Rétrogradation de %s';
    289282$lang['UAM_AdminValidationMail_Text'] = 'Notification de validation d\'inscription manuelle';
    290 $lang['Validation of %s'] = 'Validation de %s';
     283$lang['UAM_Validation of %s'] = 'Validation de %s';
    291284// --------- End: New or revised $lang ---- from version 2.16.0
    292285
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/help/plugin.lang.php

    r9163 r9177  
    157157<b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
    158158/* TODO */$lang['UAM_GTAutoMailTitle'] = 'Automatically sending an email when changing group / status';
    159 /* TODO */$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
    160 <br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
    161 <br><br>Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
    162 <br><br>To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
    163 <br><br><b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    164159/* TODO */$lang['UAM_AdminValidationMail'] = 'Notification of manual registration validation';
    165160/* TODO */$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.<br><br>
     
    215210<br><br>
    216211Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
     212/* TODO */$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
     213<br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
     214<br><br>
     215Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
     216<br><br>
     217Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     218<br><br>
     219To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
     220<br><br>
     221<b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    217222/* TODO */$lang['UAM_CustomPasswRetrTitle'] = 'Customize lost password email content';
    218223/* TODO */$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Data d\'iscrizione';
     9$lang['UAM_Registration_Date'] = 'Data d\'iscrizione';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, di seguito i vostri dati per accedere alla galleria:';
    14 $lang['User: %s'] = 'Utente: %s';
    15 $lang['Password: %s'] = 'Password: %s';
    16 $lang['Link: %s'] = 'Cliccare su questo link per confermare la vostra iscrizzione: %s';
     13$lang['UAM_infos_mail %s'] = '%s, di seguito i vostri dati per accedere alla galleria:';
     14$lang['UAM_User: %s'] = 'Utente: %s';
     15$lang['UAM_Password: %s'] = 'Password: %s';
     16$lang['UAM_Link: %s'] = 'Cliccare su questo link per confermare la vostra iscrizzione: %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Confermare la vostra iscrizzione';
    21 $lang['confirm_mail_page_title'] = 'Confermare l\'iscrizzione';
     20$lang['UAM_title_confirm_mail'] = 'Confermare la vostra iscrizzione';
     21$lang['UAM_confirm_mail_page_title'] = 'Confermare l\'iscrizzione';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['Err_audit_username_char'] = '<b>Questo conto utente utilizza uno o più caratteri vietati:</b> ';
    27 $lang['Err_audit_email_forbidden'] = '<b>Questo conto utente usa un dominio d\'Email proibito:</b> ';
    28 $lang['Err_audit_advise'] = '<b>Dovete eseguire delle correzioni per rispettare le nuove impostazzioni che avete attivato.<br> Utilizzare un programma per la gestione della base dati per correggere i conti utente direttamente nella tabella ###_USERS';
     26$lang['UAM_Err_audit_username_char'] = '<b>Questo conto utente utilizza uno o più caratteri vietati:</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>Questo conto utente usa un dominio d\'Email proibito:</b> ';
     28$lang['UAM_Err_audit_advise'] = '<b>Dovete eseguire delle correzioni per rispettare le nuove impostazzioni che avete attivato.<br> Utilizzare un programma per la gestione della base dati per correggere i conti utente direttamente nella tabella ###_USERS';
    2929$lang['UAM_Empty Author'] = 'Il campo autore deve essere riempito per potere inviare un commento.';
    30 $lang['reg_err_login5'] = 'Nome utente esiste già. Attenzione : il campo è insensibile alle maiuscole/minuscole.';
    31 $lang['reg_err_login6'] = 'Nome utente non deve contenere in caratteri seguenti: ';
    32 $lang['reg_err_login7'] = 'Il tuo provider di posta usa dominio d\'Email proibito. I domini preibiti sono i seguenti: ';
     30$lang['UAM_reg_err_login2'] = 'Nome utente non deve contenere in caratteri seguenti: ';
     31$lang['UAM_reg_err_login5'] = 'Il tuo provider di posta usa dominio d\'Email proibito. I domini preibiti sono i seguenti: ';
    3332$lang['UAM_empty_pwd'] = '[password vuota]';
    3433$lang['UAM_no_update_pwd'] = '[profilo aggiornato senza modifica della password]';
    35 $lang['invalid_pwd'] = 'Nome utente o password non validi!';
    36 $lang['No_validation_for_Guest'] = 'Il conto "Guest" non è soggetto a convalida';
    37 $lang['No_validation_for_default_user'] = 'Il conto di default non è soggetto a convalida';
    38 $lang['No_validation_for_Webmaster'] = 'Il conto del "Webmaster" non è soggetto a convalida';
    39 $lang['No_validation_for_your_account'] = 'Il tuo conto amminstratore non è soggetto a convalida';
    40 $lang['Database_Error'] = '<b><u>Attenzione! Errore di integrità critico nella base dati.</u></b><br><br>Si prega di verificare l\'integrità della tabella #_user_confirm_mail.';
     34$lang['UAM_No_validation_for_Guest'] = 'Il conto "Guest" non è soggetto a convalida';
     35$lang['UAM_No_validation_for_default_user'] = 'Il conto di default non è soggetto a convalida';
     36$lang['UAM_No_validation_for_Webmaster'] = 'Il conto del "Webmaster" non è soggetto a convalida';
     37$lang['UAM_No_validation_for_your_account'] = 'Il tuo conto amminstratore non è soggetto a convalida';
    4138
    4239
    4340/* Processing messages */
    44 $lang['%d_Mail_With_Key'] = '%d messaggio con il rinnovo della chiave è stato inviato';
    45 $lang['%d_Mails_With_Key'] = '%d messaggi con il rinnovo della chiave sono stati inviati';
    46 $lang['%d_Reminder_Sent'] = '%d Email di rilancio è stato inviato';
    47 $lang['%d_Reminders_Sent'] = '%d Email di rilancio sono stati inviati';
    48 $lang['%d_Validated_User'] = '%d utente convalidato manualmente';
    49 $lang['%d_Validated_Users'] = '%d utenti convalidati manualmente';
     41$lang['UAM_%d_Mail_With_Key'] = '%d messaggio con il rinnovo della chiave è stato inviato';
     42$lang['UAM_%d_Mails_With_Key'] = '%d messaggi con il rinnovo della chiave sono stati inviati';
     43$lang['UAM_%d_Reminder_Sent'] = '%d Email di rilancio è stato inviato';
     44$lang['UAM_%d_Reminders_Sent'] = '%d Email di rilancio sono stati inviati';
     45$lang['UAM_%d_Validated_User'] = '%d utente convalidato manualmente';
     46$lang['UAM_%d_Validated_Users'] = '%d utenti convalidati manualmente';
    5047
    5148
    5249/* Action button names */
    53 $lang['Delete_selected'] = 'Cancellare';
    54 $lang['Mail_without_key'] = 'Email di rilancio senza chiave';
    55 $lang['Mail_with_key'] = 'Email di rilancio con chiave';
     50$lang['UAM_Delete_selected'] = 'Cancellare';
     51$lang['UAM_Mail_without_key'] = 'Email di rilancio senza chiave';
     52$lang['UAM_Mail_with_key'] = 'Email di rilancio con chiave';
    5653
    5754
     
    6057// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6158/* Global Configuration Tab */
    62 $lang['PasswordTest'] = 'Calcolo del punteggio';
     59$lang['UAM_PasswordTest'] = 'Calcolo del punteggio';
    6360/* Ghost Tracker Tab */
    64 $lang['Tab_GhostTracker'] = 'GhostTracker';
    65 $lang['Reminder'] = 'Email di rilancio';
    66 $lang['Reminder_Sent_OK'] = 'SI';
    67 $lang['Reminder_Sent_NOK'] = 'NO';
     61$lang['UAM_Tab_GhostTracker'] = 'GhostTracker';
     62$lang['UAM_Reminder'] = 'Email di rilancio';
     63$lang['UAM_Reminder_Sent_OK'] = 'SI';
     64$lang['UAM_Reminder_Sent_NOK'] = 'NO';
    6865/* Errors and Warnings */
    6966$lang['UAM_save_config'] ='Configurazione salvata.';
    70 $lang['reg_err_login3'] = 'Sicurezza: La password è obbligatoria!';
    71 $lang['reg_err_login4_%s'] = 'Sicurezza: un sistema di controllo calcola un punteggio basandosi sulla complessità della password scelta. La complessità della password è troppo bassa (punteggio = %s). Si prega di scegliere una nuova password più sicura seguendo queste regole:<br>
     67$lang['UAM_reg_err_login3'] = 'Sicurezza: La password è obbligatoria!';
     68$lang['UAM_reg_err_login4_%s'] = 'Sicurezza: un sistema di controllo calcola un punteggio basandosi sulla complessità della password scelta. La complessità della password è troppo bassa (punteggio = %s). Si prega di scegliere una nuova password più sicura seguendo queste regole:<br>
    7269- Utilizzare delle lettere e dei numeri<br>
    7370- Usare delle maiuscole e delle minuscole<br>
    7471- Aumentare la lunghezza (numero di caratteri)<br>
    7572Il punteggio minimo richiesto dall\'amministratore per la password è di : ';
    76 $lang['No_reminder_for_Guest'] = 'Il conto utente "Guest" non è soggetto a ricevere dei promemoria dal GhostTracker';
    77 $lang['No_reminder_for_default_user'] = 'Il conto utente di default non è soggetto a ricevere dei promemoria dal GhostTracker';
    78 $lang['No_reminder_for_Webmaster'] = 'Il conto utente "Webmaster" non è soggetto a ricevere dei promemoria dal GhostTracker';
    79 $lang['No_reminder_for_your_account'] = 'Il tuo conto amministratore non è soggetto a ricevere dei promemoria dal GhostTracker';
     73$lang['UAM_No_reminder_for_Guest'] = 'Il conto utente "Guest" non è soggetto a ricevere dei promemoria dal GhostTracker';
     74$lang['UAM_No_reminder_for_default_user'] = 'Il conto utente di default non è soggetto a ricevere dei promemoria dal GhostTracker';
     75$lang['UAM_No_reminder_for_Webmaster'] = 'Il conto utente "Webmaster" non è soggetto a ricevere dei promemoria dal GhostTracker';
     76$lang['UAM_No_reminder_for_your_account'] = 'Il tuo conto amministratore non è soggetto a ricevere dei promemoria dal GhostTracker';
    8077/* Action button names */
    81 $lang['audit'] = 'Audit delle impostazioni';
    82 $lang['submit'] = 'Salvare le impostazioni';
     78$lang['UAM_audit'] = 'Audit delle impostazioni';
     79$lang['UAM_submit'] = 'Salvare le impostazioni';
    8380// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8481
     
    8683// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8784/* Errors and Warnings */
    88 $lang['GhostTracker_Init_OK'] = 'Inizzializzazione GhostTracker eseguita!';
     85$lang['UAM_GhostTracker_Init_OK'] = 'Inizzializzazione GhostTracker eseguita!';
    8986/* Action button names */
    90 $lang['GT_Reset'] = 'Reset del GhostTracker';
     87$lang['UAM_GT_Reset'] = 'Reset del GhostTracker';
    9188// --------- End: New or revised $lang ---- from version 2.12.2
    9289
     
    9491// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9592/* Errors and Warnings */
    96 $lang['mail_exclusionlist_error'] = 'Attenzione! Avete inserito una nuova riga all\'inizio dell\'elenco d\'esclusione Email (indicato in rosso qui sotto). Anche se questa nuova riga non è visibile, con la sua presenza potrebbe causare delle disfunzioni del plugin. Si prega di cancellare la riga vuota.';
     93$lang['UAM_mail_exclusionlist_error'] = 'Attenzione! Avete inserito una nuova riga all\'inizio dell\'elenco d\'esclusione Email (indicato in rosso qui sotto). Anche se questa nuova riga non è visibile, con la sua presenza potrebbe causare delle disfunzioni del plugin. Si prega di cancellare la riga vuota.';
    9794// --------- End: New or revised $lang ---- from version 2.12.8
    9895
     
    10097// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10198/* UserList Tab */
    102 $lang['UserList_Title'] = 'Monitoraggio degli utenti registrati';
    103 $lang['Tab_UserList'] = 'Monitoraggio degli utenti';
     99$lang['UAM_UserList_Title'] = 'Monitoraggio degli utenti registrati';
     100$lang['UAM_Tab_UserList'] = 'Monitoraggio degli utenti';
    104101// --------- End: New or revised $lang ---- from version 2.13.0
    105102
    106103
    107104// --------- Starting below: New or revised $lang ---- from version 2.13.4
    108 $lang['uam_no_unlink'] = 'La funzione \'unlink\' non è disponibile';
    109 $lang['uam_unlink_errors'] = 'Si sono verificati errori durante la cancellzione di file';
    110105/* Global Configuration Tab */
    111 $lang['Title_Tab'] = 'UserAdvManager - Versione: ';
    112 $lang['SubTitle1'] = 'Configurazione dei plugin';
    113 $lang['Tab_Global'] = 'Configurazione';
     106$lang['UAM_Title_Tab'] = 'UserAdvManager - Versione: ';
     107$lang['UAM_SubTitle1'] = 'Configurazione dei plugin';
     108$lang['UAM_Tab_Global'] = 'Configurazione';
    114109$lang['UAM_Title1'] = 'Impostare le restrizioni per le registrazioni';
    115110$lang['UAM_Title2'] = 'Impostare le conferme e validazioni all\'iscrizione';
     
    170165$lang['UAM_Tips1'] = 'Iscrizzione con convalida dell\'Email e messaggio di avviso nella homepage di Piwigo';
    171166
    172 $lang['Tab_UserManager'] = 'Tracciamento convalide';
     167$lang['UAM_Tab_UserManager'] = 'Tracciamento convalide';
    173168
    174169/* UserManager Tab */
    175 $lang['SubTitle3'] = 'Tracciamento convalide';
    176 $lang['UserManager_Title'] = 'Tracciamento convalide';
     170$lang['UAM_SubTitle3'] = 'Tracciamento convalide';
     171$lang['UAM_UserManager_Title'] = 'Tracciamento convalide';
    177172/* Ghost Tracker Tab */
    178 $lang['SubTitle4'] = 'GhostTracker';
    179 $lang['GT_Init'] = 'Inizializzazione del GhostTracker';
    180 $lang['GhostTracker_Title'] = 'Gestione degli ospiti fantasmi';
     173$lang['UAM_SubTitle4'] = 'GhostTracker';
     174$lang['UAM_GT_Init'] = 'Inizializzazione del GhostTracker';
     175$lang['UAM_GhostTracker_Title'] = 'Gestione degli ospiti fantasmi';
    181176$lang['UAM_GhostTracker_Init'] = 'Se si attiva questa funzione per la prima volta o se viene riattivata dopo un lungo periodo durante il quale dei nuovi visitatori si sono registrati, è necessario inizializzare o azzerare il Tracker Ghost. Questa azione è da effettuarsi solo dopo l\'attivazione o la riattivazione dell\'opzione; Cliccare dunque <u>una sola volta</u> sull\'pulsante di reset sottostante.';
    182177/* UserList Tab */
    183 $lang['SubTitle5'] = 'Infos sugli utenti';
     178$lang['UAM_SubTitle5'] = 'Infos sugli utenti';
    184179/* Mailing */
    185 $lang['Add of %s'] = 'Profilo creato per %s';
    186 $lang['Update of %s'] = 'Profilo %s aggiornato';
     180$lang['UAM_Add of %s'] = 'Profilo creato per %s';
     181$lang['UAM_Update of %s'] = 'Profilo %s aggiornato';
    187182/* Mailing */
    188 $lang['Ghost_reminder_of_%s'] = '%s, questa è un\'Email di rilancio';
    189 $lang['Reminder_with_key_of_%s'] = '%s, la vostra chiave di convalida è stata rinnovata';
    190 $lang['Reminder_without_key_of_%s'] = '%s, la chiave di convalida sta per scadere';
    191 /* Errors and Warnings */
    192 $lang['Err_GhostTracker_Settings'] = 'Questa pagina è disponibile solo se "GhostTracker" è attivo in "Impostare le registrazioni seguite e altre opzioni".';
    193 $lang['Err_Userlist_Settings'] = 'Questa pagina è disponibile solo se "Monitoraggio degli utenti registrati" è attivo nella sezione "Impostare le registrazioni seguite e altre opzioni".';
     183$lang['UAM_Ghost_reminder_of_%s'] = '%s, questa è un\'Email di rilancio';
     184$lang['UAM_Reminder_with_key_of_%s'] = '%s, la vostra chiave di convalida è stata rinnovata';
     185$lang['UAM_Reminder_without_key_of_%s'] = '%s, la chiave di convalida sta per scadere';
     186/* Errors and Warnings */
     187$lang['UAM_Err_GhostTracker_Settings'] = 'Questa pagina è disponibile solo se "GhostTracker" è attivo in "Impostare le registrazioni seguite e altre opzioni".';
     188$lang['UAM_Err_Userlist_Settings'] = 'Questa pagina è disponibile solo se "Monitoraggio degli utenti registrati" è attivo nella sezione "Impostare le registrazioni seguite e altre opzioni".';
    194189// --------- End: New or revised $lang ---- from version 2.13.4
    195190
     
    243238$lang['UAM_confirmmail_custom_Txt1'] = 'Testo della pagina di conferma - Conferma accettati';
    244239$lang['UAM_confirmmail_custom_Txt2'] = 'Testo della pagina di conferma - Conferma respinto';
    245 $lang['LastVisit_Date'] = 'ultima visita';
    246 $lang['Nb_Days'] = 'Differenza in giorni';
    247 $lang['Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma dell\'iscrizione" è attiva e se un gruppo di visitatori non convalidato è configurato in "Impostare le conferme e validazioni all\'iscrizione".';
     240$lang['UAM_LastVisit_Date'] = 'ultima visita';
     241$lang['UAM_Nb_Days'] = 'Differenza in giorni';
     242$lang['UAM_Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma dell\'iscrizione" è attiva e se un gruppo di visitatori non convalidato è configurato in "Impostare le conferme e validazioni all\'iscrizione".';
    248243// --------- End: New or revised $lang ---- from version 2.15.0
    249244
    250245
    251246// --------- Starting below: New or revised $lang ---- from version 2.15.1
    252 $lang['reg_err_mail_address_dbl'] = 'Questo indirizzo e-mail è già utilizzato.';
    253247$lang['UAM_Support_txt'] = 'Il supporto ufficiale a questo plugin è solo su questi argomento del forum Piwigo:<br>
    254248<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum francese - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    260254
    261255// --------- Starting below: New or revised $lang ---- from version 2.15.4
    262 $lang['Force_Validation'] = 'Validazione manuale';
     256$lang['UAM_Force_Validation'] = 'Validazione manuale';
    263257$lang['UAM_Confirm_Mail_true'] = ' Attivare - Validazione dal utente';
    264258$lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione dal amministratore (nessuna chiave di validazione inviata)';
     
    280274$lang['UAM_GTAutoMail_false'] = ' Disattivare (di default)';
    281275$lang['UAM_GTAutoMail_true'] = ' Attivare';
    282 $lang['Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!';
    283 $lang['title_redir_page'] = 'Accesso negato per causa di account cancellato !';
    284 $lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Errore di coerenza nella configurazione prescelta :<br><br>
     276$lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!';
     277$lang['UAM_title_redir_page'] = 'Accesso negato per causa di account cancellato !';
     278$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Errore di coerenza nella configurazione prescelta :<br><br>
    285279"Parametraggio monitoraggio degli iscritti e altre opzioni > Gestione degli utenti fantasmi (Ghost Tracker) > Gestione automatica degli utenti fantasmi > Email automatica su cambiamento di gruppo / statuto" non può essere attivato "Parametraggio delle conferme e validazione d\'iscrizione  > Conferma d\'iscrizione - Conferma dal utente" non è perattivata.<br><br>
    286280Per garantire la coerenza, l\'opzione "Email automatica su cambiamento del gruppo / statuto" è stata automaticamente riposizionata in "disattivato".<br><br>';
    287 $lang['Demotion of %s'] = 'Retrocessione di %s';
     281$lang['UAM_Demotion of %s'] = 'Retrocessione di %s';
    288282$lang['UAM_AdminValidationMail_Text'] = 'Notifica della validazione d\'iscrizione manuale';
    289 $lang['Validation of %s'] = 'Validazione di %s';
     283$lang['UAM_Validation of %s'] = 'Validazione di %s';
    290284// --------- End: New or revised $lang ---- from version 2.16.0
    291285
  • extensions/NBC_UserAdvManager/trunk/language/lv_LV/help/plugin.lang.php

    r9163 r9177  
    185185<b style=&quot;color: red;&quot;>Important note :</b> Ja no slēptā ghost lietotāja pēc termiņa limita, neskatoties uz informēšanu ar e-pastu (ja iespējots), nav nekādas ziņas, viņš automātiski tie dzēsts no datu bāzes';
    186186$lang['UAM_GTAutoMailTitle'] = 'Automātiska e-pasta nosūtīšana, informējot par grupas vai statusa maiņu.';
    187 $lang['UAM_GTAutoMailTitle_d'] = 'Kad konta derīguma termiņš izbeidzas (grupas/statusa maiņa, apmeklētāja funkcionāla pazemināšana), var tikt izsūtīts informatīvs e-pasta ziņojums, kas izskaidro notikušā iemeslus, kā arī paskaidro iespējas, kā no jauna atjaunot piekļuvi galerijai.
     187$lang['UAM_AdminValidationMail'] = 'Paziņojums par manuālās reģistrācijas apstiprināšanu';
     188// --------- End: New or revised $lang ---- from version 2.16.0
     189
     190
     191// --------- Starting below: New or revised $lang ---- from version 2.20.0
     192/* TODO */$lang['UAM_gttextTitle_d'] = 'Ievadiet tekstu , ko jūs gribat atspoguļot e-pasta atgādinājumā, lai atgādinātu lietotājam apmeklēt jūsu galeriju. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
     193<br><br>
     194Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     195<br><br>
     196Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
     197/* TODO */$lang['UAM_infotxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu.
     198<br><br>
     199Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     200<br><br>
     201Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
     202/* TODO */$lang['UAM_confirmtxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu.
     203<br><br>
     204Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     205<br><br>
     206Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
     207/* TODO */$lang['UAM_AdminValidationMail_d'] = 'Gadījumā, kad administrators vai galerijas Webmāsters manuāli aiztur reģistrācijas procesu, lietotājam automātiski tiek nosūtīts e-pasta paziņojums. Ievadiet šeit tekstu, ko gribat, lai tas parādītos šajā e-pasta ziņojumā.
     208<br><br>
     209Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     210<br><br>
     211Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas.';
     212/* TODO */$lang['UAM_confirmmail_custom1_d'] = 'Tad, kas opcija &quot;Confirmation of registration&quot; ir aktīva, šis lauks ļauj jums pielāgot apstiprinājuma tekstu <b><u>acceptance text</u></b> reģistrācijas apstiprināšanas lapā, kas parādās, kad lietotājs uzklikšķina uz apstiprināšanas saites, ko viņš saņēmis ar e-pastu.
     213<br><br>
     214Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants.
     215<br><br>
     216Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     217<br><br>
     218Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.';
     219/* TODO */$lang['UAM_confirmmail_custom2_d'] = 'Tad, kad opcija &quot;Confirmation of registration&quot; ir aktīva, šis lauks ļauj jums pielāgot noraidījuma tekstu <b><u>rejectance text</u></b> > reģistrācijas apstiprināšanas lapā, kas parādās, kad lietotājs uzklikšķina uz apstiprināšanas saites, ko viņš saņēmis ar e-pastu.
     220<br><br>
     221Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants.
     222<br><br>
     223Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     224<br><br>
     225Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.';
     226/* TODO */$lang['UAM_remailtxt1Title_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu, kā pielikumu reģenerētajai validācijas atslēgai.
     227<br><br>
     228Ja ir atstāts tukšs lauks, e-pasta atgādinātājs ietver sevī tikai validācijas saiti.
     229Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
     230<br><br>
     231Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     232<br><br>
     233Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
     234/* TODO */$lang['UAM_remailtxt2Title_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu bez validācijas atslēgas.
     235<br><br>
     236Ja ir atstāts tukšs lauks, e-pasta atgādinātājvēstule būs tukša. Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu.(NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
     237<br><br>
     238Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     239<br><br>
     240Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
     241/* TODO */$lang['UAM_GTAutoDelTitle_d'] = 'Šis variants ir iespējams tikai tad, ja lietotājs, kura konta derīguma termiņš ir beidzies, pats ieslēdz dzēšanas mehānismu (rets, bet iespējams gadījums). Tad viņš tiek atslēgts no galerijas un novirzīts uz lapu, kas atspoguļo viņa konta dzēšanas faktu un iespējamo šīs dzēšanas iemeslu.
     242<br><br>
     243Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     244<br><br>
     245Pāradresācijas lapai paredzēto pielāgoto tekstu var ievadīt šajā laukā, savietojams ar FCK Redaktora standartu, lai izmantotu multi-valodu režīmu, lietojiet spraudņa paplašinātais apraksts Extended description iezīmes [lang], tikai gadījumā, ja spraudnis aktīvs.';
     246/* TODO */$lang['UAM_GTAutoMailTitle_d'] = 'Kad konta derīguma termiņš izbeidzas (grupas/statusa maiņa, apmeklētāja funkcionāla pazemināšana), var tikt izsūtīts informatīvs e-pasta ziņojums, kas izskaidro notikušā iemeslus, kā arī paskaidro iespējas, kā no jauna atjaunot piekļuvi galerijai.
    188247<br>Lai to paveiktu, e-pastam ir pievienota reģistrācijas revalidācijas saite (jaunas validācijas automātiska uzģenerēšana).<b
    189248style=&quot;color: red;&quot;>Ja lietotājs jau ir bijis brīdināts, viņa konts automātiski tiek iznīcināts.</b>
    190 <br><br>Lai papildinātu validācijas apstiprināšanas saiti, var pievienot konta funkcionalitātes pazemināšanas paskaidrojošu tekstu. Šis paskaidrojuma teksts nav obligāts, bet stingri iesakāms. Patiesībā, jūsu apmeklētāji nebūs sevišķi apmierināti, saņemot tikai aktivācijas saiti bez nekādiem paskaidrojumiem. ;-)
    191 <br><br> Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas.
    192 <br><br><b style=&quot;color: red;&quot;>Brīdinājums: Šīs funkcijas izmantošana ir cieši saistīta ar lietotāja reģistrācijas apstiprināšanu (apstiprināšana ar e-pastu) un nevar tikt aktivēta bez šīs opcijas.</b>';
    193 $lang['UAM_AdminValidationMail'] = 'Paziņojums par manuālās reģistrācijas apstiprināšanu';
    194 // --------- End: New or revised $lang ---- from version 2.16.0
    195 
    196 
    197 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    198 /* TODO */$lang['UAM_gttextTitle_d'] = 'Ievadiet tekstu , ko jūs gribat atspoguļot e-pasta atgādinājumā, lai atgādinātu lietotājam apmeklēt jūsu galeriju. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
    199 <br><br>
    200 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    201 <br><br>
    202 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
    203 /* TODO */$lang['UAM_infotxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu.
    204 <br><br>
    205 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    206 <br><br>
    207 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
    208 /* TODO */$lang['UAM_confirmtxtTitle_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu.
    209 <br><br>
    210 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    211 <br><br>
    212 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
    213 /* TODO */$lang['UAM_AdminValidationMail_d'] = 'Gadījumā, kad administrators vai galerijas Webmāsters manuāli aiztur reģistrācijas procesu, lietotājam automātiski tiek nosūtīts e-pasta paziņojums. Ievadiet šeit tekstu, ko gribat, lai tas parādītos šajā e-pasta ziņojumā.
    214 <br><br>
    215 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    216 <br><br>
    217 Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas.';
    218 /* TODO */$lang['UAM_confirmmail_custom1_d'] = 'Tad, kas opcija &quot;Confirmation of registration&quot; ir aktīva, šis lauks ļauj jums pielāgot apstiprinājuma tekstu <b><u>acceptance text</u></b> reģistrācijas apstiprināšanas lapā, kas parādās, kad lietotājs uzklikšķina uz apstiprināšanas saites, ko viņš saņēmis ar e-pastu.
    219 <br><br>
    220 Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants.
    221 <br><br>
    222 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    223 <br><br>
    224 Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.';
    225 /* TODO */$lang['UAM_confirmmail_custom2_d'] = 'Tad, kad opcija &quot;Confirmation of registration&quot; ir aktīva, šis lauks ļauj jums pielāgot noraidījuma tekstu <b><u>rejectance text</u></b> > reģistrācijas apstiprināšanas lapā, kas parādās, kad lietotājs uzklikšķina uz apstiprināšanas saites, ko viņš saņēmis ar e-pastu.
    226 <br><br>
    227 Pēc spraudņa uzinstalēšanas, kā piemērs tiek piedāvāts standarta teksta variants.
    228 <br><br>
    229 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    230 <br><br>
    231 Šis lauks ir savietojams ar FCK Redaktoru un, multi-valodu režīmā, varat lietot Paplašināta apraksta (Extended description), gadījumā, ja tas ir aktīvs) [lang] iezīmes- tagus.';
    232 /* TODO */$lang['UAM_remailtxt1Title_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu, kā pielikumu reģenerētajai validācijas atslēgai.
    233 <br><br>
    234 Ja ir atstāts tukšs lauks, e-pasta atgādinātājs ietver sevī tikai validācijas saiti.
    235 Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu. (NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
    236 <br><br>
    237 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    238 <br><br>
    239 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
    240 /* TODO */$lang['UAM_remailtxt2Title_d'] = 'Ievadiet teksta, ko jūs gribat atspoguļot informācijas e-vēstulē, ievaddaļu bez validācijas atslēgas.
    241 <br><br>
    242 Ja ir atstāts tukšs lauks, e-pasta atgādinātājvēstule būs tukša. Tādēļ ir ieteicams ietvert mazu skaidrojošu tekstu.(NB: Spraudni instalējot, aizpildītais teksts ir piedāvāts kā paraugs).
    243 <br><br>
    244 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    245 <br><br>
    246 Lai izmantotu vairākas valodas, jūs varat lietot Paplašinātā apraksta spraudņa tagus (gadījumā, ja tas ir aktīvs).';
    247 /* TODO */$lang['UAM_GTAutoDelTitle_d'] = 'Šis variants ir iespējams tikai tad, ja lietotājs, kura konta derīguma termiņš ir beidzies, pats ieslēdz dzēšanas mehānismu (rets, bet iespējams gadījums). Tad viņš tiek atslēgts no galerijas un novirzīts uz lapu, kas atspoguļo viņa konta dzēšanas faktu un iespējamo šīs dzēšanas iemeslu.
    248 <br><br>
    249 Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
    250 <br><br>
    251 Pāradresācijas lapai paredzēto pielāgoto tekstu var ievadīt šajā laukā, savietojams ar FCK Redaktora standartu, lai izmantotu multi-valodu režīmu, lietojiet spraudņa paplašinātais apraksts Extended description iezīmes [lang], tikai gadījumā, ja spraudnis aktīvs.';
     249<br><br>
     250Lai papildinātu validācijas apstiprināšanas saiti, var pievienot konta funkcionalitātes pazemināšanas paskaidrojošu tekstu. Šis paskaidrojuma teksts nav obligāts, bet stingri iesakāms. Patiesībā, jūsu apmeklētāji nebūs sevišķi apmierināti, saņemot tikai aktivācijas saiti bez nekādiem paskaidrojumiem. ;-)
     251<br><br>
     252Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email. Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.
     253<br><br>
     254 Ja ir aktivēts paplašinātā apraksta Extended description spraudnis, varat izmantot tā iezīmes (valodu tagus), lai lietotu vairākas pieejamās valodas.
     255<br><br>
     256<b style=&quot;color: red;&quot;>Brīdinājums: Šīs funkcijas izmantošana ir cieši saistīta ar lietotāja reģistrācijas apstiprināšanu (apstiprināšana ar e-pastu) un nevar tikt aktivēta bez šīs opcijas.</b>';
    252257/* TODO */$lang['UAM_CustomPasswRetrTitle'] = 'Customize lost password email content';
    253258/* TODO */$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
  • extensions/NBC_UserAdvManager/trunk/language/lv_LV/plugin.lang.php

    r9160 r9177  
    77
    88/* UserManager Tab */
    9 $lang['Registration_Date'] = 'Reģistrācijas datums';
     9$lang['UAM_Registration_Date'] = 'Reģistrācijas datums';
    1010
    1111
    1212/* Mailing */
    13 $lang['infos_mail %s'] = '%s, lūdzu meklējiet šeit savu informāciju, lai ielogotos galerijā :';
    14 $lang['User: %s'] = 'Lietotājs: %s';
    15 $lang['Password: %s'] = 'Parole: %s';
    16 $lang['Link: %s'] = 'Lūdzu, uzklikšķiniet uz šīs saites, lai apstiprinātu savu reģistrāciju : %s';
     13$lang['UAM_infos_mail %s'] = '%s, lūdzu meklējiet šeit savu informāciju, lai ielogotos galerijā :';
     14$lang['UAM_User: %s'] = 'Lietotājs: %s';
     15$lang['UAM_Password: %s'] = 'Parole: %s';
     16$lang['UAM_Link: %s'] = 'Lūdzu, uzklikšķiniet uz šīs saites, lai apstiprinātu savu reģistrāciju : %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['title_confirm_mail'] = 'Apstipriniet savu reģistrāciju';
    21 $lang['confirm_mail_page_title'] = 'Apstipriniet savu reģistrāciju';
     20$lang['UAM_title_confirm_mail'] = 'Apstipriniet savu reģistrāciju';
     21$lang['UAM_confirm_mail_page_title'] = 'Apstipriniet savu reģistrāciju';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Pārbaude OK';
    26 $lang['Err_audit_username_char'] = '<b>Šinī kontā izmantotas neatļautas rakstzīmes :</b> ';
    27 $lang['Err_audit_email_forbidden'] = '<b>Šinī kontā izmanots neatļauts e-pasta pakalpojuma sniedzējs :</b> ';
    28 $lang['Err_audit_advise'] = '<b>Jums ir jāveic korekcijas, lai panāktu atbilstību jaunajiem nosacījumiem, ko esat aktivizējuši.<br> Izmantojiet datu bāzes pārvaldības rīku, lai koriģētu lietotāja kontus tieši tabulā ###_USERS';
     26$lang['UAM_Err_audit_username_char'] = '<b>Šinī kontā izmantotas neatļautas rakstzīmes :</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>Šinī kontā izmanots neatļauts e-pasta pakalpojuma sniedzējs :</b> ';
     28$lang['UAM_Err_audit_advise'] = '<b>Jums ir jāveic korekcijas, lai panāktu atbilstību jaunajiem nosacījumiem, ko esat aktivizējuši.<br> Izmantojiet datu bāzes pārvaldības rīku, lai koriģētu lietotāja kontus tieši tabulā ###_USERS';
    2929$lang['UAM_Empty Author'] = 'Lai nosūtītu komentāru, ir jābūt aizpildītam autora laukam.';
    30 $lang['reg_err_login5'] = 'Lietotājvārs jau eksistē, UZMANĪBU vārds nav reģistrjūtīgs (Shift = Tiny).';
    31 $lang['reg_err_login6'] = 'Lietotājvārdam nav jāsakrīt ar sekojošām rakstzīmēm: ';
    32 $lang['reg_err_login7'] = 'Jūsu e-pasta pakalpojumu sniedzējam aizliegta reģistrācija. Aizniegtie e-pasta pakalpojumu sniedzēji ir: ';
     30$lang['UAM_reg_err_login2'] = 'Lietotājvārdam nav jāsakrīt ar sekojošām rakstzīmēm: ';
     31$lang['UAM_reg_err_login5'] = 'Jūsu e-pasta pakalpojumu sniedzējam aizliegta reģistrācija. Aizniegtie e-pasta pakalpojumu sniedzēji ir: ';
    3332$lang['UAM_empty_pwd'] = '[tukša parole]';
    3433$lang['UAM_no_update_pwd'] = '[profile atjaunināts neizmainot paroli]';
    35 $lang['invalid_pwd'] = 'Nekorekts lietotājvārds vai parole !';
    36 $lang['No_validation_for_Guest'] = 'Viesa konts "Guest" nav pārbaudes objekts';
    37 $lang['No_validation_for_default_user'] = 'Konts pēc noklusēšanas nav pārbaudes objekts';
    38 $lang['No_validation_for_Webmaster'] = 'Konts "Webmaster" nav pārbaudes objekts';
    39 $lang['No_validation_for_your_account'] = 'Jūsu personīgais admin konts nav pārbaudes objekts';
    40 $lang['Database_Error'] = '<b><u>Uzmanību! Kritiska integritātes kļūda jūsu datubāzē.</u></b><br><br>Lūdzu pārbaudiet tabulas #_user_confirm_mail integritāti.';
     34$lang['UAM_No_validation_for_Guest'] = 'Viesa konts "Guest" nav pārbaudes objekts';
     35$lang['UAM_No_validation_for_default_user'] = 'Konts pēc noklusēšanas nav pārbaudes objekts';
     36$lang['UAM_No_validation_for_Webmaster'] = 'Konts "Webmaster" nav pārbaudes objekts';
     37$lang['UAM_No_validation_for_your_account'] = 'Jūsu personīgais admin konts nav pārbaudes objekts';
    4138
    4239
    4340/* Processing messages */
    44 $lang['%d_Mail_With_Key'] = '%d ziņojums ar atslēgas jauninājumu tika nosūtīts';
    45 $lang['%d_Mails_With_Key'] = '%d ziņojumi ar atslēgas jauninājumu tika nosūtīti';
    46 $lang['%d_Reminder_Sent'] = '%d atgādinājuma ziņojums tika nosūtīts';
    47 $lang['%d_Reminders_Sent'] = '%d atgādinājuma ziņojumi tika nosūtīti';
    48 $lang['%d_Validated_User'] = '%d Lietotājs apstiprināts manuāli';
    49 $lang['%d_Validated_Users'] = '%d Lietotāji apstiprināti manuāli';
     41$lang['UAM_%d_Mail_With_Key'] = '%d ziņojums ar atslēgas jauninājumu tika nosūtīts';
     42$lang['UAM_%d_Mails_With_Key'] = '%d ziņojumi ar atslēgas jauninājumu tika nosūtīti';
     43$lang['UAM_%d_Reminder_Sent'] = '%d atgādinājuma ziņojums tika nosūtīts';
     44$lang['UAM_%d_Reminders_Sent'] = '%d atgādinājuma ziņojumi tika nosūtīti';
     45$lang['UAM_%d_Validated_User'] = '%d Lietotājs apstiprināts manuāli';
     46$lang['UAM_%d_Validated_Users'] = '%d Lietotāji apstiprināti manuāli';
    5047
    5148
    5249/* Action button names */
    53 $lang['Delete_selected'] = 'Dzēst';
    54 $lang['Mail_without_key'] = 'Atgādinājums bez atslēgas';
    55 $lang['Mail_with_key'] = 'Atgādinājums ar atslēgu';
     50$lang['UAM_Delete_selected'] = 'Dzēst';
     51$lang['UAM_Mail_without_key'] = 'Atgādinājums bez atslēgas';
     52$lang['UAM_Mail_with_key'] = 'Atgādinājums ar atslēgu';
    5653
    5754
     
    6057// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    6158/* Global Configuration Tab */
    62 $lang['PasswordTest'] = 'Rezultāta aprēķins';
     59$lang['UAM_PasswordTest'] = 'Rezultāta aprēķins';
    6360/* Ghost Tracker Tab */
    64 $lang['Tab_GhostTracker'] = 'Ghost Tracker (neredzamais izsekotājs)';
    65 $lang['Reminder'] = 'Atgādinājuma e-pasts';
    66 $lang['Reminder_Sent_OK'] = 'JĀ';
    67 $lang['Reminder_Sent_NOK'] = 'NĒ';
     61$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker (neredzamais izsekotājs)';
     62$lang['UAM_Reminder'] = 'Atgādinājuma e-pasts';
     63$lang['UAM_Reminder_Sent_OK'] = 'JĀ';
     64$lang['UAM_Reminder_Sent_NOK'] = 'NĒ';
    6865/* Errors and Warnings */
    6966$lang['UAM_save_config'] ='Konfigurācija saglabāta.';
    70 $lang['reg_err_login3'] = 'Drošība : Parole ir obligāta !';
    71 $lang['reg_err_login4_%s'] = 'Drošība : Kontrolsistēma aprēķina izvēlētās paroles sarežģītības pakāpi. Jūsu paroles sarežģītība ir par zemu (rezultāts = %s). Lūdzu, izveidojiet jaunu, drošāku paroli, sekojot šiem nosacījumiem:<br>
     67$lang['UAM_reg_err_login3'] = 'Drošība : Parole ir obligāta !';
     68$lang['UAM_reg_err_login4_%s'] = 'Drošība : Kontrolsistēma aprēķina izvēlētās paroles sarežģītības pakāpi. Jūsu paroles sarežģītība ir par zemu (rezultāts = %s). Lūdzu, izveidojiet jaunu, drošāku paroli, sekojot šiem nosacījumiem:<br>
    7269- Lietojiet burtus un ciparus<br>
    7370- Lietojiet apakšējo un augšējo reģistru<br>
    7471- Palieliniet tās garumu (rakstzīmju skaits)<br>
    7572Minimālais, administratora pieprasītais paroles sarežģītības līmenis ir: ';
    76 $lang['No_reminder_for_Guest'] = 'Konts "Guest" nav atgādinājumu no GhostTracker saņēmējsubjekts';
    77 $lang['No_reminder_for_default_user'] = 'Konts pēc noklusējumu nav atgādinājumu no GhostTracker saņēmējsubjekts';
    78 $lang['No_reminder_for_Webmaster'] = 'Konts "Webmaster" nav atgādinājumu no GhostTracker saņēmējsubjekts ';
    79 $lang['No_reminder_for_your_account'] = 'Jūsu personīgais admin konts nav atgādinājumu no GhostTracker saņēmējsubjekts';
     73$lang['UAM_No_reminder_for_Guest'] = 'Konts "Guest" nav atgādinājumu no GhostTracker saņēmējsubjekts';
     74$lang['UAM_No_reminder_for_default_user'] = 'Konts pēc noklusējumu nav atgādinājumu no GhostTracker saņēmējsubjekts';
     75$lang['UAM_No_reminder_for_Webmaster'] = 'Konts "Webmaster" nav atgādinājumu no GhostTracker saņēmējsubjekts ';
     76$lang['UAM_No_reminder_for_your_account'] = 'Jūsu personīgais admin konts nav atgādinājumu no GhostTracker saņēmējsubjekts';
    8077/* Action button names */
    81 $lang['audit'] = 'Pārbaudes iestatījumi';
    82 $lang['submit'] = 'Saglabāt iestatījumus';
     78$lang['UAM_audit'] = 'Pārbaudes iestatījumi';
     79$lang['UAM_submit'] = 'Saglabāt iestatījumus';
    8380// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8481
     
    8683// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8784/* Errors and Warnings */
    88 $lang['GhostTracker_Init_OK'] = 'Ghost Tracker atiestatīšana (reset) paveikta !';
     85$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker atiestatīšana (reset) paveikta !';
    8986/* Action button names */
    90 $lang['GT_Reset'] = 'Atiestatīt Ghost Tracker';
     87$lang['UAM_GT_Reset'] = 'Atiestatīt Ghost Tracker';
    9188// --------- End: New or revised $lang ---- from version 2.12.2
    9289
     
    9491// --------- Starting below: New or revised $lang ---- from version 2.12.8
    9592/* Errors and Warnings */
    96 $lang['mail_exclusionlist_error'] = 'Brīdinājums! Jūs esat ievadījis jaunu rindu (CR-LF) e-pasta izņēmumu saraksta sākumā (parādīts ar sarkanu zemāk). Lai gan šī jaunā rinda nav redzama, tā joprojām eksistē un var būt par iemeslu spraudņa kļūmīgai darbībai. Lūdzu pārrakstiet jūsu izņēmumu sarakstu, lai tas nesāktos ar jaunu tukšu rindu.';
     93$lang['UAM_mail_exclusionlist_error'] = 'Brīdinājums! Jūs esat ievadījis jaunu rindu (CR-LF) e-pasta izņēmumu saraksta sākumā (parādīts ar sarkanu zemāk). Lai gan šī jaunā rinda nav redzama, tā joprojām eksistē un var būt par iemeslu spraudņa kļūmīgai darbībai. Lūdzu pārrakstiet jūsu izņēmumu sarakstu, lai tas nesāktos ar jaunu tukšu rindu.';
    9794// --------- End: New or revised $lang ---- from version 2.12.8
    9895
     
    10097// --------- Starting below: New or revised $lang ---- from version 2.13.0
    10198/* UserList Tab */
    102 $lang['UserList_Title'] = 'Re;gistrēto lietotāju Monitorings';
     99$lang['UAM_UserList_Title'] = 'Re;gistrēto lietotāju Monitorings';
    103100// --------- End: New or revised $lang ---- from version 2.13.0
    104101
    105102
    106103// --------- Starting below: New or revised $lang ---- from version 2.13.4
    107 $lang['uam_no_unlink'] = '\'unlink\' (atsaistes) funkcija nav pieejama';
    108 $lang['uam_unlink_errors'] = 'Failu dzēšanas laikā ir radusies kļūme';
    109104/* Global Configuration Tab */
    110 $lang['Title_Tab'] = 'UserAdvManager - Versija : ';
    111 $lang['SubTitle1'] = 'Spraudņa konfigurācija';
    112 $lang['Tab_Global'] = 'Konfigurācija';
     105$lang['UAM_Title_Tab'] = 'UserAdvManager - Versija : ';
     106$lang['UAM_SubTitle1'] = 'Spraudņa konfigurācija';
     107$lang['UAM_Tab_Global'] = 'Konfigurācija';
    113108$lang['UAM_Title1'] = 'Reģistrācijas ierobežojumu iestatīšana';
    114109$lang['UAM_Title2'] = 'Reģistrācijas apstiprinājumu un pārbaudes iestatīšana';
     
    169164$lang['UAM_Tips1'] = 'Reģistrēšanās ar e-pasta apstiprināšanu un brīdinājuma ziņojums Piwigo mājas lapā';
    170165
    171 $lang['Tab_UserManager'] = 'Apstiprinājumu izsekošana';
     166$lang['UAM_Tab_UserManager'] = 'Apstiprinājumu izsekošana';
    172167
    173168/* UserManager Tab */
    174 $lang['SubTitle3'] = 'Apstiprinājumu izsekošana';
    175 $lang['UserManager_Title'] = 'Apstiprinājumu izsekošana';
     169$lang['UAM_SubTitle3'] = 'Apstiprinājumu izsekošana';
     170$lang['UAM_UserManager_Title'] = 'Apstiprinājumu izsekošana';
    176171/* Ghost Tracker Tab */
    177 $lang['SubTitle4'] = 'Ghost Tracker';
    178 $lang['GT_Init'] = 'Ghost Tracker inicializācija';
    179 $lang['GhostTracker_Title'] = 'Ghost (slēpto) apmeklētāju pārvaldība';
     172$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     173$lang['UAM_GT_Init'] = 'Ghost Tracker inicializācija';
     174$lang['UAM_GhostTracker_Title'] = 'Ghost (slēpto) apmeklētāju pārvaldība';
    180175$lang['UAM_GhostTracker_Init'] = 'Ja grasāties lietot šo iespēju pirmo reizi vai reaktivējat to pēc ilgāka laika, kurā reģistrējušies jauni lietotāji, jums jāinicializē vai jāresetē Ghost Tracker. Šī darbība ir veicama tikai pēc opcijas aktivēšanas vai reaktivēšanas. Lūdzu klikšķiniet <u>vienreiz</u> uz reset pogas zemāk.';
    181176/* UserList Tab */
    182 $lang['SubTitle5'] = 'Lietotāju izsekošana';
    183 $lang['Tab_UserList'] = 'Lietotāju izsekošana';
     177$lang['UAM_SubTitle5'] = 'Lietotāju izsekošana';
     178$lang['UAM_Tab_UserList'] = 'Lietotāju izsekošana';
    184179/* Mailing */
    185 $lang['Add of %s'] = 'Profils izveidos priekš %s';
    186 $lang['Update of %s'] = 'Profils %s atjaunināts';
     180$lang['UAM_Add of %s'] = 'Profils izveidos priekš %s';
     181$lang['UAM_Update of %s'] = 'Profils %s atjaunināts';
    187182
    188183/* Mailing */
    189 $lang['Ghost_reminder_of_%s'] = '%s, šis ir atgādinājuma e-pasts';
    190 $lang['Reminder_with_key_of_%s'] = '%s, jūsu apstiprināšanas atslēga ir atjaunota';
    191 $lang['Reminder_without_key_of_%s'] = '%s, jūsu apstiprināšanas atslēgas darbība beigsies';
    192 /* Errors and Warnings */
    193 $lang['Err_GhostTracker_Settings'] = 'Šī lapa pieejama tikai, ja "Ghost Tracker" ir aktīvs iekš "Setting the registrations followed and other options".';
    194 $lang['Err_Userlist_Settings'] = 'Šī lapa ir pieejama tikai, ja "Monitoring registered users" ir aktīvs iekš "Setting the registrations followed and other options".';
     184$lang['UAM_Ghost_reminder_of_%s'] = '%s, šis ir atgādinājuma e-pasts';
     185$lang['UAM_Reminder_with_key_of_%s'] = '%s, jūsu apstiprināšanas atslēga ir atjaunota';
     186$lang['UAM_Reminder_without_key_of_%s'] = '%s, jūsu apstiprināšanas atslēgas darbība beigsies';
     187/* Errors and Warnings */
     188$lang['UAM_Err_GhostTracker_Settings'] = 'Šī lapa pieejama tikai, ja "Ghost Tracker" ir aktīvs iekš "Setting the registrations followed and other options".';
     189$lang['UAM_Err_Userlist_Settings'] = 'Šī lapa ir pieejama tikai, ja "Monitoring registered users" ir aktīvs iekš "Setting the registrations followed and other options".';
    195190// --------- End: New or revised $lang ---- from version 2.13.4
    196191
     
    244239$lang['UAM_confirmmail_custom_Txt1'] = 'Apstiprinājuma lapas teksts – Apstiprinājums akceptēts';
    245240$lang['UAM_confirmmail_custom_Txt2'] = 'Apstiprinājuma lapas teksts – Apstiprinājums noraidīts';
    246 $lang['LastVisit_Date'] = 'Pēdējais apciemojums';
    247 $lang['Nb_Days'] = 'Atšķirība dienās';
    248 $lang['Err_UserManager_Settings'] = 'Šī lapa piejam tikai, ja "Reģistrācijas apstiprināšana" ir aktīva un neapstiprināto apmeklētāju grupa ir nokonfigurēta sadaļā "Setting confirmations and validations of registration" (reģistrācijas pārbaudes un apstiprinājuma iestatījumi).';
     241$lang['UAM_LastVisit_Date'] = 'Pēdējais apciemojums';
     242$lang['UAM_Nb_Days'] = 'Atšķirība dienās';
     243$lang['UAM_Err_UserManager_Settings'] = 'Šī lapa piejam tikai, ja "Reģistrācijas apstiprināšana" ir aktīva un neapstiprināto apmeklētāju grupa ir nokonfigurēta sadaļā "Setting confirmations and validations of registration" (reģistrācijas pārbaudes un apstiprinājuma iestatījumi).';
    249244// --------- End: New or revised $lang ---- from version 2.15.0
    250245
    251246
    252247// --------- Starting below: New or revised $lang ---- from version 2.15.1
    253 $lang['reg_err_mail_address_dbl'] = 'Šī e-pasta adrese jau tiek lietota.';
    254248$lang['UAM_Support_txt'] = 'Oficiāls šī spraudņa atbalsts ir pieejams tikai Piwigo forumā:<br>
    255249<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forums fraņču valodā - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     
    261255
    262256// --------- Starting below: New or revised $lang ---- from version 2.15.4
    263 $lang['Force_Validation'] = 'Manuālā apstiprināšana';
     257$lang['UAM_Force_Validation'] = 'Manuālā apstiprināšana';
    264258$lang['UAM_Confirm_Mail_true'] = ' Iespējot – Apstiprinājis lietotājs';
    265259$lang['UAM_Confirm_Mail_local'] = ' Iespējot – Apstiprinājis administrators (netika nosūtīta apstiprināšanas atslēga)';
     
    281275/* TODO */$lang['UAM_GTAutoMail_false'] = ' Atspējot (pēc noklusējuma)';
    282276/* TODO */$lang['UAM_GTAutoMail_true'] = ' Iespējot';
    283 /* TODO */$lang['Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    284 /* TODO */$lang['title_redir_page'] = 'Access denied for having an account destroyed!';
    285 /* TODO */$lang['Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
     277/* TODO */$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
     278/* TODO */$lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
     279/* TODO */$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:<br><br>
    286280"Setting the followed registrations and other options > Ghost visitors management (Ghost Tracker) > Automatic management of ghosts users > Automatically sending an email when changing group / status" can not be activated if "Setting confirmations and validations of registration > Confirmation of registration - Validation by user" is not enabled at first.<br><br>
    287281To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
    288 /* TODO */$lang['Demotion of %s'] = 'Demotion of %s';
     282/* TODO */$lang['UAM_Demotion of %s'] = 'Demotion of %s';
    289283/* TODO */$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
    290 /* TODO */$lang['Validation of %s'] = 'Validation of %s';
     284/* TODO */$lang['UAM_Validation of %s'] = 'Validation of %s';
    291285// --------- End: New or revised $lang ---- from version 2.16.0
    292286
  • extensions/NBC_UserAdvManager/trunk/template/ConfirmMail.tpl

    r7277 r9177  
    1616      </li>
    1717    </ul>
    18     <h2 class="confmail">{'title_confirm_mail'|@translate}</h2>
     18    <h2 class="confmail">{'UAM_title_confirm_mail'|@translate}</h2>
    1919  </div>
    2020  <ul>
  • extensions/NBC_UserAdvManager/trunk/template/del_account.tpl

    r8065 r9177  
    1010      </li>
    1111    </ul>
    12     <h2 class="confmail">{'title_redir_page'|@translate}</h2>
     12    <h2 class="confmail">{'UAM_title_redir_page'|@translate}</h2>
    1313  </div>
    1414  <ul>
Note: See TracChangeset for help on using the changeset viewer.