<?php
/*
You may not change or alter any portion of this comment or credits
of supporting developers from this source code or any supporting source code
which is considered copyrighted (c) material of the original comment or credit authors.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
*/
/**
* feedback plugin for xoops modules
*
* @copyright module for xoops
* @license GPL 2.0 or later
* @package general
* @since 1.0
* @min_xoops 2.5.9
* @author XOOPS - Website:<https://xoops.org>
*/
define('_FB_FORM_TITLE', 'Invia un feedback');
define('_FB_RECIPIENT', 'Recipiente');
define('_FB_NAME', 'Nome');
define('_FB_NAME_PLACEHOLER', 'Inserisci il tuo nome');
define('_FB_SITE', 'Sito web');
define('_FB_SITE_PLACEHOLER', 'Inserisci il tuo sito web');
define('_FB_MAIL', 'Email');
define('_FB_MAIL_PLACEHOLER', 'Inserisci la tua email');
define('_FB_TYPE', 'Tipo di feedback');
define('_FB_TYPE_SUGGESTION', 'Suggerimenti');
define('_FB_TYPE_BUGS', 'Errori');
define('_FB_TYPE_TESTIMONIAL', 'Referenze');
define('_FB_TYPE_FEATURES', 'Caratteristiche');
define('_FB_TYPE_OTHERS', 'Varie');
define('_FB_TYPE_CONTENT', 'Contenuto del Feedback');
define('_FB_SEND_FOR', 'Feedback per il modulo ');
define('_FB_SEND_SUCCESS', 'Feedback inviato correttamente');
define('_FB_SEND_ERROR', 'Si è verificato un errore durante l\'invio del feedback!');
|