root/trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/lib/iPhoneTemplateSet/L10N/ja.pm @ 1173

Revision 1173, 0.6 kB (checked in by kaminogoya, 14 months ago)

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

Line 
1package iPhoneTemplateSet::L10N::ja;
2
3use strict;
4use base qw( iPhoneTemplateSet::L10N::en_us );
5use vars qw( %Lexicon );
6
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)',
12);
13
141;
Note: See TracBrowser for help on using the browser.