PHP Classes

File: language/italian/feedback.php

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   language/italian/feedback.php   Download  
File: language/italian/feedback.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: wgGallery
Image gallery module for XOOPS CMS
Author: By
Last change:
Date: 3 years ago
Size: 1,535 bytes
 

Contents

Class file image Download
<?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!');