Changeset 259
- Timestamp:
- 01/31/10 11:00:52 (2 years ago)
- Location:
- Products.ATGoogleMaps/trunk/Products/ATGoogleMaps
- Files:
-
- 5 edited
-
content/GMap.py (modified) (1 diff)
-
i18n/atgooglemaps-ja.po (modified) (3 diffs)
-
i18n/atgooglemaps-plone-ja.po (modified) (2 diffs)
-
i18n/atgooglemaps-plone.pot (modified) (2 diffs)
-
i18n/atgooglemaps.pot (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/content/GMap.py
r257 r259 68 68 i18n_domain='googlemaps', 69 69 ), 70 schemata='googlemaps_control',71 70 ), 72 71 StringField('mapTypeControl', 73 vocabulary=(('DEFAULT', 'Default'), ('HORIZONTAL_BAR', 'Horizontal bar'), ('DROPDOWN_MENU', 'Dropdown menu'), (' nothing', 'nothing')),72 vocabulary=(('DEFAULT', 'Default'), ('HORIZONTAL_BAR', 'Horizontal bar'), ('DROPDOWN_MENU', 'Dropdown menu'), ('hide', 'hide')), 74 73 default='DEFAULT', 75 74 widget=SelectionWidget( 76 75 label='Select mapType control type.', 77 label_msgid='label_ scale_control',78 description_msgid='help_ scale_control',76 label_msgid='label_map_type_control', 77 description_msgid='help_map_type_control', 79 78 i18n_domain='googlemaps', 80 79 ), 81 schemata=' googlemaps_control',80 schemata='control settings', 82 81 ), 83 82 StringField('navigationControl', 84 vocabulary=(('DEFAULT', 'Default'), ('SMALL', 'Small'), ('ZOOM_PAN', 'Zoom and Pan'), ('ANDROID', ' android'), ('nothing', 'nothing')),83 vocabulary=(('DEFAULT', 'Default'), ('SMALL', 'Small'), ('ZOOM_PAN', 'Zoom and Pan'), ('ANDROID', 'Android'), ('hide', 'hide')), 85 84 default='DEFAULT', 86 85 widget=SelectionWidget( 87 86 label='Navigation Control', 88 87 label_msgid='label_navigation_control', 89 description='Select navigation control type ',90 description_msgid='help_ map_control',88 description='Select navigation control type.', 89 description_msgid='help_navigation_control', 91 90 i18n_domain='googlemaps', 92 91 ), 93 schemata=' googlemaps_control',92 schemata='control settings', 94 93 ), 95 94 ),) -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-ja.po
r233 r259 3 3 msgstr "" 4 4 "Project-Id-Version: ATGoogleMaps\n" 5 "POT-Creation-Date: 20 06-08-21 23:41+0900\n"6 "PO-Revision-Date: 20 06-08-21 23:46+0900\n"5 "POT-Creation-Date: 2010-01-31 10:50+0900\n" 6 "PO-Revision-Date: 2010-01-31 10:51+0900\n" 7 7 "Last-Translator: takanori <takanori@takanory.net>\n" 8 8 "Language-Team: takanory.net [http://takanory.net]\n" … … 103 103 msgstr "地図の縮尺を指定します。数字が大きいほうがより詳細な地図になります。" 104 104 105 #. Default: "Map Control"106 #: ./content/GMap.py107 msgid "label_map_control"108 msgstr "地図の制御パネル"109 110 #. Default: "Select a direction and zoom control type."111 #: ./content/GMap.py112 msgid "help_map_control"113 msgstr "地図を制御するパネル"114 115 #. Default: "large"116 #: ./content/GMap.py117 msgid "large"118 msgstr "サイズ大"119 120 #. Default: "small"121 #: ./content/GMap.py122 msgid "small"123 msgstr "サイズ小"124 125 #. Default: "nothing"126 #: ./content/GMap.py127 msgid "nothing"128 msgstr "表示なし"129 130 105 #. Default: "Map Type" 131 106 #: ./content/GMap.py … … 136 111 #: ./content/GMap.py 137 112 msgid "help_map_type" 138 msgstr "表示する画像の種類を地図またはサテライトから選択します。" 139 140 #. Default: "map" 141 #: ./content/GMap.py 142 msgid "map" 113 msgstr "初期状態の地図の種類を選択してください" 114 115 #. Default: "Map+Satellite" 116 #: ./content/GMap.py 117 msgid "Map+Satellite" 118 msgstr "地図+写真" 119 120 #. Default: "Map" 121 #: ./content/GMap.py 122 msgid "Map" 143 123 msgstr "地図" 144 124 145 #. Default: "satellite" 146 #: ./content/GMap.py 147 msgid "satellite" 148 msgstr "衛星写真" 149 150 #. Default: "Display Type Control" 151 #: ./content/GMap.py 152 msgid "label_type_control" 153 msgstr "マップ切替ボタンを表示" 154 155 #. Default: "If checked, Select a default map type." 156 #: ./content/GMap.py 157 msgid "help_type_control" 158 msgstr "「地図」と「衛星画像」を切り替えるためのボタンを表示しない場合は、チェックをはずします。" 159 160 #. Default: "Display Scale Control" 161 #: ./content/GMap.py 162 msgid "label_scale_control" 163 msgstr "スケールを表示" 164 165 #. Default: "" 166 #: ./content/GMap.py 167 msgid "help_scale_control" 168 msgstr "左下にスケールを表示しない場合は、チェックをはずします。" 169 170 #. Default: "Display Overview Control" 171 #: ./content/GMap.py 172 msgid "label_overview_control" 173 msgstr "オーバービュー地図を表示" 174 175 #. Default: "" 176 #: ./content/GMap.py 177 msgid "help_overview_control" 178 msgstr "右下にオーバービュー地図を表示しない場合は、チェックをはずします。" 125 #. Default: "Satellite" 126 #: ./content/GMap.py 127 msgid "Satellite" 128 msgstr "航空写真" 129 130 #. Default: "Terrain" 131 #: ./content/GMap.py 132 msgid "Terrain" 133 msgstr "地形" 134 135 #. Default: "Map Type Control" 136 #: ./content/GMap.py 137 msgid "label_map_type_control" 138 msgstr "地図の種類の制御パネル" 139 140 #. Default: "Select a default map type." 141 #: ./content/GMap.py 142 msgid "help_map_type_control" 143 msgstr "地図の種類の制御パネルの表示形式を選択してください。" 144 145 #. Default: "Default" 146 #: ./content/GMap.py 147 msgid "Default" 148 msgstr "デフォルト" 149 150 #. Default: "Horizontal bar" 151 #: ./content/GMap.py 152 msgid "Horizontal bar" 153 msgstr "水平表示" 154 155 #. Default: "Dropdown menu" 156 #: ./content/GMap.py 157 msgid "Dropdown menu" 158 msgstr "ドロップダウンメニュー" 159 160 #. Default: "nondisplay" 161 #: ./content/GMap.py 162 msgid "hide" 163 msgstr "非表示" 164 165 #. Default: "Navigation Control" 166 #: ./content/GMap.py 167 msgid "label_navigation_control" 168 msgstr "ナビゲーション制御パネル" 169 170 #. Default: "Select navigation control type." 171 #: ./content/GMap.py 172 msgid "help_navigation_control" 173 msgstr "地図の移動、拡大縮小に使用する制御パネルの表示形式を選択してください。" 174 175 #. Default: "Small" 176 #: ./content/GMap.py 177 msgid "Small" 178 msgstr "縮小表示" 179 180 #. Default: "Zoom and Pan" 181 #: ./content/GMap.py 182 msgid "Zoom and Pan" 183 msgstr "ズームとパン" 184 185 #. Default: "Android" 186 #: ./content/GMap.py 187 msgid "Android" 188 msgstr "Android" 179 189 180 190 #. Default: "Address" -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone-ja.po
r233 r259 3 3 msgstr "" 4 4 "Project-Id-Version: ATGoogleMaps\n" 5 "POT-Creation-Date: 20 06-08-18 00:03+0900\n"6 "PO-Revision-Date: 20 06-08-18 00:03+0900\n"5 "POT-Creation-Date: 2010-01-31 10:55+0900\n" 6 "PO-Revision-Date: 2010-01-31 10:57+0900\n" 7 7 "Last-Translator: takanori <takanori@takanory.net>\n" 8 8 "Language-Team: takanory.net [http://takanory.net]\n" … … 32 32 msgstr "Google マップを使用した地図のページ" 33 33 34 #. Default: " "34 #. Default: "control settings" 35 35 #: ./content/GMap.py 36 msgid " googlemaps_control"37 msgstr " 地図のコントロール"36 msgid "control settings" 37 msgstr "制御パネル設定" 38 38 39 39 #. Default: "GMarker" -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone.pot
r233 r259 2 2 msgstr "" 3 3 "Project-Id-Version: ATGoogleMaps\n" 4 "POT-Creation-Date: 20 06-08-18 00:03+0900\n"4 "POT-Creation-Date: 2010-01-31 10:55+0900\n" 5 5 "PO-Revision-Date: \n" 6 6 "Last-Translator:\n" … … 31 31 msgstr "" 32 32 33 #. Default: " "33 #. Default: "control settings" 34 34 #: ./content/GMap.py 35 msgid " googlemaps_control"36 msgstr " Map control"35 msgid "control settings" 36 msgstr "" 37 37 38 38 #. Default: "GMarker" -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps.pot
r233 r259 2 2 msgstr "" 3 3 "Project-Id-Version: ATGoogleMaps\n" 4 "POT-Creation-Date: 20 06-08-21 23:41+0900\n"4 "POT-Creation-Date: 2010-01-31 10:50+0900\n" 5 5 "PO-Revision-Date: \n" 6 6 "Last-Translator: \n" … … 97 97 msgstr "" 98 98 99 100 99 #. Default: "Select a zoom level." 101 100 #: ./content/GMap.py … … 103 102 msgstr "" 104 103 105 #. Default: "Map Control"106 #: ./content/GMap.py107 msgid "label_map_control"108 msgstr ""109 110 #. Default: "Select a direction and zoom control type."111 #: ./content/GMap.py112 msgid "help_map_control"113 msgstr ""114 115 #. Default: "large"116 #: ./content/GMap.py117 msgid "large"118 msgstr ""119 120 #. Default: "small"121 #: ./content/GMap.py122 msgid "small"123 msgstr ""124 125 #. Default: "nothing"126 #: ./content/GMap.py127 msgid "nothing"128 msgstr ""129 130 104 #. Default: "Map Type" 131 105 #: ./content/GMap.py … … 138 112 msgstr "" 139 113 140 #. Default: "map" 141 #: ./content/GMap.py 142 msgid "map" 143 msgstr "" 144 145 #. Default: "satellite" 146 #: ./content/GMap.py 147 msgid "satellite" 148 msgstr "" 149 150 #. Default: "Display Type Control" 151 #: ./content/GMap.py 152 msgid "label_type_control" 153 msgstr "" 154 155 #. Default: "If checked, Select a default map type." 156 #: ./content/GMap.py 157 msgid "help_type_control" 158 msgstr "" 159 160 #. Default: "Display Scale Control" 161 #: ./content/GMap.py 162 msgid "label_scale_control" 163 msgstr "" 164 165 #. Default: "" 166 #: ./content/GMap.py 167 msgid "help_scale_control" 168 msgstr "" 169 170 #. Default: "Display Overview Control" 171 #: ./content/GMap.py 172 msgid "label_overview_control" 173 msgstr "" 174 175 #. Default: "" 176 #: ./content/GMap.py 177 msgid "help_overview_control" 114 #. Default: "Map+Satellite" 115 #: ./content/GMap.py 116 msgid "Map+Satellite" 117 msgstr "" 118 119 #. Default: "Map" 120 #: ./content/GMap.py 121 msgid "Map" 122 msgstr "" 123 124 #. Default: "Satellite" 125 #: ./content/GMap.py 126 msgid "Satellite" 127 msgstr "" 128 129 #. Default: "Terrain" 130 #: ./content/GMap.py 131 msgid "Terrain" 132 msgstr "" 133 134 #. Default: "Map Type Control" 135 #: ./content/GMap.py 136 msgid "label_map_type_control" 137 msgstr "" 138 139 #. Default: "Select a default map type." 140 #: ./content/GMap.py 141 msgid "help_map_type_control" 142 msgstr "" 143 144 #. Default: "Default" 145 #: ./content/GMap.py 146 msgid "Default" 147 msgstr "" 148 149 #. Default: "Horizontal bar" 150 #: ./content/GMap.py 151 msgid "Horizontal bar" 152 msgstr "" 153 154 #. Default: "Dropdown menu" 155 #: ./content/GMap.py 156 msgid "Dropdown menu" 157 msgstr "" 158 159 #. Default: "nondisplay" 160 #: ./content/GMap.py 161 msgid "hide" 162 msgstr "" 163 164 #. Default: "Navigation Control" 165 #: ./content/GMap.py 166 msgid "label_navigation_control" 167 msgstr "" 168 169 #. Default: "Select navigation control type." 170 #: ./content/GMap.py 171 msgid "help_navigation_control" 172 msgstr "" 173 174 #. Default: "Small" 175 #: ./content/GMap.py 176 msgid "Small" 177 msgstr "" 178 179 #. Default: "Zoom and Pan" 180 #: ./content/GMap.py 181 msgid "Zoom and Pan" 182 msgstr "" 183 184 #. Default: "Android" 185 #: ./content/GMap.py 186 msgid "Android" 178 187 msgstr "" 179 188 … … 297 306 msgid "help_opacity" 298 307 msgstr "" 299
Note: See TracChangeset
for help on using the changeset viewer.
