OSDN Git Service

ADD: Mocchiが手がけたファイル管理プラグイン一式をコミット
[nucleus-jp/nucleus-plugins.git] / NP_ImageLimitSize / imagelimitsize / english.php
1 <?php\r
2 /**\r
3  * ImageLimitSize plugin for Nucleus CMS\r
4  * Version 0.9.6 (1.0 RC2) for PHP5\r
5  * Written By Mocchi, Apr. 04, 2011\r
6  * Original code was written by Kai Greve and maintained by shizuki and yamamoto\r
7  * This plugin depends on NP_MediaUtils\r
8  * \r
9  * This program is free software; you can redistribute it and/or\r
10  * modify it under the terms of the GNU General Public License\r
11  * as published by the Free Software Foundation; either version 3\r
12  * of the License, or (at your option) any later version.\r
13  */\r
14 \r
15 define('_NP_IMAGELIMITSIZE_01', 'Resample uploaded image just after uploading if bigger than defined size');\r
16 define('_NP_IMAGELIMITSIZE_02', 'Maximam height for image');\r
17 define('_NP_IMAGELIMITSIZE_03', 'Maximum width for image');\r
18 define('_NP_IMAGELIMITSIZE_04', 'Enable Resampling');\r
19 define('_NP_IMAGELIMITSIZE_05', 'Maximum height for image. Plugin\'s global option is applied if blank');\r
20 define('_NP_IMAGELIMITSIZE_06', 'Maximal height for image. Plugin\'s global option is applied if blank');\r