Changeset 491 for trunk/xpressme_integration_kit/language
- Timestamp:
- Dec 16, 2009, 1:22:13 PM (15 years ago)
- Location:
- trunk/xpressme_integration_kit/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/language/english/modinfo.php
r461 r491 29 29 XPressME acquires a version of libxml2 automatically, and it is adapted a patch if it is necessary. 30 30 When XPressME cannot acquire a version of libxml2, you can let a patch fit it with this option forcibly."); 31 32 define("_MI_MEMORY_LIMIT","Memory size(MB) at least necessary for module"); 33 define("_MI_MEMORY_LIMIT_DESC","If the memory_limit value of php.ini is smaller than this value. Try the re-setting of memory_limit with ini_set('memory_limit', Value);."); 31 34 32 35 // Block Name -
trunk/xpressme_integration_kit/language/ja_utf8/modinfo.php
r461 r491 29 29 XPressMEはlibxml2のバージョンを自動的に取得し、必要であればパッチが適応されます。 30 30 XPressMEがlibxml2のバージョンを取得できない場合、このオプションで強制的にパッチを適応させることができます。"); 31 32 define("_MI_MEMORY_LIMIT","モジュールに最低限必要なメモリ(MB)"); 33 define("_MI_MEMORY_LIMIT_DESC","php.iniのmemory_limit値がこの値より小さいとき、可能であればini_set('memory_limit', Value);を実行しmemory_limitを再設定する"); 31 34 32 35 // Block Name
Note: See TracChangeset
for help on using the changeset viewer.