OSDN Git Service

FIX: NP_ImageLimitSizeをNucleus 3.65/PHP5.4/MySQL5.5で動作するよう修正
[nucleus-jp/nucleus-plugins.git] / NP_ImageLimitSize / imagelimitsize / en_Latn_US.ISO-8859-1.php
1 <?php\r
2 /**\r
3  * ImageLimitSize plugin for Nucleus CMS\r
4  * Version 1.0.0 for PHP5\r
5  * Written By Mocchi, Oct. 20, 2012\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