Changeset 281


Ignore:
Timestamp:
02/25/10 21:21:54 (2 years ago)
Author:
takanori
Message:

add original message for content help

Location:
Products.ATGoogleMaps/trunk/Products/ATGoogleMaps
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone-ja.po

    r280 r281  
    33msgstr "" 
    44"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" 
    77"Last-Translator: takanori <takanori@takanory.net>\n" 
    88"Language-Team: takanory.net [http://takanory.net]\n" 
     
    2222msgstr "地図" 
    2323 
    24 #. Default: "Google Maps" 
     24#. Default: "Map uses Google Maps API" 
    2525#: ./profiles/default/types/GMap.xml 
    2626msgid "GMap_help" 
    27 msgstr "Google マップを使用した地図" 
     27msgstr "Google マップ API を使用した地図" 
    2828 
    2929#. Default: "control settings" 
     
    3737msgstr "マーカー" 
    3838 
    39 #. Default: "Google Marker" 
     39#. Default: "Marker to display on a map" 
    4040#: ./profiles/default/types/GMarker.xml 
    4141msgid "GMarker_help" 
    42 msgstr "地図上に配置するマーカー" 
     42msgstr "地図上に表示するマーカー" 
    4343 
    4444#. Default: "GPolyline" 
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/i18n/atgooglemaps-plone.pot

    r280 r281  
    22msgstr "" 
    33"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" 
    55"PO-Revision-Date: \n" 
    66"Last-Translator:\n" 
     
    2121msgstr "" 
    2222 
    23 #. Default: "Google Maps" 
     23#. Default: "Map uses Google Maps API" 
    2424#: ./profiles/default/types/GMap.xml 
    2525msgid "GMap_help" 
     
    3636msgstr "" 
    3737 
    38 #. Default: "Google Marker" 
     38#. Default: "Marker to display on a map" 
    3939#: ./profiles/default/types/GMarker.xml 
    4040msgid "GMarker_help" 
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMap.xml

    r279 r281  
    33   meta_type="Factory-based Type Information with dynamic views" 
    44   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> 
    66 <property name="description" 
    7       i18n:translate="">GMap_help</property> 
     7      i18n:translate="GMap_help">Map uses Google Maps API</property> 
    88 <property name="content_icon">gmap_icon.gif</property> 
    99 <property name="content_meta_type">GMap</property> 
  • Products.ATGoogleMaps/trunk/Products/ATGoogleMaps/profiles/default/types/GMarker.xml

    r279 r281  
    33   meta_type="Factory-based Type Information with dynamic views" 
    44   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> 
    66 <property name="description" 
    7       i18n:translate="">GMarker_help</property> 
     7      i18n:translate="GMarker_help">Marker to display on a map</property> 
    88 <property name="content_icon">gmarker_icon.gif</property> 
    99 <property name="content_meta_type">GMarker</property> 
Note: See TracChangeset for help on using the changeset viewer.