Changeset 1173 for trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/lib/iPhoneTemplateSet/L10N/ja.pm
- Timestamp:
- 10/16/08 08:40:54 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/iPhoneTemplateSet/plugins/iPhoneTemplateSet/lib/iPhoneTemplateSet/L10N/ja.pm
r1075 r1173 2 2 3 3 use strict; 4 use base 'iPhoneTemplateSet::L10N::en_us';4 use base qw( iPhoneTemplateSet::L10N::en_us ); 5 5 use vars qw( %Lexicon ); 6 6 7 %Lexicon = ( 8 #Template Label 7 our %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)', 9 12 ); 10 13
