OSDN Git Service

FIX: NP_ImageLimitSizeをNucleus 3.65/PHP5.4/MySQL5.5で動作するよう修正
[nucleus-jp/nucleus-plugins.git] / NP_ImageLimitSize / imagelimitsize / ja_Jpan_JP.UTF-8.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', 'ファイルをアップロードした直後に、画像ファイルでありかつ縦横サイズが設定値より大きかった場合、縮小した画像ファイルを代わりに保存します');\r
16 define('_NP_IMAGELIMITSIZE_02', '最大の横幅');\r
17 define('_NP_IMAGELIMITSIZE_03', '最大の高さ');\r
18 define('_NP_IMAGELIMITSIZE_04', '機能を有効にします');\r
19 define('_NP_IMAGELIMITSIZE_05', '最大の横幅。0の場合はプラグインオプションの値を適用します');\r
20 define('_NP_IMAGELIMITSIZE_06', '最大の高さ。0の場合はプラグインオプションの値を適用します');\r