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

📄 italian.php

📁 这是一个joomla系统的插件, 这是一个joomla系统的插件
💻 PHP
字号:
<?php/*** @package EasyGallery* @copyright (C) 2006 Joomla-addons.org* @author  Adam van Dongen* @version $Id: italian.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', 'Gallerie di immagini');define('EG_SHOWCATEGORY', 'Visualizza categoria %s');define('EG_VIEW_CATEGORY', 'Visualizza categoria');define('EG_VIEW_PHOTO', 'Visualizza foto %s');define('EG_CHOOSE_CATEGORY', 'Seleziona una delle seguenti sotto-categorie:');define('EG_PHOTO_THIS', 'Questa immagine &egrave');define('EG_PHOTO_PIXELS', 'pixel');define('EG_PHOTO_AND', 'e');define('EG_PHOTO_LARGE', 'di dimensione');define('EG_PHOTO_CLICK', '<br><br>Clicca');define('EG_PHOTO_HERE', 'qui');define('EG_PHOTO_TO_VIEW', 'per visualizzare l\'immagine orginale.');/** Edit category **/define('EG_EDIT_CATEGORY', 'Modifica una categoria');define('EG_ADD_CATEGORY', 'Aggiungi una categoria');define('EG_CATEGORY_DETAILS', 'Dettagli della categoria');define('EG_CATEGORY_TITLE', 'Titolo');define('EG_CATEGORY_NAME', 'Nome');define('EG_CATEGORY_ACCESS', 'Livello di accesso');define('EG_CATEGORY_PARENT', 'Figlia di');define('EG_CATEGORY_PUBLISHED', 'Pubblicata');define('EG_CATEGORY_DESCRIPTION', 'Descrizione');define('EG_CATEGORY_MESSAGE_NAME', 'Una categoria deve avere un nome');/** Edit photo **/define('EG_EDIT_PHOTO', 'Modifica una foto');define('EG_PHOTO_DETAILS', 'Dettagli della foto');define('EG_PHOTO_NAME', 'Nome');define('EG_PHOTO_CATEGORY', 'Categoria');define('EG_PHOTO_DESCRIPTION', 'Descrizione');define('EG_PHOTO_GALLERY_THUMBNAIL', 'Miniatura della galleria');define('EG_PHOTO_PUBLISHED', 'Pubblicata');/** Update photo **/define('EG_UPLOAD_PHOTOS', 'Carica foto');define('EG_UPLOAD_LIMIT', 'Limite per il caricamento');define('EG_UPLOAD_CATEGORY', 'Carica nella categoria');define('EG_UPLOAD_PUBLISHED', 'Pubblicata per default');define('EG_UPLOAD_NAME', 'Nome');define('EG_UPLOAD_DESCRIPTION', 'Descrizione');define('EG_UPLOAD_THREE_OPTIONS', 'Ci sono molti modi per caricare le foto:');define('EG_UPLOAD_ONE', '1: Carica una fotooto');define('EG_UPLOAD_TWO', '2: Carica archivio ZIP');define('EG_UPLOAD_THREE', '3: Carica da una directory');define('EG_UPLOAD_FILE', 'File');define('EG_UPLOAD_DIRECTORY', 'Directory');define('EG_UPLOAD_NAME_EMPTY', 'Se lasci qeusto campo vuoto, Easy Gallery user&agrave il nome dell\'immagine caricata.');define('EG_UPLOAD_HELP', 'Aiuto');/** buttons **/define('EG_EDIT', 'Modifica');define('EG_DELETE', 'Cancella');define('EG_ADD', 'Aggiungi');define('EG_UPLOAD', 'Carica');define('EG_DELETE_CONFIRM_CATEGORY', 'Sei sicuro di voler rimuovere questa categoria');define('EG_DELETE_CONFIRM_PHOTO', 'Sei sicuro di voler rimuovere questa immagine');/** messages **/define('EG_CAT_DELETE_STILL_PHOTOS', 'Ci sono ancora foto nella categoria che stai cercando di rimuovere; rimuovile prima');define('EG_CAT_DELETE_STILL_SUBCATS', 'Ci sono ancora sotto categorie nella categoria che stai cercando di rimuovere; rimuovile prima');/** showCopyright **/define('EG_POWEREDBY', 'Powered by');

⌨️ 快捷键说明

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