PHP Classes

File: testdata/uploads/translations/wgGallery/english/directorychecker.php

Recommend this page to a friend!
  Classes of Goffy G   XOOPS Transifex   testdata/uploads/translations/wgGallery/english/directorychecker.php   Download  
File: testdata/uploads/translations/wgGallery/english/directorychecker.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: XOOPS Transifex
Manage project text translations with Transifex
Author: By
Last change:
Date: 3 years ago
Size: 1,426 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.
 */

/**
 * wgGallery module
 *
 * @copyright XOOPS Project (https://xoops.org)
 * @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
 * @package wgGallery
 * @since 3.23
 * @author Xoops Development Team
 */
\define('_DC_WGGALLERY_AVAILABLE', "<span style='color: green;'> The folder is Available</span>");
\
define('_DC_WGGALLERY_NOTAVAILABLE', "<span style='color: red;'> The folder is Not available</span>");
\
define('_DC_WGGALLERY_NOTWRITABLE', "<span style='color: red;'> The folder should have permission ( %d ), but it has ( %d )</span>");
\
define('_DC_WGGALLERY_CREATETHEDIR', 'Create it');
\
define('_DC_WGGALLERY_SETMPERM', 'Set the permission');
\
define('_DC_WGGALLERY_DIRCREATED', 'The directory has been created');
\
define('_DC_WGGALLERY_DIRNOTCREATED', 'The directory cannot be created');
\
define('_DC_WGGALLERY_PERMSET', 'The permission has been set');
\
define('_DC_WGGALLERY_PERMNOTSET', 'The permission cannot be set');