PHP Classes

File: language/german/filechecker.php

Recommend this page to a friend!
  Classes of Goffy G   wgGallery   language/german/filechecker.php   Download  
File: language/german/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,477 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('_FC_WGGALLERY_AVAILABLE', "<span style='color: green;'>Verfügbar</span>");
\
define('_FC_WGGALLERY_NOTAVAILABLE', "<span style='color: red;'>Nicht verfügbar</span>");
\
define('_FC_WGGALLERY_NOTWRITABLE', "<span style='color: red;'>Sollte die Berechtigung haben ( %d ), aber es hat ( %d )</span>");
\
define('_FC_WGGALLERY_COPYTHEFILE', 'Kopieren');
\
define('_FC_WGGALLERY_CREATETHEFILE', 'Erstelle es');
\
define('_FC_WGGALLERY_SETMPERM', 'Berechtigungen einstellen');
\
define('_FC_WGGALLERY_FILECOPIED', 'Die Datei wurde kopiert');
\
define('_FC_WGGALLERY_FILENOTCOPIED', 'Die Datei konnte nicht kopiert werden');
\
define('_FC_WGGALLERY_PERMSET', 'Die Berechtigungen wurden erteilt');
\
define('_FC_WGGALLERY_PERMNOTSET', 'Die Berechtigung konnte nicht gesetzt werden');