Ignore:
Timestamp:
Aug 9, 2012, 12:10:04 PM (12 years ago)
Author:
mistic100
Message:

entirely rewrite the plugin

  • send mail in html format (configurable to plain)
  • fully configurable email list
  • more...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/ContactForm/language/it_IT/plugin.lang.php

    r15002 r17483  
    11<?php
    2 if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!');
     2// +-----------------------------------------------------------------------+
     3// | Piwigo - a PHP based photo gallery                                    |
     4// +-----------------------------------------------------------------------+
     5// | Copyright(C) 2008-2012 Piwigo Team                  http://piwigo.org |
     6// | Copyright(C) 2003-2008 PhpWebGallery Team    http://phpwebgallery.net |
     7// | Copyright(C) 2002-2003 Pierrick LE GALL   http://le-gall.net/pierrick |
     8// +-----------------------------------------------------------------------+
     9// | This program is free software; you can redistribute it and/or modify  |
     10// | it under the terms of the GNU General Public License as published by  |
     11// | the Free Software Foundation                                          |
     12// |                                                                       |
     13// | This program is distributed in the hope that it will be useful, but   |
     14// | WITHOUT ANY WARRANTY; without even the implied warranty of            |
     15// | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU      |
     16// | General Public License for more details.                              |
     17// |                                                                       |
     18// | You should have received a copy of the GNU General Public License     |
     19// | along with this program; if not, write to the Free Software           |
     20// | Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, |
     21// | USA.                                                                  |
     22// +-----------------------------------------------------------------------+
    323
    4 $lang['cf_plugin_name'] = 'Contact Form';
    5 $lang['contact_form_debug'] = 'Visualizzare le informazioni di debug';
     24$lang['A comment on the site'] = 'Un commento sul sito';
     25$lang['Contact'] = 'Contattare';
     26$lang['Your name'] = 'Il vostro nome';
     27$lang['Your e-mail'] = 'La vostra E-mail';
     28$lang['Subject'] = 'Soggetto';
     29$lang['Message'] = 'Messaggio';
     30$lang['General configuration'] = 'Configurazione generale';
     31$lang['Add link in menu'] = 'Aggiungere un link nel menu';
     32$lang['Allow guests to see the form'] = 'Autorizzare gli ospiti ad accedere al formulario';
     33$lang['E-mail address is mandatory'] = 'E-mail obbligatoria';
     34$lang['Name is mandatory'] = 'Nome obbligatorio';
     35$lang['E-mail configuration'] = 'Configurazione dell\'E-mail';
     36$lang['Text before the contact form'] = 'Testo prima del modulo di contatto';
     37$lang['Text after the contact form'] = 'Testo dopo il modulo di contatto';
     38$lang['E-mail sent successfully'] = 'Invio dell\'E-mail riuscito';
     39$lang['Please enter a name'] = 'Entrare un nome';
     40$lang['Please enter a subject'] = 'Entrare un soggetto';
     41$lang['Please enter a message'] = 'Entrare un messaggio';
     42$lang['Error while sending e-mail'] = 'Errore durante l\'invio dell\'E-mail'
    643
    7 // ==================================================================
    8 // Default values if not configured
    9 $lang['contact_form_title'] = 'Formulario di contatto';
    10 $lang['contact_form'] = 'Contattare';
    11 $lang['contact_form_link'] = 'Contattare il webmaster';
    12 
    13 // ==================================================================
    14 // Redirect page
    15 $lang['contact_redirect_title'] = 'Stato d\'invio messaggio';
    16 
    17 // ==================================================================
    18 // Menubar block
    19 $lang['cf_from_name'] = 'Il vostro nome';
    20 $lang['cf_from_mail'] = 'La vostra E-mail';
    21 $lang['cf_subject'] = 'Soggetto';
    22 $lang['cf_message'] = 'Messaggio';
    23 $lang['cf_submit'] = 'Inviare';
    24 
    25 // ==================================================================
    26 // Messages
    27 $lang['cf_from_name_error'] = 'Entrare un nome';
    28 $lang['cf_mail_format_error'] = 'l\'indirizzo email deve essere del tipo xxx@yyy.eee (ad esempio: cippalippa@libero.rio)';
    29 $lang['cf_subject_error'] = 'Entrare un soggetto';
    30 $lang['cf_message_error'] = 'Entrare un messaggio';
    31 $lang['cf_error_sending_mail'] = 'Errore durante l\'invio dell\'E-mail';
    32 $lang['cf_sending_mail_successful'] = 'Invio dell\'E-mail riuscito';
    33 $lang['cf_form_error'] = 'Dati errati';
    34 $lang['cf_no_unlink'] = 'La funzione \'unlink\' non è disponibile';
    35 $lang['cf_unlink_errors'] = 'Errori durante la sopressione dei file';
    36 $lang['cf_config_saved'] = 'Configurazione salvata con successo';
    37 $lang['cf_config_saved_with_errors'] = 'Configurazione salvata con errori';
    38 $lang['cf_length_not_integer'] = 'Le dimensioni devono essere un numero intero';
    39 $lang['cf_delay_not_integer'] = 'Il limite deve essere un numero intero';
    40 $lang['cf_link_error'] = 'La variabile non può contenere degli spazi';
    41 $lang['cf_hide'] = 'Nascondere';
    42 
    43 // ==================================================================
    44 // Admin page
    45 $lang['cf_validate'] = 'Confermare';
    46 // Configuration tab
    47 $lang['cf_tab_config'] = 'Configurazione';
    48 $lang['cf_config'] = 'Configurazione';
    49 $lang['cf_config_desc'] = 'Configurazione principale del plugin';
    50 $lang['cf_label_config'] = 'Configurazione generale';
    51 $lang['cf_label_mail'] = 'Configurazione dell\'E-mail';
    52 $lang['cf_menu_link'] = 'Aggiungere un link nel menu';
    53 $lang['cf_guest_allowed'] = 'Autorizzare gli ospiti ad accedere al formulario';
    54 $lang['cf_mail_prefix'] = 'Prefisso dell\'E-mail inviata';
    55 $lang['cf_separator'] = 'Carattere(i) usato(i) per definire una barra di separazione nella E-mail al formato testo';
    56 $lang['cf_separator_length'] = 'Dimenzioni della barra di separazione';
    57 $lang['cf_mandatory_name'] = 'Nome obbligatorio';
    58 $lang['cf_mandatory_mail'] = 'E-mail obbligatoria';
    59 $lang['cf_redirect_delay'] = 'Limite d\'attesa ';
    60 // Emails tab
    61 $lang['cf_tab_emails'] = 'E-mails';
    62 $lang['cf_emails'] = 'E-mails';
    63 $lang['cf_emails_desc'] = 'Gestione delle e-mail di destinazione';
    64 $lang['cf_active'] = 'E-mail attiva';
    65 $lang['cf_no_mail'] = 'Nessun\'indirizzo e-mail disponibile';
    66 $lang['cf_refresh'] = 'Rigenerare la lista degli indirizzi';
    67 $lang['Text after the contact form'] = 'Testo dopo il modulo di contatto';
    68 $lang['Text before the contact form'] = 'Testo prima del modulo di contatto';
    69 $lang['cf_tab_persoform'] = 'Aggiungi testo personalizzato';
    70 $lang['title_send_mail'] = 'Un commento sul sito';
    7144?>
Note: See TracChangeset for help on using the changeset viewer.