Changeset 9266


Ignore:
Timestamp:
Feb 17, 2011, 6:16:36 PM (13 years ago)
Author:
Eric
Message:

bug 2055 fixed : New automated task for unvalidated registers (auto email reminder sent and auto deletion if already reminded).
Localisation files cleanup : all keys for "enable" and "disable" options have been replaced by one unic key.

Location:
extensions/NBC_UserAdvManager/trunk
Files:
2 added
1 deleted
17 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBC_UserAdvManager/trunk/admin/UAM_admin.php

    r9253 r9266  
    7474$height = '300px';
    7575$areas = array();
    76 array_push( $areas,'UAM_ConfirmMail_Custom_Txt1','UAM_ConfirmMail_Custom_Txt2','UAM_GTAutoDelText');
     76array_push( $areas,'UAM_ConfirmMail_Custom_Txt1','UAM_ConfirmMail_Custom_Txt2','UAM_GTAutoDelText','UAM_USRAutoDelText');
    7777
    7878if (function_exists('set_fckeditor_instance'))
     
    122122
    123123    $_POST['UAM_CustomPasswRetr_Text'] = str_replace('\"', '"', str_replace("\'", "'", str_replace("\\\\", "\\", $_POST['UAM_CustomPasswRetr_Text'])));
     124
     125    $_POST['UAM_USRAutoDelText'] = str_replace('\"', '"', str_replace("\'", "'", str_replace("\\\\", "\\", $_POST['UAM_GTAutoDelText'])));
    124126
    125127    // Check if CR-LF exist at begining and end of mail exclusion list - If yes, removes them
     
    171173      $_POST['UAM_AdminValidationMail_Text'],
    172174      $_POST['UAM_CustomPasswRetr'],
    173       $_POST['UAM_CustomPasswRetr_Text']
     175      $_POST['UAM_CustomPasswRetr_Text'],
     176      $_POST['UAM_USRAuto'],
     177      $_POST['UAM_USRAutoDelText'],
     178      $_POST['UAM_USRAutoMail']
    174179      );
    175180
     
    412417    'UAM_CUSTOMPASSWRETR_FALSE'      => $conf_UAM[29]=='false' ?  'checked="checked"' : '' ,
    413418    'UAM_CUSTOMPASSWRETR_TEXT'       => $conf_UAM[30],
     419    'UAM_USRAUTO_TRUE'               => $conf_UAM[31]=='true' ?  'checked="checked"' : '' ,
     420    'UAM_USRAUTO_FALSE'              => $conf_UAM[31]=='false' ?  'checked="checked"' : '' ,
     421    'UAM_USRAUTODEL_TEXT'            => $conf_UAM[32],
     422    'UAM_USRAUTOMAIL_TRUE'           => $conf_UAM[33]=='true' ?  'checked="checked"' : '' ,
     423    'UAM_USRAUTOMAIL_FALSE'          => $conf_UAM[33]=='false' ?  'checked="checked"' : '' ,
    414424                'UAM_PASSWORD_TEST_SCORE'        => $UAM_Password_Test_Score,
    415425    'UAM_ERROR_REPORTS4'             => $UAM_Exclusionlist_Error,
  • extensions/NBC_UserAdvManager/trunk/admin/template/global.tpl

    r9177 r9266  
    9090          <br><br>
    9191            <input type="radio" value="false" {$UAM_PASSWORDENF_FALSE} name="UAM_Password_Enforced">
    92               {'UAM_Password_Enforced_false'|@translate}<br>
     92              {'UAM_Disable'|@translate}<br>
    9393            <input type="radio" value="true" {$UAM_PASSWORDENF_TRUE} name="UAM_Password_Enforced">
    9494              {'UAM_Password_Enforced_true'|@translate}&nbsp;
     
    110110            <br><br>
    111111              <input type="radio" value="false" {$UAM_ADMINPASSWENF_FALSE} name="UAM_AdminPassword_Enforced">
    112                 {'UAM_AdminPassword_Enforced_false'|@translate}<br>       
     112                {'UAM_Disable'|@translate}<br>       
    113113              <input type="radio" value="true" {$UAM_ADMINPASSWENF_TRUE} name="UAM_AdminPassword_Enforced">
    114                 {'UAM_AdminPassword_Enforced_true'|@translate}
     114                {'UAM_Enable'|@translate}
    115115              <br><br>
    116116            </li>
     
    123123            <br><br>
    124124            <input type="radio" value="false" {$UAM_MAILEXCLUSION_FALSE} name="UAM_MailExclusion">
    125               {'UAM_MailExclusion_false'|@translate}<br>
     125              {'UAM_Disable'|@translate}<br>
    126126            <input type="radio" value="true" {$UAM_MAILEXCLUSION_TRUE} name="UAM_MailExclusion">
    127127              {'UAM_MailExclusion_true'|@translate}
     
    165165            <br><br>
    166166            <input type="radio" value="false" {$UAM_MAIL_INFO_FALSE} name="UAM_Mail_Info">
    167               {'UAM_Mail_Info_false'|@translate}<br>
     167              {'UAM_Disable'|@translate}<br>
    168168            <input type="radio" value="true" {$UAM_MAIL_INFO_TRUE} name="UAM_Mail_Info">
    169               {'UAM_Mail_Info_true'|@translate}
     169              {'UAM_Enable'|@translate}
    170170            <br><br>
    171171          </li>
     
    195195         <br><br>
    196196            <input type="radio" value="false" {$UAM_CONFIRM_MAIL_FALSE} name="UAM_Confirm_Mail">
    197               {'UAM_Confirm_Mail_false'|@translate}<br>
     197              {'UAM_Disable'|@translate}<br>
    198198            <input type="radio" value="true" {$UAM_CONFIRM_MAIL_TRUE} name="UAM_Confirm_Mail">
    199199              {'UAM_Confirm_Mail_true'|@translate}<br>
     
    228228              <br><br>
    229229              <input type="radio" value="false" {$UAM_ADMINCONFMAIL_FALSE} name="UAM_Admin_ConfMail">
    230                 {'UAM_Admin_ConfMail_false'|@translate}<br>
     230                {'UAM_Disable'|@translate}<br>
    231231              <input type="radio" value="true" {$UAM_ADMINCONFMAIL_TRUE} name="UAM_Admin_ConfMail">
    232                 {'UAM_Admin_ConfMail_true'|@translate}
     232                {'UAM_Enable'|@translate}
    233233              <br><br>
    234234            </li>
     
    350350              <br><br>
    351351                <input type="radio" value="false" {$UAM_CONFIRMMAIL_TIMEOUT_FALSE} name="UAM_ConfirmMail_TimeOut">
    352                   {'UAM_ConfirmMail_TimeOut_false'|@translate}<br>
     352                  {'UAM_Disable'|@translate}<br>
    353353                <input type="radio" value="true" {$UAM_CONFIRMMAIL_TIMEOUT_TRUE} name="UAM_ConfirmMail_TimeOut">
    354354                  {'UAM_ConfirmMail_TimeOut_true'|@translate}
     
    362362              <br><br>
    363363                <input type="radio" value="false" {$UAM_CONFIRMMAIL_REMAIL_FALSE} name="UAM_ConfirmMail_Remail">
    364                   {'UAM_ConfirmMail_Remail_false'|@translate}<br>
     364                  {'UAM_Disable'|@translate}<br>
    365365                <input type="radio" value="true" {$UAM_CONFIRMMAIL_REMAIL_TRUE} name="UAM_ConfirmMail_Remail">
    366                   {'UAM_ConfirmMail_Remail_true'|@translate}<br><br>
     366                  {'UAM_Enable'|@translate}<br><br>
    367367              </li>
    368368
     
    399399-->
    400400              </ul>
     401          {if $UAM_CONFIRMMAIL_TIMEOUT_FALSE and $UAM_CONFIRMMAIL_REMAIL_FALSE}
     402            <div class="uam_hide">
     403          {/if}
     404<br><hr><br>
     405
     406              <li><label class="cluetip" title="{'UAM_USRAutoTitle'|translate}|{'UAM_USRAutoTitle_d'|translate}">{'UAM_USRAuto'|@translate}</label>
     407              <br><br>
     408                <input type="radio" value="false" {$UAM_USRAUTO_FALSE} name="UAM_USRAuto">{'UAM_Disable'|@translate}<br>
     409                <input type="radio" value="true" {$UAM_USRAUTO_TRUE} name="UAM_USRAuto">{'UAM_Enable'|@translate}<br><br>
     410              </li>
     411
     412              <ul>
     413                <li><label class="cluetip" title="{'UAM_USRAutoDelTitle'|translate}|{'UAM_USRAutoDelTitle_d'|translate}">{'UAM_USRAutoDel'|@translate}</label>
     414              <br><br>
     415                <textarea class="uam_textfields" name="UAM_USRAutoDelText" id="UAM_USRAutoDelText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_USRAUTODEL_TEXT}</textarea>
     416              <br><br>
     417
     418              {if 'FCK_PATH'|@defined}
     419                <div style="text-align:right;">
     420                  <a href="#" onClick="toogleEditor('UAM_USRAutoDelText'); return false;">FCK Editor On/Off</a>
     421                </div>
     422              {/if}
     423                </li>
     424
     425                <li><label class="cluetip" title="{'UAM_USRAutoMailTitle'|translate}|{'UAM_USRAutoMailTitle_d'|translate}">{'UAM_USRAutoMail'|@translate}</label><br><br>
     426                  <input type="radio" value="false" {$UAM_USRAUTOMAIL_FALSE} name="UAM_USRAutoMail">{'UAM_Disable'|@translate}<br>
     427                  <input type="radio" value="true" {$UAM_USRAUTOMAIL_TRUE} name="UAM_USRAutoMail">{'UAM_Enable'|@translate}<br><br><br>
     428                </li>
     429              </ul>
     430          {if $UAM_CONFIRMMAIL_TIMEOUT_FALSE and $UAM_CONFIRMMAIL_REMAIL_FALSE}
     431            </div>
     432          {/if}
    401433          </ul>
    402434{if $UAM_CONFIRM_MAIL_FALSE}
     
    419451        <ul>
    420452          <li><label class="cluetip" title="{'UAM_ghosttrackerTitle'|translate}|{'UAM_ghosttrackerTitle_d'|translate}">{'UAM_GhostTracker'|@translate}</label><br><br>
    421             <input type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker">{'UAM_GhostTracker_false'|@translate}<br>
     453            <input type="radio" value="false" {$UAM_GHOSTRACKER_FALSE} name="UAM_GhostUser_Tracker">{'UAM_Disable'|@translate}<br>
    422454            <input type="radio" value="true" {$UAM_GHOSTRACKER_TRUE} name="UAM_GhostUser_Tracker">{'UAM_GhostTracker_true'|@translate}<input type="text" name="UAM_GhostTracker_DayLimit" value="{$UAM_GHOSTRACKER_DAYLIMIT}" size="5" style="text-align: center;"><br><br>
    423455          </li>
     
    439471            <li><label class="cluetip" title="{'UAM_GTAutoTitle'|translate}|{'UAM_GTAutoTitle_d'|translate}">{'UAM_GTAuto'|@translate}</label>
    440472            <br><br>
    441               <input type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto">{'UAM_GTAuto_false'|@translate}<br>
    442               <input type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto">{'UAM_GTAuto_true'|@translate}<br><br>
     473              <input type="radio" value="false" {$UAM_GTAUTO_FALSE} name="UAM_GTAuto">{'UAM_Disable'|@translate}<br>
     474              <input type="radio" value="true" {$UAM_GTAUTO_TRUE} name="UAM_GTAuto">{'UAM_Enable'|@translate}<br><br>
    443475            </li>
    444476           
     
    486518                    <ul>
    487519                      <li><label class="cluetip" title="{'UAM_GTAutoMailTitle'|translate}|{'UAM_GTAutoMailTitle_d'|translate}">{'UAM_GTAutoMail'|@translate}</label><br><br>
    488                         <input type="radio" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail">{'UAM_GTAutoMail_false'|@translate}<br>
    489                         <input type="radio" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail">{'UAM_GTAutoMail_true'|@translate}<br><br><br>
     520                        <input type="radio" value="false" {$UAM_GTAUTOMAIL_FALSE} name="UAM_GTAutoMail">{'UAM_Disable'|@translate}<br>
     521                        <input type="radio" value="true" {$UAM_GTAUTOMAIL_TRUE} name="UAM_GTAutoMail">{'UAM_Enable'|@translate}<br><br><br>
    490522                        <textarea class="uam_textfields" name="UAM_GTAutoMailText" id="UAM_GTAutoMailText" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_GTAUTOMAILTEXT}</textarea><br><br>
    491523                      </li>
     
    501533
    502534          <li><label class="cluetip" title="{'UAM_lastvisitTitle'|translate}|{'UAM_lastvisitTitle_d'|translate}">{'UAM_LastVisit'|@translate}</label><br><br>
    503             <input type="radio" value="false" {$UAM_ADDLASTVISIT_FALSE} name="UAM_Add_LastVisit_Column">{'UAM_LastVisit_false'|@translate}<br>
    504             <input type="radio" value="true" {$UAM_ADDLASTVISIT_TRUE} name="UAM_Add_LastVisit_Column">{'UAM_LastVisit_true'|@translate}<br><br>
     535            <input type="radio" value="false" {$UAM_ADDLASTVISIT_FALSE} name="UAM_Add_LastVisit_Column">{'UAM_Disable'|@translate}<br>
     536            <input type="radio" value="true" {$UAM_ADDLASTVISIT_TRUE} name="UAM_Add_LastVisit_Column">{'UAM_Enable'|@translate}<br><br>
    505537          </li>
    506538
    507539          <li><label class="cluetip" title="{'UAM_commentTitle'|translate}|{'UAM_commentTitle_d'|translate}">{'UAM_No_Comment_Anonymous'|@translate}</label><br><br>
    508             <input type="radio" value="false" {$UAM_NO_COMMENT_ANO_FALSE} name="UAM_No_Comment_Anonymous">{'UAM_No_Comment_Anonymous_false'|@translate}<br>
    509             <input type="radio" value="true" {$UAM_NO_COMMENT_ANO_TRUE} name="UAM_No_Comment_Anonymous">{'UAM_No_Comment_Anonymous_true'|@translate}<br><br>
     540            <input type="radio" value="false" {$UAM_NO_COMMENT_ANO_FALSE} name="UAM_No_Comment_Anonymous">{'UAM_Disable'|@translate}<br>
     541            <input type="radio" value="true" {$UAM_NO_COMMENT_ANO_TRUE} name="UAM_No_Comment_Anonymous">{'UAM_Enable'|@translate}<br><br>
    510542          </li>
    511543
    512544          <li><label class="cluetip" title="{'UAM_RedirTitle'|translate}|{'UAM_RedirTitle_d'|translate}">{'UAM_RedirToProfile'|@translate}</label><br><br>
    513             <input type="radio" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile">{'UAM_RedirToProfile_false'|@translate}<br>
    514             <input type="radio" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile">{'UAM_RedirToProfile_true'|@translate}<br><br>
     545            <input type="radio" value="false" {$UAM_REDIRTOPROFILE_FALSE} name="UAM_RedirToProfile">{'UAM_Disable'|@translate}<br>
     546            <input type="radio" value="true" {$UAM_REDIRTOPROFILE_TRUE} name="UAM_RedirToProfile">{'UAM_Enable'|@translate}<br><br>
    515547          </li>
    516548
     
    518550
    519551          <li><label class="cluetip" title="{'UAM_CustomPasswRetrTitle'|translate}|{'UAM_CustomPasswRetrTitle_d'|translate}">{'UAM_CustomPasswRetr'|@translate}</label><br><br>
    520             <input type="radio" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr">{'UAM_CustomPasswRetr_false'|@translate}<br>
    521             <input type="radio" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr">{'UAM_CustomPasswRetr_true'|@translate}<br>
     552            <input type="radio" value="false" {$UAM_CUSTOMPASSWRETR_FALSE} name="UAM_CustomPasswRetr">{'UAM_Disable'|@translate}<br>
     553            <input type="radio" value="true" {$UAM_CUSTOMPASSWRETR_TRUE} name="UAM_CustomPasswRetr">{'UAM_Enable'|@translate}<br>
    522554          <br><br>
    523555            <textarea class="uam_textfields" name="UAM_CustomPasswRetr_Text" id="UAM_CustomPasswRetr_Text" rows="10" {$TAG_INPUT_ENABLED}>{$UAM_CUSTOMPASSWRETR_TEXT}</textarea>
  • extensions/NBC_UserAdvManager/trunk/changelog.txt.php

    r9253 r9266  
    225225            Bug 1666 fixed - New feature : Customizing "lost password" email
    226226            Bug 2045 fixed - New feature : Special tags insertion in text fields. The tags actually available are [username] (insert current user username),[mygallery] (insert current gallery title), [myurl] (insert gallery url if set in Piwigo's configuration options).
     227            Bug 2055 fixed - New automated task for unvalidated registers (auto email reminder sent and auto deletion if already reminded).
    227228            Bug 2072 fixed - Remove sort on "difference in days" in user tracking tab
    228229            Bug 2140 fixed - English sentence corrections
  • extensions/NBC_UserAdvManager/trunk/include/functions.inc.php

    r9253 r9266  
    328328  }
    329329
     330  // Performing User validation scheduled tasks
     331  if ((isset($conf_UAM[31]) and $conf_UAM[31] == 'true'))
     332  {
     333    UAM_USR_ScheduledTasks();
     334  }
     335
    330336  if ((isset($conf_UAM[21]) and $conf_UAM[21] == 'true'))
    331337  {
     
    401407        }
    402408
    403         // If never reminded before, set reminder True
    404         if ($reminder) // If user already reminded for ghost account
     409        // If user already reminded for ghost account
     410        if ($reminder)
    405411        {
    406412          // delete account
     
    410416          invalidate_user_cache();
    411417          logout_user();
    412           redirect(UAM_PATH.'del_account.php');
     418          redirect(UAM_PATH.'GT_del_account.php');
    413419        }
    414420        }
     
    523529  }
    524530}
     531
     532/**
     533 * Triggered on UAM_LoginTasks()
     534 *
     535 * Executes optional post-login tasks for unvalidated users
     536 *
     537 */
     538function UAM_USR_ScheduledTasks()
     539{
     540  global $conf, $user, $page;
     541
     542  if (!defined('PHPWG_ROOT_PATH'))
     543  {
     544    die('Hacking attempt!');
     545  }
     546         
     547  include_once(PHPWG_ROOT_PATH.'admin/include/functions.php');
     548
     549  $conf_UAM = unserialize($conf['UserAdvManager']);
     550 
     551  $collection = array();
     552  $reminder = false;
     553 
     554  $page['filtered_users'] = get_unvalid_user_autotasks();
     555
     556  foreach($page['filtered_users'] as $listed_user)
     557  {
     558    array_push($collection, $listed_user['id']);
     559  }
     560
     561  // Unvalidated accounts auto email sending and autodeletion if user already reminded
     562  if ((isset($conf_UAM[31]) and $conf_UAM[31] == 'true'))
     563  {
     564    if (count($collection) > 0)
     565        {
     566      // Process if a non-admin nor webmaster user is logged
     567      if (in_array($user['id'], $collection))
     568        {
     569        // Check ConfirmMail reminder state
     570        $query = '
     571SELECT reminder
     572FROM '.USER_CONFIRM_MAIL_TABLE.'
     573WHERE user_id = '.$user['id'].';';
     574
     575        $result = pwg_db_fetch_assoc(pwg_query($query));
     576
     577        if (isset($result['reminder']) and $result['reminder'] == 'true')
     578        {
     579          $reminder = true;
     580        }
     581        else
     582        {
     583          $reminder = false;
     584        }
     585
     586        // If never reminded before, send reminder and set reminder True
     587        if (!$reminder and isset($conf_UAM[33]) and $conf_UAM[33] == 'true')
     588        {
     589                  $typemail = 1;
     590         
     591          // Get current user informations
     592          $query = "
     593SELECT id, username, mail_address
     594FROM ".USERS_TABLE."
     595WHERE id = '".$user['id']."'
     596;";
     597          $data = pwg_db_fetch_assoc(pwg_query($query));
     598
     599          ResendMail2User($typemail,$user['id'],stripslashes($data['username']),$data['mail_address'],true);
     600        }
     601
     602        // If already reminded before, delete user
     603        if ($reminder)
     604        {
     605          // delete account
     606          delete_user($user['id']);
     607
     608          // Logged-in user cleanup, session destruction and redirected to custom page
     609          invalidate_user_cache();
     610          logout_user();
     611          redirect(UAM_PATH.'USR_del_account.php');
     612        }
     613        }
     614      else // Process if an admin or webmaster user is logged
     615      {
     616        foreach ($collection as $user_id)
     617        {
     618          // Check reminder state
     619          $query = '
     620SELECT reminder
     621FROM '.USER_CONFIRM_MAIL_TABLE.'
     622WHERE user_id = '.$user_id.';';
     623
     624          $result = pwg_db_fetch_assoc(pwg_query($query));
     625
     626          if (isset($result['reminder']) and $result['reminder'] == 'true')
     627          {
     628            $reminder = true;
     629          }
     630          else
     631          {
     632            $reminder = false;
     633          }
     634
     635          // If never reminded before, send reminder and set reminder True
     636          if (!$reminder and isset($conf_UAM[33]) and $conf_UAM[33] == 'true')
     637          {
     638            $typemail = 1;
     639         
     640            // Get current user informations
     641            $query = "
     642SELECT id, username, mail_address
     643FROM ".USERS_TABLE."
     644WHERE id = '".$user_id."'
     645;";
     646            $data = pwg_db_fetch_assoc(pwg_query($query));
     647
     648            ResendMail2User($typemail,$user_id,stripslashes($data['username']),$data['mail_address'],true);
     649          }
     650          elseif ($reminder) // If user already reminded for account validation
     651          {
     652            // delete account
     653            delete_user($user_id);
     654          }
     655        }
     656      }
     657    }
     658  }
     659}
     660
    525661
    526662/**
     
    14411577;";
    14421578    $data = pwg_db_fetch_assoc(pwg_query($query));
    1443        
    1444     //if (!empty($data) and isset($data['user_id']) and !isset($data['date_check']))
     1579
    14451580    if (!empty($data) and isset($data['user_id']))
    14461581    {
     
    14781613                                                $query = '
    14791614UPDATE '.USER_CONFIRM_MAIL_TABLE.'
    1480 SET date_check="'.$dbnow.'"
     1615SET date_check="'.$dbnow.'", reminder="false"
    14811616WHERE id = "'.$id.'"
    14821617;';
     
    18501985
    18511986/**
     1987 * Function called from functions.inc.php - Get all users who haven't validate their registration in configured time
     1988 * to delete or remail them automatically
     1989 *
     1990 * @return : List of users
     1991 *
     1992 */
     1993function get_unvalid_user_autotasks()
     1994{
     1995        global $conf, $page;
     1996         
     1997        // Get ConfirmMail configuration
     1998  $conf_UAM_ConfirmMail = unserialize($conf['UserAdvManager_ConfirmMail']);
     1999 
     2000  $users = array();
     2001
     2002        // search users depending expiration date
     2003  $query = '
     2004SELECT DISTINCT u.'.$conf['user_fields']['id'].' AS id,
     2005                ui.registration_date
     2006FROM '.USERS_TABLE.' AS u
     2007  INNER JOIN '.USER_INFOS_TABLE.' AS ui
     2008    ON u.'.$conf['user_fields']['id'].' = ui.user_id
     2009WHERE u.'.$conf['user_fields']['id'].' >= 3
     2010  AND (TO_DAYS(NOW()) - TO_DAYS(ui.registration_date) >= "'.$conf_UAM_ConfirmMail[1].'")
     2011ORDER BY ui.registration_date ASC;';
     2012
     2013        $result = pwg_query($query);
     2014     
     2015  while ($row = pwg_db_fetch_assoc($result))
     2016  {
     2017    array_push($users, $row);
     2018        }
     2019
     2020        return $users;
     2021}
     2022
     2023/**
    18522024 * Function called from UAM_admin.php - Get ghost users
    18532025 *
     
    19252097  while ($row = pwg_db_fetch_assoc($result))
    19262098  {
    1927         $user = $row;
    1928     $user['groups'] = array();
    1929 
    1930     array_push($users, $user);
    1931         }
    1932 
    1933         // add group lists
    1934   $user_ids = array();
    1935   foreach ($users as $i => $user)
    1936   {
    1937         $user_ids[$i] = $user['id'];
     2099    array_push($users, $row);
    19382100        }
    19392101 
  • extensions/NBC_UserAdvManager/trunk/include/upgradedb.inc.php

    r9253 r9266  
    337337  $Newconf_UAM[30] = 'You have requested a password reset on our gallery. Please, find below your new connection settings.';
    338338  $Newconf_UAM[31] = 'false';
    339   $Newconf_UAM[32] = 'Sorry [username], your account has been deleted because you have not validated your registration in requested time. Please, try registration with a valid and non blocked email account.';
     339  $Newconf_UAM[32] = 'Sorry, your account has been deleted because you have not validated your registration in requested time. Please, try registration with a valid and non blocked email account.';
    340340  $Newconf_UAM[33] = 'false';
    341341 
  • extensions/NBC_UserAdvManager/trunk/language/de_DE/help/plugin.lang.php

    r9253 r9266  
    4040Die Satzung sind validiert f&uuml;r den Einsatz in Verbindung mit der &quot;Best&auml;tigung der Anmeldung&quot;';
    4141$lang['UAM_validationlimitTitle'] = 'Anmeldeschluss Validierung beschränkt';
    42 $lang['UAM_validationlimitTitle_d'] = 'Diese Option ermöglicht es, die Gültigkeit der Schlüssel Validierung E-Mail-Grenze geschickt, um neue Registranten. Besucher, wer x Tage Zeit haben, um sich identifizieren, zu registrieren. Nach Ablauf dieser Frist die Validierung Link läuft.<br><br>
    43 Diese Option ist in Verbindung mit der &quot;Best&auml;tigung der Anmeldung verwendet&quot;';
    4442$lang['UAM_remailTitle'] = 'Erinnern Unvalidierte User';
    45 $lang['UAM_remailTitle_d'] = 'Mit dieser Option k&ouml;nnen Sie eine Erinnerung per E-Mail an registrierte Benutzer zu senden, aber noch nicht best&auml;tigt ihre Eintragung in die Zeit. Es funktioniert also in Verbindung mit der &quot;Best&auml;tigung der Anmeldung&quot;<br><br>
    46 2 Arten von E-Mails gesendet werden können: Mit oder ohne Regeneration der Validierung Schlüssel. Gegebenenfalls kann der Inhalt von E-Mails angepasst werden.<br><br>
    47 Wenden Sie sich an die &quot;Tracking Validierungen&quot; aus.';
    4843$lang['UAM_remailtxt1Title'] = 'Reminder per E-Mail mit den neuen Schlüssel generiert';
    4944$lang['UAM_remailtxt2Title'] = 'Reminder per E-Mail, ohne dass neue Schlüssel generiert';
     
    241236<br><br>
    242237To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     238/*TODO*/$lang['UAM_validationlimitTitle_d'] = 'Diese Option ermöglicht es, die Gültigkeit der Schlüssel Validierung E-Mail-Grenze geschickt, um neue Registranten. Besucher, wer x Tage Zeit haben, um sich identifizieren, zu registrieren. Nach Ablauf dieser Frist die Validierung Link läuft.
     239<br><br>
     240Diese Option ist in Verbindung mit der &quot;Best&auml;tigung der Anmeldung verwendet&quot;
     241<br><br>
     242If this option and the option &quot;Erinnern Unvalidierte User&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     243/*TODO*/$lang['UAM_remailTitle_d'] = 'Mit dieser Option k&ouml;nnen Sie eine Erinnerung per E-Mail an registrierte Benutzer zu senden, aber noch nicht best&auml;tigt ihre Eintragung in die Zeit. Es funktioniert also in Verbindung mit der &quot;Best&auml;tigung der Anmeldung&quot;
     244<br><br>
     2452 Arten von E-Mails gesendet werden können: Mit oder ohne Regeneration der Validierung Schlüssel. Gegebenenfalls kann der Inhalt von E-Mails angepasst werden.
     246<br><br>
     247Wenden Sie sich an die &quot;Tracking Validierungen&quot; aus.
     248<br><br>
     249If this option and the option &quot;Anmeldeschluss Validierung beschränkt&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     250/*TODO*/$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     251/*TODO*/$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     252<br><br>
     253- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     254<br><br>
     255- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     256/*TODO*/$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     257/*TODO*/$lang['UAM_USRAutoDelTitle_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.
     258<br><br>
     259Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     260<br><br>
     261Custom 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.';
     262/*TODO*/$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     263/*TODO*/$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    243264// --------- End: New or revised $lang ---- from version 2.20.0
    244265?>
  • extensions/NBC_UserAdvManager/trunk/language/de_DE/plugin.lang.php

    r9177 r9266  
    113113$lang['UAM_Title4'] = 'Tipps und Beispiele für die Benutzung';
    114114$lang['UAM_No_Casse'] = 'Benutzernamen: Groß-und Kleinschreibung';
    115 $lang['UAM_No_Casse_true'] = ' Aktivieren';
    116 $lang['UAM_No_Casse_false'] = ' Deaktivieren (Standard)';
    117115$lang['UAM_Username_Char'] = ' Benutzernamen: Ausschluss von Zeichen';
    118116$lang['UAM_Username_Char_true'] = ' Zeichen Verboten:<br>(Verwenden Sie ein Komma, um ein Zeichen getrennt)<br><br>';
    119117$lang['UAM_Username_Char_false'] = ' Erlauben Sie alle (Standard)';
    120118$lang['UAM_Password_Enforced'] = 'Stärkung des Sicherheitsniveaus von Kennwörtern';
    121 $lang['UAM_Password_Enforced_true'] = ' Aktivieren. Minimale Punktzahl: ';
    122 $lang['UAM_Password_Enforced_false'] = ' Deaktivieren (Standard)';
    123119$lang['UAM_AdminPassword_Enforced'] = 'Die Anwendung für Administratoren';
    124 $lang['UAM_AdminPassword_Enforced_true'] = ' Aktivieren';
    125 $lang['UAM_AdminPassword_Enforced_false'] = ' Deaktivieren (Standard)';
    126120$lang['UAM_PasswordTest'] = 'Passwort testen : ';
    127121$lang['UAM_ScoreTest'] = 'Ergebnis : ';
    128122$lang['UAM_MailExclusion'] = 'E-Mail-Domänen Ausgrenzung';
    129123$lang['UAM_MailExclusion_true'] = ' Schließen Sie die folgenden E-Mail-Domänen:<br>(Verwenden Sie ein Komma zu trennen jede Domain)';
    130 $lang['UAM_MailExclusion_false'] = ' Deaktivieren (Standard)';
    131124
    132125$lang['UAM_Mail_Info'] = 'Informationen E-Mail an Benutzer:';
    133 $lang['UAM_Mail_Info_true'] = ' Aktivieren';
    134 $lang['UAM_Mail_Info_false'] = ' Deaktivieren (Standard)';
    135126$lang['UAM_MailInfo_Text'] = ' Anpassen der Informationen per E-Mail:';
    136127$lang['UAM_Confirm_Mail'] = 'Bestätigung der Anmeldung:';
    137 $lang['UAM_Confirm_Mail_false'] = ' Deaktivieren (Standard)';
    138128$lang['UAM_ConfirmMail_Text'] = ' Anpassen der E-Mail-Bestätigung';
    139129$lang['UAM_Confirm_grpstat_notice'] = 'Achtung: Es ist ratsam, entweder die Gruppe oder die Validierung Satzung und nicht beide gleichzeitig.';
     
    146136$lang['UAM_ValidationLimit_Info'] = 'Anmeldeschluss Validierung beschränkt';
    147137$lang['UAM_ConfirmMail_TimeOut_true'] = ' Aktivieren. Anzahl der Tage bis zum Ablauf: ';
    148 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Deaktivieren (Standard)';
    149138$lang['UAM_ConfirmMail_Remail'] = 'Erinnern Unvalidierte User';
    150 $lang['UAM_ConfirmMail_Remail_true'] = ' Aktivieren';
    151 $lang['UAM_ConfirmMail_Remail_false'] = ' Deaktivieren (Standard)';
    152139$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Anpassen der Erinnerungs-Nachricht <b><u>mit</u></b> neue Regeneration der Schlüssel Validierung.';
    153140$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Anpassen der Erinnerungs-Nachricht <b><u>ohne</u></b> neue Regeneration der Schlüssel Validierung.';
     
    155142$lang['UAM_GhostTracker'] = 'Geist Besucher-Management (Geist Tracker)';
    156143$lang['UAM_GhostTracker_true'] = ' Aktivieren. Maximale Zeit in Tagen zwischen zwei Besuche: ';
    157 $lang['UAM_GhostTracker_false'] = ' Deaktivieren (Standard)';
    158144$lang['UAM_GhostTracker_ReminderText'] = 'Anpassen der Geist Tracker Erinnerungs-Nachricht';
    159145$lang['UAM_LastVisit'] = ' Tracking registrierte Benutzer';
    160 $lang['UAM_LastVisit_true'] = ' Aktivieren';
    161 $lang['UAM_LastVisit_false'] = ' Deaktivieren (Standard)';
    162146$lang['UAM_No_Comment_Anonymous'] = 'Nickname obligatorisch für Gäste Kommentare';
    163 $lang['UAM_No_Comment_Anonymous_true'] = ' Aktivieren';
    164 $lang['UAM_No_Comment_Anonymous_false'] = ' Deaktivieren (Standard)';
    165147
    166148$lang['UAM_Tab_UserManager'] = 'Tracking Validierungen';
     
    194176// --------- Starting below: New or revised $lang ---- from version 2.14.0
    195177$lang['UAM_AdminConfMail'] = 'Bestätigung der Anmeldung für Administratoren';
    196 $lang['UAM_Admin_ConfMail_true'] = ' Aktivieren';
    197 $lang['UAM_Admin_ConfMail_false'] = '  Deaktivieren (Standard)';
    198178$lang['UAM_Tips1'] = 'Anmeldungen mit E-Mail Validierung und Warnmeldung auf der Piwigo\'s Homepage';
    199179$lang['UAM_Tips1_txt'] = '
     
    261241$lang['UAM_Confirm_Mail_local'] = ' Aktivieren - Validation von admin (keine Validierung Key gesendet)';
    262242$lang['UAM_RedirToProfile'] = 'Umleitung auf "Benutzerdaten" Seite';
    263 $lang['UAM_RedirToProfile_false'] = ' Deaktivieren (Standard)';
    264 $lang['UAM_RedirToProfile_true'] = ' Aktivieren';
    265243// --------- End: New or revised $lang ---- from version 2.15.4
    266244
     
    270248$lang['UAM_Expired_Status'] = '<b>Status</b> für Benutzer-Registrierung abgelaufen<br>';
    271249$lang['UAM_GTAuto'] = 'Automatische Verwaltung von Geist Benutzern';
    272 $lang['UAM_GTAuto_false'] = ' Deaktivieren (Standard)';
    273 $lang['UAM_GTAuto_true'] = ' Aktivieren';
    274250$lang['UAM_GTAutoDel'] = 'Automatisches Löschen von Konten';
    275251$lang['UAM_GTAutoGp'] = 'Automatischer Wechsel der Gruppe / Status';
    276252$lang['UAM_GTAutoMail'] = 'Automatisches Versenden einer E-Mail beim Wechsel Gruppe / Status';
    277 $lang['UAM_GTAutoMail_false'] = ' Deaktivieren (Standard)';
    278 $lang['UAM_GTAutoMail_true'] = ' Aktivieren';
    279253$lang['UAM_Deleted_Account_Redirection_Page'] = 'Zugriff verweigert - Account zerstört!';
    280254$lang['UAM_title_redir_page'] = 'Zugriff verweigert sich für ein Konto zerstört!';
     
    289263// --------- Starting below: New or revised $lang ---- from version 2.20.0
    290264/*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    291 $lang['UAM_CustomPasswRetr_false'] = ' Deaktivieren (Standard)';
    292 $lang['UAM_CustomPasswRetr_true'] = ' Aktivieren';
     265/*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
     266/*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
     267/*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder';
     268$lang['UAM_Disable'] = ' Deaktivieren (Standard)';
     269$lang['UAM_Enable'] = ' Aktivieren ';
    293270// --------- End: New or revised $lang ---- from version 2.20.0
    294271?>
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/help/plugin.lang.php

    r9253 r9266  
    4040The Statutes are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    4141$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
    42 $lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
    43 This option is used in conjunction with the &quot;Confirmation of registration&quot;';
    4442$lang['UAM_remailTitle'] = 'Remind unvalidated users';
    45 $lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
    46 2 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.<br><br>
    47 Refer to the &quot;Tracking validations&quot; tab.';
    4843$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
    4944$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
     
    241236<br><br>
    242237To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     238$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.
     239<br><br>
     240This option is used in conjunction with the &quot;Confirmation of registration&quot;
     241<br><br>
     242If this option and the option &quot;Remind unvalidated users&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     243$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;
     244<br><br>
     2452 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.
     246<br><br>
     247Refer to the &quot;Tracking validations&quot; tab.
     248<br><br>
     249If this option and the option &quot;Deadline for registration validation limited&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     250$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     251$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     252<br><br>
     253- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     254<br><br>
     255- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     256$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     257$lang['UAM_USRAutoDelTitle_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.
     258<br><br>
     259Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     260<br><br>
     261Custom 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.';
     262$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     263$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    243264// --------- End: New or revised $lang ---- from version 2.20.0
    244265?>
  • extensions/NBC_UserAdvManager/trunk/language/en_UK/plugin.lang.php

    r9177 r9266  
    111111$lang['UAM_Title4'] = 'Tips and examples of use';
    112112$lang['UAM_No_Casse'] = 'Usernames: Case sensitivity';
    113 $lang['UAM_No_Casse_true'] = ' Enable';
    114 $lang['UAM_No_Casse_false'] = ' Disable (default)';
    115113$lang['UAM_Username_Char'] = 'Usernames: Exclusion of characters';
    116114$lang['UAM_Username_Char_true'] = ' Banning characters:<br>(Use a comma to separate each character)<br><br>';
     
    118116$lang['UAM_Password_Enforced'] = 'Strengthening the security level of passwords';
    119117$lang['UAM_Password_Enforced_true'] = ' Enable. Minimum Score: ';
    120 $lang['UAM_Password_Enforced_false'] = ' Disable (default)';
    121118$lang['UAM_AdminPassword_Enforced'] = 'Applying to administrators';
    122 $lang['UAM_AdminPassword_Enforced_true'] = ' Enable';
    123 $lang['UAM_AdminPassword_Enforced_false'] = ' Disable (default)';
    124119$lang['UAM_PasswordTest'] = 'Password test: ';
    125120$lang['UAM_ScoreTest'] = 'Result: ';
    126121$lang['UAM_MailExclusion'] = 'Email domains exclusion';
    127122$lang['UAM_MailExclusion_true'] = ' Exclude the following domains:<br>(Use a comma to separate each domain)';
    128 $lang['UAM_MailExclusion_false'] = ' Disable (default)';
    129123
    130124$lang['UAM_Mail_Info'] = 'Information email to user:';
    131 $lang['UAM_Mail_Info_true'] = ' Enable';
    132 $lang['UAM_Mail_Info_false'] = ' Disable (default)';
    133125$lang['UAM_MailInfo_Text'] = ' Customizing the information email:';
    134126$lang['UAM_Confirm_Mail'] = 'Confirmation of registration:';
    135 $lang['UAM_Confirm_Mail_false'] = ' Disable (default)';
    136127$lang['UAM_ConfirmMail_Text'] = ' Customizing the confirmation email:';
    137128$lang['UAM_Confirm_grpstat_notice'] = 'Caution: It is advisable to use either the group or the validation statutes and not both simultaneously.';
     
    144135$lang['UAM_ValidationLimit_Info'] = 'Deadline for registration validation limited';
    145136$lang['UAM_ConfirmMail_TimeOut_true'] = ' Enable. Number of days until expiration: ';
    146 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Disable (default)';
    147137$lang['UAM_ConfirmMail_Remail'] = 'Remind unvalidated users';
    148 $lang['UAM_ConfirmMail_Remail_true'] = ' Enable';
    149 $lang['UAM_ConfirmMail_Remail_false'] = ' Disable (default)';
    150138$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Customizing the reminder message <b><u>with</u></b> new regeneration of key validation.';
    151139$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Customizing the reminder message <b><u>without</u></b> regeneration of key validation.';
     
    153141$lang['UAM_GhostTracker'] = 'Ghost visitors management (Ghost Tracker)';
    154142$lang['UAM_GhostTracker_true'] = ' Enable. Maximum period in days between two visits: ';
    155 $lang['UAM_GhostTracker_false'] = ' Disable (default)';
    156143$lang['UAM_GhostTracker_ReminderText'] = 'Customizing Ghost Tracker\'s reminder message';
    157144$lang['UAM_LastVisit'] = ' Tracking registered users';
    158 $lang['UAM_LastVisit_true'] = ' Enable';
    159 $lang['UAM_LastVisit_false'] = ' Disable (default)';
    160145$lang['UAM_No_Comment_Anonymous'] = 'Nickname mandatory for guests comments';
    161 $lang['UAM_No_Comment_Anonymous_true'] = ' Enable';
    162 $lang['UAM_No_Comment_Anonymous_false'] = ' Disable (default)';
    163146
    164147$lang['UAM_Tips1'] = 'Registrations with email validation and warning message on the Piwigo\'s homepage';
     
    193176// --------- Starting below: New or revised $lang ---- from version 2.14.0
    194177$lang['UAM_AdminConfMail'] = 'Confirmation of registration for admins';
    195 $lang['UAM_Admin_ConfMail_true'] = ' Enable';
    196 $lang['UAM_Admin_ConfMail_false'] = ' Disable (default)';
    197178$lang['UAM_Tips1_txt'] = '
    198179          <ul>
     
    259240$lang['UAM_Confirm_Mail_local'] = ' Enable - Validation by admin (no validation key sent)';
    260241$lang['UAM_RedirToProfile'] = 'Redirect to "Customization" page';
    261 $lang['UAM_RedirToProfile_false'] = ' Disable (default)';
    262 $lang['UAM_RedirToProfile_true'] = ' Enable';
    263242// --------- End: New or revised $lang ---- from version 2.15.4
    264243
     
    268247$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
    269248$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
    270 $lang['UAM_GTAuto_false'] = ' Disable (default)';
    271 $lang['UAM_GTAuto_true'] = ' Enable';
    272249$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
    273250$lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
    274251$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
    275 $lang['UAM_GTAutoMail_false'] = ' Disable (default)';
    276 $lang['UAM_GTAutoMail_true'] = ' Enable';
    277252$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    278253$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>
    280 "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>
    281 To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".<br><br>';
     254$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Consistency error in the configuration chosen:
     255<br><br>
     256"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.
     257<br><br>
     258To ensure consistency, the option "Automatically sending an email when changing group / status" was automatically repositioned "disabled".
     259<br><br>';
    282260$lang['UAM_Demotion of %s'] = 'Demotion of %s';
    283261$lang['UAM_AdminValidationMail_Text'] = 'Notification of manual registration validation';
     
    288266// --------- Starting below: New or revised $lang ---- from version 2.20.0
    289267$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    290 $lang['UAM_CustomPasswRetr_false'] = ' Disable (default)';
    291 $lang['UAM_CustomPasswRetr_true'] = ' Enable';
     268$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
     269$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
     270$lang['UAM_USRAutoMail'] = 'Automated email reminder';
     271$lang['UAM_Disable'] = ' Disable (default)';
     272$lang['UAM_Enable'] = ' Enable ';
    292273// --------- End: New or revised $lang ---- from version 2.20.0
    293274?>
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/help/plugin.lang.php

    r9253 r9266  
    4040Los estatutos son validados para su uso en relaci&oacute;n con la &quot;confirmaci&oacute;n de registro&quot;';
    4141$lang['UAM_validationlimitTitle'] = 'Plazo para la validación de registro limitado';
    42 $lang['UAM_validationlimitTitle_d'] = 'Esta opción permite limitar la validez de la validación de claves de correo electrónico enviado a los solicitantes de registro nuevo. Los visitantes que se registren tendrán x días de tiempo para validar su inscripción. Después de este período el enlace de validación expira.<br><br>
    43 Esta opci&oacute;n se utiliza en conjunci&oacute;n con la &quot;confirmaci&oacute;n de registro&quot;';
    4442$lang['UAM_remailTitle'] = 'Recordarle a los usuarios no validados';
    45 $lang['UAM_remailTitle_d'] = 'Esta opci&oacute;n le permite enviar un recordatorio por correo electr&oacute;nico a los usuarios registrados, que no han validado su inscripci&oacute;n a tiempo. Por lo tanto, trabaja en conjunto con la &quot;confirmaci&oacute;n de registro&quot;<br><br>
    46 2 tipos de mensajes de correo electrónico se pueden enviar: Con o sin regeneración de la clave de validación. Según proceda, el contenido de los mensajes de correo electrónico se pueden personalizar.<br><br>
    47 Consulte la ficha &quot;Seguimiento de las Validaciones&quot;.';
    4843$lang['UAM_remailtxt1Title'] = 'Recordatorio por correo electrónico con la llave generada';
    4944$lang['UAM_remailtxt2Title'] = 'Recordatorio por correo electrónico sin la llave generada';
     
    237232<br><br>
    238233To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     234/*TODO*/$lang['UAM_validationlimitTitle_d'] = 'Esta opción permite limitar la validez de la validación de claves de correo electrónico enviado a los solicitantes de registro nuevo. Los visitantes que se registren tendrán x días de tiempo para validar su inscripción. Después de este período el enlace de validación expira.
     235<br><br>
     236Esta opci&oacute;n se utiliza en conjunci&oacute;n con la &quot;confirmaci&oacute;n de registro&quot;
     237<br><br>
     238If this option and the option &quot;Recordarle a los usuarios no validados&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     239/*TODO*/$lang['UAM_remailTitle_d'] = 'Esta opci&oacute;n le permite enviar un recordatorio por correo electr&oacute;nico a los usuarios registrados, que no han validado su inscripci&oacute;n a tiempo. Por lo tanto, trabaja en conjunto con la &quot;confirmaci&oacute;n de registro&quot;
     240<br><br>
     2412 tipos de mensajes de correo electrónico se pueden enviar: Con o sin regeneración de la clave de validación. Según proceda, el contenido de los mensajes de correo electrónico se pueden personalizar.
     242<br><br>
     243Consulte la ficha &quot;Seguimiento de las Validaciones&quot;.
     244<br><br>
     245If this option and the option &quot;Plazo para la validación de registro limitado&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     246/*TODO*/$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     247/*TODO*/$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     248<br><br>
     249- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     250<br><br>
     251- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     252/*TODO*/$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     253/*TODO*/$lang['UAM_USRAutoDelTitle_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.
     254<br><br>
     255Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     256<br><br>
     257Custom 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.';
     258/*TODO*/$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     259/*TODO*/$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    239260// --------- End: New or revised $lang ---- from version 2.20.0
    240261?>
  • extensions/NBC_UserAdvManager/trunk/language/es_ES/plugin.lang.php

    r9177 r9266  
    112112$lang['UAM_Title4'] = 'Consejos y ejemplos de uso';
    113113$lang['UAM_No_Casse'] = 'Nombres de usuarios: mayúsculas y minúsculas';
    114 $lang['UAM_No_Casse_true'] = ' Activar';
    115 $lang['UAM_No_Casse_false'] = ' Desactivar (por defecto)';
    116114$lang['UAM_Username_Char'] = 'Nombres de usuarios: Excluyendo los caracteres';
    117115$lang['UAM_Username_Char_true'] = ' Prohibición de caracteres:<br>(Utilice una coma para separar cada caracteres)<br><br>';
     
    119117$lang['UAM_Password_Enforced'] = 'Fortalecimiento del nivel de seguridad de las contraseñas';
    120118$lang['UAM_Password_Enforced_true'] = ' Activar. Puntuación mínima:';
    121 $lang['UAM_Password_Enforced_false'] = ' Desactivar (por defecto)';
    122119$lang['UAM_AdminPassword_Enforced'] = 'Aplicar a los administradores';
    123 $lang['UAM_AdminPassword_Enforced_true'] = ' Activar';
    124 $lang['UAM_AdminPassword_Enforced_false'] = ' Desactivar (por defecto)';
    125120$lang['UAM_PasswordTest'] = 'Test de Contraseña: ';
    126121$lang['UAM_ScoreTest'] = 'Resultado: ';
    127122$lang['UAM_MailExclusion'] = 'Exclusión de dominios de correo electrónico';
    128123$lang['UAM_MailExclusion_true'] = ' Excluir los siguientes dominios: <br>(Utilice una coma para separar cada dominio)';
    129 $lang['UAM_MailExclusion_false'] = ' Desactivar (por defecto)';
    130124
    131125$lang['UAM_Mail_Info'] = 'Información por correo electrónico para el usuario:';
    132 $lang['UAM_Mail_Info_true'] = ' Activar';
    133 $lang['UAM_Mail_Info_false'] = ' Desactivar (por defecto)';
    134126$lang['UAM_MailInfo_Text'] = ' Personalización del correo electrónico de información:';
    135127$lang['UAM_Confirm_Mail'] = 'Confirmación de registro:';
    136 $lang['UAM_Confirm_Mail_false'] = ' Desactivar (por defecto)';
    137128$lang['UAM_ConfirmMail_Text'] = ' Personalización del correo electrónico de confirmación:';
    138129$lang['UAM_Confirm_grpstat_notice'] = 'Precaución: Es recomendable utilizar el grupo o los estatutos de validación y no ambos simultáneamente.';
     
    145136$lang['UAM_ValidationLimit_Info'] = 'Plazo para la validación de registro limitado';
    146137$lang['UAM_ConfirmMail_TimeOut_true'] = ' Activar. Número de días hasta el vencimiento: ';
    147 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Desactivar (por defecto)';
    148138$lang['UAM_ConfirmMail_Remail'] = 'Recuerde a los usuarios no validados';
    149139$lang['UAM_ConfirmMail_Remail_true'] = ' Activar';
    150 $lang['UAM_ConfirmMail_Remail_false'] = ' Desactivar (por defecto)';
    151140$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Personalización del mensaje recordatorio <b><u>con</u></b> la regeneración de validación de claves.';
    152141$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Personalización del mensaje recordatorio <b><u>sin</u></b> la regeneración de la validación de claves.';
     
    154143$lang['UAM_GhostTracker'] = 'Gestión de Espíritu visitantes (Tracker Ghost)';
    155144$lang['UAM_GhostTracker_true'] = ' Activar. Período máximo de días entre dos visitas: ';
    156 $lang['UAM_GhostTracker_false'] = ' Desactivar (por defecto)';
    157145$lang['UAM_GhostTracker_ReminderText'] = 'Personalización del mensaje recordatorio de Ghost Tracker';
    158146$lang['UAM_LastVisit'] = ' Seguimiento de usuarios registrados';
    159 $lang['UAM_LastVisit_true'] = ' Activar';
    160 $lang['UAM_LastVisit_false'] = ' Desactivar (por defecto)';
    161147$lang['UAM_No_Comment_Anonymous'] = 'Nickname obligatorio para los comentarios de los huéspedes';
    162 $lang['UAM_No_Comment_Anonymous_true'] = ' Activar';
    163 $lang['UAM_No_Comment_Anonymous_false'] = ' Desactivar (por defecto)';
    164148
    165149$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';
     
    195179// --------- Starting below: New or revised $lang ---- from version 2.14.0
    196180$lang['UAM_AdminConfMail'] = 'Confirmación de registro por los administradores';
    197 $lang['UAM_Admin_ConfMail_true'] = ' Activar';
    198 $lang['UAM_Admin_ConfMail_false'] = ' Desactivar (por defecto)';
    199181$lang['UAM_Tips1_txt'] = '
    200182          <ul>
     
    261243$lang['UAM_Confirm_Mail_local'] = ' Activar - La validación por el administrador (sin clave de validación enviado)';
    262244$lang['UAM_RedirToProfile'] = 'Redirigir a la página de "personalización"';
    263 $lang['UAM_RedirToProfile_false'] = ' Desactivar (por defecto)';
    264 $lang['UAM_RedirToProfile_true'] = ' Activar';
    265245// --------- End: New or revised $lang ---- from version 2.15.4
    266246
     
    270250$lang['UAM_Expired_Status'] = '<b>Estado </b> para el registro de usuario ha caducado<br>';
    271251$lang['UAM_GTAuto'] = 'Gestión automática de los Espíritus usuarios';
    272 $lang['UAM_GTAuto_false'] = ' Desactivar (por defecto)';
    273 $lang['UAM_GTAuto_true'] = ' Activar';
    274252$lang['UAM_GTAutoDel'] = 'Borrado automático de las cuentas';
    275253$lang['UAM_GTAutoGp'] = 'Cambio automático de grupo / estado';
    276254$lang['UAM_GTAutoMail'] = 'Automáticamente el envío de un correo electrónico cuando se cambia de grupo / estado';
    277 $lang['UAM_GTAutoMail_false'] = ' Desactivar (por defecto)';
    278 $lang['UAM_GTAutoMail_true'] = ' Activar';
    279255$lang['UAM_Deleted_Account_Redirection_Page'] = 'Acceso denegado - Cuenta destruido!';
    280256$lang['UAM_title_redir_page'] = 'Acceso denegado por haber destruido una cuenta!';
     
    290266// --------- Starting below: New or revised $lang ---- from version 2.20.0
    291267/*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    292 $lang['UAM_CustomPasswRetr_false'] = ' Desactivar (por defecto)';
    293 $lang['UAM_CustomPasswRetr_true'] = ' Activar';
     268/*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
     269/*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
     270/*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder';
     271$lang['UAM_Disable'] = ' Desactivar (por defecto)';
     272$lang['UAM_Enable'] = ' Activar ';
    294273// --------- End: New or revised $lang ---- from version 2.20.0
    295274?>
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/help/plugin.lang.php

    r9253 r9266  
    3939Les statuts de validation sont à utiliser conjointement avec l\'option &quot;Confirmation d\'inscription&quot;';
    4040$lang['UAM_validationlimitTitle'] = 'Limitation du délai de validation d\'inscription';
    41 $lang['UAM_validationlimitTitle_d'] = 'Cette option permet de limiter le nombre de jours pendant lequel un nouvel utilisateur peut valider son inscription. Une fois ce délai expiré, le lien de validation sera invalide, et ne pourra plus être employé.
    42 <br><br>
    43 Cette option n\'est utilisable qu\'une fois l\'option &quot;Confirmation d\'inscription&quot; activée';
    4441$lang['UAM_remailTitle'] = 'Mail de rappel aux inscrits non validés';
    4542$lang['UAM_remailtxt1Title'] = 'Message de rappel avec regénération de clé';
     
    214211$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.
    215212<br><br>
    216 Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style=&quot;color: red;&quot;>[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. La balise <b style=&quot;color: red;&quot;>[username]</b> n\'est pas disponible ici puisque l\'utilisateur en question a été supprimé (CQFD !).
     213Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style=&quot;color: red;&quot;>[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. La balise <b style=&quot;color: red;&quot;>[username]</b> n\'est pas disponible ici puisque l\'utilisateur en question a été supprimé.
    217214<br><br>
    218215Un 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.';
     
    240237<br><br>
    241238Si cette option et l\'option &quot;Mail de rappel aux inscrits non validés&quot; sont activées, de nouvelles options apparaitront plus bas dans cette section pour permettre l\'automatisation de la gestion des visiteurs non validés.';
    242 $lang['UAM_remailTitle_d'] = 'Cette option permet d\'envoyer un email de rappel aux utilisateurs n\'ayant pas validé leur inscription dans les temps. Elle n\'a d\'effet qu\'une fois l\'option &quot;Confirmation d\'inscription&quot; activée.<br><br>
    243 2 types d\'email peuvent être envoyés : Avec ou sans régénération de la clef de validation. En fonction du cas, le contenu  des emails peut être personnalisé.<br><br>
     239$lang['UAM_remailTitle_d'] = 'Cette option permet d\'envoyer un email de rappel aux utilisateurs n\'ayant pas validé leur inscription dans les temps. Elle n\'a d\'effet qu\'une fois l\'option &quot;Confirmation d\'inscription&quot; activée.
     240<br><br>
     2412 types d\'email peuvent être envoyés : Avec ou sans régénération de la clef de validation. En fonction du cas, le contenu  des emails peut être personnalisé.
     242<br><br>
    244243Reportez-vous à l\'onglet &quot;Suivi des validations&quot;.
    245244<br><br>
    246 Si cette option et l\'option &quot;Mail de rappel aux inscrits non validés&quot; sont activées, de nouvelles options apparaitront plus bas dans cette section pour permettre l\'automatisation de la gestion des visiteurs non validés.';
     245Si cette option et l\'option &quot;Limitation du délai de validation d\'inscription&quot; sont activées, de nouvelles options apparaitront plus bas dans cette section pour permettre l\'automatisation de la gestion des visiteurs non validés.';
    247246$lang['UAM_USRAutoTitle'] = 'Gestion automatique des visiteurs non validés';
    248247$lang['UAM_USRAutoTitle_d'] = 'La gestion automatique des visiteurs non validés est déclenchée à chaque connexion à la galerie et fonctionne ainsi :
     
    256255Un texte pour cette page de redirection est donné à titre d\'exemple, ci-dessous, et peut être personnalisé. Ce champ est compatible avec le plugin FCK Editor. Pour une utilisation multi-langues, vous pouvez utiliser les balises [lang] du plugin Extended Description si celui-ci est actif.
    257256<br><br>
    258 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. Utilisez la balise <b style=&quot;color: red;&quot;>[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo.';
     257Personnalisez encore plus le contenu avec les balises d\'insertion spéciales : Utilisez la balise <b style=&quot;color: red;&quot;>[mygallery]</b> pour insérer le titre de votre galerie. Utilisez la balise <b style=&quot;color: red;&quot;>[myurl]</b> pour insérer l\'URL de votre galerie si renseigné dans les options de configuration de Piwigo. La balise <b style=&quot;color: red;&quot;>[username]</b> n\'est pas disponible ici puisque l\'utilisateur en question a été supprimé.';
    259258$lang['UAM_USRAutoMailTitle'] = 'Message de rappel automatique';
    260259$lang['UAM_USRAutoMailTitle_d'] = 'Lorsque activée, cette fonction enverra automatiquement le contenu personnalisé dans &quot;Message de rappel avec regénération de clé&quot; aux visiteurs répondant au critère.';
  • extensions/NBC_UserAdvManager/trunk/language/fr_FR/plugin.lang.php

    r9253 r9266  
    112112$lang['UAM_Title4'] = 'Astuces et exemples d\'utilisation';
    113113$lang['UAM_No_Casse'] = 'Noms d\'utilisateurs : Sensibilité à la casse';
    114 $lang['UAM_No_Casse_true'] = ' Activer';
    115 $lang['UAM_No_Casse_false'] = ' Désactiver (valeur par défaut)';
    116114$lang['UAM_Username_Char'] = 'Noms d\'utilisateurs : Exclusion de certains caractères';
    117115$lang['UAM_Username_Char_true'] = ' Interdire les caractères:<br>(utiliser une virgule pour séparer chaque caractère du suivant)<br><br>';
     
    119117$lang['UAM_Password_Enforced'] = 'Renforcement de la sécurité des mots de passe';
    120118$lang['UAM_Password_Enforced_true'] = ' Activer. Score minimum: ';
    121 $lang['UAM_Password_Enforced_false'] = ' Désactiver (valeur par défaut)';
    122119$lang['UAM_AdminPassword_Enforced'] = 'Application aux administrateurs';
    123 $lang['UAM_AdminPassword_Enforced_true'] = ' Activer';
    124 $lang['UAM_AdminPassword_Enforced_false'] = ' Désactiver (valeur par défaut)';
    125120$lang['UAM_PasswordTest'] = 'Mot de passe test: ';
    126121$lang['UAM_ScoreTest'] = 'Résultat: ';
    127122$lang['UAM_MailExclusion'] = 'Exclusion des domaines de messagerie';
    128123$lang['UAM_MailExclusion_true'] = ' Exclure les domaines suivants:<br>(utiliser une virgule pour séparer chaque domaine du suivant)';
    129 $lang['UAM_MailExclusion_false'] = ' Désactiver (valeur par défaut)';
    130124
    131125$lang['UAM_Mail_Info'] = 'Email d\'information à l\'utilisateur:';
    132 $lang['UAM_Mail_Info_true'] = ' Activer';
    133 $lang['UAM_Mail_Info_false'] = ' Désactiver (valeur par défaut)';
    134126$lang['UAM_MailInfo_Text'] = ' Texte d\'accueil personnalisé:';
    135127$lang['UAM_Confirm_Mail'] = 'Confirmation d\'inscription:';
    136 $lang['UAM_Confirm_Mail_false'] = ' Désactiver (valeur par défaut)';
    137128$lang['UAM_ConfirmMail_Text'] = ' Texte d\'accueil personnalisé:';
    138129$lang['UAM_Confirm_Group'] = 'Groupes de validation<br>(------- pour ne pas affecter de groupe)';
     
    145136$lang['UAM_ValidationLimit_Info'] = 'Limitation du délai de validation d\'inscription';
    146137$lang['UAM_ConfirmMail_TimeOut_true'] = ' Activer. Nombre de jours de délai: ';
    147 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Désactiver (valeur par défaut)';
    148138$lang['UAM_ConfirmMail_Remail'] = 'Mail de rappel aux inscrits non validés';
    149 $lang['UAM_ConfirmMail_Remail_true'] = ' Activer';
    150 $lang['UAM_ConfirmMail_Remail_false'] = ' Désactiver (valeur par défaut)';
    151139$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Texte du message de rappel <b><u>avec</u></b> génération d\'une nouvelle clé de validation.';
    152140$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Texte du message de rappel <b><u>sans</u></b> génération d\'une nouvelle clé de validation.';
     
    154142$lang['UAM_GhostTracker'] = 'Gestion des visiteurs fantômes (Ghost Tracker)';
    155143$lang['UAM_GhostTracker_true'] = ' Activer. Nombre de jours maximum entre deux visites: ';
    156 $lang['UAM_GhostTracker_false'] = ' Désactiver (valeur par défaut)';
    157144$lang['UAM_GhostTracker_ReminderText'] = 'Texte de rappel personnalisé';
    158145$lang['UAM_LastVisit'] = ' Suivi des utilisateurs inscrits';
    159 $lang['UAM_LastVisit_true'] = ' Activer';
    160 $lang['UAM_LastVisit_false'] = ' Désactiver (valeur par défaut)';
    161146$lang['UAM_No_Comment_Anonymous'] = 'Commentaires : pseudo obligatoire pour les non-inscrits';
    162 $lang['UAM_No_Comment_Anonymous_true'] = ' Activer';
    163 $lang['UAM_No_Comment_Anonymous_false'] = ' Désactiver (valeur par défaut)';
    164147
    165148$lang['UAM_Tips1'] = 'Inscriptions avec validation par email et message d\'avertissement sur la page d\'accueil de Piwigo';
     
    192175// --------- Starting below: New or revised $lang ---- from version 2.14.0
    193176$lang['UAM_AdminConfMail'] = 'Validation d\'inscription pour les admins';
    194 $lang['UAM_Admin_ConfMail_true'] = ' Activer';
    195 $lang['UAM_Admin_ConfMail_false'] = ' Désactiver (valeur par défaut)';
    196177$lang['UAM_Tips1_txt'] = '
    197178          <ul>
     
    258239$lang['UAM_Confirm_Mail_local'] = ' Activer - Validation par l\'administrateur (pas d\'envoi de clé de validation)';
    259240$lang['UAM_RedirToProfile'] = 'Redirection vers la page "Personnalisation"';
    260 $lang['UAM_RedirToProfile_false'] = ' Désactiver (valeur par défaut)';
    261 $lang['UAM_RedirToProfile_true'] = ' Activer';
    262241// --------- End: New or revised $lang ---- from version 2.15.4
    263242
     
    267246$lang['UAM_Expired_Status'] = '<b>Statut</b> pour les utilisateurs dont l\'inscription aura expirée<br>';
    268247$lang['UAM_GTAuto'] = 'Gestion automatique des utilisateurs fantomes';
    269 $lang['UAM_GTAuto_false'] = ' Désactiver (valeur par défaut)';
    270 $lang['UAM_GTAuto_true'] = ' Activer';
    271248$lang['UAM_GTAutoDel'] = 'Suppressions automatiques des comptes';
    272249$lang['UAM_GTAutoGp'] = 'Changement automatique de groupe / statut';
    273250$lang['UAM_GTAutoMail'] = 'Email automatique sur changement de groupe / statut';
    274 $lang['UAM_GTAutoMail_false'] = ' Désactiver (valeur par défaut)';
    275 $lang['UAM_GTAutoMail_true'] = ' Activer';
    276251$lang['UAM_Deleted_Account_Redirection_Page'] = 'Accès refusé - Compte détruit !';
    277252$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>
    279 "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>
    280 Pour garantir la cohérence, l\'option "Email automatique sur changement de groupe / statut" a été automatiquement repositionnée en "désactivé".<br><br>';
     253$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Erreur de cohérence dans la configuration choisie :
     254<br><br>
     255"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.
     256<br><br>
     257Pour garantir la cohérence, l\'option "Email automatique sur changement de groupe / statut" a été automatiquement repositionnée en "désactivé".
     258<br><br>';
    281259$lang['UAM_Demotion of %s'] = 'Rétrogradation de %s';
    282260$lang['UAM_AdminValidationMail_Text'] = 'Notification de validation d\'inscription manuelle';
     
    287265// --------- Starting below: New or revised $lang ---- from version 2.20.0
    288266$lang['UAM_CustomPasswRetr'] = 'Personnaliser le contenu du mail sur mot de passe perdu';
    289 $lang['UAM_CustomPasswRetr_false'] = ' Désactiver (valeur par défaut)';
    290 $lang['UAM_CustomPasswRetr_true'] = ' Activer';
    291267$lang['UAM_USRAuto'] = 'Gestion automatique des visiteurs non validés';
    292 $lang['UAM_USRAuto_false'] = ' Désactiver (valeur par défaut)';
    293 $lang['UAM_USRAuto_true'] = ' Activer';
    294268$lang['UAM_USRAutoDel'] = 'Message à la suppressions automatiques des comptes';
    295269$lang['UAM_USRAutoMail'] = 'Message de rappel automatique';
    296 $lang['UAM_USRAutoMail_false'] = ' Désactiver (valeur par défaut)';
    297 $lang['UAM_USRAutoMail_true'] = ' Activer';
     270$lang['UAM_Disable'] = ' Désactiver (valeur par défaut)';
     271$lang['UAM_Enable'] = ' Activer ';
    298272// --------- End: New or revised $lang ---- from version 2.20.0
    299273?>
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/help/plugin.lang.php

    r9253 r9266  
    4040The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    4141/* TODO */$lang['UAM_validationlimitTitle'] = 'Deadline for registration validation limited';
    42 /* TODO */$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.<br><br>
    43 This option is used in conjunction with the &quot;Confirmation of registration&quot;';
    4442/* TODO */$lang['UAM_remailTitle'] = 'Remind unvalidated users';
    45 /* TODO */$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;<br><br>
    46 2 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.<br><br>
    47 Refer to the &quot;Tracking validations&quot; tab.';
    4843/* TODO */$lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
    4944/* TODO */$lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
     
    228223<br><br>
    229224To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     225/* TODO */$lang['UAM_validationlimitTitle_d'] = 'This option allows to limit the validity of key validation email sent to new registrants. Visitors who register will have x days of time to validate their registration. After this period the validation link will expire.
     226<br><br>
     227This option is used in conjunction with the &quot;Confirmation of registration&quot;
     228<br><br>
     229If this option and the option &quot;Remind unvalidated users&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     230/* TODO */$lang['UAM_remailTitle_d'] = 'This option allows you to send a reminder email to users registered but have not validated their registration on time. It therefore works in conjunction with the &quot;Confirmation of registration&quot;
     231<br><br>
     2322 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.
     233<br><br>
     234Refer to the &quot;Tracking validations&quot; tab.
     235<br><br>
     236If this option and the option &quot;Deadline for registration validation limited&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     237/*TODO*/$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     238/*TODO*/$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     239<br><br>
     240- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     241<br><br>
     242- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     243/*TODO*/$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     244/*TODO*/$lang['UAM_USRAutoDelTitle_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.
     245<br><br>
     246Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     247<br><br>
     248Custom 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.';
     249/*TODO*/$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     250/*TODO*/$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    230251// --------- End: New or revised $lang ---- from version 2.20.0
    231252?>
  • extensions/NBC_UserAdvManager/trunk/language/it_IT/plugin.lang.php

    r9177 r9266  
    113113$lang['UAM_No_Casse'] = 'Nome utente: Sensibile alle maiusc/minusc';
    114114$lang['UAM_No_Casse_true'] = ' Attivare';
    115 $lang['UAM_No_Casse_false'] = ' Disattivare (di default)';
    116115$lang['UAM_Username_Char'] = 'Nome utente: Esclusione di certi caratteri';
    117116$lang['UAM_Username_Char_true'] = ' Vietare i caratteri:<br>(Usare una virgola per separare ogni carattere)<br><br>';
     
    119118$lang['UAM_Password_Enforced'] = 'Rafforzare il livello di sicurezza delle password';
    120119$lang['UAM_Password_Enforced_true'] = ' Attivare. Punteggio minimo: ';
    121 $lang['UAM_Password_Enforced_false'] = ' Disattivare (di default)';
    122120$lang['UAM_AdminPassword_Enforced'] = 'Applicare agli amministratori';
    123 $lang['UAM_AdminPassword_Enforced_true'] = ' Attivare';
    124 $lang['UAM_AdminPassword_Enforced_false'] = ' Disattivare (di default)';
    125121$lang['UAM_PasswordTest'] = 'Password di prova: ';
    126122$lang['UAM_ScoreTest'] = 'Risultato: ';
    127123$lang['UAM_MailExclusion'] = 'Esclusione dei domini d\'Email';
    128124$lang['UAM_MailExclusion_true'] = ' Escludi i seguenti domini:<br>(Utilizzare una virgola per separare ogni dominio)';
    129 $lang['UAM_MailExclusion_false'] = ' Disattivare (di default)';
    130125
    131126$lang['UAM_Mail_Info'] = 'Email d\'informazione per l\'utente:';
    132 $lang['UAM_Mail_Info_true'] = ' Attivare';
    133 $lang['UAM_Mail_Info_false'] = ' Disattivare (di default)';
    134127$lang['UAM_MailInfo_Text'] = ' Personalizzare il testo dell\'Email:';
    135128$lang['UAM_Confirm_Mail'] = 'Conferma dell\'iscrizione:';
    136 $lang['UAM_Confirm_Mail_false'] = ' Disattivare (di default)';
    137129$lang['UAM_ConfirmMail_Text'] = ' Personalizzare il testo dell\'Email di conferma:';
    138130$lang['UAM_Confirm_Group'] = 'Gruppi di convalida<br>(------- per non assegnare nessun gruppo)';
     
    145137$lang['UAM_ValidationLimit_Info'] = 'Termine per la validazione dell\'iscrizione limitato';
    146138$lang['UAM_ConfirmMail_TimeOut_true'] = ' Attivare. Numero di giorni per la scadenza: ';
    147 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Disattivare (di default)';
    148139$lang['UAM_ConfirmMail_Remail'] = 'Email di rilancio ai visitatori non convalidati';
    149 $lang['UAM_ConfirmMail_Remail_true'] = ' Attivare';
    150 $lang['UAM_ConfirmMail_Remail_false'] = ' Disattivare (di default)';
    151140$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Personalizzare l\'Email di rilancio <b><u>con</u></b> rigenerazione di una nuova chiave di convalida.';
    152141$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Personalizzare l\'Email di rilancio <b><u>senza</u></b> rigenerazione di una nuova chiave di convalida.';
     
    154143$lang['UAM_GhostTracker'] = 'Gestione degli ospiti fantasmi (GhostTracker)';
    155144$lang['UAM_GhostTracker_true'] = ' Attivare. Durata massima di giorni tra due visite: ';
    156 $lang['UAM_GhostTracker_false'] = ' Disattivare (di default)';
    157145$lang['UAM_GhostTracker_ReminderText'] = 'Testo di rilancio personalizzato';
    158146$lang['UAM_LastVisit'] = ' Tracciamento utenti registrati';
    159 $lang['UAM_LastVisit_true'] = ' Attivare';
    160 $lang['UAM_LastVisit_false'] = ' Disattivare (di default)';
    161147$lang['UAM_No_Comment_Anonymous'] = 'Commenti : Pseudo obbligatorio per gli ospiti';
    162 $lang['UAM_No_Comment_Anonymous_true'] = ' Attivare';
    163 $lang['UAM_No_Comment_Anonymous_false'] = ' Disattivare (di default)';
    164148
    165149$lang['UAM_Tips1'] = 'Iscrizzione con convalida dell\'Email e messaggio di avviso nella homepage di Piwigo';
     
    192176// --------- Starting below: New or revised $lang ---- from version 2.14.0
    193177$lang['UAM_AdminConfMail'] = 'Conferma dell\'iscrizione per gli amministratori';
    194 $lang['UAM_Admin_ConfMail_true'] = ' Attivare';
    195 $lang['UAM_Admin_ConfMail_false'] = ' Disattivare (di default)';
    196178$lang['UAM_Tips1_txt'] = '
    197179          <ul>
     
    258240$lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione dal amministratore (nessuna chiave di validazione inviata)';
    259241$lang['UAM_RedirToProfile'] = 'Ridirezione verso la pagina di personalizzazione';
    260 $lang['UAM_RedirToProfile_false'] = ' Disattivare (di default)';
    261 $lang['UAM_RedirToProfile_true'] = ' Attivare';
    262242// --------- End: New or revised $lang ---- from version 2.15.4
    263243
     
    267247$lang['UAM_Expired_Status'] = '<b>Statuto</b> per gli utenti la cui registrazione sara scaduta<br>';
    268248$lang['UAM_GTAuto'] = 'Gestione automatica degli utenti fantasmi';
    269 $lang['UAM_GTAuto_false'] = ' Disattivare (di default)';
    270 $lang['UAM_GTAuto_true'] = ' Attivare';
    271249$lang['UAM_GTAutoDel'] = 'Cancellazione automatica dei conti';
    272250$lang['UAM_GTAutoGp'] = 'Cambiamento automatico del gruppo / statuto';
    273251$lang['UAM_GTAutoMail'] = 'Emailing di rilancio automatico';
    274 $lang['UAM_GTAutoMail_false'] = ' Disattivare (di default)';
    275 $lang['UAM_GTAutoMail_true'] = ' Attivare';
    276252$lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!';
    277253$lang['UAM_title_redir_page'] = 'Accesso negato per causa di account cancellato !';
     
    287263// --------- Starting below: New or revised $lang ---- from version 2.20.0
    288264/*TODO*/$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    289 $lang['UAM_CustomPasswRetr_false'] = ' Disattivare (di default)';
    290 $lang['UAM_CustomPasswRetr_true'] = ' Attivare';
     265/*TODO*/$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
     266/*TODO*/$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
     267/*TODO*/$lang['UAM_USRAutoMail'] = 'Automated email reminder';
     268$lang['UAM_Disable'] = ' Disattivare (di default)';
     269$lang['UAM_Enable'] = ' Attivare ';
    291270// --------- End: New or revised $lang ---- from version 2.20.0
    292271?>
  • extensions/NBC_UserAdvManager/trunk/language/lv_LV/help/plugin.lang.php

    r9253 r9266  
    4444Statūti ir validēti lietošanai sasaistē ar (apstiprinājums un reģistrācija)  &quot;Confirmation of registration&quot;';
    4545$lang['UAM_validationlimitTitle'] = 'Reģistrācijas validācijas termiņa ierobežošana';
    46 $lang['UAM_validationlimitTitle_d'] = 'Šī opcija ļauj ierobežot jaunajiem reģistrantiem nosūtīto atslēgas validācijas e-pastu validitāti. Lietotājiem, kuri reģistrējas ir x dienas laika, lai apstiprinātu savu reģistrāciju. Pēc šī laika beigsies validācijas saite derīgums.<br><br>
    47 Šī opcija tiek lietota sasaistē ar &quot;Confirmation of registration&quot;';
    4846$lang['UAM_remailTitle'] = 'Atgādināt nevalidētos lietotājus';
    49 $lang['UAM_remailTitle_d'] = 'Šī iespēja ļauj nosūtīt atgādinājuma e-pastus reģistrētajiem, bet laikā neveikušajiem validāciju, lietotājiem. Tādēļ ši opcija strādā sasaistē ar (apstiprinājumu un reģistrāciju) &quot;Confirmation of registration&quot;<br><br>
    50 Var tikt nosūtītas 2 tipu e-vēstules: Ar vai bez validācijas atslēgas reģistrāciju. Ja nepieciešams, e-vēstules saturu var pielāgot.<br><br>Attiecas uz &quot;Validāciju izsekošanas&quot; iezīmi(tab).';
    5147$lang['UAM_remailtxt1Title'] = 'Atgādinājuma e-vēstule ar jauni uzģenerēto atslēgu';
    5248$lang['UAM_remailtxt2Title'] = 'Atgādinājuma e-vēstule bez jauni uzģenerētās atslēgas';
     
    263259<br><br>
    264260To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
     261/* TODO */$lang['UAM_validationlimitTitle_d'] = 'Šī opcija ļauj ierobežot jaunajiem reģistrantiem nosūtīto atslēgas validācijas e-pastu validitāti. Lietotājiem, kuri reģistrējas ir x dienas laika, lai apstiprinātu savu reģistrāciju. Pēc šī laika beigsies validācijas saite derīgums.
     262<br><br>
     263Šī opcija tiek lietota sasaistē ar &quot;Confirmation of registration&quot;
     264<br><br>
     265If this option and the option &quot;Atgādināt nevalidētos lietotājus&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     266/* TODO */$lang['UAM_remailTitle_d'] = 'Šī iespēja ļauj nosūtīt atgādinājuma e-pastus reģistrētajiem, bet laikā neveikušajiem validāciju, lietotājiem. Tādēļ ši opcija strādā sasaistē ar (apstiprinājumu un reģistrāciju) &quot;Confirmation of registration&quot;
     267<br><br>
     268Var tikt nosūtītas 2 tipu e-vēstules: Ar vai bez validācijas atslēgas reģistrāciju. Ja nepieciešams, e-vēstules saturu var pielāgot.<br><br>
     269Attiecas uz &quot;Validāciju izsekošanas&quot; iezīmi(tab).
     270<br><br>
     271If this option and the option &quot;Reģistrācijas validācijas termiņa ierobežošana&quot; are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     272/*TODO*/$lang['UAM_USRAutoTitle'] = 'Automatic management of unvalidated users';
     273/*TODO*/$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
     274<br><br>
     275- Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> and &quot;Remind unvalidated users&quot; <b><u>disabled</u></b>.
     276<br><br>
     277- Automatically sending a reminder message with a new generation of validation key and automatic deletion of accounts not validated in the time after sending the reminder -> &quot;Deadline for registration validation limited&quot; <b><u>enabled</u></b> et &quot;Remind unvalidated users&quot; <b><u>enabled</u></b>.';
     278/*TODO*/$lang['UAM_USRAutoDelTitle'] = 'Custom message on deleted account';
     279/*TODO*/$lang['UAM_USRAutoDelTitle_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.
     280<br><br>
     281Further customize the content with special inserted tags : Use <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery. Use <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
     282<br><br>
     283Custom 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.';
     284/*TODO*/$lang['UAM_USRAutoMailTitle'] = 'Automated email reminder';
     285/*TODO*/$lang['UAM_USRAutoMailTitle_d'] = 'When activated, this function will automatically send personalized content in &quot;Reminder email with new key generated&quot; to visitors who match criteria.';
    265286// --------- End: New or revised $lang ---- from version 2.20.0
    266287?>
  • extensions/NBC_UserAdvManager/trunk/language/lv_LV/plugin.lang.php

    r9177 r9266  
    111111$lang['UAM_Title4'] = 'Lietošanas piemēri un ieteikumi';
    112112$lang['UAM_No_Casse'] = 'Lietotājvārdi: Reģistrjutība';
    113 $lang['UAM_No_Casse_true'] = ' Iespējot';
    114 $lang['UAM_No_Casse_false'] = ' Atspējot (pēc noklusēšanas)';
    115113$lang['UAM_Username_Char'] = 'Lietotājvārdi: Rakstzīmju izslēgšana';
    116114$lang['UAM_Username_Char_true'] = ' Aizliegtās rakstzīmes:<br>(Lietot komatu, atdalot rakstzīmes)<br><br>';
     
    118116$lang['UAM_Password_Enforced'] = 'Paroļu drošības līmeņa stiprināšana';
    119117$lang['UAM_Password_Enforced_true'] = ' Iespējot. Minimālais līmenis: ';
    120 $lang['UAM_Password_Enforced_false'] = ' Atspējot (pēc noklusējuma)';
    121118$lang['UAM_AdminPassword_Enforced'] = 'Attiecas uz administratoriem';
    122 $lang['UAM_AdminPassword_Enforced_true'] = ' Iespējot';
    123 $lang['UAM_AdminPassword_Enforced_false'] = ' Atspējot (pēc noklusēšanas)';
    124119$lang['UAM_PasswordTest'] = 'Paroles tests: ';
    125120$lang['UAM_ScoreTest'] = 'Rezultāts: ';
    126121$lang['UAM_MailExclusion'] = 'E-pasta domēnu izslēgšana';
    127122$lang['UAM_MailExclusion_true'] = ' Izslēgt sekojošus domēnus:<br>(Lietojiet komatu, lai atdalītu domēnus)';
    128 $lang['UAM_MailExclusion_false'] = ' Atspējot (pēc noklusējuma)';
    129123
    130124$lang['UAM_Mail_Info'] = 'Informācijas sūtīšana lietotājiem ar e-pastu:';
    131 $lang['UAM_Mail_Info_true'] = ' Iespējot';
    132 $lang['UAM_Mail_Info_false'] = ' Atspējot (pēc noklusējuma)';
    133125$lang['UAM_MailInfo_Text'] = ' Insormācijas e-pasta pielāgošana:';
    134126$lang['UAM_Confirm_Mail'] = 'Reģistrācijas apstiprināšana:';
    135 $lang['UAM_Confirm_Mail_false'] = ' Atspējot (pēc noklusēšanas)';
    136127$lang['UAM_ConfirmMail_Text'] = ' Apstiprinājuma e-pasta pielāgošana:';
    137128$lang['UAM_Confirm_grpstat_notice'] = 'Brīdinājums: Ieteicams lietot vai nu grupu vai pārbaudes statūtus, bet ne abus vienlaicīgi.';
     
    144135$lang['UAM_ValidationLimit_Info'] = 'Reģistrācijas apstiprināšanas limita robežlīnija';
    145136$lang['UAM_ConfirmMail_TimeOut_true'] = ' Iespējot. Dienu skaits līdz termiņa beigām: ';
    146 $lang['UAM_ConfirmMail_TimeOut_false'] = ' Atspējot (pēc noklusējuma)';
    147137$lang['UAM_ConfirmMail_Remail'] = 'Atcerēties neakceptētos lietotājus';
    148 $lang['UAM_ConfirmMail_Remail_true'] = ' Iespējot';
    149 $lang['UAM_ConfirmMail_Remail_false'] = 'Atspējot (pēc noklusējuma)';
    150138$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Pielāgot atgādinājuma ziņu<b><u>ņemot vērā</u></b> jaunās reģenerācijas atslēgas pārbaudi.';
    151139$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Pielāgot atgādinājuma ziņu <b><u>bez</u></b> reģenerācijas atslēgas pārbaudes.';
     
    153141$lang['UAM_GhostTracker'] = 'Ghost (slēpto) apmeklētāju pārvaldība (Ghost Tracker)';
    154142$lang['UAM_GhostTracker_true'] = ' Iespējot. Maksimālais periods dienās starp divām vizītēm: ';
    155 $lang['UAM_GhostTracker_false'] = 'Atspējot (pēc noklusējuma)';
    156143$lang['UAM_GhostTracker_ReminderText'] = 'Ghost Tracker atgadinājuma ziņojuma pielāgošana';
    157144$lang['UAM_LastVisit'] = ' Reģistrēto lietotāju izsekošana';
    158 $lang['UAM_LastVisit_true'] = ' Iespējot';
    159 $lang['UAM_LastVisit_false'] = ' Atspējot (pēc noklusējuma)';
    160145$lang['UAM_No_Comment_Anonymous'] = 'Viesu komentāriem iesauka (Nickname) obligāta';
    161 $lang['UAM_No_Comment_Anonymous_true'] = ' Iespējot';
    162 $lang['UAM_No_Comment_Anonymous_false'] = ' Atspējot (pēc noklusējuma)';
    163146
    164147$lang['UAM_Tips1'] = 'Reģistrēšanās ar e-pasta apstiprināšanu un brīdinājuma ziņojums Piwigo mājas lapā';
     
    193176// --------- Starting below: New or revised $lang ---- from version 2.14.0
    194177$lang['UAM_AdminConfMail'] = 'Reģistrācijas apstiprināšana administratoriem';
    195 $lang['UAM_Admin_ConfMail_true'] = ' Iespējot';
    196 $lang['UAM_Admin_ConfMail_false'] = ' Atspējot (pēc noklusējuma)';
    197178$lang['UAM_Tips1_txt'] = '
    198179<ul>
     
    259240$lang['UAM_Confirm_Mail_local'] = ' Iespējot – Apstiprinājis administrators (netika nosūtīta apstiprināšanas atslēga)';
    260241$lang['UAM_RedirToProfile'] = 'Novirzīt uz "Customization" (pielāgošanas) lapu';
    261 $lang['UAM_RedirToProfile_false'] = ' Atspējot (pēc noklusējuma)';
    262 $lang['UAM_RedirToProfile_true'] = ' Iespējot';
    263242// --------- End: New or revised $lang ---- from version 2.15.4
    264243
     
    268247/* TODO */$lang['UAM_Expired_Status'] = '<b>Status</b> for user\'s registration has expired<br>';
    269248/* TODO */$lang['UAM_GTAuto'] = 'Automatic management of ghosts users';
    270 $lang['UAM_GTAuto_false'] = ' Atspējot (pēc noklusējuma)';
    271 $lang['UAM_GTAuto_true'] = ' Iespējot';
    272249/* TODO */$lang['UAM_GTAutoDel'] = 'Automatic deletion of accounts';
    273250/* TODO */$lang['UAM_GTAutoGp'] = 'Automatic change of group / status';
    274251/* TODO */$lang['UAM_GTAutoMail'] = 'Automatically sending an email when changing group / status';
    275 /* TODO */$lang['UAM_GTAutoMail_false'] = ' Atspējot (pēc noklusējuma)';
    276 /* TODO */$lang['UAM_GTAutoMail_true'] = ' Iespējot';
    277252/* TODO */$lang['UAM_Deleted_Account_Redirection_Page'] = 'Access denied - Account destroyed!';
    278253/* TODO */$lang['UAM_title_redir_page'] = 'Access denied for having an account destroyed!';
     
    288263// --------- Starting below: New or revised $lang ---- from version 2.20.0
    289264/* TODO */$lang['UAM_CustomPasswRetr'] = 'Customize lost password email content';
    290 $lang['UAM_CustomPasswRetr_false'] = ' Atspējot (pēc noklusējuma)';
    291 $lang['UAM_CustomPasswRetr_true'] = ' Iespējot';
     265/* TODO */$lang['UAM_USRAuto'] = 'Automatic management of unvalidated users';
     266/* TODO */$lang['UAM_USRAutoDel'] = 'Custom message on deleted account';
     267/* TODO */$lang['UAM_USRAutoMail'] = 'Automated email reminder';
     268$lang['UAM_Disable'] = ' Atspējot (pēc noklusējuma)';
     269$lang['UAM_Enable'] = ' Iespējot ';
    292270// --------- End: New or revised $lang ---- from version 2.20.0
    293271?>
Note: See TracChangeset for help on using the changeset viewer.