- Timestamp:
- Feb 13, 2010, 10:32:16 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","¤«¤é"); 50 50 define("_MB_XP2_DAYS_AGO","ÆüÁ°¤Þ¤Ç¤Î´Ö"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","ID¤òľÀÜ»ØÄê(Ê£¿ô¤¢¤ë¾ì¹ç¤Ï¥«¥ó¥Þ¶èÀÚ¤ê¤ÇÆþÎÏ)"); 51 52 52 53 // recent posts list -
trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","から"); 50 50 define("_MB_XP2_DAYS_AGO","日前までの間"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)"); 51 52 52 53 // recent posts list -
trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","e"); 50 50 define("_MB_XP2_DAYS_AGO","dias atrás"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","Contribuição direta de ID(Vírgula separou lista de categorie ID)"); 51 52 52 53 // recent posts list -
trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","and"); 50 50 define("_MB_XP2_DAYS_AGO","days ago"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)"); 51 52 52 53 // recent posts list -
trunk/xpressme_integration_kit/blocks/block_common.php
r495 r512 72 72 } 73 73 $output = _MB_XP2_CATS_SELECT ."<br />\n"; 74 $output .= "<input type='hidden' name='$option_name' value='$value' />\n";75 74 $output .= ' <select name="categorie" '.$size.' multiple="multiple" onclick="CatSelect()">' ."\n"; 76 75 $output .= $option; 77 $output .= '</select><br />'; 76 $output .= '</select>'; 77 // $output .= "<input type='hidden' name='$option_name' value='$value' />\n"; 78 $output .= ' ' . _MB_XP2_CATS_DIRECT_SELECT . " <input type='text' name='$option_name' value='$value' /><br />\n"; 78 79 $output .= ' 79 80 <script type="text/javascript"> -
trunk/xpressme_integration_kit/language/english/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","and"); 50 50 define("_MB_XP2_DAYS_AGO","days ago"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","Direct input of ID(Comma separated list of categorie ID)"); 51 52 52 53 // recent posts list -
trunk/xpressme_integration_kit/language/ja_utf8/blocks.php
r495 r512 49 49 define("_MB_XP2_DAYS_AND","から"); 50 50 define("_MB_XP2_DAYS_AGO","日前までの間"); 51 define("_MB_XP2_CATS_DIRECT_SELECT","IDを直接指定(複数ある場合はカンマ区切りで入力)"); 51 52 52 53 // recent posts list
Note: See TracChangeset
for help on using the changeset viewer.