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

📄 dutch.php

📁 这是一个joomla系统的插件, 这是一个joomla系统的插件
💻 PHP
字号:
<?php/*** @package EasyGallery* @copyright (C) 2006 Joomla-addons.org* @author  Adam van Dongen* @version $Id: dutch.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', 'Bekijk foto albums');define('EG_SHOWCATEGORY', 'Bekijk album %s');define('EG_VIEW_CATEGORY', 'Bekijk album');define('EG_VIEW_PHOTO', 'View picture %s');define('EG_CHOOSE_CATEGORY', 'Kies een van de albums hieronder:');define('EG_PHOTO_THIS', 'Dit plaatje is');define('EG_PHOTO_PIXELS', 'pixels');define('EG_PHOTO_AND', 'en');define('EG_PHOTO_LARGE', 'groot');define('EG_PHOTO_CLICK', 'Klik');define('EG_PHOTO_HERE', 'hier');define('EG_PHOTO_TO_VIEW', 'om het origineel te bekijken.');/** Edit category **/define('EG_EDIT_CATEGORY', 'Bewerk een categorie');define('EG_ADD_CATEGORY', 'Voeg een categorie toe');define('EG_CATEGORY_DETAILS', 'Categorie details');define('EG_CATEGORY_TITLE', 'Titel');define('EG_CATEGORY_NAME', 'Naam');define('EG_CATEGORY_ACCESS', 'Toegangsniveau');define('EG_CATEGORY_PARENT', 'Valt onder');define('EG_CATEGORY_PUBLISHED', 'Gepubliceerd');define('EG_CATEGORY_DESCRIPTION', 'Omschrijving');define('EG_CATEGORY_MESSAGE_NAME', 'Een categorie moet een naam hebben, vul deze in');/** Edit photo **/define('EG_EDIT_PHOTO', 'Bewerk een foto');define('EG_PHOTO_DETAILS', 'Foto details');define('EG_PHOTO_NAME', 'Naam');define('EG_PHOTO_CATEGORY', 'Categorie');define('EG_PHOTO_DESCRIPTION', 'Omschrijving');define('EG_PHOTO_GALLERY_THUMBNAIL', 'Thumnail van categorie');define('EG_PHOTO_PUBLISHED', 'Gepubliceerd');/** Update photo **/define('EG_UPLOAD_PHOTOS', 'Upload foto(s)');define('EG_UPLOAD_LIMIT', 'Upload limiet');define('EG_UPLOAD_CATEGORY', 'Upload naar categorie');define('EG_UPLOAD_PUBLISHED', 'Standaard gepubliceerd');define('EG_UPLOAD_NAME', 'Naam');define('EG_UPLOAD_DESCRIPTION', 'Omschrijving');define('EG_UPLOAD_THREE_OPTIONS', 'Er zijn een aantal manier om foto\'s toe te voegen:');define('EG_UPLOAD_ONE', '1: Upload 殚n foto');define('EG_UPLOAD_TWO', '2: Upload zip bestand');define('EG_UPLOAD_THREE', '3: Scan directory op server');define('EG_UPLOAD_FILE', 'Bestand');define('EG_UPLOAD_DIRECTORY', 'Directory');define('EG_UPLOAD_NAME_EMPTY', 'Als je deze leeg laat, zal Easy Gallery de naam van de foto pakken.');define('EG_UPLOAD_HELP', 'Help');/** buttons **/define('EG_EDIT', 'Bewerk');define('EG_DELETE', 'Verwijder');define('EG_ADD', 'Toevoegen');define('EG_UPLOAD', 'Upload');define('EG_DELETE_CONFIRM_CATEGORY', 'Weet je zeker dat je deze category wil verwijderen?');define('EG_DELETE_CONFIRM_PHOTO', 'Weet je zeker dat je deze foto wil verwijderen?');/** messages **/define('EG_CAT_DELETE_STILL_PHOTOS', 'Er zijn nog foto\'s in de categorie die je wil verwijderen, verwijder deze eerst');define('EG_CAT_DELETE_STILL_SUBCATS', 'Er zijn nog subcategorie雗 in de category die je wil verwijderen, verwijder deze eerst');/** showCopyright **/define('EG_POWEREDBY', 'Powered by');

⌨️ 快捷键说明

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