XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 16, 2009, 1:22:13 PM (15 years ago)
Author:
toemon
Message:

Memory Limitを設定可能に Fixes #272

Location:
trunk/extras/xpress_i18n
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/modinfo.php

    r461 r491  
    2929XPressME adquire uma versão de libxml2 automaticamente, e é adaptado um remendo se for necessário.  
    3030Quando XPressME não puder adquirir uma versão de libxml2, o senhor pode deixar um remendo isto ajustar violentamente com esta opção."); 
     31         
     32        define("_MI_MEMORY_LIMIT","Tamanho de memória (MB) pelo menos necessário para módulo"); 
     33        define("_MI_MEMORY_LIMIT_DESC","php.iniのmemory_limit値がこの値より小さいとき、可能であればini_set('memory_limit', Value);を実行しmemory_limitを再設定する"); 
    3134 
    3235        // Block Name 
  • trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/modinfo.php

    r468 r491  
    2929XPressME acquires a version of libxml2 automatically, and it is adapted a patch if it is necessary.  
    3030When 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","Se o memory_limit avaliam de php.ini é menor que este valor. Tente o re-colocação de memory_limit com ini_set ('memory_limit', Valor);."); 
    3134 
    3235        // Block Name 
Note: See TracChangeset for help on using the changeset viewer.