[Groonga-commit] groonga/groonga at 459eb1d [master] doc: use "Groonga" form

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 28 17:27:08 JST 2015


Kouhei Sutou	2015-01-28 17:27:08 +0900 (Wed, 28 Jan 2015)

  New Revision: 459eb1d8f0ca8d9f7fb6b99140682b28a11045e9
  https://github.com/groonga/groonga/commit/459eb1d8f0ca8d9f7fb6b99140682b28a11045e9

  Message:
    doc: use "Groonga" form

  Modified files:
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/source/reference/grn_expr/query_syntax.rst

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+6 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2015-01-28 17:24:45 +0900 (d0d4e76)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2015-01-28 17:27:08 +0900 (c028833)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
-"PO-Revision-Date: 2015-01-28 17:23+0900\n"
+"PO-Revision-Date: 2015-01-28 17:26+0900\n"
 "Last-Translator: Takatsugu <nokubi �� gmail.com>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -11812,17 +11812,17 @@ msgid ""
 "There is a important point which you have to care. The ``\\`` (backslash) "
 "character is interpreted by command line shell. So if you want to search "
 "``(`` itself for example, you need to escape twice (``\\\\(``) in command "
-"line shell. The command line shell interprets ``\\\\(`` as ``\\(``, then "
-"pass such a literal to groonga. groonga regards ``\\(`` as ``(``, then "
+"line shell.  The command line shell interprets ``\\\\(`` as ``\\(``, then "
+"pass such a literal to Groonga. Groonga regards ``\\(`` as ``(``, then "
 "search ``(`` itself from database. If you can't do intended search by "
-"groonga, confirm whether special character is escaped properly."
+"Groonga, confirm whether special character is escaped properly."
 msgstr ""
 "注意しなければならない大事な点があります。``\\`` (バックスラッシュ)はコマンド"
 "ラインシェルが解釈します。それゆえ例えば ``(`` それ自体を検索したいならシェル"
 "では二重にエスケープ (``\\\\(``) しなければなりません。コマンドラインシェル"
-"は ``\\\\(`` を ``\\(`` と解釈してからgroongaに渡します。groongaは ``\\(`` "
+"は ``\\\\(`` を ``\\(`` と解釈してからGroongaに渡します。Groongaは ``\\(`` "
 "を ``(`` とみなし、``(`` 自体をデータベースから検索します。もし意図した検索が"
-"groongaで行えないなら、特別な文字を正しくエスケープしているか確認します。"
+"Groongaで行えないなら、特別な文字を正しくエスケープしているか確認します。"
 
 msgid "Conditional expression"
 msgstr "条件式"

  Modified: doc/source/reference/grn_expr/query_syntax.rst (+2 -2)
===================================================================
--- doc/source/reference/grn_expr/query_syntax.rst    2015-01-28 17:24:45 +0900 (dfeabb1)
+++ doc/source/reference/grn_expr/query_syntax.rst    2015-01-28 17:27:08 +0900 (a37e53b)
@@ -103,8 +103,8 @@ quoted ``"Alice's brother (Bob)"`` or ``'Alice\'s brother (Bob)'``.
    you want to search ``(`` itself for example, you need to escape
    twice (``\\(``) in command line shell.  The command line shell
    interprets ``\\(`` as ``\(``, then pass such a literal to
-   groonga. groonga regards ``\(`` as ``(``, then search ``(`` itself
-   from database. If you can't do intended search by groonga, confirm
+   Groonga. Groonga regards ``\(`` as ``(``, then search ``(`` itself
+   from database. If you can't do intended search by Groonga, confirm
    whether special character is escaped properly.
 
 .. _conditional-expression:
-------------- next part --------------
HTML����������������������������...
Download 



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