Changeset 58 for ATGoogleMaps


Ignore:
Timestamp:
07/11/06 23:55:11 (6 years ago)
Author:
takanori
Message:

各フィールドのラベルと説明を変更

Location:
ATGoogleMaps/trunk/content
Files:
2 edited

Legend:

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

    r51 r58  
    3232            label='Server', 
    3333            label_msgid='label_server', 
     34            description='Select a Google Maps server to use.', 
    3435            description_msgid='help_server', 
    3536            i18n_domain='googlemaps', 
     
    4344            label='Height', 
    4445            label_msgid='label_height', 
     46            description='Height(pixel) of this map.', 
    4547            description_msgid='help_height', 
    4648            i18n_domain='googlemaps', 
     
    5355            label='Latitude and Longitude', 
    5456            label_msgid='label_latlng', 
     57            description='Center of this map.', 
    5558            description_msgid='help_latlng', 
    5659            i18n_domain='googlemaps', 
     
    6568            label='Zoom', 
    6669            label_msgid='label_zoom', 
    67             description_msgid='help_zoom', 
     70            description='Select a zoom level.', 
     71            description_msgid='help_zoom',             
    6872            i18n_domain='googlemaps', 
    6973        ) 
     
    7680            label='Map Control', 
    7781            label_msgid='label_map_control', 
     82            description='Select a direction and zoom control type.', 
    7883            description_msgid='help_map_control', 
    7984            i18n_domain='googlemaps', 
     
    8792            label='Map Type', 
    8893            label_msgid='label_map_type', 
     94            description='Select a default map type.', 
    8995            description_msgid='help_map_type', 
    9096            i18n_domain='googlemaps', 
     
    95101        default=1, 
    96102        widget=BooleanWidget( 
    97             label='Type Control', 
     103            label='Display Type Control', 
    98104            label_msgid='label_type_control', 
     105            description='If checked, Select a default map type.', 
    99106            description_msgid='help_type_control', 
     107            i18n_domain='googlemaps', 
     108        ) 
     109    ), 
     110 
     111    BooleanField('scaleControl', 
     112        default=1, 
     113        widget=BooleanWidget( 
     114            label='Display Scale Control', 
     115            label_msgid='label_scale_control', 
     116            description_msgid='help_scale_control', 
    100117            i18n_domain='googlemaps', 
    101118        ) 
     
    105122        default=1, 
    106123        widget=BooleanWidget( 
    107             label='Overview Control', 
     124            label='Display Overview Control', 
    108125            label_msgid='label_overview_control', 
    109126            description_msgid='help_overview_control', 
  • ATGoogleMaps/trunk/content/GMarker.py

    r45 r58  
    7272            label='Latitude and Longitude', 
    7373            label_msgid='label_latlng', 
     74            description='Point of this marker.', 
    7475            description_msgid='help_latlng', 
    7576            i18n_domain='googlemaps', 
Note: See TracChangeset for help on using the changeset viewer.