PHP Classes

File: language/english/filechecker.php

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   language/english/filechecker.php   Download  
File: language/english/filechecker.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,415 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.
 */

/**
 * Wfdownloads module
 *
 * @copyright XOOPS Project (https://xoops.org)
 * @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
 * @package wfdownload
 * @since 3.23
 * @author Xoops Development Team
 */
define('_FC_WGGALLERY_AVAILABLE', "<span style='color: green;'>Available</span>");
define('_FC_WGGALLERY_NOTAVAILABLE', "<span style='color: red;'>Not available</span>");
define('_FC_WGGALLERY_NOTWRITABLE', "<span style='color: red;'>Should have permission ( %d ), but it has ( %d )</span>");
define('_FC_WGGALLERY_COPYTHEFILE', 'Copy it');
define('_FC_WGGALLERY_CREATETHEFILE', 'Create it');
define('_FC_WGGALLERY_SETMPERM', 'Set the permission');
define('_FC_WGGALLERY_FILECOPIED', 'The file has been copied');
define('_FC_WGGALLERY_FILENOTCOPIED', 'The file cannot be copied');
define('_FC_WGGALLERY_PERMSET', 'The permission has been set');
define('_FC_WGGALLERY_PERMNOTSET', 'The permission cannot be set');