⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 english.php

📁 这是一个joomla系统的插件, 这是一个joomla系统的插件
💻 PHP
字号:
<?php/*** @package EasyGallery* @copyright (C) 2006 Joomla-addons.org* @author  Adam van Dongen* @version $Id: english.php 4 2007-06-16 14:22:19Z websmurf $* * --------------------------------------------------------------------------------* All rights reserved. Easy Gallery Component for Joomla!** This program is free software; you can redistribute it and/or* modify it under the terms of the Joomla-addons Free Software License * See LICENSE.php for more information.** 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.  * --------------------------------------------------------------------------------**/defined( '_VALID_MOS' ) or die( 'Restricted access' );define('EG_SHOWCATEGORIES', 'View image galleries');define('EG_SHOWCATEGORY', 'View category %s');define('EG_VIEW_CATEGORY', 'View category');define('EG_VIEW_PHOTO', 'View picture %s');define('EG_CHOOSE_CATEGORY', 'Choose one of the sub-categories below:');define('EG_PHOTO_THIS', 'This image is');define('EG_PHOTO_PIXELS', 'pixels');define('EG_PHOTO_AND', 'and');define('EG_PHOTO_LARGE', 'large');define('EG_PHOTO_CLICK', 'Click');define('EG_PHOTO_HERE', 'here');define('EG_PHOTO_TO_VIEW', 'to view the original file.');/** Edit category **/define('EG_EDIT_CATEGORY', 'Edit a category');define('EG_ADD_CATEGORY', 'Add a category');define('EG_CATEGORY_DETAILS', 'Category details');define('EG_CATEGORY_TITLE', 'Title');define('EG_CATEGORY_NAME', 'Name');define('EG_CATEGORY_ACCESS', 'Access Level');define('EG_CATEGORY_PARENT', 'Parent');define('EG_CATEGORY_PUBLISHED', 'Published');define('EG_CATEGORY_DESCRIPTION', 'Description');define('EG_CATEGORY_MESSAGE_NAME', 'Category must have a name');/** Edit photo **/define('EG_EDIT_PHOTO', 'Edit a photo');define('EG_PHOTO_DETAILS', 'Photo details');define('EG_PHOTO_NAME', 'Name');define('EG_PHOTO_CATEGORY', 'Category');define('EG_PHOTO_DESCRIPTION', 'Description');define('EG_PHOTO_GALLERY_THUMBNAIL', 'Gallery Thumbnail');define('EG_PHOTO_PUBLISHED', 'Published');/** Update photo **/define('EG_UPLOAD_PHOTOS', 'Upload photo(s)');define('EG_UPLOAD_LIMIT', 'Upload limit');define('EG_UPLOAD_CATEGORY', 'Upload to category');define('EG_UPLOAD_PUBLISHED', 'Default published');define('EG_UPLOAD_NAME', 'Name');define('EG_UPLOAD_DESCRIPTION', 'Description');define('EG_UPLOAD_THREE_OPTIONS', 'There are several ways to upload photo\'s:');define('EG_UPLOAD_ONE', '1: Upload one photo');define('EG_UPLOAD_TWO', '2: Upload zip archive');define('EG_UPLOAD_THREE', '3: Directory scan');define('EG_UPLOAD_FILE', 'File');define('EG_UPLOAD_DIRECTORY', 'Directory');define('EG_UPLOAD_NAME_EMPTY', 'If you leave this empty, Easy Gallery will use the name of the uploaded image.');define('EG_UPLOAD_HELP', 'Help');/** buttons **/define('EG_EDIT', 'Edit');define('EG_DELETE', 'Delete');define('EG_ADD', 'Add');define('EG_UPLOAD', 'Upload');define('EG_DELETE_CONFIRM_CATEGORY', 'Are you sure you wish to remove the current category');define('EG_DELETE_CONFIRM_PHOTO', 'Are you sure you wish to remove the current image');/** messages **/define('EG_CAT_DELETE_STILL_PHOTOS', 'There are still photo\'s in the category you\'re trying to remove, remove them first');define('EG_CAT_DELETE_STILL_SUBCATS', 'There are still subcategories in the category you\'re trying to remove, remove them first');/** showCopyright **/define('EG_POWEREDBY', 'Powered by');

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -