[Groonga-commit] groonga/groonga at 9752b6c [master] doc geo_distance: use "Groonga" notation .txt and .po

Back to archive index

cosmo0920 null+****@clear*****
Mon Jan 6 08:28:27 JST 2014


cosmo0920	2014-01-06 08:28:27 +0900 (Mon, 06 Jan 2014)

  New Revision: 9752b6c0e6f0b498bacd4810bae37bdca0678066
  https://github.com/groonga/groonga/commit/9752b6c0e6f0b498bacd4810bae37bdca0678066

  Merged b4e51e9: Merge pull request #147 from cosmo0920/use-Groonga-notation-reference

  Message:
    doc geo_distance: use "Groonga" notation .txt and .po

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/functions/geo_distance.txt

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+6 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2014-01-06 08:23:49 +0900 (4e2f384)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2014-01-06 08:28:27 +0900 (55b516b)
@@ -12413,8 +12413,8 @@ msgstr ""
 
 # 7b106eaa12f94ffc9d75774e712493df
 #: ../../../source/reference/functions/geo_distance.txt:33
-msgid "``geo_distance`` is one of the groonga builtin functions."
-msgstr "``geo_distance`` はgroongaの組み込み関数の一つです。"
+msgid "``geo_distance`` is one of the Groonga builtin functions."
+msgstr "``geo_distance`` はGroongaの組み込み関数の一つです。"
 
 # 79447dbd4788452aa475c3251e710d1b
 #: ../../../source/reference/functions/geo_distance.txt:35
@@ -12433,7 +12433,7 @@ msgstr ""
 # 0694c768b41341fa930f48546308c147
 #: ../../../source/reference/functions/geo_distance.txt:42
 msgid ""
-"groonga provides three built in functions for calculating the value of "
+"Groonga provides three built in functions for calculating the value of "
 "distance. There are ``geo_distance()``, ``geo_distance2()`` and "
 "``geo_distance3()``. The difference of them is the algorithm of calculating "
 "distance. ``geo_distance2()`` and ``geo_distance3()`` were deprecated since "
@@ -12441,7 +12441,7 @@ msgid ""
 "``geo_distance2(point1, point2)``. Use ``geo_distance(point1, point2, "
 "\"ellipsoid\")`` instead of ``geo_distance3(point1, point2)``."
 msgstr ""
-"groongaは三つの組み込み関数を距離の計算のために提供しています。 "
+"Groongaは三つの組み込み関数を距離の計算のために提供しています。 "
 "``geo_distance()`` 、 ``geo_distance2()`` 、 ``geo_distance3()`` です。これら"
 "の違いは距離の計算アルゴリズムにあります。 ``geo_distance2()`` と "
 "``geo_distance3()`` はバージョン1.2.9より非推奨となりました。 ``geo_distance2"
@@ -12674,13 +12674,13 @@ msgid ""
 "calculate the value of distance between two points across meridian, equator "
 "or the date line if you use ``sphere`` or ``ellipsoid`` as approximate type. "
 "There is not such a limitation for ``rectangle``. This is temporary "
-"limitation according to the implementation of groonga, but it will be fixed "
+"limitation according to the implementation of Groonga, but it will be fixed "
 "in the future release."
 msgstr ""
 "``geo_distance`` には制限があります。 ``sphere`` や ``ellipsoid`` を近似方法"
 "として選択した場合、子午線や日付変更線、赤道といった境界をまたぐ距離の計算を"
 "行うことができません。この制限は ``rectangle`` を近似方法として選択した場合に"
-"はありません。これはgroongaの実装上の一時的な制限ですが、将来的には修正される"
+"はありません。これはGroongaの実装上の一時的な制限ですが、将来的には修正される"
 "予定です。"
 
 # 6060a0e7b2064d03aa51c9da14fd9207

  Modified: doc/source/reference/functions/geo_distance.txt (+2 -2)
===================================================================
--- doc/source/reference/functions/geo_distance.txt    2014-01-06 08:23:49 +0900 (96101bb)
+++ doc/source/reference/functions/geo_distance.txt    2014-01-06 08:28:27 +0900 (9d00f88)
@@ -39,7 +39,7 @@ between the coordinate of ``point1`` and the coordinate of ``point2``.
 
 .. note::
 
-    groonga provides three built in functions for calculating the value of distance.
+    Groonga provides three built in functions for calculating the value of distance.
     There are ``geo_distance()``, ``geo_distance2()`` and ``geo_distance3()``.
     The difference of them is the algorithm of calculating distance.
     ``geo_distance2()`` and ``geo_distance3()`` were deprecated since version 1.2.9.
@@ -194,7 +194,7 @@ You can specify the value of ``approximate_type`` by one of the followings.
     calculate the value of distance between two points across meridian,
     equator or the date line if you use ``sphere`` or ``ellipsoid`` as
     approximate type. There is not such a limitation for ``rectangle``.
-    This is temporary limitation according to the implementation of groonga,
+    This is temporary limitation according to the implementation of Groonga,
     but it will be fixed in the future release.
 
 ``rectangle``
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index