Show
Ignore:
Timestamp:
10/16/08 08:40:54 (14 months ago)
Author:
kaminogoya
Message:

Added the 'automatically hide addressbar' script to index and entry template.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/lib/iPhoneTemplateSet/L10N/ja.pm

    r1075 r1173  
    22 
    33use strict; 
    4 use base 'iPhoneTemplateSet::L10N::en_us'; 
     4use base qw( iPhoneTemplateSet::L10N::en_us ); 
    55use vars qw( %Lexicon ); 
    66 
    7 %Lexicon = ( 
    8 #Template Label 
     7our %Lexicon = ( 
     8    'iPhone Template Set is building a suitable page for the display by iPhone/iPod touch.' => 'iPhone Template Set は iPhone/iPod touch で閲芧するのに適したペヌゞを出力するテンプレヌトセットです。', 
     9    'Main Index (for iPhone)' => 'メむンペヌゞ (for iPhone)', 
     10    'Stylesheet (for iPhone)' => 'スタむルシヌト (for iPhone)', 
     11    'Entry (for iPhone)' => 'ブログ蚘事 (for iPhone)', 
    912); 
    1013