XPressME Integration Kit

Trac

Changeset 429


Ignore:
Timestamp:
Nov 3, 2009, 11:24:38 AM (14 years ago)
Author:
toemon
Message:

単語修正 (#240)

Location:
trunk
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/for_wordpressme2011/ja_EUC/language/japanese/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","¤Ê¤·"); 
    4444        define("_MB_XP2_TODAY","ËÜÆü¤ÎÅê¹Æ"); 
    45         define("_MB_XP2_LASTES","ºÇ¿·¤ÎÅê¹Æ"); 
     45        define("_MB_XP2_LATEST","ºÇ¿·¤ÎÅê¹Æ"); 
    4646        define("_MB_XP2_DAY_BETWEEN",""); 
    4747        define("_MB_XP2_DAYS_AND","¤«¤é"); 
  • trunk/extras/for_wordpressme2011/ja_UTF/language/ja_utf8/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","なし"); 
    4444        define("_MB_XP2_TODAY","本日の投稿"); 
    45         define("_MB_XP2_LASTES","最新の投稿"); 
     45        define("_MB_XP2_LATEST","最新の投稿"); 
    4646        define("_MB_XP2_DAY_BETWEEN",""); 
    4747        define("_MB_XP2_DAYS_AND","から"); 
  • trunk/extras/xpress_i18n/german/xpressme_modules_root/language/german/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","None"); 
    4444        define("_MB_XP2_TODAY","Heute"); 
    45         define("_MB_XP2_LASTES","Lastes"); 
     45        define("_MB_XP2_LATEST","Latest"); 
    4646        define("_MB_XP2_DAY_BETWEEN","Zwischen"); 
    4747        define("_MB_XP2_DAYS_AND","und vor"); 
  • trunk/extras/xpress_i18n/persian/xpressme_modules_root/language/persian/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","None"); 
    4444        define("_MB_XP2_TODAY","Today"); 
    45         define("_MB_XP2_LASTES","Lastes"); 
     45        define("_MB_XP2_LATEST","Latest"); 
    4646        define("_MB_XP2_DAY_BETWEEN","Between"); 
    4747        define("_MB_XP2_DAYS_AND","and"); 
  • trunk/extras/xpress_i18n/portuguese-br/xpressme_modules_root/language/pt-br_utf8/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","None"); 
    4444        define("_MB_XP2_TODAY","Hoje"); 
    45         define("_MB_XP2_LASTES","Lastes"); 
     45        define("_MB_XP2_LATEST","Latest"); 
    4646        define("_MB_XP2_DAY_BETWEEN","Entre"); 
    4747        define("_MB_XP2_DAYS_AND","e"); 
  • trunk/extras/xpress_i18n/template/xpressme_modules_root/language/english/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","None"); 
    4444        define("_MB_XP2_TODAY","Today"); 
    45         define("_MB_XP2_LASTES","Lastes"); 
     45        define("_MB_XP2_LATEST","Latest"); 
    4646        define("_MB_XP2_DAY_BETWEEN","Between"); 
    4747        define("_MB_XP2_DAYS_AND","and"); 
  • trunk/xpressme_integration_kit/blocks/recent_posts_content_block.php

    r425 r429  
    4141                        $form .= '<option value="0">' . _MB_XP2_NONE . '</option>'; 
    4242                        $form .= '<option value="1" selected>'. _MB_XP2_TODAY . '</option>'; 
    43                         $form .= '<option value="2">' . _MB_XP2_LASTES . '</option>'; 
     43                        $form .= '<option value="2">' . _MB_XP2_LATEST . '</option>'; 
    4444                        break; 
    4545                case 2: 
    4646                        $form .= '<option value="0">' . _MB_XP2_NONE . '</option>'; 
    4747                        $form .= '<option value="1">'. _MB_XP2_TODAY . '</option>'; 
    48                         $form .= '<option value="2" selected>' . _MB_XP2_LASTES . '</option>'; 
     48                        $form .= '<option value="2" selected>' . _MB_XP2_LATEST . '</option>'; 
    4949                        break; 
    5050                default : 
    5151                        $form .= '<option value="0" selected>' . _MB_XP2_NONE . '</option>'; 
    5252                        $form .= '<option value="1">'. _MB_XP2_TODAY . '</option>'; 
    53                         $form .= '<option value="2">' . _MB_XP2_LASTES . '</option>'; 
     53                        $form .= '<option value="2">' . _MB_XP2_LATEST . '</option>'; 
    5454                } 
    5555                $form .= '</select>'; 
  • trunk/xpressme_integration_kit/language/english/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","None"); 
    4444        define("_MB_XP2_TODAY","Today"); 
    45         define("_MB_XP2_LASTES","Lastes"); 
     45        define("_MB_XP2_LATEST","Latest"); 
    4646        define("_MB_XP2_DAY_BETWEEN","Between"); 
    4747        define("_MB_XP2_DAYS_AND","and"); 
  • trunk/xpressme_integration_kit/language/ja_utf8/blocks.php

    r425 r429  
    4343        define("_MB_XP2_NONE","なし"); 
    4444        define("_MB_XP2_TODAY","本日の投稿"); 
    45         define("_MB_XP2_LASTES","最新の投稿"); 
     45        define("_MB_XP2_LATEST","最新の投稿"); 
    4646        define("_MB_XP2_DAY_BETWEEN",""); 
    4747        define("_MB_XP2_DAYS_AND","から"); 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/blocks/recent_posts_content_block_theme.php

    r425 r429  
    5252                        if ($day_select == 2){ 
    5353                                $post_date = mktime (0, 0, 0, get_the_time("m"), get_the_time("d"), get_the_time("Y")); 
    54                                 if (empty($lastes_date)) $lastes_date = $post_date; 
    55                                 $base_date = $lastes_date - $between_days; 
     54                                if (empty($latest_date)) $latest_date = $post_date; 
     55                                $base_date = $latest_date - $between_days; 
    5656                                if ($post_date < $base_date) continue; 
    5757                        } 
Note: See TracChangeset for help on using the changeset viewer.