Ignore:
Timestamp:
May 4, 2011, 9:02:40 PM (13 years ago)
Author:
riopwg
Message:

Update language IT

Location:
extensions/NBM_Subscriber/language/it_IT
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/NBM_Subscriber/language/it_IT/description.txt

    r6439 r10764  
    1 Consente di gestire i visitatori registrati il loro abbonamento proprio per la notifica a mezzo posta (NBM)
     1Permette agli utenti registrati di gestire personalmente il loro abbonamento alla notifica via email (NBM)
  • extensions/NBM_Subscriber/language/it_IT/plugin.lang.php

    r9529 r10764  
    11<?php
    2 $lang['NBMS_Section'] = 'Notifica via e-mail';
    3 $lang['NBMS_Text'] = 'Iscriviti alla notifica via e-mail';
     2$lang['NBMS_Section'] = 'Notifica via email';
     3$lang['NBMS_Text'] = 'Iscriviti alla notifica via email';
    44$lang['Yes'] = 'Sì';
    55$lang['No'] = 'No';
    66$lang['NBMS_Title'] = 'NBM Subscriber';
    77$lang['NBMS_Infos'] = 'Che cosa è?';
    8 /* TODO */$lang['NBMS_Infos_Text'] = 'Piwigo offers two modes of notification of changes in the gallery:<br>
    9 - The RSS notification, usable by all visitors (even if not registered) in "Notification" menu<br>
    10 - Notification by mail (NBM), usable only by an administrator or webmaster that is similar to a newsletter
     8$lang['NBMS_Infos_Text'] = 'Piwigo offre 2 metodi standard di notifica di cambiamenti avvenuti sulla galleria :<br>
     9- La notifica via i flussi RSS, accessibili a tutti gli utenti (anche i non iscritti) via il menu "Notifiche"<br>
     10- La notifica via email (NBM), accessibile solo a un amministratore o al webmaster, che può prendere la forma di una newsletter
    1111<br><br>
    12 The goal of this plugin is to offer to every <b><u>registered</u></b> visitor to subscribe or unsubscribe themselves from the NBM when he wants. To do this, simply activate the plugin (if you read this message, it means it\'s already done) to see a new option appear in the visitor\'s profile page.
     12L\'obiettivo di questo plugin è di permettere a ogni utente <b><u>registrato</u></b> di potersi iscrivere o annullare l\'iscrizione da NBM quando lo desidera. Per fare ciò, basta attivare il plugin (se leggete questo messaggio, ciò vole dire che è già attivo) per vedrere apparire una nuova opzione nella pagina di personalizzazione degli utenti.
    1313<br><br>
    14 <b>Important</b> : If a visitor subscribes or unsubscribes from the NBM through it, no email confirmation will be sent from the gallery as is the case when an administrator does this through administration panel. This operation is intended to avoid negative behaviors of some visitors that would lead to a saturation of emails sending from the gallery.
     14<b>Importante</b> : Se un utente si abbono o cancella l\'abbonamento via questo metodo, nessun email sarà mandato esattamente come se fosse stato un amministratore ad avere effettuato questa operazione via il pannello di amministrazione. Questo tipo di funzionamento e voluto per evitare problemi con l\'invio delle email (blocco dalla parte del provaider per abbuso di servizzio).
    1515<br><br>
    16 Note : This plugin does not support the visitor information on the availability of this new option. You, Administrator / Webmaster, have to implement an information medium attached. For this, the plugin PWG_Stuffs wil be perfect ;-)';
    17 /* TODO */$lang['NBMS_Support'] = 'The support on this plugin is only on this Piwigo\'s forum thread:<br>
    18 <a href="http://piwigo.org/forum/viewtopic.php?id=16020" onclick="window.open(this.href);return false;">English forum - http://piwigo.org/forum/viewtopic.php?id=16020</a>';
     16Nota : Questo plugin non prende in carico l\'informazione agli utenti sulla messa a disposizione di questa nuova opzione. Tocca all\'amministratore / Webmaster ad informarne gli utenti. Per ciò, il plugin PWG_Stuffs è utilissimo ;-)';
     17$lang['NBMS_Support'] = 'L\'assistenza per questo plugin si fà unicamente sul forum di Piwigo :<br>
     18<a href="http://piwigo.org/forum/viewtopic.php?id=16020" onclick="window.open(this.href);return false;">Forum Inglese - http://piwigo.org/forum/viewtopic.php?id=16020</a>';
    1919?>
Note: See TracChangeset for help on using the changeset viewer.