PHP Classes

File: language/english/feedback.php

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   language/english/feedback.php   Download  
File: language/english/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,496 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', 'Send a feedback');
define('_FB_RECIPIENT', 'Recipient');
define('_FB_NAME', 'Name');
define('_FB_NAME_PLACEHOLER', 'Please enter your name');
define('_FB_SITE', 'Website');
define('_FB_SITE_PLACEHOLER', 'Please enter your website');
define('_FB_MAIL', 'Email');
define('_FB_MAIL_PLACEHOLER', 'Please enter your email');
define('_FB_TYPE', 'Type of feedback');
define('_FB_TYPE_SUGGESTION', 'Suggestions');
define('_FB_TYPE_BUGS', 'Bugs');
define('_FB_TYPE_TESTIMONIAL', 'Testimonials');
define('_FB_TYPE_FEATURES', 'Features');
define('_FB_TYPE_OTHERS', 'Misc');
define('_FB_TYPE_CONTENT', 'Feedback content');
define('_FB_SEND_FOR', 'Feedback for module ');
define('_FB_SEND_SUCCESS', 'Feedback successfully sent');
define('_FB_SEND_ERROR', 'An errror occured when feedback was sent!');