Ignore:
Timestamp:
Nov 30, 2012, 10:09:53 PM (11 years ago)
Author:
Eric
Message:

Merge r19234 from trunk to branch 2.41 :
Bug 2765 fixed - Code cleanup
Bug 2788 fixed : Warning message on email exclusion no more remains if misconfiguration is fixed. But it's still necessary to refresh the current page once for the warning message to disappear.
Bug 2796 fixed - Use of php date() function instead od MySql NOW() - Usefull if MySql server is not set at the same date-time as Apache/Php server
Update da_DK, thanks to : Kaare
Update it_IT, thanks to : virgigiole
Update lv_LV, thanks to : agrisans

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/UserAdvManager/branches/2.41/language/it_IT/help.lang.php

    r17774 r19235  
    11<?php
    2 //global $lang;
    32
    43$lang['UAM_confirmTitle_d'] = '
     
    3332
    3433// --------- Starting below: New or revised $lang ---- from version 2.15.4
    35 $lang['UAM_restricTitle_d'] = '
    36 - Caratteri vietati nei nomi degli utenti<br>
     34$lang['UAM_restricTitle_d'] = '- Caratteri vietati nei nomi degli utenti<br>
    3735- Rafforzare il livello di sicurezza delle password<br>
    3836- Esclusione dei domini d\'Email<br>
     
    7573<br><br>
    7674Questo campo è compatibile con l\'Editor FCK e, per il multi-lingue, puoi utilizzare i tags [lang] del plugin Extended description se è attivo.';
     75$lang['UAM_mailexcTitle_d'] = 'Di default, Piwigo accetta tutti gli indirizzi nel formato xxx@yyy.zz. Abilitando questa opzione, escluderete alcuni domini nel formato: @ [domain_name].[domain_extension].<br><br>
     76Esempi:<br>
     77@hotmail.com -> esclude indirizzi *@hotmail.com<br>
     78@hotmail -> esclude indirizzi *@hotmail*<br><br>
     79<b style=&quot;color: red;&quot;>Warning - Questa opzione funziona solo se l\'indirizzo email è obbligatorio per la registrazione! Per favore vedere le opzioni di configrazione di Piwigo.</b>';
    7780?>
Note: See TracChangeset for help on using the changeset viewer.