Changeset 25 for ATGoogleMaps


Ignore:
Timestamp:
06/18/06 01:30:33 (6 years ago)
Author:
takanori
Message:

add overview control checkbox

Location:
ATGoogleMaps/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ATGoogleMaps/trunk/content/GMap.py

    r24 r25  
    120120        ) 
    121121    ), 
     122 
     123    BooleanField('overviewControl', 
     124        default=1, 
     125        widget=BooleanWidget( 
     126            label='Overview Control', 
     127            label_msgid='label_overview_control', 
     128            description_msgid='help_overview_control', 
     129            i18n_domain='googlemaps', 
     130        ) 
     131    ), 
    122132), 
    123133) 
  • ATGoogleMaps/trunk/i18n/atgooglemaps-ja.po

    r24 r25  
    132132 
    133133 
     134#: GMap.py 
     135#. overviewControl 
     136msgid "label_overview_control" 
     137msgstr "オーバービュー地図" 
     138 
     139 
     140#: GMap.py 
     141#. overviewControl 
     142msgid "help_overview_control" 
     143msgstr "右下にオーバービュー地図を表示しない場合は、チェックをはずします。" 
     144 
     145 
    134146#: GMareker.py 
    135147#. latitude 
Note: See TracChangeset for help on using the changeset viewer.