OSDN Git Service

ADD: Mocchiが手がけたファイル管理プラグイン一式をコミット
[nucleus-jp/nucleus-plugins.git] / NP_ImageLimitSize / imagelimitsize / english.php
diff --git a/NP_ImageLimitSize/imagelimitsize/english.php b/NP_ImageLimitSize/imagelimitsize/english.php
new file mode 100755 (executable)
index 0000000..c91173f
--- /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',        'Resample uploaded image just after uploading if bigger than defined size');\r
+define('_NP_IMAGELIMITSIZE_02',        'Maximam height for image');\r
+define('_NP_IMAGELIMITSIZE_03',        'Maximum width for image');\r
+define('_NP_IMAGELIMITSIZE_04',        'Enable Resampling');\r
+define('_NP_IMAGELIMITSIZE_05',        'Maximum height for image. Plugin\'s global option is applied if blank');\r
+define('_NP_IMAGELIMITSIZE_06',        'Maximal height for image. Plugin\'s global option is applied if blank');\r