Changeset 281
- Timestamp:
- 02/25/10 21:21:54 (2 years ago)
- Location:
- Products.ATGoogleMaps/trunk/Products/ATGoogleMaps
- Files:
-
- 4 edited
-
i18n/atgooglemaps-plone-ja.po (modified) (3 diffs)
-
i18n/atgooglemaps-plone.pot (modified) (3 diffs)
-
profiles/default/types/GMap.xml (modified) (1 diff)
-
profiles/default/types/GMarker.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone-ja.po
r280 r281 3 3 msgstr "" 4 4 "Project-Id-Version: ATGoogleMaps\n" 5 "POT-Creation-Date: 2010-02-25 21: 00+0900\n"6 "PO-Revision-Date: 2010-02-25 21: 01+0900\n"5 "POT-Creation-Date: 2010-02-25 21:20+0900\n" 6 "PO-Revision-Date: 2010-02-25 21:21+0900\n" 7 7 "Last-Translator: takanori <takanori@takanory.net>\n" 8 8 "Language-Team: takanory.net [http://takanory.net]\n" … … 22 22 msgstr "地図" 23 23 24 #. Default: " Google Maps"24 #. Default: "Map uses Google Maps API" 25 25 #: ./profiles/default/types/GMap.xml 26 26 msgid "GMap_help" 27 msgstr "Google マップ を使用した地図"27 msgstr "Google マップ API を使用した地図" 28 28 29 29 #. Default: "control settings" … … 37 37 msgstr "マーカー" 38 38 39 #. Default: " Google Marker"39 #. Default: "Marker to display on a map" 40 40 #: ./profiles/default/types/GMarker.xml 41 41 msgid "GMarker_help" 42 msgstr "地図上に 配置するマーカー"42 msgstr "地図上に表示するマーカー" 43 43 44 44 #. Default: "GPolyline" -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone.pot
r280 r281 2 2 msgstr "" 3 3 "Project-Id-Version: ATGoogleMaps\n" 4 "POT-Creation-Date: 2010-02-25 21: 00+0900\n"4 "POT-Creation-Date: 2010-02-25 21:20+0900\n" 5 5 "PO-Revision-Date: \n" 6 6 "Last-Translator:\n" … … 21 21 msgstr "" 22 22 23 #. Default: " Google Maps"23 #. Default: "Map uses Google Maps API" 24 24 #: ./profiles/default/types/GMap.xml 25 25 msgid "GMap_help" … … 36 36 msgstr "" 37 37 38 #. Default: " Google Marker"38 #. Default: "Marker to display on a map" 39 39 #: ./profiles/default/types/GMarker.xml 40 40 msgid "GMarker_help" -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMap.xml
r279 r281 3 3 meta_type="Factory-based Type Information with dynamic views" 4 4 i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 5 <property name="title" i18n:translate=" ">GMap</property>5 <property name="title" i18n:translate="GMap">Map</property> 6 6 <property name="description" 7 i18n:translate=" ">GMap_help</property>7 i18n:translate="GMap_help">Map uses Google Maps API</property> 8 8 <property name="content_icon">gmap_icon.gif</property> 9 9 <property name="content_meta_type">GMap</property> -
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMarker.xml
r279 r281 3 3 meta_type="Factory-based Type Information with dynamic views" 4 4 i18n:domain="plone" xmlns:i18n="http://xml.zope.org/namespaces/i18n"> 5 <property name="title" i18n:translate=" ">GMarker</property>5 <property name="title" i18n:translate="GMarker">Marker</property> 6 6 <property name="description" 7 i18n:translate=" ">GMarker_help</property>7 i18n:translate="GMarker_help">Marker to display on a map</property> 8 8 <property name="content_icon">gmarker_icon.gif</property> 9 9 <property name="content_meta_type">GMarker</property>
Note: See TracChangeset
for help on using the changeset viewer.
