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

📄 norwegian.php

📁 这是一个joomla系统的插件, 这是一个joomla系统的插件
💻 PHP
字号:
<?php
/**
* @package EasyGallery
* @copyright (C) 2006 Joomla-addons.org
* @author  Adam van Dongen
* @version $Id: norwegian.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', 'Bilde kategorier');
define('EG_SHOWCATEGORY', 'Se kategorier');
define('EG_VIEW_CATEGORY', 'Se kategori');
define('EG_VIEW_PHOTO', 'Se bilde %r');
define('EG_CHOOSE_CATEGORY', 'Velg en av kategoriene nedenfor:');
define('EG_PHOTO_THIS', 'Dette bilde er');
define('EG_PHOTO_PIXELS', 'piksler');
define('EG_PHOTO_AND', 'og');
define('EG_PHOTO_LARGE', 'stor');
define('EG_PHOTO_CLICK', 'Klikk');
define('EG_PHOTO_HERE', 'her');
define('EG_PHOTO_TO_VIEW', 'for 

⌨️ 快捷键说明

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