OSDN Git Service

ADD: Mocchiが手がけたファイル管理プラグイン一式をコミット
[nucleus-jp/nucleus-plugins.git] / NP_ImageLimitSize / imagelimitsize / japanese-utf8.php
diff --git a/NP_ImageLimitSize/imagelimitsize/japanese-utf8.php b/NP_ImageLimitSize/imagelimitsize/japanese-utf8.php
new file mode 100755 (executable)
index 0000000..86e0b14
--- /dev/null
@@ -0,0 +1,20 @@
+<?php\r
+/**\r
+ * ImageLimitSize plugin for Nucleus CMS\r
+ * Version 0.9.6 (1.0 RC2) for PHP5\r
+ * Written By Mocchi, Apr. 04, 2011\r
+ * Original code was written by Kai Greve and maintained by shizuki and yamamoto\r
+ * This plugin depends on NP_MediaUtils\r
+ * \r
+ * This program is free software; you can redistribute it and/or\r
+ * modify it under the terms of the GNU General Public License\r
+ * as published by the Free Software Foundation; either version 3\r
+ * of the License, or (at your option) any later version.\r
+ */\r
+\r
+define('_NP_IMAGELIMITSIZE_01',        'ファイルをアップロードした直後に、画像ファイルでありかつ縦横サイズが設定値より大きかった場合、縮小した画像ファイルを代わりに保存します');\r
+define('_NP_IMAGELIMITSIZE_02',        '最大の横幅');\r
+define('_NP_IMAGELIMITSIZE_03',        '最大の高さ');\r
+define('_NP_IMAGELIMITSIZE_04',        '機能を有効にします');\r
+define('_NP_IMAGELIMITSIZE_05',        '最大の横幅。0の場合はプラグインオプションの値を適用します');\r
+define('_NP_IMAGELIMITSIZE_06',        '最大の高さ。0の場合はプラグインオプションの値を適用します');\r