Ignore:
Timestamp:
Mar 30, 2012, 9:41:24 PM (12 years ago)
Author:
Eric
Message:

r13822 merged from trunk
Bug 2602 fixed - Sql error when Confirmation by admin is set
Small code refactoring and cleanup
en_UK reference translation spellchecking
de_DE translation updated
fr_FR translation updated

Location:
extensions/UserAdvManager/branches/2.30
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.30/changelog.txt.php

    r13214 r13823  
    285285
    286286-- 2.30.4 : Bug 2580 fixed - DE translation files corrupted
     287
     288-- 2.30.5 : Bug 2583 fixed - help.lang.php was not loaded correctly
     289            Bug 2602 fixed - Sql error when Confirmation by admin is set
     290            en_UK reference translation spellchecking
     291            de_DE translation updated
     292            fr_FR translation updated
    287293*/
    288294?>
  • extensions/UserAdvManager/branches/2.30/include/functions.inc.php

    r12667 r13823  
    100100  if ($register_user['username'] != "16" and $register_user['username'] != "18")
    101101  {
     102    $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
     103   
    102104    if ((isset($conf_UAM[0]) and $conf_UAM[0] == 'true') and (isset($conf_UAM[1]) and $conf_UAM[1] == 'local'))
    103105    {
    104106      // This is to send an information email and set user to "waiting" group or status until admin validation
    105107      // -----------------------------------------------------------------------------------------------------
    106       $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
    107108      SendMail2User(1, $register_user['id'], $register_user['username'], $passwd, $register_user['email'], false);
    108109      SetPermission($register_user['id']);// Set to "waiting" group or status until admin validation
     
    118119      // This is to send an information email without validation key
    119120      // -----------------------------------------------------------
    120       $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
    121121      SendMail2User(1, $register_user['id'], $register_user['username'], $passwd, $register_user['email'], false);
    122122    }
     
    127127      if (is_admin() and isset($conf_UAM[19]) and $conf_UAM[19] == 'true')
    128128      {
    129         $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
    130129        SendMail2User(1, $register_user['id'], $register_user['username'], $passwd, $register_user['email'], true);
    131130      }
    132131      elseif (is_admin() and isset($conf_UAM[19]) and $conf_UAM[19] == 'false')
    133132      {
    134         $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
    135133        SendMail2User(1, $register_user['id'], $register_user['username'], $passwd, $register_user['email'], false);
    136134      }
    137135      elseif (!is_admin())
    138136      {
    139         $passwd = (isset($_POST['password'])) ? $_POST['password'] : '';
    140137        SendMail2User(1, $register_user['id'], $register_user['username'], $passwd, $register_user['email'], true);
    141138      }
     
    15981595  }
    15991596
    1600   if (!is_admin() and $conf_UAM[2] <> -1) // Set privacy level
     1597  if (!is_admin() and $conf_UAM[35] <> -1) // Set privacy level
    16011598  {
    16021599    $query = "
     
    16041601  (user_id, level)
    16051602VALUES
    1606   ('".$user_id."', '".$conf_UAM[level]."')
     1603  ('".$user_id."', '".$conf_UAM[35]."')
    16071604;";
    16081605    pwg_query($query);
     
    23912388  $users = array();
    23922389
    2393         // Search users depending expiration date
    2394   // --------------------------------------
     2390        // Search users depending expiration date with exclusion of Adult_Content generic users
     2391  // ------------------------------------------------------------------------------------
    23952392  $query = '
    23962393SELECT DISTINCT u.'.$conf['user_fields']['id'].' AS id,
  • extensions/UserAdvManager/branches/2.30/language/de_DE/help.lang.php

    r13214 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_confirmTitle_d'] = '- Informationen E-Mail generation<br>
     
    1313<br><br>
    1414<b style=&quot;color: red;&quot;>Warnung: Diese Option hat keine Auswirkungen auf den Benutzernamen erstellt vor ihrer Aktivierung.</b>';
    15 $lang['UAM_passwTitle_d'] = 'Durch die Aktivierung dieser Option ist zwingend die Beschlagnahme eines Passwortes bei der Anmeldung und das Kennwort erfordert vom Besucher ausgewählt, um ein Mindestmaß an Komplexität gerecht zu werden. Wird der Schwellenwert nicht erreicht wird, die Gäste erzielt, und die Mindestpunktzahl erreicht werden soll angezeigt werden, zusammen mit Empfehlungen an den Wert dieser Gäste zu steigern.<br><br>
     15$lang['UAM_passwTitle_d'] = 'Durch die Aktivierung dieser Option ist zwingend die Beschlagnahme eines Passwortes bei der Anmeldung und das Passwort erfordert vom Besucher ausgewählt, um ein Mindestmaß an Komplexität gerecht zu werden. Wird der Schwellenwert nicht erreicht wird, die Gäste erzielt, und die Mindestpunktzahl erreicht werden soll angezeigt werden, zusammen mit Empfehlungen an den Wert dieser Gäste zu steigern.<br><br>
    1616Es gibt Feldtest der Komplexität eines Passworts zu messen und sich leisten können, eine Vorstellung von der Partitur zu erhalten, um komplexe, kundenspezifische definieren.<br><br>
    1717Hinweis: Die Gäste eines Passwortes ist auf der Grundlage mehrerer Parameter: Länge berechnet, die Art der verwendeten Zeichen (Buchstaben, Ziffern, Großbuchstaben, Kleinbuchstaben, Sonderzeichen). Ein Wert unter 100 wird als gering, zwischen 100 und 500, die Komplexität ist durchschnittlich, mehr als 500, die Sicherheit ist sehr gut.';
    18 $lang['UAM_passwtestTitle'] = 'Prüfung der Komplexität eines Passworts';
    19 $lang['UAM_passwtestTitle_d'] = 'Geben Sie das Kennwort zu testen, und klicken Sie auf &quot;Ergebnis Berechnung&quot;, um das Ergebnis zu sehen.';
    20 $lang['UAM_passwadmTitle_d'] = 'Ein Administrator kann einen Benutzer-Account erstellen, mit oder ohne Anwendung der Regel der Komplexität des Computings.<br><br>
    21 Hinweis: Wenn der Benutzer erstellte Konto will Passwort zu ändern und Passwörter für die Benutzer Stärkung aktiv ist, wird es vorbehaltlich der Regel-Satz.';
    22 $lang['UAM_infomailTitle_d'] = 'Diese Option ermöglicht die Automatisierung Senden einer E-Mail-Informationen an einen Benutzer bei der Anmeldung oder bei Änderungen sein Passwort oder E-Mail-Adresse in ihrem Profil.<br><br>
    23 Der Inhalt der Nachricht gesendet wird von einem anpassbaren Teil komponiert, um eine kleine Begrüßung und Einführung fester Bestandteil in denen die Login, Passwort und E-Mail-Adresse des Benutzers.';
     18$lang['UAM_passwtestTitle'] = 'Prüfung der Passworts Komplexität';
     19$lang['UAM_passwtestTitle_d'] = 'Geben Sie das Passwort zu testen, und klicken Sie auf &quot;Ergebnis Berechnung&quot;, um das Ergebnis zu sehen.';
     20$lang['UAM_passwadmTitle_d'] = 'Ein Administrator kann einen Benutzer-Account erstellen, mit oder ohne Anwendung der Regel der Komplexit&auml;t des Computings.<br><br>
     21Hinweis: Wenn der Benutzer erstellte Konto will Passwort zu &auml;ndern und Passwörter f&uuml;r die Benutzer St&auml;rkung aktiv ist, wird es vorbehaltlich der Regel-Satz.';
     22$lang['UAM_infomailTitle_d'] = 'Diese Option erm&ouml;glicht die Automatisierung Senden einer E-Mail-Informationen an einen Benutzer bei der Anmeldung oder bei Änderungen sein Passwort oder E-Mail-Adresse in ihrem Profil.<br><br>
     23Der Inhalt der Nachricht gesendet wird von einem anpassbaren Teil komponiert, um eine kleine Begrüßung und Einf&uuml;hrung fester Bestandteil in denen die Login, Passwort und E-Mail-Adresse des Benutzers.';
    2424$lang['UAM_confirmgrpTitle'] = 'Validation Gruppen';
    2525$lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNUNG: Validierung Gruppen setzt voraus, dass Sie mindestens einen Benutzer Gruppe angelegt haben und definiert ist standardmäßig im User-Gruppen Piwigo-Management.</b><br><br>
     
    2929Die Satzung sind validiert f&uuml;r den Einsatz in Verbindung mit der &quot;Best&auml;tigung der Anmeldung&quot;';
    3030$lang['UAM_remailtxt1Title'] = 'Reminder per E-Mail mit den neuen Schlüssel generiert';
    31 $lang['UAM_remailtxt2Title'] = 'Reminder per E-Mail, ohne dass neue Schlüssel generiert';
     31$lang['UAM_remailtxt2Title'] = 'Reminder per E-Mail ohne dass neue Schlüssel generiert';
    3232$lang['UAM_tipsTitle_d'] = 'Tipps und verschiedene Anwendungsbeispiele';
    3333
     
    4646...
    4747';
    48 $lang['UAM_usermanTitle_d'] = 'Wenn die Begrenzung der Frist für die Anmeldung aktiviert ist, finden Sie weiter unten die Liste der Benutzer, deren Validierung Eintragung erwartet wird, <b style="text-decoration: underline;">ob oder nicht</b> sind sie in der Zeit zu validieren.<br><br>
     48$lang['UAM_usermanTitle_d'] = 'Wenn die Begrenzung der Frist für die Anmeldung aktiviert ist, finden Sie weiter unten die Liste der Benutzer, deren Validierung Eintragung erwartet wird, <b style=&quot;text-decoration: underline;&quot;>ob oder nicht</b> sind sie in der Zeit zu validieren.<br><br>
    4949Das Datum der Eintragung wird in grün angezeigt, wenn der Benutzer unter dem betreffenden Frist wird auf seine Registrierung zu bestätigen. In diesem Fall ist die Validierung Schlüssel noch gültig ist, und wir können eine E-Mail mit oder ohne eine neue Validierung Schlüssel zu schicken.<br><br>
    5050Wenn das Datum der Eintragung erscheint in Rot, die Validierung abgelaufen. In diesem Fall müssen Sie eine E-Mail mit der Regeneration der Validierung Schlüssel senden, wenn Sie dem Benutzer die Möglichkeit, ihre Anmeldung bestätigen möchten.<br><br>
     
    6868<br><br>
    6969<b>Die Sortierung der Tabelle Function</b> : Sie können die Daten mit einem Klick auf die Spaltenüberschriften angezeigt. Halten Sie SHIFT-Taste, um Art bis zu 4 gleichzeitige maximale Spalten.';
    70 $lang['UAM_confirmmailTitle_d'] = 'This option allows a user to either confirm registration by clicking on a link received in an email sent upon registration or the administrator to manually activate the registration.<br><br>
    71 In first case, the e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the "Tracking validations" tab.<br><br>
    72 <br><br>
    73 In second case, <b><u>there is no validation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in "Validation tracking" tab. It\s recommanded to activate the Piwigo\'s option "Email admins when a new user registers" (see in Piwigo\'s configuration options) and to use the "Information email to user" to warn new registers to wait on their account activation.
    74 <br>
    75 <b style="color: red;">NB: Options "Deadline for registration validation limited" and "Remind unvalidated users  " have to be set to off when admin\'s manual validation is enabled.</b>
    76 <br><br>
    77 Diese Option ist in der Regel mit der automatischen Zuordnung der Gruppe und / oder Satzung verwendet. Zum Beispiel, ein Benutzer, der nicht validiert ihre Eintragung in eine bestimmte Gruppe von Nutzern eingestellt werden (mit oder ohne Einschränkungen auf der Galerie), während ein Benutzer, der seine Registrierung bestätigt wird in einem "normalen" Gruppe eingestellt werden.';
    7870// --------- End: New or revised $lang ---- from version 2.15.4
    7971
     
    10294<br><br>Die Ansteuerung dieser Automatisierung wird erreicht, wenn eine Verbindung Nutzer (alle Benutzer!) Auf der Galerie.';
    10395$lang['UAM_GTAutoDelTitle'] = 'Benutzerdefinierte Meldung auf gelöschtes Konto';
    104 $lang['UAM_GTAutoGpTitle'] = 'Automatischer Wechsel der Gruppe / Status';
    10596$lang['UAM_GTAutoGpTitle_d'] = 'Der automatische Wechsel der Gruppe oder den gleichen Status zu einer Degradierung der Konten beteiligt und arbeiten nach dem gleichen Prinzip wie die Gruppe oder den Status der Validierung (finden Sie unter &quot;Einstellen Bestätigungen und Validierungen der Registrierung&quot;). Daher sein, eine Gruppe und / oder Status herabstufen Zugang zur Galerie zu definieren. Wenn dies bereits mit dem Einsatz von Anmeldebestätigung Funktion definiert wurde, können Sie mit dem gleichen Gruppe / Status.<br><br>
    10697<b style=&quot;color: red;&quot;>Wichtiger Hinweis:</b> Wenn ein Geist Benutzer hat noch kein von der nach Ablauf der Frist und trotz der automatische Benachrichtigung per E-Mail (wenn aktiviert) gehört, ist er automatisch aus der Datenbank gelöscht.';
     
    115106$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.
    116107<br><br>
    117 Diese Option ist in Verbindung mit der "Bestätigung der Anmeldung verwendet"
    118 <br><br>
    119 If this option and the option "Erinnern Unvalidierte User" are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
    120 $lang['UAM_remailTitle_d'] = 'Mit dieser Option können Sie eine Erinnerung per E-Mail an registrierte Benutzer zu senden, aber noch nicht bestätigt ihre Eintragung in die Zeit. Es funktioniert also in Verbindung mit der "Bestätigung der Anmeldung"
     108Diese Option ist in Verbindung mit der &quot;Bestätigung der Anmeldung verwendet&quot;
     109<br><br>
     110If 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.';
     111$lang['UAM_remailTitle_d'] = 'Mit dieser Option können Sie eine Erinnerung per E-Mail an registrierte Benutzer zu senden, aber noch nicht bestätigt ihre Eintragung in die Zeit. Es funktioniert also in Verbindung mit der &quot;Bestätigung der Anmeldung&quot;
    121112<br><br>
    1221132 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.
    123114<br><br>
    124 Wenden Sie sich an die "Tracking Validierungen" aus.
    125 <br><br>
    126 If this option and the option "Anmeldeschluss Validierung beschränkt" are activated, new options will appear below in this section to enable the automation of unvalidated users management.';
     115Wenden Sie sich an die &quot;Tracking Validierungen&quot; aus.
     116<br><br>
     117If 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.';
    127118$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
    128119<br><br>
    129 - Automatic deletion of accounts not validated in the allotted time without sending automatic email reminder -> "Deadline for registration validation limited" <b><u>enabled</u></b> and "Remind unvalidated users" <b><u>disabled</u></b>.
    130 <br><br>
    131 - 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 -> "Deadline for registration validation limited" <b><u>enabled</u></b> et "Remind unvalidated users" <b><u>enabled</u></b>.';
     120- 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>.
     121<br><br>
     122- 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>.';
    132123
    133124
     
    155146<br><br>
    156147Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    157 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    158 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    159 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
    160 - <b style="color: red;">[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen ("Anmeldeschluss Validierung beschränkt;" müssen aktiviert werden).
     148- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     149- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     150- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
     151- <b style=&quot;color: red;&quot;>[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen (&quot;Anmeldeschluss Validierung beschränkt;&quot; müssen aktiviert werden).
    161152<br><br>
    162153Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    166157<br><br>
    167158Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    168 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    169 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    170 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
    171 - <b style="color: red;">[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen ("Anmeldeschluss Validierung beschränkt;" müssen aktiviert werden).
     159- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     160- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     161- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
     162- <b style=&quot;color: red;&quot;>[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen (&quot;Anmeldeschluss Validierung beschränkt;&quot; müssen aktiviert werden).
    172163<br><br>
    173164Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    177168<br><br>
    178169Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    179 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    180 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    181 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
    182 - <b style="color: red;">[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen ("Anmeldeschluss Validierung beschränkt;" müssen aktiviert werden).
     170- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     171- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     172- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
     173- <b style=&quot;color: red;&quot;>[Kdays]</b> um die Anzahl von Tagen einfügen, um eine Registrierung zu bestätigen (&quot;Anmeldeschluss Validierung beschränkt;&quot; müssen aktiviert werden).
    183174<br><br>
    184175Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    194185<br><br>
    195186Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    196 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    197 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    198 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
     187- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     188- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     189- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
    199190<br><br>
    200191Um mehrere Sprachen zu benutzen, können Sie die Extended description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    204195<br><br>
    205196Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    206 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    207 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    208 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
     197- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     198- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     199- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
    209200<br><br>
    210201Dieses Feld ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended Description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    214205<br><br>
    215206Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    216 - <b style="color: red;">[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
    217 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    218 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
     207- <b style=&quot;color: red;&quot;>[username]</b> , um automatisch den Namen des Zielbenutzers der E-Mail.<br>
     208- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     209- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
    219210<br><br>
    220211Dieses Feld ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended Description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    222213<br><br>
    223214Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    224 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    225 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
     215- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     216- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
    226217<b style=&quot;color: red;&quot;>[username]</b> ist hier nicht verfügbar, weil betroffene Anwender gelöscht wurde.
    227218<br><br>
     
    234225<br><br>
    235226Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    236 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    237 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
     227- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     228- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.
    238229<br><br>
    239230Um mehrere Sprachen zu benutzen, können Sie die Extended Description Plugin-Tags verwenden, wenn er aktiv ist.';
     
    252243Dieses Feld ist kompatibel mit FCK Editor und, für Multi-Sprachen, können Sie die [lang] Tags der Extended Description Plugin zu benutzen, wenn es aktiv ist.';
    253244$lang['UAM_RejectConnexion_d'] = 'Wenn aktiviert, wird neu registrierten Benutzern nicht bestätigen, haben ihre Anmeldung nicht in der Lage sein, um zur Galerie zu verbinden. Sie werden auf eine spezielle Seite umgeleitet werden, um sie von diesem Zustand zu informieren.<br><br>
    254 <b style="color: red;">Warnung - Dies funktioniert nur in Verbindung mit der Bestätigung Gruppen! Siehe unten, um die Gruppen nach Bedarf eingestellt.</b>';
     245<b style=&quot;color: red;&quot;>Warnung - Dies funktioniert nur in Verbindung mit der Bestätigung Gruppen! Siehe unten, um die Gruppen nach Bedarf eingestellt.</b>';
    255246$lang['UAM_StuffsTitle_d'] = 'Dies ermöglicht eine zusätzliche UAM-Block in PWG Stuffs Plugin (wenn installiert) um Ihre Besucher die nicht validiert hat ihre Registrierung über ihren Zustand informieren.
    256247<br><br>
     
    276267<br><br>
    277268Weitere Anpassung des Inhalts mit speziellen eingefügt tags:<br>
    278 - <b style="color: red;">[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
    279 - <b style="color: red;">[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
     269- <b style=&quot;color: red;&quot;>[mygallery]</b> , um den Titel Ihrer Galerie einzufügen.<br>
     270- <b style=&quot;color: red;&quot;>[myurl]</b> Ihre Galerie-URL einfügen, wenn in den Konfigurationsoptionen Piwigo gesetzt.<br>
    280271<b style=&quot;color: red;&quot;>[username]</b> ist hier nicht verfügbar, weil betroffene Anwender gelöscht wurde.
    281272<br><br>
    282273Custom Text für die Weiterleitungsseite können in dieses Feld eingegeben werden dass ist kompatibel mit den FCK-Editor und, um mehrere Sprachen zu benutzen, können Sie die Extended Description Plugin-Tags verwenden, wenn er aktiv ist.';
    283 $lang['UAM_USRAutoMailTitle_d'] = 'Wenn aktiviert, wird diese Funktion automatisch zu senden personalisierte Inhalte in "Reminder per E-Mail mit neuer Schlüssel generiert", um Besucher, die Kriterien entsprechen.';
     274$lang['UAM_USRAutoMailTitle_d'] = 'Wenn aktiviert, wird diese Funktion automatisch zu senden personalisierte Inhalte in &quot;Reminder per E-Mail mit neuer Schlüssel generiert&quot;, um Besucher, die Kriterien entsprechen.';
     275$lang['UAM_confirmlevelTitle'] = 'Datenschutzstufe';
     276$lang['UAM_HidePasswTitle_d'] = 'Wählen Sie hier, wenn Sie in der E-Mail-Informationen angezeigt werden das Passwort vom Besucher gewählt werden soll. Wenn Sie die Option zu aktivieren, wird das Passwort dann im Klartext angezeigt. Wenn Sie deaktivieren das Passwort wird gar nicht angezeigt.';
     277$lang['UAM_Tracking registered users_d'] = 'Dies aktiviert einen Tabelle im &quot;Verfolgung registrierte Benutzer&quot;-Reiter wo sind registrierten Nutzern auf der Galerie aufgelistet mit dem Datum ihrer letzten Besuch und verbrachte Zeit (in Tagen) seit ihrem letzten Besuch. Die Überwachung ist rein informativ für den Administrator der Galerie.';
     278$lang['UAM_confirmmailTitle_d'] = 'Diese Option ermöglicht es einem Benutzer, entweder bestätigen Anmeldung durch Klick auf einen Link in einer E-Mail bei der Registrierung oder den Administrator gesendet, um manuell aktivieren Sie die Registrierung erhalten haben.<br><br>
     279Im ersten Fall wird die E-Mail von einem anpassbaren Teil zusammengesetzt, um ein wenig Begrüßung und einem festen Teil mit dem Aktivierungs-Link, die von einem zufälligen Schlüssel, die möglicherweise durch den &quot;Tracking Bestätigungen&quot;-Reiter können sich regenerieren erzeugt wird, einzuführen.<br><br>
     280Im zweiten Fall, <b><u>gibt es keine Bestätigung Schlüssel per E-Mail!</u></b>. Besucher müssen warten, bis ein Administrator bestätigen sie sich in &quot;Bestätigung Tracking&quot;-Registerkarte. Es ist recommanded des Piwigo die Option &quot;E-Mail-Admins, wenn ein neuer Benutzer registriert&quot; aktivieren (siehe Konfigurationsoptionen in der Piwigo) und die &quot;Information E-Mail an Benutzer&quot; verwenden, um neue Register zu warnen, sich auf ihre Freischaltung warten.
     281<br>
     282<b style=&quot;color: red;&quot;>NB: Die Optionen &quot;Deadline zur Bestätigung der Registrierung begrenzt&quot; und &quot;Remind unbestätigte Benutzer&quot; müssen gesetzt werden ausgeschaltet, wenn der Admin manuelle Bestätigung aktiviert ist.</b>
     283<br><br>
     284Diese Option wird in der Regel mit der automatischen Zuordnung von Gruppen-und / oder Satzung verwendet. Zum Beispiel wird ein Benutzer, der nicht ihrer Registrierung hat bestätigt, in einer bestimmten Gruppe von Benutzern (mit oder ohne Einschränkungen auf der Galerie) eingestellt werden, während ein Benutzer, der seine Anmeldung bestätigt in einem &quot;normalen&quot; Gruppe festgesetzt werden.';
    284285?>
  • extensions/UserAdvManager/branches/2.30/language/de_DE/plugin.lang.php

    r13214 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
     
    2020$lang['UAM_title_confirm_mail'] = 'Überprüfen Sie Ihre Registrierung';
    2121$lang['UAM_confirm_mail_page_title'] = 'Überprüfen Sie Ihre Registrierung';
    22 $lang['confirm_mail_ok'] = '<br><br><br>Wir danken Ihnen, Ihre E-Mail-Adresse bestätigt haben und Ihre Anmeldung auf der Galerie. Viel Spaß!<br><br><br><br>';
    2322
    2423
     
    114113$lang['UAM_Username_Char_true'] = ' Zeichen Verboten:<br>(Verwenden Sie ein Komma, um ein Zeichen getrennt)<br><br>';
    115114$lang['UAM_Username_Char_false'] = ' Erlauben Sie alle (Standard)';
    116 $lang['UAM_Password_Enforced'] = 'Stärkung des Sicherheitsniveaus von Kennwörtern';
     115$lang['UAM_Password_Enforced'] = 'Stärkung des Sicherheitsniveaus von Passwortern';
    117116$lang['UAM_AdminPassword_Enforced'] = 'Die Anwendung für Administratoren';
    118117$lang['UAM_PasswordTest'] = 'Passwort testen : ';
     
    151150$lang['UAM_Update of %s'] = 'Profil aktualisieren %s';
    152151/* Email confirmation page */
    153 $lang['confirm_mail_bad'] = '<br><br><br>Ihre Aktivierungs-Schlüssel ist falsch oder abgelaufen oder Sie haben bereits validiert Ihrem Konto haben, wenden Sie sich bitte an den Webmaster, um dieses Problem zu beheben.<br><br><br><br>';
    154152/* Mailing */
    155153$lang['UAM_Ghost_reminder_of_%s'] = '%s, Dies ist eine Erinnerung per E-Mail';
     
    379377$lang['UAM_You cannot pwdreset your account'] = 'Passwort erneuern können nicht auf eigene Rechnung eingestellt werden!';
    380378$lang['UAM_You need to confirm pwdreset'] = 'Sie müssen bestätigen, Passwort erneuern (check box)!';
     379$lang['UAM_CustomPasswRetr'] = 'Personalisieren den Inhalt von E-Mail für verlorenes Passwort';
     380$lang['UAM_Password_Enforced_true'] = 'Aktivieren. Mindestpunktzahl:';
     381$lang['UAM_Restore'] = 'Um die Backup-Datei von Ihrer Konfiguration wiederherzustellen. Lediglich die gespeicherte Datei auf dem Server berücksichtigt wird.
     382<br><br>
     383<b style="color: red;">Hütet euch vor dem Backup-Version!<br>Ein Backup von einer Version des Plugins gemacht kann nur auf der gleichen Version wiederhergestellt werden.</b>';
     384$lang['UAM_Tracking confirmations'] = 'Verfolgung Bestätigungen';
     385$lang['UAM_Tracking registered users'] = 'Verfolgung registrierte Benutzer';
     386$lang['UAM_USRAutoDel'] = 'Nachricht an das automatische Löschen von Konten';
     387$lang['UAM_USRAutoMail'] = 'Automatisierte E-Mail-Erinnerung';
    381388?>
  • extensions/UserAdvManager/branches/2.30/language/en_UK/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse login names containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
     
    304304<br><br>
    305305This field is compatible with the FCK Editor and, for multi-languages, you can use the [lang] tags of the Extended description plugin if it\'s active.';
    306 $lang['UAM_Tracking registered users_d'] = 'This activates a table in the &quot;Tracking registered users&quot; tab which are registered users listed on the gallery and the date of their last visit and time spent (in days) since their last visit. Monitoring is purely informative for the administrator of the gallery.';
     306$lang['UAM_Tracking registered users_d'] = 'This activates a table in the &quot;Tracking registered users&quot; tab where are listed registered users on the gallery with the date of their last visit and time spent (in days) since their last visit. Monitoring is purely informative for the administrator of the gallery.';
    307307// --------- End: New or revised $lang ---- from version 2.30.3
    308308?>
  • extensions/UserAdvManager/branches/2.30/language/en_UK/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
     
    240240$lang['UAM_Default_ConfirmMail_Txt'] = 'Hello [username]! Thank you to have register on [mygallery].
    241241
    242 To complete the procedure and be able to browse through the pictures, thank you kindly confirm your registration by clicking on the link in this message.';
     242To complete the process and be able to browse through the pictures, thank you kindly confirm your registration by clicking on the link in this message.';
    243243$lang['UAM_Default_GhstReminder_Txt'] = 'Hello [username].
    244244       
  • extensions/UserAdvManager/branches/2.30/language/es_ES/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_confirmTitle_d'] = '
     
    8787<br><br>
    8888<b>Funciones Clasificación de la tabla</b>: Puede ordenar los datos mostrados, haga clic en los encabezados de columna. Sostenga la tecla SHIFT para ordenar hasta 4 columnas máxima simultánea.';
    89 /*TODO*/$lang['UAM_confirmmailTitle_d'] = 'This option allows a user to either confirm registration by clicking on a link received in an email sent upon registration or the administrator to manually activate the registration.<br><br>
    90 In first case, the e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the &quot;Tracking validations&quot; tab.<br><br>
    91 Dans le premier cas, le message envoyé comprend une partie fixe, avec le lien d\'activation généré à partir d\'une clef aléatoire (cette clé peut éventuellement être régénérée via l\'onglet &quot;Suivi des validations&quot;), et une partie personnalisable par un texte d\'accueil.
    92 <br><br>
    93 In second case, <b><u>there is no validation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in &quot;Validation tracking&quot; tab. It\s recommanded to activate the Piwigo\'s option &quot;Email admins when a new user registers&quot; (see in Piwigo\'s configuration options) and to use the &quot;Information email to user&quot; to warn new registers to wait on their account activation.
    94 <br>
    95 <b style=&quot;color: red;&quot;>NB: Options &quot;Deadline for registration validation limited&quot; and &quot;Remind unvalidated users  &quot; have to be set to off when admin\'s manual validation is enabled.</b>
    96 <br><br>
    97 Esta opci&oacute;n se utiliza generalmente con la asignaci&oacute;n autom&aacute;tica de grupo y / o estatutos. Por ejemplo, un usuario que no ha validado su registro se encuentra en un grupo espec&iacute;fico de usuarios (con o sin restricciones a la galer&iacute;a) mientras que un usuario que haya validado su registro se encuentra en un &quot;normal&quot; del grupo.';
    9889// --------- End: New or revised $lang ---- from version 2.15.4
    9990
     
    10697
    10798// --------- Starting below: New or revised $lang ---- from version 2.16.0
    108 /*TODO*/$lang['UAM_ghosttrackerTitle_d'] = 'Also called &quot;Ghost Tracker&quot;, when this function is activated, you can manage your visitors depending on the frequency of their visits. 2 operating modes are available:<br><br>
    109 - Manual management : When the time between 2 visits is reached,, the visitor appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email or delete him.<br><br>
    110 - Automated management : When the period between 2 successive visits is reached, the visitor is automatically deleted or moved into a wait group and/or status. In this second case, an information email can be sent to him.<br><br>
    111 <b style=&quot;color: red;&quot;>Important note : If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker (see corresponding instructions on &quot;Ghost Tracker&quot; tab).</b>';
    112 $lang['UAM_miscTitle_d'] = '
    113 - Automatic or manual management of ghosts users<br>
    114 - Followed registered users<br>
    115 - Nickname mandatory for guests comments<br>
    116 ...
    117 ';
    11899$lang['UAM_mailexcTitle_d'] = 'De forma predeterminada, Piwigo acepta todas las direcciones de correo electrónico en el  formato xxx@yyy.zz. Al habilitar esta opción le permite excluir ciertos dominios en el formato: @[nombreDeDominio].[Domain_extension].<br><br>
    119100Ejemplos :<br>
    120101@hotmail.com -> con exclusión de direcciones *@hotmail.com<br>
    121102@hotmail -> con exclusión de todas las direcciones de *@hotmail*';
    122 /*TODO*/$lang['UAM_GTAutoTitle_d'] = 'This option allows to apply rules for automated management of ghosts users.
    123 <br><br>Basic Principle: A user who reaches the maximum time between visits <b><u>and</u></b> has already been notified by email is considered as expired. Then you can apply automated processing rules such as automatic deletion of expired accounts or demotion by restricting access to the gallery (switch automatically to a restricted group and/or status).
    124 <br><br>The triggering of these automation is achieved when connecting users (any user!) to the gallery.';
    125103$lang['UAM_GTAutoDelTitle'] = 'Mensaje personalizado en cuenta eliminada';
    126104$lang['UAM_GTAutoGpTitle'] = 'Cambio automático de grupo / estado';
    127 /*TODO*/$lang['UAM_GTAutoGpTitle_d'] = 'The automatic change of group or status equivalent to a demotion of the accounts involved and working on the same principle as the group or the status of validation (see &quot;Setting confirmations and validations of registration&quot;). Therefore be to define a group and / or status demoting access to the gallery. If this has already been defined with the use of registration confirmation function, you can use the same group / status.<br><br>
    128 <b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
    129105// --------- End: New or revised $lang ---- from version 2.16.0
    130 
    131 
    132 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    133 /*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.
    134 <br><br>
    135 Esta opci&oacute;n se utiliza en conjunci&oacute;n con la &quot;confirmaci&oacute;n de registro&quot;
    136 <br><br>
    137 If 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.';
    138 /*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;
    139 <br><br>
    140 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.
    141 <br><br>
    142 Consulte la ficha &quot;Seguimiento de las Validaciones&quot;.
    143 <br><br>
    144 If 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.';
    145 /*TODO*/$lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
    146 <br><br>
    147 - 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>.
    148 <br><br>
    149 - 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>.';
    150 /*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.';
    151 /*TODO*/$lang['UAM_StuffsTitle_d'] = 'This enables an additional UAM block in PWG Stuffs plugin (if installed) to inform your visitors who did not validate their registration about their condition.
    152 <br><br>
    153 Please refer to the <b>Consejos y ejemplos</b> at the bottom of this page for details.';
    154 // --------- End: New or revised $lang ---- from version 2.20.0
    155 
    156 
    157 // --------- Starting below: New or revised $lang ---- from version 2.20.3
    158 /*TODO*/$lang['UAM_DumpTitle_d'] = 'This allows you to save the entire configuration of the plugin in a file so you can restore it if something goes wrong (wrong manipulation or before an update, for example). By default, the file is stored in this folder ../plugins/UserAdvManager/include/backup/ and is called &quot;UAM_dbbackup.sql&quot;.
    159 <br><br>
    160 <b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
    161 <br><br>
    162 It can sometimes be useful to retrieve the backup file on your computer. For example: To restore to another database, to outsource or to keep multiple save files. To do this, just check the box to download the file.
    163 <br><br>
    164 The recovery from this interface is not supported. Use tools like phpMyAdmin.';
    165 // --------- End: New or revised $lang ---- from version 2.20.3
    166 
    167 
    168 // --------- Starting below: New or revised $lang ---- from version 2.20.4
    169 /*TODO*/$lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
    170 // --------- End: New or revised $lang ---- from version 2.20.4
    171 
    172 
    173 // --------- Starting below: New or revised $lang ---- from version 2.20.11
    174 /*TODO*/$lang['UAM_gttextTitle_d'] = 'Introduzca el texto que desea que aparezca en el recordatorio por correo electrónico para pedir al usuario volver a visitar su galería (Nota: El texto pre-llenado con la instalación del plugin se presenta como un ejemplo).
    175 <br><br>
    176 Further customize the content with special inserted tags:<br>
    177 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    178 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    179 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options. Use <b style=&quot;color: red;&quot;>[days]</b> to insert the maximum numbers of days between two visits.
    180 <br><br>
    181 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    182 /*TODO*/$lang['UAM_confirmtxtTitle_d'] = 'Introduzca el texto de introducción que desea que aparezca en el correo electrónico de confirmación de registro.
    183 <br><br>
    184 Further customize the content with special inserted tags:<br>
    185 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    186 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    187 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    188 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Plazo para la validación de registro limitado;&quot; have to be enabled).
    189 <br><br>
    190 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    191 /*TODO*/$lang['UAM_remailtxt1Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico, además de la clave de validación regenerada.
    192 <br><br>
    193 Si se deja en blanco, el aviso de correo electrónico sólo incluirá el enlace de validación. Por tanto, es muy recomendable tomar un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
    194 <br><br>
    195 Further customize the content with special inserted tags:<br>
    196 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    197 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    198 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    199 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Plazo para la validación de registro limitado;&quot; have to be enabled).
    200 <br><br>
    201 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    202 /*TODO*/$lang['UAM_remailtxt2Title_d'] = 'Introduzca el texto de introducción que desea que aparezca en el recordatorio por correo electrónico sin una clave de validación regenerada.
    203 <br><br>
    204 Si se deja en blanco, el aviso de correo electrónico estará vacío. Por lo tanto, es muy recomendable poner un pequeño texto explicativo. (Nota: El texto pre-llenado con la instalación del plugin se proporciona como un ejemplo).
    205 <br><br>
    206 Further customize the content with special inserted tags:<br>
    207 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    208 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    209 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    210 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Plazo para la validación de registro limitado;&quot; have to be enabled).
    211 <br><br>
    212 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    213 /*TODO*/$lang['UAM_infotxtTitle_d'] = 'Introduzca el texto de introducción que desea ver en el correo electrónico de la información.
    214 <br><br>
    215 Further customize the content with special inserted tags:<br>
    216 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    217 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    218 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    219 <br><br>
    220 Para utilizar varios idiomas, puede utilizar las etiquetas para el plugin Extended description si está activo.';
    221 /*TODO*/$lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
    222 <br><br>
    223 Further customize the content with special inserted tags:<br>
    224 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    225 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    226 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    227 <br><br>
    228 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    229 /*TODO*/$lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    230 <br><br>
    231 After installing the plugin, a standard text is set as an example.
    232 <br><br>
    233 Further customize the content with special inserted tags:<br>
    234 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    235 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    236 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    237 <br><br>
    238 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    239 /*TODO*/$lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    240 <br><br>
    241 After installing the plugin, a standard text is set as an example.
    242 <br><br>
    243 Further customize the content with special inserted tags:<br>
    244 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    245 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    246 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    247 <br><br>
    248 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    249 /*TODO*/$lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
    250 <br><br>
    251 Further customize the content with special inserted tags:<br>
    252 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    253 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    254 <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
    255 <br><br>
    256 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    257 /*TODO*/$lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
    258 <br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
    259 <br><br>
    260 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
    261 <br><br>
    262 Further customize the content with special inserted tags:<br>
    263 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    264 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    265 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    266 <br><br>
    267 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
    268 <br><br>
    269 <b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    270 /*TODO*/$lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
    271 <br><br>
    272 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information.
    273 <br><br>
    274 Further customize the content with special inserted tags:<br>
    275 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    276 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    277 <br><br>
    278 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    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>
    281 Further customize the content with special inserted tags:<br>
    282 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    283 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    284 <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
    285 <br><br>
    286 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    287 // --------- End: New or revised $lang ---- from version 2.20.11
    288106?>
  • extensions/UserAdvManager/branches/2.30/language/es_ES/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
  • extensions/UserAdvManager/branches/2.30/language/fr_FR/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_carexcTitle_d'] = 'Il peut être intéressant d\'interdire certains caractères dans les noms d\'utilisateurs (exemple : refuser les logins contenant un &quot;@&quot;). Cette option permet d\'exclure les caractères, ou suite de caractères, indésirables.<br>NB: l\'option permet également d\'exclure des mots complets.
  • extensions/UserAdvManager/branches/2.30/language/fr_FR/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
     
    6363$lang['UAM_save_config'] ='Configuration enregistrée.';
    6464$lang['UAM_reg_err_login3'] = 'Sécurité : Le mot de passe est obligatoire !';
    65 $lang['UAM_reg_err_login4_%s'] = 'Sécurité : Un système de contrôle calcule un score de complexité sur les mots de passe choisis. La complexité de votre mot de passe est trop faible (score = %s). Veuillez choisir un nouveau mot de passe plus sûre en respectant les règles suivantes :<br>
     65$lang['UAM_reg_err_login4_%s'] = 'Sécurité : Un système de contrôle calcule un score de complexité sur les mots de passe choisis. La complexité de votre mot de passe est trop faible (score = %s). Veuillez choisir un nouveau mot de passe plus sûr en respectant les règles suivantes :<br>
    6666- Utiliser des lettres et des chiffres<br>
    6767- Utiliser des minuscules et des majuscules<br>
     
    159159$lang['UAM_Support_txt'] = 'Le support officiel sur ce plugin se fait exclusivement sur ce fil du forum FR de Piwigo:<br>
    160160<a href="http://fr.piwigo.org/forum/viewtopic.php?id=12775" onclick="window.open(this.href);return false;">Forum français - http://fr.piwigo.org/forum/viewtopic.php?id=12775</a>
     161<br><br>
     162Bien que l\'aide en ligne soit assez complète, vous pouvez également vous référer à la documentation complète d\'utilisation du plugin sur <a href="http://fr.piwigo.org/doc/doku.php?id=plugins:nbc_uam" onclick="window.open(this.href);return false;">le Wiki de Piwigo</a>
    161163<br><br>
    162164Egalement disponible, le bugtracker du projet: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
  • extensions/UserAdvManager/branches/2.30/language/hu_HU/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
    32
    4 $lang['UAM_confirmTitle_d'] = '
    5 - Information email generation<br>
    6 - Register validation email generation<br>
    7 - Groups or status auto joining<br>
    8 - Deadline for registration validation<br>
    9 - Reminder email generation<br>
    10 ...
    11 ';
    12 $lang['UAM_carexcTitle_d'] = 'It may be interesting to prohibit certain characters in usernames (example: refuse login names containing &quot;@&quot;). This option allows to exclude characters or sequence of characters, events.<br>
    13 NB: The option can also exclude whole words.
    14 <br><br>
    15 <b style=&quot;color: red;&quot;>Warning: This option has no effect on the user names created prior to its activation.</b>';
    16 $lang['UAM_passwTitle_d'] = 'Enabling this option makes mandatory the seizure of a password upon registration, and requires the password chosen by the visitor to meet a minimum level of complexity. If the threshold is not reached, the score achieved and the minimum score to be achieved are displayed, along with recommendations to increase the value of this score.<br><br>
    17 There is field test to measure the complexity of a password, and can afford to get an idea of the score to define complex custom.<br><br>
    18 Note: The score of a password is calculated based on several parameters: length, type of characters used (letters, digits, uppercase, lowercase, special characters). A score below 100 is considered low, from 100 to 500, the complexity is average; beyond 500, the security is excellent.';
    19 $lang['UAM_passwtestTitle'] = 'Testing the complexity of a password';
    20 $lang['UAM_passwtestTitle_d'] = 'Enter the password to test and then click on &quot;Score calculation&quot; to see the result.';
    21 $lang['UAM_passwadmTitle_d'] = 'An administrator can create a user account with or without application of the rule of computing complexity.<br><br>
    22 Note: If the user account created wants to change password and strengthening passwords for users is active, it will be subject to the rule set.';
    23 $lang['UAM_infomailTitle_d'] = 'This option allows to automate sending an information email to a user when registering or when changes his password or email address in their profile.<br><br>
    24 The content of the message sent is composed of a customizable part to introduce a little welcome note and a fixed part indicating the login name, password and email address of the user.';
    25 $lang['UAM_confirmgrpTitle'] = 'Validation Groups';
    26 $lang['UAM_confirmgrpTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : Using validation groups requires that you have created at least one users group and is defined &quot;by default&quot; in Piwigo\'s user groups management.</b><br><br>
    27 The groups are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    28 $lang['UAM_confirmstatTitle'] = 'Validation Statutes';
    29 $lang['UAM_confirmstatTitle_d'] = '<b style=&quot;color: red;&quot;>WARNING : The use of status validation requires that you have kept the &quot;Guest&quot; user with default setting (as user template) for new registered. Note you can set any other user as a template for new registered. Please refer to the Piwigo\'s documentation for more details.</b><br><br>
    30 The Statutes are validated for use in conjunction with the &quot;Confirmation of registration&quot;';
    31 $lang['UAM_remailtxt1Title'] = 'Reminder email with new key generated';
    32 $lang['UAM_remailtxt2Title'] = 'Reminder email without new key generated';
    33 $lang['UAM_tipsTitle_d'] = 'Tips and various examples of use';
    34 
    35 
    36 // --------- Starting below: New or revised $lang ---- from version 2.14.0
    37 $lang['UAM_adminconfmailTitle_d'] = 'You can disable this validation only for user accounts created by the administrator via Piwigo\'s users management interface.<br><br>
    38 By activating this option, email validation for registration will be sent to each user created by admin.<br><br>
    39 By disabling this option (default), only the email information is sent (if &quot;Information email to user&quot; is enabled).';
    40 // --------- End: New or revised $lang ---- from version 2.14.0
    41 
    42 
    43 // --------- Starting below: New or revised $lang ---- from version 2.15.4
    44 $lang['UAM_restricTitle_d'] = '
    45 - Characters exclusion<br>
    46 - Password enforcement<br>
    47 - Email domains exclusion<br>
    48 ...
    49 ';
    50 $lang['UAM_userlistTitle_d'] = 'This page is for information to the administrator. It displays a list of all users registered on the gallery showing the date and number of days since their last visit. The list is sorted in ascending order of number of days.
    51 <br><br>
    52 <b><u>Only when the Ghost Tracker is active</u></b>, the number of days without a visit appears as the following color code, according to the maximum set in the Ghost Tracker options:
    53 <br>
    54 - <b style=&quot;color: lime;&quot;>Green</b> : When the user has visited the gallery <b style=&quot;color: lime;&quot;><u>less than 50%</u></b> of the maximum indicated in the Ghost Tracker.<br>
    55 - <b style=&quot;color: orange;&quot;>Orange</b> : When the user has visited the gallery <b style=&quot;color: orange;&quot;><u> between 50% and 99% </u></b> of the maximum indicated in the Ghost Tracker.<br>
    56 - <b style=&quot;color: red;&quot;>Red</b> : When the user has visited the gallery <b style=&quot;color: red;&quot;><u>for more than 100%</u></b> of the maximum indicated in the Ghost Tracker. <b><u>In this case, the user must also appear in the Ghost Tracker table.</u></b><br>
    57 <br>
    58 Example :
    59 <br>
    60 The maximum period of Ghost Tracker is configured to 100 days.
    61 <br>
    62 A user will appear in green if he visited the gallery for less than 50 days, in orange if his last visit took place between 50 and 99 days and red for 100 days and above.
    63 <br><br>
    64 <b>NOTE</b>: The list does not display who have not validated their registration (if the option of validating the registration is activated). These users are then managed in a special way in the &quot;Tracking validations&quot; tab.
    65 <br><br>
    66 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
    67 $lang['UAM_usermanTitle_d'] = 'When limiting the deadline for registration is enabled, you will find below the list of users whose validation registration is expected, <b style=&quot;text-decoration: underline;&quot;>whether or not</b> they are in time to validate.<br><br>
    68 The registration date is displayed in green when the user concerned is below the time limit to validate his registration. In this case, the validation key is still valid and we can send an email with or without a new validation key.<br><br>
    69 When the registration date appears in red, the validation period has expired. In this case, you must send an email with regeneration of validation key if you want to enable the user to validate their registration.<br><br>
    70 In all cases, it is possible to manually force the validation.<br><br>
    71 In this view, you can:
    72 <br><br>
    73 - Manually delete accounts <b>(manual drain)</b>
    74 <br>
    75 - Generate email reminder <b>without</b> generating a new key. Warning: Send an email reminder to targeted visitors. This function does not reset the date of registration of targeted visitors and the timeout is still valid.
    76 <br>
    77 - Generate email reminder <b>with</b> generating a new key. Warning : Send an email reminder to targeted visitors. This function also resets the date of registration of targeted visitors which equates to extend the deadline for validation.
    78 <br>
    79 - Submit a registration awaiting validation manually even if the expiry date has passed <b>(forcing validation)</b>.
    80 <br><br>
    81 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
    82 $lang['UAM_gtTitle_d'] = 'When Ghost Tracker is enabled and initialized, you will find below the list of registered visitors who have not returned since x days. &quot;x&quot; is the number of days configured in the General Setup tab. In addition, you will find a column indicating whether an email reminder has been sent to targeted visitors. So, you can see at a glance and treat visitors who have not taken account of the reminder.<br><br>In this view, you can:
    83 <br><br>
    84 - Manually delete accounts <b>(manual drain)</b>
    85 <br>
    86 - Generate email reminder <b>with resetting the last visit date</b>. This allows to give a wildcard to targeted visitors. If the visitor has already received a reminder, nothing prevents to resent a new mail which will reset again, in fact, the last visit date.
    87 <br><br>
    88 <b>Table Sorting Function</b>: You can sort the data displayed by clicking on the column headers. Hold the SHIFT key to sort up to 4 simultaneous columns.';
    89 $lang['UAM_confirmmailTitle_d'] = 'This option allows a user to either confirm registration by clicking on a link received in an email sent upon registration or the administrator to manually activate the registration.<br><br>
    90 In first case, the e-mail is composed of a customizable part to introduce a little welcome note and a fixed part containing the activation link that is generated from a random key that can possibly regenerate through the &quot;Tracking validations&quot; tab.<br><br>
    91 Dans le premier cas, le message envoyé comprend une partie fixe, avec le lien d\'activation généré à partir d\'une clef aléatoire (cette clé peut éventuellement être régénérée via l\'onglet &quot;Suivi des validations&quot;), et une partie personnalisable par un texte d\'accueil.
    92 <br><br>
    93 In second case, <b><u>there is no validation key send by email!</u></b>. Visitors have to wait until an administrator validate them himself in &quot;Validation tracking&quot; tab. It\s recommanded to activate the Piwigo\'s option &quot;Email admins when a new user registers&quot; (see in Piwigo\'s configuration options) and to use the &quot;Information email to user&quot; to warn new registers to wait on their account activation.
    94 <br>
    95 <b style=&quot;color: red;&quot;>NB: Options &quot;Deadline for registration validation limited&quot; and &quot;Remind unvalidated users  &quot; have to be set to off when admin\'s manual validation is enabled.</b>
    96 <br><br>
    97 This option is generally used with the automatic assignment of group and/or statutes. For example, a user who has not validated their registration will be set in a specific group of users (with or without restrictions on the gallery) while a user who validated his registration shall be set in a &quot;normal&quot; group.';
    98 // --------- End: New or revised $lang ---- from version 2.15.4
    99 
    100 
    101 // --------- Starting below: New or revised $lang ---- from version 2.15.6
    102 $lang['UAM_RedirTitle_d'] = 'This option automatically redirect a registered user to his customization page only at his first connection to the gallery.<br><br>
    103 Please note: This feature does not apply to all registered users. Those with &quot;admin&quot;, &quot;webmaster&quot; or &quot;generic&quot; status are excluded.';
    104 // --------- End: New or revised $lang ---- from version 2.15.6
    105 
    106 
    107 // --------- Starting below: New or revised $lang ---- from version 2.16.0
    108 $lang['UAM_ghosttrackerTitle_d'] = 'Also called &quot;Ghost Tracker&quot;, when this function is activated, you can manage your visitors depending on the frequency of their visits. 2 operating modes are available:<br><br>
    109 - Manual management : When the time between 2 visits is reached,, the visitor appears in the &quot;Ghost Tracker&quot; table where you will be able to remind visitors via email or delete him.<br><br>
    110 - Automated management : When the period between 2 successive visits is reached, the visitor is automatically deleted or moved into a wait group and/or status. In this second case, an information email can be sent to him.<br><br>
    111 <b style=&quot;color: red;&quot;>Important note : If you enable this feature for the first time or you have reactivated after a long period off during which new visitors are registered, you must initialize or reset the Ghost Tracker (see corresponding instructions on &quot;Ghost Tracker&quot; tab).</b>';
    112 $lang['UAM_miscTitle_d'] = '
    113 - Automatic or manual management of ghosts users<br>
    114 - Followed registered users<br>
    115 - Nickname mandatory for guests comments<br>
    116 ...
    117 ';
    118 $lang['UAM_mailexcTitle_d'] = 'By default, Piwigo accepts all email addresses in the format xxx@yyy.zz. Enabling this option allows you to exclude certain domains in the format: @ [domain_name].[domain_extension].<br><br>
    119 Examples :<br>
    120 @hotmail.com -> excluding addresses *@hotmail.com<br>
    121 @hotmail -> excluding all addresses *@hotmail*';
    122 $lang['UAM_GTAutoTitle_d'] = 'This option allows to apply rules for automated management of ghosts users.
    123 <br><br>Basic Principle: A user who reaches the maximum time between visits <b><u>and</u></b> has already been notified by email is considered as expired. Then you can apply automated processing rules such as automatic deletion of expired accounts or demotion by restricting access to the gallery (switch automatically to a restricted group and/or status).
    124 <br><br>The triggering of these automation is achieved when connecting users (any user!) to the gallery.';
    125 $lang['UAM_GTAutoDelTitle'] = 'Custom message on deleted account';
    126 $lang['UAM_GTAutoGpTitle'] = 'Automatic change of group / status';
    127 $lang['UAM_GTAutoGpTitle_d'] = 'The automatic change of group or status equivalent to a demotion of the accounts involved and working on the same principle as the group or the status of validation (see &quot;Setting confirmations and validations of registration&quot;). Therefore be to define a group and / or status demoting access to the gallery. If this has already been defined with the use of registration confirmation function, you can use the same group / status.<br><br>
    128 <b style=&quot;color: red;&quot;>Important note :</b> If a ghost user still has not heard from after the time limit and despite the automatic notification by email (if enabled), he\'s automatically deleted from the database.';
    129 // --------- End: New or revised $lang ---- from version 2.16.0
    130 
    131 
    132 // --------- Starting below: New or revised $lang ---- from version 2.20.0
    133 $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.
    134 <br><br>
    135 This option is used in conjunction with the &quot;Confirmation of registration&quot;
    136 <br><br>
    137 If 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.';
    138 $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;
    139 <br><br>
    140 2 types of emails can be sent: With or without regeneration of the validation key. As appropriate, the content of emails can be customized.
    141 <br><br>
    142 Refer to the &quot;Tracking validations&quot; tab.
    143 <br><br>
    144 If 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.';
    145 $lang['UAM_USRAutoTitle_d'] = 'Automatic handling of unvalidated visitors is triggered each time you connect to the gallery and works as follows:
    146 <br><br>
    147 - 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>.
    148 <br><br>
    149 - 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>.';
    150 $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.';
    151 $lang['UAM_StuffsTitle_d'] = 'This enables an additional UAM block in PWG Stuffs plugin (if installed) to inform your visitors who did not validate their registration about their condition.
    152 <br><br>
    153 Please refer to the <b>Tips and Examples of Use</b> at the bottom of this page for details.';
    154 // --------- End: New or revised $lang ---- from version 2.20.0
    155 
    156 
    157 // --------- Starting below: New or revised $lang ---- from version 2.20.3
    158 $lang['UAM_DumpTitle_d'] = 'This allows you to save the entire configuration of the plugin in a file so you can restore it if something goes wrong (wrong manipulation or before an update, for example). By default, the file is stored in this folder ../plugins/UserAdvManager/include/backup/ and is called &quot;UAM_dbbackup.sql&quot;.
    159 <br><br>
    160 <b style=&quot;color: red;&quot;>Warning: The file is overwritten each backup action!</b>
    161 <br><br>
    162 It can sometimes be useful to retrieve the backup file on your computer. For example: To restore to another database, to outsource or to keep multiple save files. To do this, just check the box to download the file.
    163 <br><br>
    164 The recovery from this interface is not supported. Use tools like phpMyAdmin.';
    165 // --------- End: New or revised $lang ---- from version 2.20.3
    166 
    167 
    168 // --------- Starting below: New or revised $lang ---- from version 2.20.4
    169 $lang['UAM_HidePasswTitle_d'] = 'Choose here if you want to display the password chosen by the visitor in the information email. If you enable the option, the password will then appear in clear text. If you disable the password will not appear at all.';
    170 // --------- End: New or revised $lang ---- from version 2.20.4
    171 
    172 
    173 // --------- Starting below: New or revised $lang ---- from version 2.20.11
    174 $lang['UAM_gttextTitle_d'] = 'Enter the text you want to appear in the email reminder to prompt the user to return to visit your gallery (NB: The text pre-filled with the installation of the plugin is provided as an example).
    175 <br><br>
    176 Further customize the content with special inserted tags:<br>
    177 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    178 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    179 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    180 - <b style=&quot;color: red;&quot;>[days]</b> to insert the maximum numbers of days between two visits.
    181 <br><br>
    182 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    183 $lang['UAM_confirmtxtTitle_d'] = 'Enter the introductory text that you want to appear in the email confirmation of registration.
    184 <br><br>
    185 Further customize the content with special inserted tags:<br>
    186 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    187 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    188 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    189 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Deadline for registration validation limited;&quot; have to be enabled).
    190 <br><br>
    191 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    192 $lang['UAM_remailtxt1Title_d'] = 'Enter the introductory text that you want to appear in the reminder email, in addition to the validation key regenerated.
    193 <br><br>
    194 If left blank, the mail reminder will include only the validation link. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
    195 <br><br>
    196 Further customize the content with special inserted tags:<br>
    197 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    198 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    199 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    200 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Deadline for registration validation limited;&quot; have to be enabled).
    201 <br><br>
    202 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    203 $lang['UAM_remailtxt2Title_d'] = 'Enter the introductory text that you want to appear in the reminder email without a validation key regenerated.
    204 <br><br>
    205 If left blank, the mail reminder will be empty. It is therefore strongly advised to take a little explanatory text. (NB: The text pre-filled with the installation of the plugin is provided as an example).
    206 <br><br>
    207 Further customize the content with special inserted tags:<br>
    208 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    209 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    210 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    211 - <b style=&quot;color: red;&quot;>[Kdays]</b> to insert the number of days limit to validate a registration (&quot;Deadline for registration validation limited; have to be enabled).
    212 <br><br>
    213 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    214 $lang['UAM_infotxtTitle_d'] = 'Enter the introductory text that you want to appear in the information email.
    215 <br><br>
    216 Further customize the content with special inserted tags:<br>
    217 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    218 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    219 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    220 <br><br>
    221 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    222 $lang['UAM_AdminValidationMail_d'] = 'When an administrator or Webmaster of the gallery manually valid registration pending, a notification email is automatically sent to the user. Enter here the text that appears in this email.
    223 <br><br>
    224 Further customize the content with special inserted tags:<br>
    225 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    226 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    227 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    228 <br><br>
    229 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    230 $lang['UAM_confirmmail_custom1_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>acceptance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    231 <br><br>
    232 After installing the plugin, a standard text is set as an example.
    233 <br><br>
    234 Further customize the content with special inserted tags:<br>
    235 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name.<br>
    236 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    237 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    238 <br><br>
    239 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    240 $lang['UAM_confirmmail_custom2_d'] = 'When the option &quot;Confirmation of registration&quot; is active, this field allows you to customize the <b><u>rejectance text</u></b> on the registration confirmation page displayed when user clicks the confirmation link that was received by email.
    241 <br><br>
    242 After installing the plugin, a standard text is set as an example.
    243 <br><br>
    244 Further customize the content with special inserted tags:<br>
    245 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the related user name.<br>
    246 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    247 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    248 <br><br>
    249 This field is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    250 $lang['UAM_GTAutoDelTitle_d'] = 'This is only valid when the user whose account has expired itself triggers the deletion mechanism (rare but possible). he\'s then disconnected of the gallery and redirected to a page showing the deletion of his account and, possibly, the reasons for this deletion.
    251 <br><br>
    252 Further customize the content with special inserted tags:<br>
    253 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    254 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    255 <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
    256 <br><br>
    257 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    258 $lang['UAM_GTAutoMailTitle_d'] = 'When an account is expired (group / status change demoting the visitor), an email information can be sent to clarify the reasons for this change and the means to recover the initial access to the gallery.
    259 <br>To do this, a link to revalidation of registration is attached to the email (automatic generation of a new validation key).<b style=&quot;color: red;&quot;>If the user has already been notified, his account is automatically destroyed.</b>
    260 <br><br>
    261 Enter the custom text that also explain the reasons for the demotion, to accompany the validation link. The custom text is not mandatory but strongly recommended. In fact, your visitors will not appreciate receiving an email containing only a single link without further explanation. ;-)
    262 <br><br>
    263 Further customize the content with special inserted tags:<br>
    264 - <b style=&quot;color: red;&quot;>[username]</b> to automatically insert the name of the destination user of the email.<br>
    265 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    266 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    267 <br><br>
    268 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.
    269 <br><br>
    270 <b style=&quot;color: red;&quot;>Warning: The use of this function is intimately associated with the confirmation of registration by the user (confirmation by mail) and can not be activated without this option.</b>';
    271 $lang['UAM_CustomPasswRetrTitle_d'] = 'By default, when a user has lost his password and selects the option of recovery, he receives an email containing only his username and his new password.
    272 <br><br>
    273 Here, you can add text of your choice to be inserted <b><u>before</u></b> the standard information.
    274 <br><br>
    275 Further customize the content with special inserted tags:<br>
    276 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    277 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.
    278 <br><br>
    279 To use multiple languages, you can use the Extended description plugin\'s tags if it is active.';
    280 $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.
    281 <br><br>
    282 Further customize the content with special inserted tags:<br>
    283 - <b style=&quot;color: red;&quot;>[mygallery]</b> to insert the title of your gallery.<br>
    284 - <b style=&quot;color: red;&quot;>[myurl]</b> to insert your gallery URL if set in Piwigo\'s configuration options.<br>
    285 <b style=&quot;color: red;&quot;>[username]</b> is not available here because concerned user has been deleted.
    286 <br><br>
    287 Custom text for the redirect page can be entered in this field that is compatible with the FCK Editor and, for multi-languages, you can use the tags [lang] of the plugin Extended description if it\'s active.';
    288 // --------- End: New or revised $lang ---- from version 2.20.11
    2893?>
  • extensions/UserAdvManager/branches/2.30/language/hu_HU/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
  • extensions/UserAdvManager/branches/2.30/language/it_IT/description.txt

    r4520 r13823  
    1 Aumenta le possibilità di gestione degli utenti
     1Aumenta le possibilit&agrave; per la gestione degli utenti
  • extensions/UserAdvManager/branches/2.30/language/it_IT/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_confirmTitle_d'] = '
     
    3939...
    4040';
     41$lang['UAM_confirmgrpTitle'] = 'Gruppi';
     42$lang['UAM_confirmlevelTitle'] = 'Livello privacy';
     43$lang['UAM_confirmstatTitle'] = 'Statuti';
     44$lang['UAM_GTAutoDelTitle'] = 'Messaggio personalizzato all\'eliminazione di un account';
     45$lang['UAM_GT_MainTitle_d'] = '- Gestione utenti ghost automatica o manuale<br>
     46- E-mail<br>
     47...';
     48$lang['UAM_miscTitle_d'] = '- Controllo utenti registrati<br>
     49- Nickname obbligatorio per i commenti degli ospiti<br>
     50...';
     51$lang['UAM_remailtxt1Title'] = 'Ricorda email con generazione nuove chiavi';
     52$lang['UAM_remailtxt2Title'] = 'Ricorda email senza generazione nuove chiavi';
     53$lang['UAM_tipsTitle_d'] = 'Suggerimenti e vari esempi d\'uso';
     54$lang['UAM_USRAutoMailTitle_d'] = 'Quando attivata, questa funzione invierà automaticamente agli utenti che corrispondono ai criteri un contenuto personalizzato nelle &quot;email di reminder con la nuova chiave generata&quot;';
    4155?>
  • extensions/UserAdvManager/branches/2.30/language/it_IT/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
    88/* UserManager Tab */
    9 $lang['UAM_Registration_Date'] = 'Data d\'iscrizione';
     9$lang['UAM_Registration_Date'] = 'Data di registrazione';
    1010
    1111
    1212/* Mailing */
    13 $lang['UAM_infos_mail %s'] = '%s, di seguito i vostri dati per accedere alla galleria :';
    14 $lang['UAM_User: %s'] = 'Utente : %s';
    15 $lang['UAM_Password: %s'] = 'Password : %s';
    16 $lang['UAM_Link: %s'] = 'Cliccare su questo link per confermare la vostra iscrizzione : %s';
     13$lang['UAM_infos_mail %s'] = '%s, di seguito i vostri dati per accedere alla galleria:';
     14$lang['UAM_User: %s'] = 'Utente: %s';
     15$lang['UAM_Password: %s'] = 'Password: %s';
     16$lang['UAM_Link: %s'] = 'Cliccare su questo link per confermare la vostra iscrizione: %s';
    1717
    1818
    1919/* Email confirmation page */
    20 $lang['UAM_title_confirm_mail'] = 'Conferma della vostra iscrizzione';
    21 $lang['UAM_confirm_mail_page_title'] = 'Conferma l\'iscrizzione';
     20$lang['UAM_title_confirm_mail'] = 'Conferma della vostra iscrizione';
     21$lang['UAM_confirm_mail_page_title'] = 'Conferma l\'iscrizione';
    2222
    2323
    2424/* Errors and Warnings */
    2525$lang['UAM_audit_ok'] = 'Audit OK';
    26 $lang['UAM_Err_audit_username_char'] = '<b>Questo conto utente utilizza uno o più caratteri vietati :</b> ';
    27 $lang['UAM_Err_audit_email_forbidden'] = '<b>Questo conto utente usa un dominio d\'Email proibito :</b> ';
    28 $lang['UAM_Err_audit_advise'] = '<b>Dovete eseguire delle correzioni per rispettare le nuove impostazzioni che avete attivato.<br> Usare un programma per la gestione della base dati per correggere i conti utente direttamente nella tabella ###_USERS';
    29 $lang['UAM_reg_err_login2'] = 'Il nome utente non deve contenere i caratteri seguenti : ';
    30 $lang['UAM_reg_err_login5'] = 'Il vostro provider di posta usa dominio d\'email proibito. I domini preibiti sono i seguenti : ';
     26$lang['UAM_Err_audit_username_char'] = '<b>Questo account utente utilizza uno o più caratteri vietati:</b> ';
     27$lang['UAM_Err_audit_email_forbidden'] = '<b>Questo account utente usa un dominio email vietato:</b> ';
     28$lang['UAM_Err_audit_advise'] = '<b>Dovete eseguire delle correzioni per rispettare le nuove impostazioni che avete attivato.<br> Usare un programma per la gestione del database per correggere gli account utente direttamente nella tabella ###_USERS';
     29$lang['UAM_reg_err_login2'] = 'Il nome utente non deve contenere i caratteri seguenti: ';
     30$lang['UAM_reg_err_login5'] = 'Il vostro provider di posta usa un dominio email vietato. I domini vietati sono i seguenti : ';
    3131$lang['UAM_empty_pwd'] = '[password vuota]';
    32 $lang['UAM_no_update_pwd'] = '[profilo aggiornato senza modifica della password]';
    33 $lang['UAM_No_validation_for_Guest'] = 'Il conto "Guest" non è soggetto a convalida';
    34 $lang['UAM_No_validation_for_default_user'] = 'Il conto di default non è soggetto a convalida';
    35 $lang['UAM_No_validation_for_Webmaster'] = 'Il conto del "Webmaster" non è soggetto a convalida';
    36 $lang['UAM_No_validation_for_your_account'] = 'Il vostro conto amminstratore non è soggetto a convalida';
     32$lang['UAM_no_update_pwd'] = '[profilo aggiornato senza cambiamento della password]';
     33$lang['UAM_No_validation_for_Guest'] = 'L\'account Guest non è soggetto a conferma';
     34$lang['UAM_No_validation_for_default_user'] = 'L\'account di default non è soggetto a conferma';
     35$lang['UAM_No_validation_for_Webmaster'] = 'L\'account Webmaster non è soggetto a conferma';
     36$lang['UAM_No_validation_for_your_account'] = 'Il account personale di amminstratore non è soggetto a conferma';
    3737
    3838
    3939/* Processing messages */
    40 $lang['UAM_%d_Mail_With_Key'] = '%d messaggio con il rinnovo della chiave è stato inviato';
    41 $lang['UAM_%d_Mails_With_Key'] = '%d messaggi con il rinnovo della chiave sono stati inviati';
    42 $lang['UAM_%d_Reminder_Sent'] = '%d email di rilancio è stata inviata';
    43 $lang['UAM_%d_Reminders_Sent'] = '%d email di rilancio sono state inviate';
    44 $lang['UAM_%d_Validated_User'] = '%d utente convalidato manualmente';
    45 $lang['UAM_%d_Validated_Users'] = '%d utenti convalidati manualmente';
     40$lang['UAM_%d_Mail_With_Key'] = '%d messaggio con rinnovo della chiave è stato inviato';
     41$lang['UAM_%d_Mails_With_Key'] = '%d messaggi con rinnovo delle chiavi sono state inviate';
     42$lang['UAM_%d_Reminder_Sent'] = '%d email di remind è stata inviata';
     43$lang['UAM_%d_Reminders_Sent'] = '%d email di remind sono state inviate';
     44$lang['UAM_%d_Validated_User'] = '%d utente confermato manualmente';
     45$lang['UAM_%d_Validated_Users'] = '%d utenti confermati manualmente';
    4646
    4747
    4848/* Action button names */
    49 $lang['UAM_Delete_selected'] = 'Cancellare';
    50 $lang['UAM_Mail_without_key'] = 'Email di rilancio senza chiave';
    51 $lang['UAM_Mail_with_key'] = 'Email di rilancio con chiave';
     49$lang['UAM_Delete_selected'] = 'Elimina';
     50$lang['UAM_Mail_without_key'] = 'Email di remind senza chiave';
     51$lang['UAM_Mail_with_key'] = 'Email di remind con chiave';
    5252
    5353
     
    5656// --------- Starting below: New or revised $lang ---- from version 2.12.0 and 2.12.1
    5757/* Global Configuration Tab */
    58 $lang['UAM_PasswordTest'] = 'Calcolo del punteggio';
     58$lang['UAM_PasswordTest'] = 'Test password:';
    5959/* Ghost Tracker Tab */
    60 $lang['UAM_Tab_GhostTracker'] = 'GhostTracker';
    61 $lang['UAM_Reminder'] = 'Email di rilancio';
    62 $lang['UAM_Reminder_Sent_OK'] = 'SÌ';
    63 $lang['UAM_Reminder_Sent_NOK'] = 'NO';
    64 /* Errors and Warnings */
    65 $lang['UAM_save_config'] ='Configurazione salvata';
    66 $lang['UAM_reg_err_login3'] = 'Sicurezza : La password è obbligatoria!';
    67 $lang['UAM_reg_err_login4_%s'] = 'Sicurezza : un sistema di controllo calcola un punteggio basandosi sulla complessità della password scelta. La complessità della password è troppo bassa (punteggio = %s). Si prega di scegliere una nuova password più sicura seguendo queste regole : <br>
    68 - Usare delle lettere e dei numeri<br>
    69 - Usare delle maiuscole e delle minuscole<br>
    70 - Aumentare la lunghezza (numero di caratteri)<br>
    71 Il punteggio minimo richiesto dall\'amministratore per la password è di : ';
     60$lang['UAM_Tab_GhostTracker'] = 'Ghost Tracker';
     61$lang['UAM_Reminder'] = 'Email di remind';
     62$lang['UAM_Reminder_Sent_OK'] = 'Sì';
     63$lang['UAM_Reminder_Sent_NOK'] = 'No';
     64/* Errors and Warnings */
     65$lang['UAM_save_config'] = 'Configurazione salvata.';
     66$lang['UAM_reg_err_login3'] = 'Sicurezza: la password è obbligatoria!';
     67$lang['UAM_reg_err_login4_%s'] = 'Sicurezza: Un sistema di controllo calcola un punteggio sulla complessità della password scelta. La complessità della vostra password è troppo bassa (punteggio = %s). Per favore, scelga una nuova password più sicura quanto segue queste regole:<br>
     68- Usare lettere e numeri<br>
     69- Usare lettere minuscole e maiuscole<br>
     70- Aumentare la lunghezza (numero dei caratteri)<br>
     71Il punteggio minimo per la password richiesto dall\'amministratore è:';
    7272$lang['UAM_No_reminder_for_Guest'] = 'Il conto utente "Guest" non è soggetto a ricevere dei promemoria dal GhostTracker';
    73 $lang['UAM_No_reminder_for_default_user'] = 'Il conto utente di default non è soggetto a ricevere dei promemoria dal GhostTracker';
     73$lang['UAM_No_reminder_for_default_user'] = 'L\'account utente di default non è soggetto a ricevere dei promemoria dal GhostTracker';
    7474$lang['UAM_No_reminder_for_Webmaster'] = 'Il conto utente "Webmaster" non è soggetto a ricevere dei promemoria dal GhostTracker';
    75 $lang['UAM_No_reminder_for_your_account'] = 'Il vostro conto amministratore non è soggetto a ricevere dei promemoria dal GhostTracker';
     75$lang['UAM_No_reminder_for_your_account'] = 'Il vostro account personale di amministratore non è soggetto a ricevere dei promemoria dal GhostTracker';
    7676/* Action button names */
    77 $lang['UAM_audit'] = 'Audit delle impostazioni';
    78 $lang['UAM_submit'] = 'Salvare le impostazioni';
     77$lang['UAM_audit'] = 'Impostazioni audit';
     78$lang['UAM_submit'] = 'Salva le impostazioni';
    7979// --------- End: New or revised $lang ---- from version 2.12.0 and 2.12.1
    8080
     
    8282// --------- Starting below: New or revised $lang ---- from version 2.12.2
    8383/* Errors and Warnings */
    84 $lang['UAM_GhostTracker_Init_OK'] = 'Inizzializzazione GhostTracker eseguita!';
     84$lang['UAM_GhostTracker_Init_OK'] = 'Ghost Tracker reset avvenuto con successo!';
    8585/* Action button names */
    86 $lang['UAM_GT_Reset'] = 'Reset del GhostTracker';
     86$lang['UAM_GT_Reset'] = 'Reset Ghost Tracker';
    8787// --------- End: New or revised $lang ---- from version 2.12.2
    8888
     
    9696// --------- Starting below: New or revised $lang ---- from version 2.13.4
    9797/* Global Configuration Tab */
    98 $lang['UAM_Title_Tab'] = 'UserAdvManager - Versione : ';
    99 $lang['UAM_SubTitle1'] = 'Configurazione del plugin';
     98$lang['UAM_Title_Tab'] = 'UserAdvManager - Version : ';
     99$lang['UAM_SubTitle1'] = 'Configurazione Plugin';
    100100$lang['UAM_Tab_Global'] = 'Configurazione';
    101 $lang['UAM_Title1'] = 'Impostare le restrizioni per le iscrizzioni';
    102 $lang['UAM_Title2'] = 'Impostare le conferme e validazioni per l\'iscrizione';
    103 $lang['UAM_Title3'] = 'Impostare le iscrizioni monitorate ed altre opzioni';
    104 $lang['UAM_Title4'] = 'Suggerimenti ed esempi d\'utilizzo';
    105 $lang['UAM_No_Casse'] = 'Nome utente : Sensibile alle maiusc/minusc';
    106 $lang['UAM_Username_Char'] = 'Nome utente : Esclusione di certi caratteri';
    107 $lang['UAM_Username_Char_true'] = ' Vietare i caratteri : <br>(usare una virgola per separare ogni carattere)<br><br>';
    108 $lang['UAM_Username_Char_false'] = ' Autorizzare tutti (di default)';
    109 $lang['UAM_Password_Enforced'] = 'Rafforzare il livello di sicurezza delle password';
    110 $lang['UAM_Password_Enforced_true'] = ' Attivare. Punteggio minimo : ';
    111 $lang['UAM_AdminPassword_Enforced'] = 'Applicare agli amministratori';
     101$lang['UAM_Title1'] = 'Restrizioni per le registrazioni';
     102$lang['UAM_Title2'] = 'Conferme delle registrazioni';
     103$lang['UAM_Title3'] = 'Impostazioni utenti ghost';
     104$lang['UAM_Title4'] = 'Suggerimenti e esempi d\'uso';
     105$lang['UAM_No_Casse'] = 'Nome utente: distinzione tra maiusc/minusc';
     106$lang['UAM_Username_Char'] = 'Nome utente: Esclusione di caratteri';
     107$lang['UAM_Username_Char_true'] = 'Vieta i caratteri : <br>(usare una virgola per separare ogni carattere)<br><br>';
     108$lang['UAM_Username_Char_false'] = 'Permetti tutto (default)';
     109$lang['UAM_Password_Enforced'] = 'Rafforzamento del livello di sicurezza delle password';
     110$lang['UAM_Password_Enforced_true'] = 'Attivato. Punteggio minimo:';
     111$lang['UAM_AdminPassword_Enforced'] = 'Applica a tutti gli amministratori';
    112112$lang['UAM_PasswordTest'] = 'Password di prova : ';
    113 $lang['UAM_ScoreTest'] = 'Risultato : ';
    114 $lang['UAM_MailExclusion'] = 'Esclusione dei domini d\'email';
    115 $lang['UAM_MailExclusion_true'] = ' Escludi i seguenti domini : <br>(usare una virgola per separare ogni dominio)';
    116 
    117 $lang['UAM_Mail_Info'] = 'Email d\'informazione per l\'utente :';
    118 $lang['UAM_MailInfo_Text'] = ' Personalizzare il testo dell\'email :';
    119 $lang['UAM_Confirm_Mail'] = 'Conferma dell\'iscrizione :';
    120 $lang['UAM_ConfirmMail_Text'] = ' Personalizzare il testo dell\'email di conferma :';
    121 $lang['UAM_Confirm_Group'] = 'Gruppi di convalida<br>(------- per non assegnare nessun gruppo)';
    122 $lang['UAM_Confirm_Status'] = 'Convalida Statuti<br>(invia ------- per mantenere il valore di default di Piwigo)';
    123 $lang['UAM_Confirm_grpstat_notice'] = 'ATTENZIONE : Si consiglia di usare o il gruppo o lo statuto di convalida ma non entrambi simultaneamente';
    124 $lang['UAM_No_Confirm_Group'] = 'Gruppo per gli utenti che non hanno convalidato la loro iscrizione<br>';
    125 $lang['UAM_Validated_Group'] = 'Gruppo per gli utenti che hanno convalidato la loro iscrizione<br>';
    126 $lang['UAM_No_Confirm_Status'] = 'Stato per gli utenti che non hanno convalidato la loro iscrizione<br>';
    127 $lang['UAM_Validated_Status'] = 'Stato per gli utenti che hanno convalidato la loro iscrizione<br>';
    128 $lang['UAM_ValidationLimit_Info'] = 'Termine per la validazione dell\'iscrizione limitato';
    129 $lang['UAM_ConfirmMail_TimeOut_true'] = ' Attivare. Numero di giorni per la scadenza : ';
    130 $lang['UAM_ConfirmMail_Remail'] = 'Email di rilancio ai visitatori non convalidati';
    131 $lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Personalizzare l\'email di rilancio <b><u>con</u></b> rigenerazione di una nuova chiave di convalida';
    132 $lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Personalizzare l\'email di rilancio <b><u>senza</u></b> rigenerazione di una nuova chiave di convalida';
    133 
    134 $lang['UAM_GhostTracker'] = 'Gestione dei visitatori fantasmi (GhostTracker)';
    135 $lang['UAM_GhostTracker_true'] = ' Attivare. Durata massima di giorni tra due visite : ';
    136 $lang['UAM_GhostTracker_ReminderText'] = 'Testo di rilancio personalizzato';
     113$lang['UAM_ScoreTest'] = 'Risultato:';
     114$lang['UAM_MailExclusion'] = 'Esclusione dei domini email';
     115$lang['UAM_MailExclusion_true'] = 'Escludi i seguenti domini:<br>(usa la virgola per separare ogni dominio)';
     116
     117$lang['UAM_Mail_Info'] = 'Mail d\'informazione agli utenti:';
     118$lang['UAM_MailInfo_Text'] = 'Personalizza la mail d\'informazione';
     119$lang['UAM_Confirm_Mail'] = 'Conferma della registrazione:';
     120$lang['UAM_ConfirmMail_Text'] = 'Personalizza la mail di conferma';
     121$lang['UAM_Confirm_Group'] = 'Gruppi<br>(lascia ------- per non influenzare i gruppi)';
     122$lang['UAM_Confirm_Status'] = 'Statuto<br>(lascia -------- per mantenere il default di Piwigo)';
     123$lang['UAM_Confirm_grpstat_notice'] = 'Attenzione: è consigliabile utilizzare o il gruppo o le leggi di conferma e non entrambi contemporaneamente. Il livello della privacy può essere usato insieme con un\'assegnazione di stato o del gruppo.';
     124$lang['UAM_No_Confirm_Group'] = 'Gruppo per gli utenti che non hanno ancora confermato la registrazione<br>';
     125$lang['UAM_Validated_Group'] = 'Gruppo per gli utenti che hanno confermato la registrazione<br>';
     126$lang['UAM_No_Confirm_Status'] = 'Stato per gli utenti che non hanno ancora confermato la registrazione<br>';
     127$lang['UAM_Validated_Status'] = 'Stato per gli utenti che hanno confermato la registrazione<br>';
     128$lang['UAM_ValidationLimit_Info'] = 'Termine per la validazione dell\'iscrizione';
     129$lang['UAM_ConfirmMail_TimeOut_true'] = 'Attivato. Numero di giorni prima della scadenza:';
     130$lang['UAM_ConfirmMail_Remail'] = 'Ricorda utenti non confermati';
     131$lang['UAM_ConfirmMail_ReMail_Txt1'] = 'Personalizzare l\'email di remind <b><u>con</u></b> rigenerazione di una nuova chiave di convalida';
     132$lang['UAM_ConfirmMail_ReMail_Txt2'] = 'Personalizzare l\'email di remind <b><u>senza</u></b> rigenerazione di una nuova chiave di convalida';
     133
     134$lang['UAM_GhostTracker'] = 'Gestione dei visitatori ghost (GhostTracker)';
     135$lang['UAM_GhostTracker_true'] = ' Attivare. Durata massima tra due visite in giorni: ';
     136$lang['UAM_GhostTracker_ReminderText'] = 'Testo di remind personalizzato';
    137137
    138138/* Ghost Tracker Tab */
    139 $lang['UAM_SubTitle4'] = 'GhostTracker';
    140 $lang['UAM_GT_Init'] = 'Inizializzazione del GhostTracker';
    141 $lang['UAM_GhostTracker_Title'] = 'Gestione degli visitatori fantasmi';
     139$lang['UAM_SubTitle4'] = 'Ghost Tracker';
     140$lang['UAM_GT_Init'] = 'Inizializza Ghost Tracker';
     141$lang['UAM_GhostTracker_Title'] = 'Gestione degli visitatori ghost';
    142142$lang['UAM_GhostTracker_Init'] = 'Se si attiva questa funzione per la prima volta o se viene riattivata dopo un lungo periodo durante il quale dei nuovi visitatori si sono iscritti, è necessario inizializzare o azzerare il Tracker Ghost. Questa azione è da effettuarsi solo dopo l\'attivazione o la riattivazione dell\'opzione; Cliccare dunque <u>una sola volta</u> sull\'pulsante di reset sottostante';
    143143/* Mailing */
     
    145145$lang['UAM_Update of %s'] = 'Profilo %s aggiornato';
    146146/* Mailing */
    147 $lang['UAM_Ghost_reminder_of_%s'] = '%s, questa è un\'email di rilancio';
    148 $lang['UAM_Reminder_with_key_of_%s'] = '%s, la vostra chiave di convalida è scaduta';
    149 $lang['UAM_Reminder_without_key_of_%s'] = '%s, la chiave di convalida sta per scadere';
    150 /* Errors and Warnings */
    151 $lang['UAM_Err_GhostTracker_Settings'] = 'Questa pagina è disponibile solo se "GhostTracker" è attivo in "Impostare le iscrizioni monitorate e altre opzioni"';
    152 $lang['UAM_Err_Userlist_Settings'] = 'Questa pagina è disponibile solo se "Monitoraggio degli utenti iscritti" è attivo nella sezione "Impostare le iscrizioni monitorate e altre opzioni"';
     147$lang['UAM_Ghost_reminder_of_%s'] = '%s, questa è un\'email di remind';
     148$lang['UAM_Reminder_with_key_of_%s'] = '%s, la tua chiave di conferma è stata rinnovata';
     149$lang['UAM_Reminder_without_key_of_%s'] = '%s, la tua chiave di conferma sta per scadere';
     150/* Errors and Warnings */
     151$lang['UAM_Err_GhostTracker_Settings'] = 'Questa pagina è disponibile solo se "Ghost Tracker" è attivo in "impostazioni di registrazione e altre opzioni"';
     152$lang['UAM_Err_Userlist_Settings'] = 'Questa pagina è disponibile solo se "Monitora utenti registrati" è attivo in "impostazioni di registrazione e altre opzioni"';
    153153// --------- End: New or revised $lang ---- from version 2.13.4
    154154
    155155
    156156// --------- Starting below: New or revised $lang ---- from version 2.14.0
    157 $lang['UAM_AdminConfMail'] = 'Conferma dell\'iscrizione per gli amministratori';
     157$lang['UAM_AdminConfMail'] = 'Conferma di registrazione per gli amministratori';
    158158// --------- End: New or revised $lang ---- from version 2.14.0
    159159
    160160
    161161// --------- Starting below: New or revised $lang ---- from version 2.15.0
    162 $lang['UAM_confirmmail_custom_Txt1'] = 'Testo della pagina di conferma - Conferma accettata';
    163 $lang['UAM_confirmmail_custom_Txt2'] = 'Testo della pagina di conferma - Conferma respinta';
     162$lang['UAM_confirmmail_custom_Txt1'] = 'Testo sulla pagina di conferma - Conferma accettata';
     163$lang['UAM_confirmmail_custom_Txt2'] = 'Testo sulla pagina di conferma - Conferma respinta';
    164164$lang['UAM_LastVisit_Date'] = 'Ultima visita';
    165165$lang['UAM_Nb_Days'] = 'Differenza in giorni';
    166 $lang['UAM_Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma dell\'iscrizione" è attiva e se un gruppo di visitatori non convalidato è configurato in "Impostare le conferme e validazioni all\'iscrizione"';
     166$lang['UAM_Err_UserManager_Settings'] = 'Questa pagina è disponibile solo se "Conferma di registrazione" è attivata e se un gruppo di visitatori non confermato è configurato in "impostazioni conferme di registrazione"';
    167167// --------- End: New or revised $lang ---- from version 2.15.0
    168168
    169169
    170170// --------- Starting below: New or revised $lang ---- from version 2.15.1
    171 $lang['UAM_Support_txt'] = 'Il supporto ufficiale per questo plugin viene effettuato esclusivamente sul forum EN di Piwigo :<br>
    172 <a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">Forum inglese - http://piwigo.org/forum/viewtopic.php?id=15015</a>
    173 <br><br>
    174 Disponibile anche, il bugtracker del progetto : <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
    175 // --------- End: New or revised $lang ---- from version 2.15.1
     171$lang['UAM_Support_txt'] = 'Il supporto ufficiale di questo plugin è solo su questo topic nel forum di Piwigo:<br>
     172<a href="http://piwigo.org/forum/viewtopic.php?id=15015" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=15015</a><br><br>
     173E\' anche disponibile il bugtracker del progetto: <a href="http://piwigo.org/bugs/" onclick="window.open(this.href);return false;">http://piwigo.org/bugs/</a>';
    176174
    177175
    178176// --------- Starting below: New or revised $lang ---- from version 2.15.4
    179 $lang['UAM_Force_Validation'] = 'Validazione manuale';
    180 $lang['UAM_Confirm_Mail_true'] = ' Attivare - Validazione dal utente';
    181 $lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione dal amministratore (nessuna chiave di validazione inviata)';
     177$lang['UAM_Force_Validation'] = 'Conferma manuale';
     178$lang['UAM_Confirm_Mail_true'] = ' Attivare - Validazione da parte dell\'utente';
     179$lang['UAM_Confirm_Mail_local'] = ' Attivare - Validazione da parte di un amministratore (nessuna chiave di validazione inviata)';
    182180// --------- End: New or revised $lang ---- from version 2.15.4
    183181
    184182
    185183// --------- Starting below: New or revised $lang ---- from version 2.16.0
    186 $lang['UAM_Expired_Group'] = '<b>Gruppo</b> per gli utenti per i quali l\'iscrizione sarà scaduta<br>';
    187 $lang['UAM_Expired_Status'] = '<b>Statuto</b> per gli utenti per i quali l\'iscrizione sarà scaduta<br>';
    188 $lang['UAM_GTAuto'] = 'Gestione automatica degli utenti fantasmi';
    189 $lang['UAM_GTAutoDel'] = 'Cancellazione automatica dei conti';
    190 $lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account cancellato!';
    191 $lang['UAM_title_redir_page'] = 'Accesso negato per causa di account cancellato!';
     184$lang['UAM_Expired_Group'] = '<b>Gruppo</b> per la registrazione degli utenti è scaduto<br>';
     185$lang['UAM_Expired_Status'] = '<b>Stato</b> per gli utenti per i quali l\'iscrizione sarà scaduta<br>';
     186$lang['UAM_GTAuto'] = 'Gestione automatica degli utenti ghost';
     187$lang['UAM_GTAutoDel'] = 'Cancellazione automatica degli account';
     188$lang['UAM_Deleted_Account_Redirection_Page'] = 'Accesso negato - Account eliminato!';
     189$lang['UAM_title_redir_page'] = 'Accesso negato per aver cancellato l\'account!';
    192190$lang['UAM_Error_GTAutoMail_cannot_be_set_without_ConfirmMail'] = 'Errore di coerenza nella configurazione prescelta :
    193191<br><br>
     
    196194Per garantire la coerenza, l\'opzione "Email automatica su cambiamento del gruppo / statuto" è stata automaticamente riposizionata a "disattivato"
    197195<br><br>';
    198 $lang['UAM_Demotion of %s'] = 'Retrocessione di %s';
    199 $lang['UAM_AdminValidationMail_Text'] = 'Notifica della validazione d\'iscrizione manuale';
    200 $lang['UAM_Validation of %s'] = 'Validazione di %s';
     196$lang['UAM_Demotion of %s'] = 'Retrocessione a un grado inferiore di %s';
     197$lang['UAM_AdminValidationMail_Text'] = 'Notifica di conferme manuali di registrazione';
     198$lang['UAM_Validation of %s'] = 'Conferma di %s';
    201199// --------- End: New or revised $lang ---- from version 2.16.0
    202200
    203201
    204202// --------- Starting below: New or revised $lang ---- from version 2.20.0
    205 $lang['UAM_CustomPasswRetr'] = 'Personalizzare il contenuto della email per password persa';
    206 $lang['UAM_USRAuto'] = 'Gestione automatica dei visitatori non convalidati';
    207 $lang['UAM_USRAutoDel'] = 'Messaggio al momento della cancellazione automatica degli account';
    208 $lang['UAM_USRAutoMail'] = 'Promemoria automatico';
    209 $lang['UAM_Disable'] = ' Disattivare (di default)';
    210 $lang['UAM_Enable'] = ' Attivare ';
    211 $lang['UAM_Tips1'] = 'Messaggio d\informazione per non validazione d\'iscrizzione con UAM e PWG_Stuffs';
    212 $lang['UAM_Tips1_txt'] = '
    213           <ul>
    214             <li>
    215             Obiettivo : Informare il visitatore che la sua iscrizione è in attesa di convalidazione e ciò visualizzando un messagio in un blocco personale sulla homepage della galleria, e questo, finché l\'iscrizione non viene convalidata.<br><br>
    216             <b>Nota : Di default, l\'Utente "Guest" vede solo gli album pubblichi, senza nessun messaggio d\'informazione.</b>
     203$lang['UAM_CustomPasswRetr'] = 'Personalizza contenuto email per password dimenticata';
     204$lang['UAM_USRAuto'] = 'Gestione automatica degli utenti non confermati';
     205$lang['UAM_USRAutoDel'] = 'Messaggio personalizzato sugli account eliminati';
     206$lang['UAM_USRAutoMail'] = 'Email reminder automatico';
     207$lang['UAM_Disable'] = 'Disabilita (default)';
     208$lang['UAM_Enable'] = 'Abilita';
     209$lang['UAM_Tips1'] = 'Messaggio d\'informazione per le registrazioni non confermate con UAM e PWG_Stuffs';
     210$lang['UAM_Tips1_txt'] = '          <ul>
     211            <li>
     212            Obiettivo : Informare il visitatore che la sua iscrizione è in attesa di convalida visualizzando un messagio in un blocco personale sulla homepage della galleria finché l\'iscrizione non viene convalidata.<br><br>
     213            <b>Nota : Di default, l\'Utente "Guest" vede solo gli album pubblici, senza nessun messaggio d\'informazione.</b>
    217214            </li><br><br>
    218215            <li>
    219216Prerequisiti :<br>
    220 - Una galleria con tutte o alcuni album privati, visibili solo agli utenti iscritti<br>
     217- Una galleria con tutti o alcuni album privati, visibili solo agli utenti iscritti<br>
    221218- Almeno i 2 gruppi d\'utenti Piwigo seguenti : "Attesa", senza alcuna autorizzazione sugli album privati, e "Convalidati" con tutte le autorizzazioni per gli album privati<br>
    222219- Il plugin UAM<br>
     
    230227                <li>Attivare la conferma dell\'iscrizione</li>
    231228                <li>Attivare l\'opzione "Modulo PWG Stuffs"</li>
    232                 <li>Inserire un "testo personalizzato" che sarà inviato con l\'email di conferma dell\'iscrizione. Se il plugin Extended Description è attivato, i tag di lingua possono essere utilizzati</li>
     229                <li>Inserire un testo personalizzato che sarà inviato con l\'email di conferma dell\'iscrizione. Se il plugin Extended Description è attivato, i tag di lingua possono essere utilizzati</li>
    233230                <li>Selezionare il gruppo "Attesa" sotto la voce "Per gli utenti che non hanno convalidato la loro iscrizione"</li>
    234231                <li>Selezionare il gruppo "Convalidati" sotto la voce "Per gli utenti che hanno convalidato la loro iscrizione"</li>
    235                 <li>Salvare le impostazzioni</li>
     232                <li>Salvare le impostazioni</li>
    236233              </ol>
    237234<br>
     
    240237                <li>Andare alla scheda "Aggiungere un nuovo modulo"</li>
    241238                <li>Scegliere "Modulo UAM"</li>
    242                 <li>Configurare il modulo, indicandone il titolo (ad esempio, "Iscrizione in attesa di convalida"), la descrizione, ed in fine selezionando solo il gruppo "Attesa" nell\'elenco dei gruppi ammessi</li>
     239                <li>Configurare il modulo, indicandone il titolo (ad esempio, "Iscrizione in attesa di convalida"), la descrizione, ed infine selezionando solo il gruppo "Attesa" nell\'elenco dei gruppi ammessi</li>
    243240                <li>Completare il contenuto del modulo con il testo del messaggio d\'informazione che verra visualizzato agli utenti non convalidati. Come per UAM, i tag di lingua possono essere utilizzati se il plugin Extended Description è attivato</li>
    244                 <li>Selezzionare "Visualizzare il modulo nella homepage del sito"</li>
     241                <li>Selezionare "Visualizzare il modulo nella homepage del sito"</li>
    245242                <li>Salvare le impostazzioni</li>
    246243              </ol>
    247244            </li>
    248245          </ul>';
    249 $lang['UAM_Tips2'] = 'Messaggio d\informazione per non validazione d\'iscrizzione con UAM e Additional Pages';
    250 $lang['UAM_Tips2_txt'] = '
    251           <ul>
    252             <li>
    253             Obiettivi : Informare il visitatore che l\'iscrizione è in attesa di convalida visualizzando una pagina aggiuntiva che sostituisce la pagina indice standard della galleria, e questo, finché l\'iscrizione non viene convalidata.
     246$lang['UAM_Tips2'] = 'Messaggio d\'informazione per le registrazioni non confermate con UAM e Additional Pages';
     247$lang['UAM_Tips2_txt'] = '          <ul>
     248            <li>
     249            Obiettivi : Informare il visitatore che l\'iscrizione è in attesa di convalida visualizzando una pagina aggiuntiva che sostituisce la pagina standard della galleria, finché l\'iscrizione non viene convalidata.
    254250            <br><br>
    255251            Vantaggi rispetto al metodo con PWG_Stuffs : Consente una formattazione e visualizzazione delle informazioni immediatamente dopo l\'iscrizione dei visitatori.
     
    290286            </li>
    291287          </ul>';
    292 $lang['UAM_No_Ghosts'] = 'Per il momento, nessun visitatore fantasma';
    293 $lang['UAM_No_Userlist'] = 'Per il momento, nessun monitoraggio dei visitatori';
    294 $lang['UAM_No_Usermanager'] = 'Per il momento, nessuna validazione d\'iscrizione';
    295 $lang['UAM_Stuffs_Title'] = 'Modulo UAM';
    296 $lang['UAM_Stuffs_Desc'] = 'Aggiunge un modulo d\'informazione degli utenti non convalidati';
    297 $lang['UAM_Stuffs'] = 'Modulo PWG Stuffs';
     288$lang['UAM_No_Ghosts'] = 'Nessun visitatore ghost al momento';
     289$lang['UAM_No_Userlist'] = 'Nessun visitatore al momento';
     290$lang['UAM_No_Usermanager'] = 'Nessun utente non verificato da visualizzare al momento';
     291$lang['UAM_Stuffs_Title'] = 'Blocco UAM';
     292$lang['UAM_Stuffs_Desc'] = 'Aggiunge un modulo d\'informazione per utenti non convalidati';
     293$lang['UAM_Stuffs'] = 'Blocco PWG Stuffs';
    298294// --------- End: New or revised $lang ---- from version 2.20.0
    299295
    300296
    301297// --------- Starting below: New or revised $lang ---- from version 2.20.3
    302 $lang['UAM_DumpTxt'] = 'Backup della vostra configurazione';
    303 $lang['UAM_Dump_Download'] = 'Selezionare per scaricare il file di backup :';
    304 $lang['UAM_Save'] = 'Eseguire il backup';
    305 $lang['UAM_Dump_OK'] = 'File di Backup creato';
    306 $lang['UAM_Dump_NOK'] = 'Errore : Impossibile creare il file di backup!';
     298$lang['UAM_DumpTxt'] = 'Backup & Restore della vostra configurazione';
     299$lang['UAM_Dump_Download'] = 'Per scaricare il file di backup, attiva questo flag';
     300$lang['UAM_Save'] = 'Esegui backup';
     301$lang['UAM_Dump_OK'] = 'File di Backup creato con successo';
     302$lang['UAM_Dump_NOK'] = 'Errore: impossibile creare il file di backup!';
    307303// --------- End: New or revised $lang ---- from version 2.20.3
    308304
    309305
    310306// --------- Starting below: New or revised $lang ---- from version 2.20.4
    311 $lang['UAM_HidePassw'] = 'Password in chiaro nella email d\'informazione';
     307$lang['UAM_HidePassw'] = 'Password in chiaro nella mail d\'informazione';
    312308// --------- End: New or revised $lang ---- from version 2.20.4
    313309
     
    318314
    319315// --------- Starting below: New or revised $lang ---- from version 2.30.2
    320 $lang['UAM_RedirToProfile'] = 'Ridirezione verso la pagina di personalizzazione';
    321 $lang['UAM_GTAutoGp'] = 'Cambiamento automatico del gruppo / statuto / livello di riservatezza';
    322 $lang['UAM_GTAutoMail'] = 'Emailing di rilancio automatico per cambiamento gruppo / statuto / livello di riservatezza';
     316$lang['UAM_RedirToProfile'] = 'Redirect alla pagina di configurazione';
     317$lang['UAM_GTAutoGp'] = 'Cambio automatico di gruppi/stato/livello privacy';
     318$lang['UAM_GTAutoMail'] = 'Invia automaticamente una mail al cambio di gruppo/stato/livello privacy';
    323319// --------- End: New or revised $lang ---- from version 2.30.2
     320$lang['UAM %d user pwdreseted'] = 'Rinnovo password richiesto per %d utente';
     321$lang['UAM %d users pwdreseted'] = 'Rinnovo password richiesto per %d utenti';
     322$lang['UAM_Admins cannot be pwdreset'] = 'Il rinnovo della password non può essere impostato per gli account amministratori!';
     323$lang['UAM_Bad_version_backup'] = 'La versione del file di backup non corrisponde alla versione del plugin! Il ripristino non verrà effettuato.';
     324$lang['UAM_Confirm_Level'] = 'Livello della privacy<br>(lascia ------- per mantenere il default di Piwigo)';
     325$lang['UAM_Default user cannot be pwgreset'] = 'Il rinnovo della password non può essere impostato per l\'account default!';
     326$lang['UAM_Default_AdminValidation_Txt'] = 'Ciao [username]! Grazie per esserti registrato a [mygallery].
     327Il tuo account è stato attivato manualmente dal webmaster di [mygallery]. Puoi ora eseguire il login a [myurl] e modificare il tuo profilo.';
     328$lang['UAM_Default_CfmMail_Custom_Txt1'] = 'Benvenuto [username]! Hai confermato che sei una persona e puoi ora usare [mygallery]!';
     329$lang['UAM_Default_CfmMail_Custom_Txt2'] = 'La tua chiave di attivazione è errata o hai già confermato il tuo account, per favore contatta il webmaster per risolvere il problema.';
     330$lang['UAM_Default_CfmMail_Remail_Txt1'] = 'Ciao [username].
     331
     332Questo è un reminder poichè ti sei registrato su [mygallery] ma non hai ancora confermato la registrazione e la chiave di conferma è scaduta. Per permetterti l\'accesso alla galleria, il tuo periodo di conferma è stato resettato. Hai ancora x giorni per confermare la tua registrazione.
     333
     334NB: Dopo questo periodo, il tuo account verrà permanentemente eliminato.';
     335$lang['UAM_Default_CfmMail_Remail_Txt2'] = 'Ciao [username].
     336
     337Questo è un reminder poichè ti sei registrato su [mygallery] ma non hai ancora confermato la registrazione e la chiave di conferma sta per scadere. Per permetterti l\'accesso alla galleria, hai ancora x giorni per confermare la tua registrazione cliccando sul link del messaggio che hai ricevuto quando ti sei registrato.
     338
     339NB: Dopo questo periodo, il tuo account verrà permanentemente eliminato.';
     340$lang['UAM_Default_ConfirmMail_Txt'] = 'Ciao [username]! Grazie per esserti registrato su [mygallery]
     341Per completare la procedura e poter vedere le immagini, conferma la tua registrazione cliccando nel link contenuto in questo messaggio.';
     342$lang['UAM_Default_GhstDeletion_Txt'] = 'Siamo spiacenti [username], il tuo account è stato eliminato a causa del lungo tempo trascorso dall\'ultima visita a [mygallery].
     343Per favore registrati nuovamente';
     344$lang['UAM_Default_GhstDemotion_Txt'] = 'Siamo spiacenti [username], il tuo account è stato eliminato a causa del lungo tempo trascorso dalla tua ultima visita a [mygallery].
     345Usa il link sottostante per riconfermare il tuo account';
     346$lang['UAM_Default_GhstReminder_Txt'] = 'Ciao [username].
     347
     348Questo è un reminder poichè è trascorso diverso tempo dal tuo ultimo accesso alla nostra galleria [mygallery]. Se non vuoi più usare questo account, segnalacelo rispondendo a questa mail. Il tuo account verrà cancellato.
     349
     350Alla ricezione di questo messaggio e non ricevendo altre visite entro [days] giorni, saremo obbligati a cancellare l\'account.
     351
     352Distinti saluti,
     353l\'amministratore della galleria [mygallery] - [myurl]';
     354$lang['UAM_Default_InfoMail_Txt'] = 'Ciao [username]! Grazie per esserti registrato su [mygallery]
     355Qui sotto trovi le informazioni per la connessione';
     356$lang['UAM_Default_PwdRequest_Txt'] = 'Hai richiesto il rinnovo della password. Qui sotto trovi i nuovi dati di connessione';
     357$lang['UAM_Default_RejectConnexion_Txt'] = 'Siamo spiacenti, non hai ancora confermato la registrazione, perciò non ti puoi connettere ora alla galleria. Controlla la tua casella mail. Dovresti trovare un email inviata dalla galleria, contenente un link per eseguire la conferma. Se non la trovi, contatta il webmaster.';
     358$lang['UAM_Default_ValidationTimeout_Txt'] = 'Siamo spiacenti, il tuo account è stato eliminato poichè non hai confermato la registrazione nel tempo richiesto ([Kdays] days). Riprova la registrazione con un account mail valido';
     359$lang['UAM_Error_Using_illegal_Kdays'] = 'L\'uso del tag [Kdays] è permesso solo se è attivata la scadenza per la conferma della registrazione. Controlla il testo in rosso per correggere il problema.';
     360$lang['UAM_Expired_Level'] = '<b>Il livello di privacy</b> per la registrazione degli utenti  è scaduto<br>';
     361$lang['UAM_Generic cannot be pwdreset'] = 'Il rinnovo della password non può essere impostato per gli account generici!';
     362$lang['UAM_Guest cannot be pwdreset'] = 'Il rinnovo della password non può essere impostato per l\'account ospite!';
     363$lang['UAM_MailExclusion_No'] = 'Esclusione domini mail non disponibile in quanto le email non sono obbligatorie per la registrazione';
     364$lang['UAM_MiscOptions'] = 'Altre opzioni varie';
     365$lang['UAM_NewFeature'] = 'Nuove funzionalità!';
     366$lang['UAM_No_Backup_File'] = 'Nessun file di backup disponibile!';
     367$lang['UAM_No_Valid_Level'] = 'Livello privacy per gli utenti che non hanno confermato la loro iscrizione <br>';
     368$lang['UAM_Password reset selected users'] = 'Richiedi rinnovo password per gli utenti selezionati';
     369$lang['UAM_Password_Reset_Msg'] = 'Cambia la tua password!';
     370$lang['UAM_PwdReset'] = 'Rinnovo password';
     371$lang['UAM_PwdReset_Done'] = 'Password rinnovata';
     372$lang['UAM_PwdReset_NA'] = 'Password originale';
     373$lang['UAM_PwdReset_Todo'] = 'Password da rinnovare';
     374$lang['UAM_RejectConnexion'] = 'Rifiuta connessione dell\'utente finchè non è confermata la registrazione';
     375$lang['UAM_RejectConnexion_Custom_Txt'] = 'Personalizza testo di rifiuto';
     376$lang['UAM_Reject_Page_Title'] = 'Connessione non permessa!';
     377$lang['UAM_Restoration_NOK'] = 'E\' avvenuto un errore durante il ripristino della configurazione. Controlla la validità del file di backup.';
     378$lang['UAM_Restoration_OK'] = 'Il ripristino della configurazione è stato completato con successo! Ricarica la pagina di amministrazione di UAM per vedere la configurazione ripristinata.';
     379$lang['UAM_Restore'] = 'Per ripristinare il file della tua configurazione. Solo i file salvati sul server sono mantenuti.
     380<br><br>
     381<b style="color: red;">Attenzione alla versione del backup!<br>Un backup fatto da una versione diversa del plugin non può essere ripristinato. </b>';
     382$lang['UAM_Restore_File'] = 'Ripristino configurazione';
     383$lang['UAM_Title5'] = 'Opzioni varie';
     384$lang['UAM_Tracking confirmations'] = 'Monitora conferme';
     385$lang['UAM_Tracking registered users'] = 'Monitora utenti registrati';
     386$lang['UAM_Valid_Level'] = 'Livello privacy per gli utenti che hanno confermato la loro iscrizione <br>';
     387$lang['UAM_Webmaster cannot be pwdreset'] = 'Il rinnovo della password non può essere impostato per l\'account webmaster!';
     388$lang['UAM_You cannot pwdreset your account'] = 'Il rinnovo della password non può essere impostato per il tuo stesso account!';
     389$lang['UAM_You need to confirm pwdreset'] = 'Devi confermare il rinnovo della password (segna la casella)!';
    324390?>
  • extensions/UserAdvManager/branches/2.30/language/lv_LV/help.lang.php

    r13124 r13823  
    11<?php
    2 global $lang;
     2//global $lang;
    33
    44$lang['UAM_confirmTitle_d'] = '
  • extensions/UserAdvManager/branches/2.30/language/lv_LV/plugin.lang.php

    r13124 r13823  
    11<?php
    22
    3 global $lang,$conf;
    4 
    5 $conf_UAM = unserialize($conf['UserAdvManager']);
     3//global $lang,$conf;
     4
     5//$conf_UAM = unserialize($conf['UserAdvManager']);
    66
    77
  • extensions/UserAdvManager/branches/2.30/main.inc.php

    r13214 r13823  
    22/*
    33Plugin Name: UserAdvManager
    4 Version: 2.30.4
     4Version: 2.30.5
    55Description: Renforcer la gestion des utilisateurs - Enforce users management
    66Plugin URI: http://piwigo.org/ext/extension_view.php?eid=216
     
    2525
    2626load_language('plugin.lang', UAM_PATH);
     27load_language('help.lang', UAM_PATH);
    2728$conf_UAM = unserialize($conf['UserAdvManager']);
    2829
Note: See TracChangeset for help on using the changeset viewer.