|
Revision 1173, 0.6 kB
(checked in by kaminogoya, 14 months ago)
|
|
Added the 'automatically hide addressbar' script to index and entry template.
|
| Line | |
|---|
| 1 | package iPhoneTemplateSet::L10N::ja; |
|---|
| 2 | |
|---|
| 3 | use strict; |
|---|
| 4 | use base qw( iPhoneTemplateSet::L10N::en_us ); |
|---|
| 5 | use vars qw( %Lexicon ); |
|---|
| 6 | |
|---|
| 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)', |
|---|
| 12 | ); |
|---|
| 13 | |
|---|
| 14 | 1; |
|---|