[Groonga-commit] groonga/groonga at d50e3f2 [master] doc: remove needless uuid

Back to archive index

HAYASHI Kentaro null+****@clear*****
Fri Nov 7 00:58:35 JST 2014


HAYASHI Kentaro	2014-11-07 00:58:35 +0900 (Fri, 07 Nov 2014)

  New Revision: d50e3f25582ad74302c2c0ff1e7df1a7e744ea38
  https://github.com/groonga/groonga/commit/d50e3f25582ad74302c2c0ff1e7df1a7e744ea38

  Message:
    doc: remove needless uuid

  Modified files:
    doc/locale/en/LC_MESSAGES/news.po
    doc/locale/ja/LC_MESSAGES/install.po
    doc/locale/ja/LC_MESSAGES/news.po
    doc/locale/ja/LC_MESSAGES/reference.po

  Modified: doc/locale/en/LC_MESSAGES/news.po (+0 -20)
===================================================================
--- doc/locale/en/LC_MESSAGES/news.po    2014-11-06 18:13:16 +0900 (602e820)
+++ doc/locale/en/LC_MESSAGES/news.po    2014-11-07 00:58:35 +0900 (2567ad9)
@@ -27,46 +27,38 @@ msgstr "Release 4.0.6 - 2014/09/29"
 msgid "Improvements"
 msgstr "Improvements"
 
-# e521868a6e6a4b5fbcc36b3a5db4318e
 msgid "[windows] Supported Groonga with mruby on Windows."
 msgstr ""
 
-# ae4a00e6e9a845d09a2638ca5e6f4d8f
 msgid "Added token filter plugin API."
 msgstr ""
 
-# 7f9b135186d24348adf55944da2118f8
 msgid ""
 "Added :ref:`token-filter-stop-word` token filter plugin. It treats records "
 "of ``is_stop_word`` column as actual stop words."
 msgstr ""
 
-# cf3a4576babb461593be45efa8b76bde
 msgid ""
 "[doc] Added :doc:`/client` section which introduces link to client "
 "libraries. [GitHub#210] [Patch by Naoya Murakami]"
 msgstr ""
 
-# 56a5ebe4baae447aa40da19f1f4cdfb4
 msgid ""
 "[doc] Reconstructed documentation. :doc:`/reference/suggest` and :doc:`/"
 "reference/operations/geolocation_search` are grouped under :doc:`/"
 "reference`. [GitHub#206] [Patch by Naoya Murakami]"
 msgstr ""
 
-# 936acde33225489f874becc892156514
 msgid ""
 "[dump] Supports to dump TABLE_NO_KEY for token_flters. [GitHub#215] [Patch "
 "by Naoya Murakami]"
 msgstr ""
 
-# e4540cf33d97490d9ab348218c01e71b
 msgid ""
 "[deb] Added stop word token filter plugin. [GitHub#216] [Patch by Hiroshi "
 "Hatake]"
 msgstr ""
 
-# 6da4573f838a44d080aa2d6c1afb3703
 msgid "[deb] Clarified licenses about used/bundled files in debian/copyright."
 msgstr ""
 
@@ -74,24 +66,20 @@ msgstr ""
 msgid "Dropped LZO compression support."
 msgstr "Dropped Fedora 15 support."
 
-# 82afb03dfd8e437885f34f6be86dba86
 msgid "Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]"
 msgstr ""
 
-# 978dccb17f3c402abcb4b558b87fa25f
 msgid ""
 "Added :doc:`/reference/function/in_values`. We recommends to use it instead "
 "of ``==`` and ``OR`` combinations ( ``((COLUMN == \"a\") OR (COLUMN == \"b"
 "\") OR (COLUMN == \"c\"))`` ) because of better performance."
 msgstr ""
 
-# 641f3f56f7384b20b3186616cc48c687
 msgid ""
 "[load] Supported to update existing record in ``TABLE_NO_KEY`` by specifying "
 "a record by ``_id``."
 msgstr ""
 
-# 81922253b5214500aaa505ba017c8540
 msgid ""
 "Added :ref:`token-filter-stem` token filter plugin. It provides stemming "
 "feature.  To use this token filter, you need to install `libstemmer <http://"
@@ -121,13 +109,11 @@ msgid ""
 "Hiroshi Hatake]"
 msgstr "[httpd] Updated bundled nginx version to 1.4.2."
 
-# 9fdcb9e60b804fc7b39977f8e0812d06
 msgid ""
 "[power8] Fixed build failure. See http://lists.askmonty.org/pipermail/"
 "commits/2014-October/006752.html [Patch by Sergey Vojtovich]"
 msgstr ""
 
-# 46bb983cd57247d78e2be33f7dba35fa
 msgid ""
 "Fixed a bug that URL encoding fails if ``char`` type is build as ``unsigned "
 "char`` type. [GitHub#217]"
@@ -148,24 +134,20 @@ msgid ""
 msgstr ""
 "Fixed a memory leak on updating an empty column vector with the same value."
 
-# b1480c77d8994b379cc2b1618479c447
 msgid ""
 "Fixed memory leaks in zlib/LZO compressed column [GitHub#221] [Patch by "
 "Naoya Murakami]"
 msgstr ""
 
-# 91095cacf6584432b9a832a0deb96345
 msgid ""
 "Fixed a bug that the value of ``Int8`` column which is less than 100 may "
 "return true in ``--filter``. By this issue, not intended records may be "
 "included as search results."
 msgstr ""
 
-# 77d2807e005d4b58b8eba2133f5a56e6
 msgid "Fixed to handle binary operation for vector column as an error."
 msgstr ""
 
-# 51c9961be60d45d7a29efcbcbf2f543a
 msgid ""
 "Fixed a bug that ``!XXX`` may return inverted result on big endian "
 "environment."
@@ -186,7 +168,6 @@ msgstr "Naoya Murakami"
 msgid "Hiroshi Hatake"
 msgstr "Hiroshi Umemoto"
 
-# f7e4235d5c534cb0a61409858aa976f9
 msgid "Sergey Vojtovich"
 msgstr ""
 
@@ -233,7 +214,6 @@ msgid ""
 "Supported to customize similarity threshold by ``'*S10\"...\"'`` syntax."
 msgstr ""
 
-# b328bbc788aa4cccaad1963f7665ff01
 msgid ""
 "Added source column validation to :doc:`/reference/commands/column_create`.  "
 "If source column doesn't exist, :doc:`/reference/commands/column_create` "

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+0 -5)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2014-11-06 18:13:16 +0900 (60396af)
+++ doc/locale/ja/LC_MESSAGES/install.po    2014-11-07 00:58:35 +0900 (86ae455)
@@ -790,7 +790,6 @@ msgstr ""
 "32-bit環境の場合は、x86のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-# 6caa565487584356a4ef7e64bea91c45
 msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.exe"
 msgstr ""
 
@@ -804,7 +803,6 @@ msgstr ""
 "64-bit環境の場合は、x64のバイナリをpackages.groonga.orgからダウンロードしてく"
 "ださい。"
 
-# e4254522b3b84998b28460be3b9acc11
 msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.exe"
 msgstr ""
 
@@ -824,7 +822,6 @@ msgstr ""
 "32-bit環境の場合は、x86のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-# d9ac59504a364d4f87f73484cb9d6385
 msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.6-x86.zip"
 msgstr ""
 
@@ -837,7 +834,6 @@ msgstr ""
 "64-bit環境の場合は、x64のzipアーカイブをpackages.groonga.orgからダウンロード"
 "してください。"
 
-# 8490a15d4b954b7aa1f0b174f487af9b
 msgid "http://packages.groonga.org/windows/groonga/groonga-4.0.6-x64.zip"
 msgstr ""
 
@@ -864,7 +860,6 @@ msgstr ""
 msgid "Download zipped source from packages.groonga.org:"
 msgstr "zipアーカイブをpackages.groonga.orgからダウンロードしてください。"
 
-# c29c61ab44cf411da7bd6622ef2e6ca7
 msgid "http://packages.groonga.org/source/groonga/groonga-4.0.6.zip"
 msgstr ""
 

  Modified: doc/locale/ja/LC_MESSAGES/news.po (+0 -35)
===================================================================
--- doc/locale/ja/LC_MESSAGES/news.po    2014-11-06 18:13:16 +0900 (c3966ab)
+++ doc/locale/ja/LC_MESSAGES/news.po    2014-11-07 00:58:35 +0900 (eafe935)
@@ -26,15 +26,12 @@ msgstr "4.0.7リリース - 2014/10/29"
 msgid "Improvements"
 msgstr "改良"
 
-# e989815d725446b1be68dbd3c3e43c80
 msgid "[windows] Supported Groonga with mruby on Windows."
 msgstr "[windows] Windows上でもmrubyを組み込んで使えるようにしました。"
 
-# 9fa6e5c3cb054438b08284d9f047a130
 msgid "Added token filter plugin API."
 msgstr "プラグインAPIとしてトークンフィルタを追加しました。"
 
-# d9d29ccb4fc041e982794b104013b620
 msgid ""
 "Added :ref:`token-filter-stop-word` token filter plugin. It treats records "
 "of ``is_stop_word`` column as actual stop words."
@@ -58,7 +55,6 @@ msgstr ""
 "reference/operations/geolocation_search` は :doc:`/reference` 以下にまとめま"
 "した。 [GitHub#206] [村上さんがパッチ提供]"
 
-# 261770392cdc42d397d2a08b5b175fb3
 msgid ""
 "[deb] Added stop word token filter plugin. [GitHub#216] [Patch by Hiroshi "
 "Hatake]"
@@ -66,7 +62,6 @@ msgstr ""
 "[deb] ストップワードトークンフィルタープラグインを追加しました。 "
 "[GitHub#216] [畑ヶさんがパッチ提供]"
 
-# fc2b47d4a3f54e2bbf0c42b58fa9bbbf
 msgid "[deb] Clarified licenses about used/bundled files in debian/copyright."
 msgstr ""
 "[deb] 同梱しているファイルの著作権表記を debian/copyright でより明確にしまし"
@@ -78,7 +73,6 @@ msgstr "LZOによる圧縮サポートをやめました。"
 msgid "Added LZ4 compression support. [GitHub#223] [Patch by Naoya Murakami]"
 msgstr "LZ4による圧縮をサポートしました。 [GitHub#223] [村上さんがパッチ提供]"
 
-# 9479728e9ad342f6ae37070142f25646
 msgid ""
 "Added :doc:`/reference/function/in_values`. We recommends to use it instead "
 "of ``==`` and ``OR`` combinations ( ``((COLUMN == \"a\") OR (COLUMN == \"b"
@@ -88,7 +82,6 @@ msgstr ""
 "て書いていたクエリ ( ``((COLUMN == \"a\") OR (COLUMN == \"b\") OR (COLUMN == "
 "\"c\"))`` ) のかわりにこれを使うのがパフォーマンスの観点からお勧めです。"
 
-# 492bc0c34e284275ac115c555996714d
 msgid ""
 "[load] Supported to update existing record in ``TABLE_NO_KEY`` by specifying "
 "a record by ``_id``."
@@ -96,7 +89,6 @@ msgstr ""
 "[load] ``TABLE_NO_KEY`` を使ったテーブルで既存のレコードを ``_id`` を指定して"
 "更新できるようになりました。"
 
-# 49e6874d8ece4b39b5b443e905504e46
 msgid ""
 "Added :ref:`token-filter-stem` token filter plugin. It provides stemming "
 "feature.  To use this token filter, you need to install `libstemmer <http://"
@@ -130,7 +122,6 @@ msgstr ""
 "[httpd] バンドルしているnginxのバージョンを1.7.6に更新しました。 "
 "[GitHub#208] [畑ヶさんがパッチ提供]"
 
-# dc67df768a1247819fea7582287f68a5
 msgid ""
 "[power8] Fixed build failure. See http://lists.askmonty.org/pipermail/"
 "commits/2014-October/006752.html [Patch by Sergey Vojtovich]"
@@ -139,7 +130,6 @@ msgstr ""
 "org/pipermail/commits/2014-October/006752.html を参照してください。 [Sergey "
 "Vojtovichさんがパッチ提供]"
 
-# 59c5112b98ee4991bd8740a0367dd491
 msgid ""
 "Fixed a bug that URL encoding fails if ``char`` type is build as ``unsigned "
 "char`` type. [GitHub#217]"
@@ -168,7 +158,6 @@ msgstr ""
 "Zlibカラム圧縮でメモリリークする問題を修正しました。 [GitHub#221] [村上さんが"
 "パッチ提供]"
 
-# 500323cc89804689a2b2ac93d9c754f7
 msgid ""
 "Fixed a bug that the value of ``Int8`` column which is less than 100 may "
 "return true in ``--filter``. By this issue, not intended records may be "
@@ -178,11 +167,9 @@ msgstr ""
 "を返すことがある不具合を修正しました。この問題により意図しないレコードが検索"
 "結果含まれていました。"
 
-# 1b045eafbe31411a901bfb68d0e0f8fd
 msgid "Fixed to handle binary operation for vector column as an error."
 msgstr "ベクターカラムに対する四則演算はエラーになるようにしました。"
 
-# 5d5fbd1675cf4977a2228021a1aeb60d
 msgid ""
 "Fixed a bug that ``!XXX`` may return inverted result on big endian "
 "environment."
@@ -210,7 +197,6 @@ msgstr "村上さん"
 msgid "Hiroshi Hatake"
 msgstr "畑ヶさん"
 
-# 56cade0a559f426d9579f52902b10110
 msgid "Sergey Vojtovich"
 msgstr "Sergey Vojtovichさん"
 
@@ -274,7 +260,6 @@ msgstr ""
 "``'*S10\"...\"'`` というシンタックスで類似度の閾値をカスタマイズできるように"
 "しました。"
 
-# 45c6b4c3ca174f118e352f13b261d2d1
 msgid ""
 "Added source column validation to :doc:`/reference/commands/column_create`.  "
 "If source column doesn't exist, :doc:`/reference/commands/column_create` "
@@ -396,7 +381,6 @@ msgstr ""
 "reference/functions/highlight_html` を追加しました。 [GitHub#185] [村上さんが"
 "パッチ提供]"
 
-# 3817653d88cb47de96f3bdb5030d739c
 msgid ""
 "[doc] Updated outdated functions/commands reference [GitHub#188] "
 "[GitHub#189] [Patch by Naoya Murakami]"
@@ -414,7 +398,6 @@ msgstr ""
 "プラグイン開発者向けに :c:func:`grn_selector_func` と :c:func:"
 "`grn_proc_set_selector` を公開しました。 [GitHub#190] [村上さんがパッチ提供]"
 
-# 4ffce3194c3e484faef47ff87bae7b34
 msgid ""
 "[ :doc:`/reference/commands/tokenize` ] Added \"mode\" option to control "
 "behavior. You can use ``GET`` or ``ADD`` as a mode. [GitHub#191] "
@@ -505,7 +488,6 @@ msgstr "[httpd] バンドルしているnginxのバージョンを1.7.3に更新
 msgid "Supported weight in vector column."
 msgstr "重みつきベクターカラムを正しく扱えるようにしました。"
 
-# 05af7005ea3a4274a7719a44960f4cb2
 msgid ""
 "[ :doc:`/reference/executables/groonga-benchmark` ] Added missing "
 "description about HTTP."
@@ -539,7 +521,6 @@ msgstr "nikuさん"
 msgid "Release 4.0.3 - 2014/06/29"
 msgstr "4.0.3リリース - 2014/06/29"
 
-# 646aa731859f45fb8a7b198275ae894c
 msgid ""
 "[experimental][ :doc:`/reference/executables/groonga-server-http` ] "
 "Supported POST."
@@ -547,7 +528,6 @@ msgstr ""
 "[実験的][ :doc:`/reference/executables/groonga-server-http` ] POSTをサポー"
 "ト。"
 
-# 94f3a45e8e4a46569060ccfec91a0a0d
 msgid ""
 "[windows] Bundled libwinpthread-1.dll. Because newer libgcc_s_sjlj-1.dll "
 "depends on libwinpthread-1.dll. [groonga-dev,02398] [Reported by Masafumi "
@@ -556,7 +536,6 @@ msgstr ""
 "[windows] libwinpthread-1.dllをバンドル。新しいlibgcc_s_sjlj-1.dllが"
 "libwinpthread-1.dllに依存しているため。 [groonga-dev,02398] [横山さんが報告]"
 
-# 63311d932cd14ed9bcca42e5c9729de1
 msgid ""
 "[ :doc:`/reference/executables/groonga` ] Changed the default port number of "
 "GQTP to 10043. Because server packages use 10043 by default. [GitHub#172] "
@@ -566,7 +545,6 @@ msgstr ""
 "変更。サーバーパッケージではデフォルトで10043を使っているため。 [GitHub#172] "
 "[村上さんがパッチ提供]"
 
-# 4ffce3194c3e484faef47ff87bae7b34
 msgid ""
 "[ :doc:`/reference/commands/normalize` ] Added more validations for invalid "
 "argument. [groonga-dev,02409][GitHub:#174] [Reported by GMO Media, Inc.]"
@@ -575,13 +553,11 @@ msgstr ""
 "[ :doc:`/reference/commands/normalize` ] 引数チェックを強化。 [groonga-"
 "dev,02409][GitHub:#174] [GMOメディア株式会社さんが報告][村上さんがパッチ提供]"
 
-# 6c5dac54c2d841edb1fdbd19ca029cec
 msgid ""
 "[ :doc:`/reference/commands/tokenize` ] Added more validations for invalid "
 "argument."
 msgstr "[ :doc:`/reference/commands/tokenize` ] 引数チェックを強化。"
 
-# 675c81b7ce4a46edb4fecac25a64733b
 msgid ""
 "[ :doc:`/reference/executables/groonga-server-http` ] Supported ``Expect: "
 "100-Continue`` request."
@@ -592,7 +568,6 @@ msgstr ""
 msgid "Exported ``grn_proc_get_type()``."
 msgstr "``grn_proc_get_type()`` を公開。"
 
-# 05af7005ea3a4274a7719a44960f4cb2
 msgid ""
 "[ :doc:`/reference/executables/groonga-suggest-learner` ] Added ``--log-"
 "path`` and ``--log-level`` options."
@@ -600,11 +575,9 @@ msgstr ""
 "[ :doc:`/reference/executables/groonga-suggest-learner` ] ``--log-path`` オプ"
 "ションと ``--log-level`` オプションを追加。"
 
-# 4e8bee792843428ab54e6032f9f54924
 msgid "Deprecated ``GRN_CTX_USE_QL``."
 msgstr "``GRN_CTX_USE_QL`` を非推奨にした。"
 
-# eb9573a683b7469397f80cfebbe5b1d3
 msgid "Deprecated ``GRN_CTX_BATCH_MODE``."
 msgstr "``GRN_CTX_BATCH_MODE`` を非推奨にした。"
 
@@ -614,7 +587,6 @@ msgstr "``grn_text_printf()`` を追加。"
 msgid "Added ``grn_text_vprintf()``."
 msgstr "``grn_text_vprintf()`` を追加。"
 
-# 80bfa3263c5d44d78d906bc998472b65
 msgid "Removed limitation of one query log size."
 msgstr "それぞれのクエリーログのサイズ制限を撤廃。"
 
@@ -632,11 +604,9 @@ msgstr ""
 ":c:func:`grn_plugin_command_create()` を追加。 [GitHub#175][村上さんがパッチ"
 "提供]"
 
-# 2246ca932dc5489c93cab09c21727786
 msgid "[GitHub#176] Supported reference vector column with weight."
 msgstr "[GitHub#176] 重み付きの参照ベクターカラムをサポート。"
 
-# 3817653d88cb47de96f3bdb5030d739c
 msgid ""
 "[plugin] Used public API instead of internal API. [GitHub#177][GitHub#178] "
 "[Patch by Naoya Murakami]"
@@ -662,7 +632,6 @@ msgstr ""
 "[rpm][groonga-server-gqtp] GQTPではなくHTTPが使われる問題を修正。 "
 "[GitHub#173] [村上さんがパッチ提供]"
 
-# 4eb6c4ad4e8644ad9c4411ce5900bb9e
 msgid ""
 "[ :doc:`/reference/commands/select` ] Fixed a crash bug when :ref:`select-"
 "adjuster` has a syntax error."
@@ -3737,7 +3706,6 @@ msgstr ""
 "までは、この設定は 'no' となっていました。この変更により、Groongaのデータベー"
 "スのサイズの増加を抑制できます。"
 
-# c50da55dfc9742fd9b1e8f9af9a1bb7d
 msgid ""
 "Supported multiple indexes including a nested index and multiple keywords "
 "query. This change improves missing search results isssue when narrowing "
@@ -3762,7 +3730,6 @@ msgstr ""
 "マンスの問題があることに注意してください。 [groonga-dev,02052] [村上さんが報"
 "告]"
 
-# 3ec71b87bb204da0a7219fcdff2b2bc7
 msgid ""
 "Fixed the behaviour about return value of \"X || Y\" and \"X && Y\" for "
 "adjusting to ECMAScript. In \"X || Y\" case, if either X or Y satisfy the "
@@ -3772,7 +3739,6 @@ msgstr ""
 "た。\"X || Y\"では、もしXかYが条件を満す場合にはXもしくはYそのものの値を返し"
 "ます。以前は1もしくは0を返していました。"
 
-# e894addc2a5d4939a08c935d767a5031
 msgid ""
 "In \"X && Y\" case, if X and Y satisfy the condition, it returns X itself "
 "instead of 1. if X doesn't satisfy the condition, it returns false instead "
@@ -3781,7 +3747,6 @@ msgstr ""
 "\"X && Y\"では、もしXとYが条件を満す場合には、1ではなく、Xの値を返します。も"
 "しXが条件を満さない場合には、0ではなくfalseを返します。"
 
-# 5bb753f978fc42d2925ea09c2055e05e
 msgid ""
 "Fixed to return null when no snippet is found. This change enables you to "
 "set the default value of :doc:`/reference/functions/snippet_html`. In such a "

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+0 -83)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2014-11-06 18:13:16 +0900 (2353dad)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2014-11-07 00:58:35 +0900 (c274e5b)
@@ -82,7 +82,6 @@ msgstr "ロックタイムアウト。"
 msgid "Sets the lock timeout."
 msgstr "ロックタイムアウトを設定します。"
 
-# d2aac7d1be6d46668ece727b6c38bc28
 msgid "See :c:func:`grn_get_lock_timeout` about lock timeout."
 msgstr ""
 "ロックタイムアウトについては、 :c:func:`grn_get_lock_timeout` を参照してくだ"
@@ -1905,13 +1904,11 @@ msgid ""
 "tutorial about it."
 msgstr ""
 
-# baef1d0e3c5a416b8cbca4e5b5d0c789
 msgid ""
 "GRN_PLUGIN_MALLOC() allocates `size` bytes and returns a pointer to the "
 "allocated memory space. Note that the memory space is associated with `ctx`."
 msgstr ""
 
-# 1443f79e1c814e959830007b636657b0
 msgid ""
 "GRN_PLUGIN_REALLOC() resizes the memory space pointed to by `ptr` or "
 "allocates a new memory space of `size` bytes. GRN_PLUGIN_REALLOC() returns a "
@@ -1919,14 +1916,12 @@ msgid ""
 "old memory space to the new memory space."
 msgstr ""
 
-# 78e4f173a31d430f8bd28a7ac0dda4bb
 msgid ""
 "GRN_PLUGIN_FREE() frees a memory space allocated by GRN_PLUGIN_MALLOC() or "
 "GRN_PLUGIN_REALLOC(). This means that `ptr` must be a pointer returned by "
 "GRN_PLUGIN_MALLOC() or GRN_PLUGIN_REALLOC()."
 msgstr ""
 
-# 69208485e9984a2fbf3de93bfad7d370
 msgid ""
 "GRN_PLUGIN_LOG() reports a log of `level`. Its error message is generated "
 "from the varying number of arguments, in which the first one is the format "
@@ -1934,7 +1929,6 @@ msgid ""
 "for more details of `level`."
 msgstr ""
 
-# dd5ed34f17cb49e78b0d0bc2ff20c0e3
 msgid ""
 "GRN_PLUGIN_ERROR() reports an error of `error_code`. Its error message is "
 "generated from the varying number of arguments, in which the first one is "
@@ -1942,13 +1936,11 @@ msgid ""
 "\" for more details of `error_code`."
 msgstr ""
 
-# 09a084fdcc1141b68bc17fd04215e207
 msgid ""
 "grn_plugin_mutex is available to make a critical section. See the following "
 "functions."
 msgstr ""
 
-# 5e3ae0f30931490b950994c2f2f7f733
 msgid ""
 "grn_plugin_mutex_open() returns a pointer to a new object of "
 "grn_plugin_mutex. Memory for the new object is obtained with "
@@ -1956,31 +1948,26 @@ msgid ""
 "memory is not available."
 msgstr ""
 
-# 3d5cad652d8b4e318d55d79ae4b6a512
 msgid ""
 "grn_plugin_mutex_close() finalizes an object of grn_plugin_mutex and then "
 "frees memory allocated for that object."
 msgstr ""
 
-# b21a8da70e804b98b0186809d47c325b
 msgid ""
 "grn_plugin_mutex_lock() locks a mutex object. If the object is already "
 "locked, the calling thread waits until the object will be unlocked."
 msgstr ""
 
-# 8be44bd6d19b43559adae5a98ae13a20
 msgid ""
 "grn_plugin_mutex_unlock() unlocks a mutex object. grn_plugin_mutex_unlock() "
 "should not be called for an unlocked object."
 msgstr ""
 
-# 5e53856fbee040bcbc4b8d064924d461
 msgid ""
 "grn_plugin_proc_alloc() allocates a `grn_obj` object. You can use it in "
 "function that is registered as GRN_PROC_FUNCTION."
 msgstr ""
 
-# b87076633ca441039b4bdd776e611f28
 msgid ""
 "It gets a variable value from `grn_user_data` by specifying the variable "
 "name."
@@ -1989,9 +1976,6 @@ msgstr ""
 msgid "The variable name."
 msgstr "変数名。"
 
-# 078f7ea734144b5595bf509411bd98b2
-# aa3c73daf8a441939815a0b0ab2ac2e0
-# 24de5f7f961749a9bec945e162678ca8
 msgid ""
 "The number of bytes of name. If `name_size` is negative, `name` must be NUL-"
 "terminated. `name_size` is computed by `strlen(name)` for the case."
@@ -2000,17 +1984,14 @@ msgstr ""
 msgid "A variable value on success, NULL otherwise."
 msgstr "成功すると変数の値を返します。失敗するとNULLを返します。"
 
-# 4bc4ae02dc254996b5a2433f212a0308
 msgid ""
 "It gets a variable value from `grn_user_data` by specifying the offset "
 "position of the variable."
 msgstr ""
 
-# 9fbf79ff2a004bc9a7673f006f6af5fd
 msgid "The offset position of the variable."
 msgstr ""
 
-# 3ef33cefc7d0471b90987e1219598ba7
 msgid ""
 "grn_plugin_win32_base_dir() returns the groonga install directory. The "
 "install directory is computed from the directory that has `groonga.dll`. You "
@@ -2018,7 +1999,6 @@ msgid ""
 "works on Windows. It returns `NULL` on other platforms."
 msgstr ""
 
-# e5ff0353251e4fe2923cac08ff1f2277
 msgid ""
 "grn_plugin_charlen() returns the length (#bytes) of the first character in "
 "the string specified by `str_ptr` and `str_length`. If the starting bytes "
@@ -2026,44 +2006,36 @@ msgid ""
 "in \"groonga.h\" for more details of `encoding`."
 msgstr ""
 
-# bbbb773e648741ac844dd372aaab67f2
 msgid ""
 "grn_plugin_isspace() returns the length (#bytes) of the first character in "
 "the string specified by `str_ptr` and `str_length` if it is a space "
 "character. Otherwise, grn_plugin_isspace() returns 0."
 msgstr ""
 
-# cee571a98e9c44f1b6c2c7e7382b816d
 msgid "It initializes a `grn_expr_var`."
 msgstr ""
 
-# f7dacea7ff7f4c258be16b3304abdbe0
 msgid "The pointer of `grn_expr_var` object to be initialized."
 msgstr ""
 
-# 8523f3455772441fb5ef269646881a1d
 msgid "The name of `grn_expr_var` object to be initialized."
 msgstr ""
 
-# f34fcbcd9911424caa16be022352a300
 msgid "It creates a command."
 msgstr ""
 
 msgid "The `proc` name of the command to be created."
 msgstr ""
 
-# 1157b6995b6f47209af415fa85887e58
 msgid "The function name to be called by the created command."
 msgstr ""
 
 msgid "The number of the variables of the command to create."
 msgstr ""
 
-# 504389e27fd4469791e45ecb8027b593
 msgid "The pointer of initialized `grn_expr_var` object."
 msgstr ""
 
-# 3aa30747f90b498fb925c35174ea169d
 msgid ""
 "The created command object if it creates a command successfully, `NULL` "
 "otherwise. See `ctx` for error details."
@@ -3209,7 +3181,6 @@ msgstr ""
 msgid ":doc:`select`"
 msgstr ""
 
-# 306b13faf4d64b2c9187f128af616704
 msgid "``check``"
 msgstr ""
 
@@ -3376,14 +3347,12 @@ msgstr ""
 msgid "clearlock - オブジェクトにセットされたロックを解除する"
 msgstr ""
 
-# f649706fc9d443779f3db4190a40e4ad
 msgid ""
 "Groonga組込コマンドの一つであるclearlockについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準>入力、またはソケット経由でgroongaサーバにリク"
 "エストを送信することによって実行します。"
 msgstr ""
 
-# 29c1728da68443fab37443d99d239351
 msgid ""
 "clearlockは、対象となるオブジェクト(データベース,テーブル,インデックス等)を指"
 "定し、オブジェクトにかけられた>ロックを再帰的に解除します。"
@@ -3811,7 +3780,6 @@ msgstr ""
 msgid "column_remove - テーブルに定義されているカラムの削除"
 msgstr ""
 
-# 9d0d923565c54c1fb695ddcdee4be60d
 msgid ""
 "Groonga組込コマンドの一つであるcolumn_removeについて説明します。組込コマンド"
 "は、groonga実行ファイルの引数、>標準入力、またはソケット経由でgroongaサーバに"
@@ -3915,7 +3883,6 @@ msgstr ""
 msgid "define_selector - 検索コマンドを定義"
 msgstr ""
 
-# 07658ea010f2403fa3e28a8b6220e66b
 msgid ""
 "Groonga組込コマンドの一つであるdefine_selectorについて説明します。組込コマン"
 "ドは、groonga実行ファイルの引数>、標準入力、またはソケット経由でgroongaサーバ"
@@ -4024,7 +3991,6 @@ msgstr ""
 msgid ":doc:`/reference/grn_expr`"
 msgstr ""
 
-# c5b618825acf4add8b45e67256920a6b
 msgid "``defrag``"
 msgstr ""
 
@@ -4033,14 +3999,12 @@ msgstr ""
 "``defrag`` コマンドは指定されたオブジェクトのフラグメンテーションを解消しま"
 "す。"
 
-# a7c9fee5e04a45b0a473fd28b2bec54e
 msgid ""
 "Groonga組込コマンドの一つであるdefragについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準入力 、またはソケット経由でgroongaサーバにリク"
 "エストを送信することによって実行します。"
 msgstr ""
 
-# 48fb0c99fa8743049bb1f79b9dcb16f5
 msgid ""
 "defragは、対象となるオブジェクト(データベースか可変長サイズカラム)を指定し、"
 "オブジェクトのフラグメンテーショ ンを解消します。"
@@ -4140,28 +4104,24 @@ msgstr ""
 "コマンドの実行が成功するとtrueを返します。失敗するとエラーとしてfalseを返しま"
 "す。"
 
-# 6c9ff54336694ada800d7dbbf1783363
 msgid "``dump``"
 msgstr ""
 
 msgid "dump - データベースのスキーマとデータを出力する"
 msgstr ""
 
-# 6091960bb46147d4876197c4c23926be
 msgid ""
 "Groonga組込コマンドの一つであるdumpについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準入力、 またはソケット経由でgroongaサーバにリク"
 "エストを送信することによって実行します。"
 msgstr ""
 
-# bbea452bb1f54adb822365900c6b2168
 msgid ""
 "dumpはデータベースのスキーマとデータを後から読み込めるフォーマットで出力しま"
 "す。dumpの結果は大きくなるため、 主にコマンドラインから使うことを想定していま"
 "す。データベースのバックアップが主な利用方法です。"
 msgstr ""
 
-# c5a0ab3af50b456a8afc64421a4e1366
 msgid ""
 "dumpが出力するフォーマットは直接Groongaが解釈できるフォーマットです。そのた"
 "め、以下のようにしてデータベース>をコピーすることができます。::"
@@ -4306,7 +4266,6 @@ msgstr ""
 msgid "log_level - ログ出力レベルの設定"
 msgstr ""
 
-# a071676aee8c4155b81363c9bb72f9ae
 msgid ""
 "Groonga組込コマンドの一つであるlog_levelについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準>入力、またはソケット経由でgroongaサーバにリク"
@@ -4334,7 +4293,6 @@ msgstr ""
 msgid "log_put - ログ出力"
 msgstr ""
 
-# b87699fb67c047c2957772c5ddea6526
 msgid ""
 "groonga組込コマンドの一つであるlog_putについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準入>力、またはソケット経由でgroongaサーバにリク"
@@ -4353,14 +4311,12 @@ msgstr ""
 msgid ":doc:`log_level` :doc:`log_reopen`"
 msgstr ""
 
-# ecbc635fc44a4cd18c33e2831244b8b7
 msgid "``log_reopen``"
 msgstr ""
 
 msgid "log_reopen - ログファイルの再読み込み"
 msgstr ""
 
-# 9e8d396ffc0545f08dcee9a840af2f95
 msgid ""
 "Groonga組込コマンドの一つであるlog_reopenについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準 入力、またはソケット経由でgroongaサーバにリク"
@@ -4601,20 +4557,17 @@ msgstr ""
 msgid "quit - セッション終了"
 msgstr ""
 
-# a409da3763234177830b5658a59ffc13
 msgid ""
 "Groonga組込コマンドの一つであるquitについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準入力、 またはソケット経由でgroongaサーバにリク"
 "エストを送信することによって実行します。"
 msgstr ""
 
-# 25cc0d74d06d4cd8ad2341e43fe1c7eb
 msgid ""
 "quitは、groongaプロセスとのセッションを終了します。クライアントプロセスならば"
 "groongaプロセスとの接続を切りま す。"
 msgstr ""
 
-# 86abea80982b4c388aa32ac2918b7375
 msgid "``register``"
 msgstr ""
 
@@ -6068,7 +6021,6 @@ msgstr ""
 msgid "shutdown - サーバプロセスの停止"
 msgstr ""
 
-# 1922f50a7ab34ae8bfac572ccd249d38
 msgid ""
 "Groonga組込コマンドの一つであるshutdownについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準入 力、またはソケット経由でgroongaサーバにリク"
@@ -6808,7 +6760,6 @@ msgstr ""
 msgid "table_list - DBに定義されているテーブルをリスト表示"
 msgstr ""
 
-# db1a5ab6ae074e7095a1714033499ab8
 msgid ""
 "Groonga組込コマンドの一つであるtable_listについて説明します。組込コマンドは、"
 "groonga実行ファイルの引数、標準 入力、またはソケット経由でgroongaサーバにリク"
@@ -7220,7 +7171,6 @@ msgstr ""
 "``tokenizer_list`` コマンドはトークナイザーの一覧を返します。各トークナイザー"
 "は属性を持っています。例えば名前です。将来、属性は増えるかもしれません。::"
 
-# a6d330fab98240fe81cc274d835b2d6b
 msgid "``tokenizers``"
 msgstr ""
 
@@ -7438,7 +7388,6 @@ msgstr ""
 msgid "groonga-benchmark命令"
 msgstr ""
 
-# bfab8fe36d9d42adbd05a08a1e6c0618
 msgid "現在サポートされているgroonga-benchmark命令は以下の11種類です。"
 msgstr ""
 
@@ -7456,17 +7405,14 @@ msgstr ""
 msgid "do_gqpt コマンドファイル [スレッド数] [繰り返し数]"
 msgstr ""
 
-# 64ed150e10a242009e556a58b16f356c
 msgid ""
 "コマンドファイルをgroongaサーバでGQTP経由で実行します。スレッド数や繰り返し数"
 "の意味はdo_localの場合と同じです。"
 msgstr ""
 
-# b02fd60417ab4958a7aaacc11faaf57b
 msgid "do_http コマンドファイル [スレッド数] [繰り返し数]"
 msgstr ""
 
-# f5b348ab1f6d417cb459e16024d93d77
 msgid ""
 "コマンドファイルをgroongaサーバでHTTP経由で実行します。スレッド数や繰り返し数"
 "の意味はdo_localの場合と同じです。"
@@ -7482,17 +7428,14 @@ msgstr ""
 msgid "rep_gqpt コマンドファイル [スレッド数] [繰り返し数]"
 msgstr ""
 
-# 4a53e278900644b99f5a290a72ddd9b2
 msgid ""
 "コマンドファイルをgroongaサーバでGQTP経由で実行し、より詳細な報告を行いま"
 "す。 スレッド数や繰り返し数の意味はdo_localと 同じです。"
 msgstr ""
 
-# 2673fc7ac49c4c8cbd98ded7117424fe
 msgid "rep_http コマンドファイル [スレッド数] [繰り返し数]"
 msgstr ""
 
-# f022619329b74b98a92e8e504d88bb91
 msgid ""
 "コマンドファイルをgroongaサーバでHTTP経由で実行し、より詳細な報告を行いま"
 "す。 スレッド数や繰り返し数の意味はdo_localと 同じです。"
@@ -7515,17 +7458,14 @@ msgstr ""
 msgid "out_gqtp コマンドファイル 出力ファイル名"
 msgstr ""
 
-# e873dc95b222468dbedb06c3a669a61f
 msgid ""
 "コマンドファイルをgroongaサーバでGQTP経由で実行します。その他はout_local命令"
 "と同等です。"
 msgstr ""
 
-# 132f5f8bfa1548df815b585e8afa3345
 msgid "out_http コマンドファイル 出力ファイル名"
 msgstr ""
 
-# c66c601df75149948f6ea50ea21acb28
 msgid ""
 "コマンドファイルをgroongaサーバでHTTP経由で実行します。その他はout_local命令"
 "と同等です。"
@@ -7564,7 +7504,6 @@ msgstr ""
 msgid "2行目"
 msgstr ""
 
-# 87fccacfca43471d8c683716617f52cf
 msgid "test.ddl というコマンドファイルをgroonga単体で実行し、詳細に報告する。"
 msgstr ""
 
@@ -7737,31 +7676,25 @@ msgstr ""
 "動作を確認するため、簡単なクエリー( :doc:`/reference/commands/status` )をリ"
 "クエストしてみます。"
 
-# 3417d4f80cf749ed948a43c4e3c20c13
 msgid "Loading data by POST"
 msgstr ""
 
-# 874e8455a7b6438998c3d2e47d1dbd01
 msgid ""
 "The feature of groonga-httpd in contrast to groonga is supporting POST "
 "method."
 msgstr ""
 
-# d33b34b4b4724b1589b37aa578d8fb55
 msgid "You can load data by POST JSON data."
 msgstr ""
 
-# c1752e29d2434fa2a5329b2cf1f950ea
 msgid ""
 "Here is an example curl command line that loads two users alice and bob to "
 "Users table::"
 msgstr ""
 
-# 135cd9058fb74dd2a2a70b1875f38f00
 msgid "If you loads users from JSON file, prepare JSON file like this::"
 msgstr ""
 
-# a33934f2b71246b4911cfa1eadc5373c
 msgid "Then specify JSON file in curl command line::"
 msgstr ""
 
@@ -8572,27 +8505,21 @@ msgstr ""
 msgid "Here is the sample to load log data under ``logs`` directory::"
 msgstr ""
 
-# 432b055e945445d3987fda4f411496a3
 msgid "Uses ``<endpoint>`` as the receiver endpoint."
 msgstr ""
 
-# d1f3eb87d7b24976b44e079e3f7ac1ec
 msgid "Uses ``<endpoint>`` as the sender endpoint."
 msgstr ""
 
-# 6d0a3de476dc4e54addf648225009d3f
 msgid "Runs as a daemon."
 msgstr ""
 
-# dcc6fdd1b9d0465288ddfa623864b44d
 msgid "Reads logs from ``<directory>``."
 msgstr ""
 
-# 31580530a20943d4bf4e3f949aab5175
 msgid "Outputs log to ``<path>``."
 msgstr ""
 
-# 41106ed6499d49e3b6a924d4bab5607d
 msgid ""
 "Uses ``<level>`` for log level. ``<level>`` must be between 1 and 9. Larger "
 "level outputs more logs."
@@ -8654,7 +8581,6 @@ msgid ""
 "(デフォルトは `hostname` の返すホスト名)"
 msgstr ""
 
-# 51b7463cfd744fd2ab6a365e97bab71e
 msgid ""
 "クライアント、サーバ、またはデーモンモードで使用するTCPポート番号。 (クライア"
 "ントモードのデフォルトは10043番、サーバ、またはデーモンモードのデフォルトは、"
@@ -8717,7 +8643,6 @@ msgstr ""
 msgid "使用するデータベースのパス名を指定します。"
 msgstr ""
 
-# 4c3c7db55230429db32ce8699a0efe5a
 msgid ""
 "クライアントモードの場合は接続先のホスト名とポート番号を指定します(デフォルト"
 "値は'localhost:10043')。ポート番号を指定しない場合には、10043が指定されたもの"
@@ -9556,7 +9481,6 @@ msgstr ""
 msgid "It specifies a normalizer name."
 msgstr "ノーマライザー名を指定します。"
 
-# efb1abf3bef347fe8102d132fe0f276c
 msgid "``use_html_escape``"
 msgstr ""
 
@@ -9567,7 +9491,6 @@ msgstr ""
 "HTMLエスケープの有無を指定します。 ``true`` を指定すればHTMLエスケープされま"
 "す。 ``false`` を指定すればHTMLエスケープされません。"
 
-# 56e4fb8533204fd9a57491e6d85bb2d2
 msgid "``keywordN``"
 msgstr ""
 
@@ -9578,7 +9501,6 @@ msgstr ""
 "タグ付けするキーワードを指定します。3つの引数ごとに複数のキーワードを指定する"
 "ことができます。"
 
-# e6275b5323364678b4ed95b2ff03f267
 msgid "``open_tagN``"
 msgstr ""
 
@@ -9588,7 +9510,6 @@ msgid ""
 msgstr ""
 "開始タグを指定します。3つの引数ごとに複数の開始タグを指定することができます。"
 
-# 6f377972f8474a9bb40b19c3704ff7f6
 msgid "``close_tagN``"
 msgstr ""
 
@@ -9608,7 +9529,6 @@ msgstr ""
 msgid ":doc:`/reference/commands/select`"
 msgstr ""
 
-# cda1f077ef7742e48d7201e47a7f437e
 msgid ":doc:`/reference/functions/highlight_html`"
 msgstr ""
 
@@ -13956,13 +13876,11 @@ msgstr "ストップワードは、語彙表の ``is_stop_word`` カラムで指
 msgid "Here is an example that uses ``TokenFilterStopWord`` token filter:"
 msgstr "以下は ``TokenFilterStopWord`` トークンフィルターを使う例です。"
 
-# a8b84103f234474fbcd07e178952da1f
 msgid "``and`` token is marked as stop word in ``Terms`` table."
 msgstr ""
 "``and`` というトークンは ``Terms`` テーブルでストップワードと指定されていま"
 "す。"
 
-# 1f1834584e30402fbf03def3ce9ea065
 msgid ""
 "``\"Hello\"`` that doesn't have ``and`` in content is matched. Because "
 "``and`` is a stop word and ``and`` is removed from query."
@@ -13977,7 +13895,6 @@ msgstr "``TokenFilterStem`` は、トークナイズされたトークンをス
 msgid "Here is an example that uses ``TokenFilterStem`` token filter:"
 msgstr "以下は ``TokenFilterStem`` トークンフィルターを使う例です。"
 
-# 0455fb4a6e53469585531e53372031d2
 msgid ""
 "All of ``develop``, ``developing``, ``developed`` and ``develops`` tokens "
 "are stemmed as ``develop``. So we can find ``develop``, ``developing`` and "
-------------- next part --------------
HTML����������������������������...
下載 



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