[Groonga-commit] groonga/groonga [master] doc en: update po

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 25日 (金) 15:00:00 JST


HAYASHI Kentaro	2012-05-25 15:00:00 +0900 (Fri, 25 May 2012)

  New Revision: 5f8e76b503403d456991c0cb7bb9ed9ce1399429

  Log:
    doc en: update po

  Modified files:
    doc/locale/en/LC_MESSAGES/commands.po
    doc/locale/en/LC_MESSAGES/executables.po
    doc/locale/en/LC_MESSAGES/indexing.po
    doc/locale/en/LC_MESSAGES/install.po
    doc/locale/en/LC_MESSAGES/news.po
    doc/locale/en/LC_MESSAGES/output.po
    doc/locale/en/LC_MESSAGES/tokenizers.po

  Modified: doc/locale/en/LC_MESSAGES/commands.po (+78 -78)
===================================================================
--- doc/locale/en/LC_MESSAGES/commands.po    2012-05-25 14:20:30 +0900 (3dd85d7)
+++ doc/locale/en/LC_MESSAGES/commands.po    2012-05-25 15:00:00 +0900 (294c8e3)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-24 12:20\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:36+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
@@ -3928,36 +3928,67 @@ msgstr "view_add Ventry Entry [true]"
 msgid "Execution example::"
 msgstr "Execution example::"
 
-# 18d80b86a5214a3c8e4ab858c7e5c458
-# 18d80b86a5214a3c8e4ab858c7e5c458
-#~ msgid "TODO: write short description and add example."
-#~ msgstr "TODO: write short description and add example."
+# 9c61b813ea6644459b5d734d49c2df70
+#~ msgid ""
+#~ "検索条件にマッチしたレコードのうち、出力を行うレコードの件数を指定します。"
+#~ "デフォルト値は10です。実際には、offset + limit がヒットした件数を超えない"
+#~ "範囲でレコードが出力されます。limitに負の値を指定した場合は、ヒットした件"
+#~ "数 + limit + 1 によって算出される値が指定されたものとみなされます。"
+#~ msgstr ""
+#~ "検索条件にマッチしたレコードのうち、出力を行うレコードの件数を指定します。"
+#~ "デフォルト値は10です。実際には、offset + limit がヒットした件数を超えない"
+#~ "範囲でレコードが出力されます。limitに負の値を指定した場合は、ヒットした件"
+#~ "数 + limit + 1 によって算出される値が指定されたものとみなされます。"
 
-# 54008bb20ab341bb9e6dc9b0a38529d8
-#~ msgid "TODO: add example."
-#~ msgstr "TODO: add example."
+# 547b09b9971645f18f9f24bfac79f838
+#~ msgid ""
+#~ "検索条件にマッチしたレコードのうち、出力対象となる最初のレコードの番号を0"
+#~ "ベースで指定します。デフォルト値は0です。offsetに負の値を指定した場合は、"
+#~ "ヒットした件数 + offset によって算出される値が指定されたものとみなされま"
+#~ "す。"
+#~ msgstr ""
+#~ "検索条件にマッチしたレコードのうち、出力対象となる最初のレコードの番号を0"
+#~ "ベースで指定します。デフォルト値は0です。offsetに負の値を指定した場合は、"
+#~ "ヒットした件数 + offset によって算出される値が指定されたものとみなされま"
+#~ "す。"
 
-# 77edd8442dd140358ec113f8bf2e338d
+# abe7421f4582410888d65840d86cdfd2
 #~ msgid ""
-#~ "It specifies a column that is used to expand (substitute) ``query`` "
-#~ "parameter value."
+#~ "query引数またはfilter引数を指定した場合はカラム名に'_score'を使えま"
+#~ "す。'_score'を指定することでスコアでソートすることができます。query引数も"
+#~ "filter引数も指定していない状態で'_score'を指定するとエラーになります。"
 #~ msgstr ""
-#~ "It specifies a column that is used to expand (substitute) ``query`` "
-#~ "parameter value."
+#~ "query引数またはfilter引数を指定した場合はカラム名に'_score'を使えま"
+#~ "す。'_score'を指定することでスコアでソートすることができます。query引数も"
+#~ "filter引数も指定していない状態で'_score'を指定するとエラーになります。"
 
-# 4621394a7f2b499b95697dbac131b9cf
+# 7b981fad01854653afeb0de778073d19
 #~ msgid ""
-#~ "query_expansionパラメータには、queryパラメータに指定された文字列を置換(拡"
-#~ "張)する条件となるテーブル・カラムを指定します。フォーマットは「${テーブル"
-#~ "名}.${カラム名}」となります。指定するテーブルは文字列を主キーとするハッ"
-#~ "シュ型あるいはパトリシア木型のテーブルで、一つ以上の文字列型のカラムが定義"
-#~ "されている必要があります。(ここでは置換テーブルと呼びます。)"
+#~ "カラム名1の値でソートし、値が同一である場合はカラム名2でソート、と順次比較"
+#~ "を行いソートします。カラム名の前に - を付加した場合は降順にソートします。"
+#~ "付加しない場合には昇順にソートします。"
 #~ msgstr ""
-#~ "query_expansionパラメータには、queryパラメータに指定された文字列を置換(拡"
-#~ "張)する条件となるテーブル・カラムを指定します。フォーマットは「${テーブル"
-#~ "名}.${カラム名}」となります。指定するテーブルは文字列を主キーとするハッ"
-#~ "シュ型あるいはパトリシア木型のテーブルで、一つ以上の文字列型のカラムが定義"
-#~ "されている必要があります。(ここでは置換テーブルと呼びます。)"
+#~ "カラム名1の値でソートし、値が同一である場合はカラム名2でソート、と順次比較"
+#~ "を行いソートします。カラム名の前に - を付加した場合は降順にソートします。"
+#~ "付加しない場合には昇順にソートします。"
+
+# 69dad63741a1451ea83336e95121c4ae
+#~ msgid "ソートキーとなるカラム名のリストをカンマ(',')区切りで指定します。::"
+#~ msgstr "ソートキーとなるカラム名のリストをカンマ(',')区切りで指定します。::"
+
+# e8a847361929497c916038cce5031068
+#~ msgid ""
+#~ "アスタリスク('*')を指定すると、全てのカラムが指定されたものとみなされま"
+#~ "す。または、script形式のgrn_expr文字列を指定します。 (デフォルトは、'_id, "
+#~ "_key, \\*')"
+#~ msgstr ""
+#~ "アスタリスク('*')を指定すると、全てのカラムが指定されたものとみなされま"
+#~ "す。または、script形式のgrn_expr文字列を指定します。 (デフォルトは、'_id, "
+#~ "_key, \\*')"
+
+# 1c51d64563f34499866d0cdddfc47d1b
+#~ msgid "出力するカラム名のリストをカンマ(',')区切りで指定します。"
+#~ msgstr "出力するカラム名のリストをカンマ(',')区切りで指定します。"
 
 # 3230169ac5b743eb888a78a7b000ff43
 #~ msgid ""
@@ -3981,64 +4012,33 @@ msgstr "Execution example::"
 #~ "なるカラムの値には、括弧や*, ORなど、queryパラメータで利用可能な全ての演算"
 #~ "子を指定することができます。"
 
-# 1c51d64563f34499866d0cdddfc47d1b
-#~ msgid "出力するカラム名のリストをカンマ(',')区切りで指定します。"
-#~ msgstr "出力するカラム名のリストをカンマ(',')区切りで指定します。"
-
-# e8a847361929497c916038cce5031068
-#~ msgid ""
-#~ "アスタリスク('*')を指定すると、全てのカラムが指定されたものとみなされま"
-#~ "す。または、script形式のgrn_expr文字列を指定します。 (デフォルトは、'_id, "
-#~ "_key, \\*')"
-#~ msgstr ""
-#~ "アスタリスク('*')を指定すると、全てのカラムが指定されたものとみなされま"
-#~ "す。または、script形式のgrn_expr文字列を指定します。 (デフォルトは、'_id, "
-#~ "_key, \\*')"
-
-# 69dad63741a1451ea83336e95121c4ae
-#~ msgid "ソートキーとなるカラム名のリストをカンマ(',')区切りで指定します。::"
-#~ msgstr "ソートキーとなるカラム名のリストをカンマ(',')区切りで指定します。::"
-
-# 7b981fad01854653afeb0de778073d19
+# 4621394a7f2b499b95697dbac131b9cf
 #~ msgid ""
-#~ "カラム名1の値でソートし、値が同一である場合はカラム名2でソート、と順次比較"
-#~ "を行いソートします。カラム名の前に - を付加した場合は降順にソートします。"
-#~ "付加しない場合には昇順にソートします。"
+#~ "query_expansionパラメータには、queryパラメータに指定された文字列を置換(拡"
+#~ "張)する条件となるテーブル・カラムを指定します。フォーマットは「${テーブル"
+#~ "名}.${カラム名}」となります。指定するテーブルは文字列を主キーとするハッ"
+#~ "シュ型あるいはパトリシア木型のテーブルで、一つ以上の文字列型のカラムが定義"
+#~ "されている必要があります。(ここでは置換テーブルと呼びます。)"
 #~ msgstr ""
-#~ "カラム名1の値でソートし、値が同一である場合はカラム名2でソート、と順次比較"
-#~ "を行いソートします。カラム名の前に - を付加した場合は降順にソートします。"
-#~ "付加しない場合には昇順にソートします。"
+#~ "query_expansionパラメータには、queryパラメータに指定された文字列を置換(拡"
+#~ "張)する条件となるテーブル・カラムを指定します。フォーマットは「${テーブル"
+#~ "名}.${カラム名}」となります。指定するテーブルは文字列を主キーとするハッ"
+#~ "シュ型あるいはパトリシア木型のテーブルで、一つ以上の文字列型のカラムが定義"
+#~ "されている必要があります。(ここでは置換テーブルと呼びます。)"
 
-# abe7421f4582410888d65840d86cdfd2
+# 77edd8442dd140358ec113f8bf2e338d
 #~ msgid ""
-#~ "query引数またはfilter引数を指定した場合はカラム名に'_score'を使えま"
-#~ "す。'_score'を指定することでスコアでソートすることができます。query引数も"
-#~ "filter引数も指定していない状態で'_score'を指定するとエラーになります。"
+#~ "It specifies a column that is used to expand (substitute) ``query`` "
+#~ "parameter value."
 #~ msgstr ""
-#~ "query引数またはfilter引数を指定した場合はカラム名に'_score'を使えま"
-#~ "す。'_score'を指定することでスコアでソートすることができます。query引数も"
-#~ "filter引数も指定していない状態で'_score'を指定するとエラーになります。"
+#~ "It specifies a column that is used to expand (substitute) ``query`` "
+#~ "parameter value."
 
-# 547b09b9971645f18f9f24bfac79f838
-#~ msgid ""
-#~ "検索条件にマッチしたレコードのうち、出力対象となる最初のレコードの番号を0"
-#~ "ベースで指定します。デフォルト値は0です。offsetに負の値を指定した場合は、"
-#~ "ヒットした件数 + offset によって算出される値が指定されたものとみなされま"
-#~ "す。"
-#~ msgstr ""
-#~ "検索条件にマッチしたレコードのうち、出力対象となる最初のレコードの番号を0"
-#~ "ベースで指定します。デフォルト値は0です。offsetに負の値を指定した場合は、"
-#~ "ヒットした件数 + offset によって算出される値が指定されたものとみなされま"
-#~ "す。"
+# 54008bb20ab341bb9e6dc9b0a38529d8
+#~ msgid "TODO: add example."
+#~ msgstr "TODO: add example."
 
-# 9c61b813ea6644459b5d734d49c2df70
-#~ msgid ""
-#~ "検索条件にマッチしたレコードのうち、出力を行うレコードの件数を指定します。"
-#~ "デフォルト値は10です。実際には、offset + limit がヒットした件数を超えない"
-#~ "範囲でレコードが出力されます。limitに負の値を指定した場合は、ヒットした件"
-#~ "数 + limit + 1 によって算出される値が指定されたものとみなされます。"
-#~ msgstr ""
-#~ "検索条件にマッチしたレコードのうち、出力を行うレコードの件数を指定します。"
-#~ "デフォルト値は10です。実際には、offset + limit がヒットした件数を超えない"
-#~ "範囲でレコードが出力されます。limitに負の値を指定した場合は、ヒットした件"
-#~ "数 + limit + 1 によって算出される値が指定されたものとみなされます。"
+# 18d80b86a5214a3c8e4ab858c7e5c458
+# 18d80b86a5214a3c8e4ab858c7e5c458
+#~ msgid "TODO: write short description and add example."
+#~ msgstr "TODO: write short description and add example."

  Modified: doc/locale/en/LC_MESSAGES/executables.po (+16 -11)
===================================================================
--- doc/locale/en/LC_MESSAGES/executables.po    2012-05-25 14:20:30 +0900 (44c8d71)
+++ doc/locale/en/LC_MESSAGES/executables.po    2012-05-25 15:00:00 +0900 (603b587)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-21 14:05\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:37+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
@@ -908,10 +908,10 @@ msgstr ""
 ":doc:`/suggest` .. : doc:`groonga-suggest-httpd` .. : doc:`groonga-suggest-"
 "learner`"
 
-# 20566112904b4009bd079301013fdc37
+# 799ffdd8f25d4d52ae1d0ad1e4bf6332
 #: ../../../source/executables/groonga.txt:6
-msgid "groonga実行ファイル"
-msgstr "groonga実行ファイル"
+msgid "groonga command"
+msgstr ""
 
 # ad1381ecafc149008530461297b3d171
 #: ../../../source/executables/groonga.txt:11
@@ -920,11 +920,12 @@ msgstr "groonga - 列指向データベース機能を持つ全文検索エン
 
 # 58959d84e0cf48768f2658e40221dab1
 #: ../../../source/executables/groonga.txt:23
+#, fuzzy
 msgid ""
 "groongaは列指向のデータベース機能を持つ高速でスケーラブルな全文検索エンジンで"
-"す。 groongaのデータベースは、groonga実行ファイルかCライブラリインタフェース"
-"を通して操作することができます。このマニュアルページでは、groonga実行ファイル"
-"の使い方について説明します。"
+"す。 groongaのデータベースは、groongaコマンドかCライブラリインタフェースを通"
+"して操作することができます。このマニュアルページでは、groongaコマンドの使い方"
+"について説明します。"
 msgstr ""
 "groongaは列指向のデータベース機能を持つ高速でスケーラブルな全文検索エンジンで"
 "す。 groongaのデータベースは、groonga実行ファイルかCライブラリインタフェース"
@@ -1114,11 +1115,11 @@ msgstr ""
 
 # 77013a001a83443490e508f01b1355fc
 #: ../../../source/executables/groonga.txt:144
+#, fuzzy
 msgid ""
-"groonga実行ファイルを通してデータベースを操作する命令をコマンドと呼びます。コ"
-"マンドは主にC言語で記述され、groongaプロセスにロードすることによって使用でき"
-"るようになります。 それぞれのコマンドは一意な名前と、0個以上の引数を持ちま"
-"す。"
+"groongaコマンドを通してデータベースを操作する命令をコマンドと呼びます。コマン"
+"ドは主にC言語で記述され、groongaプロセスにロードすることによって使用できるよ"
+"うになります。 それぞれのコマンドは一意な名前と、0個以上の引数を持ちます。"
 msgstr ""
 "groonga実行ファイルを通してデータベースを操作する命令をコマンドと呼びます。コ"
 "マンドは主にC言語で記述され、groongaプロセスにロードすることによって使用でき"
@@ -1281,3 +1282,7 @@ msgstr "httpサーバとして起動します。::"
 #: ../../../source/executables/groonga.txt:235
 msgid "サーバに接続し、テーブル一覧を表示します。::"
 msgstr "サーバに接続し、テーブル一覧を表示します。::"
+
+# 20566112904b4009bd079301013fdc37
+#~ msgid "groonga実行ファイル"
+#~ msgstr "groonga実行ファイル"

  Modified: doc/locale/en/LC_MESSAGES/indexing.po (+19 -18)
===================================================================
--- doc/locale/en/LC_MESSAGES/indexing.po    2012-05-25 14:20:30 +0900 (e319103)
+++ doc/locale/en/LC_MESSAGES/indexing.po    2012-05-25 15:00:00 +0900 (06df926)
@@ -7,16 +7,33 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-28 11:36\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:38+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
+"Language: en\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: en\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
+# a066d272e6144a87a613f245db07bf87
+# bb41cc15386649fcbc7a0c33986d8579
+# a9f42396e04846f99dba7b1f956b7e7d
+# 777da65395ec47479a797cba36fa9c57
+# ce0030a3739f41c8bfcc6ea3bc609093
+# f2941f76736848d7b099ff984546742d
+# e9e34d17476947b9883f60201e53791b
+#: ../../../source/example/indexing-data.log:1
+#: ../../../source/example/indexing-offline-index-construction.log:1
+#: ../../../source/example/indexing-online-index-construction.log:1
+#: ../../../source/example/indexing-schema.log:1
+#: ../../../source/example/indexing-search-after-offline-index-construction.log:1
+#: ../../../source/example/indexing-search-after-online-index-construction.log:1
+#: ../../../source/example/indexing-search-without-index.log:1
+msgid "Execution example::"
+msgstr "Execution example::"
+
 # bd971d607844461eb747647d8bee2759
 #: ../../../source/indexing.txt:9
 msgid "Indexing"
@@ -121,22 +138,6 @@ msgstr ""
 msgid "We define a schema:"
 msgstr "We define a schema:"
 
-# a066d272e6144a87a613f245db07bf87
-# bb41cc15386649fcbc7a0c33986d8579
-# a9f42396e04846f99dba7b1f956b7e7d
-# 777da65395ec47479a797cba36fa9c57
-# ce0030a3739f41c8bfcc6ea3bc609093
-# f2941f76736848d7b099ff984546742d
-# e9e34d17476947b9883f60201e53791b
-#: ../../../example/indexing-schema.log:1 ../../../example/indexing-data.log:1
-#: ../../../example/indexing-search-without-index.log:1
-#: ../../../example/indexing-offline-index-construction.log:1
-#: ../../../example/indexing-search-after-offline-index-construction.log:1
-#: ../../../example/indexing-online-index-construction.log:1
-#: ../../../example/indexing-search-after-online-index-construction.log:1
-msgid "Execution example::"
-msgstr "Execution example::"
-
 # 64b062eeac7d49a4baae9da96690bb26
 #: ../../../source/indexing.txt:62
 msgid "We register data:"

  Modified: doc/locale/en/LC_MESSAGES/install.po (+200 -165)
===================================================================
--- doc/locale/en/LC_MESSAGES/install.po    2012-05-25 14:20:30 +0900 (ed23a8b)
+++ doc/locale/en/LC_MESSAGES/install.po    2012-05-25 15:00:00 +0900 (1933bb2)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-24 12:20\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:38+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
@@ -34,7 +34,7 @@ msgstr ""
 # 90c94b2d1f654a9da15a3f4729c5f222
 #: ../../../source/install.txt:13 ../../../source/install/centos.txt:11
 #: ../../../source/install/debian.txt:11 ../../../source/install/fedora.txt:19
-#: ../../../source/install/mac_os_x.txt:11
+#: ../../../source/install/mac_os_x.txt:12
 #: ../../../source/install/ubuntu.txt:11
 #: ../../../source/install/windows.txt:11
 msgid ""
@@ -59,13 +59,14 @@ msgstr "CentOS 5"
 #, fuzzy
 msgid ""
 "This section describes how to install groonga related RPM packages on "
-"CentOS. You can install them by `yum`."
+"CentOS. You can install them by ``yum``."
 msgstr "This section describes how to install groonga on each environment."
 
-# aa44bbfe38a847ba808a53ad1966af4e
+# e54ce88fd05444e08d64ca22e3dd1a7b
 #: ../../../source/install/centos.txt:18
-msgid "5"
-msgstr ""
+#, fuzzy
+msgid "CentOS 5"
+msgstr "CentOS 6"
 
 # 0620e383955e465596983efa3acfc1d7
 # 0620e383955e465596983efa3acfc1d7
@@ -85,9 +86,10 @@ msgstr ""
 #: ../../../source/install/debian.txt:89
 #: ../../../source/install/debian.txt:131
 #: ../../../source/install/fedora.txt:28 ../../../source/install/fedora.txt:70
-#: ../../../source/install/mac_os_x.txt:20
-#: ../../../source/install/mac_os_x.txt:27
-#: ../../../source/install/mac_os_x.txt:50
+#: ../../../source/install/mac_os_x.txt:21
+#: ../../../source/install/mac_os_x.txt:28
+#: ../../../source/install/mac_os_x.txt:51
+#: ../../../source/install/solaris.txt:41
 #: ../../../source/install/ubuntu.txt:34 ../../../source/install/ubuntu.txt:72
 #: ../../../source/install/ubuntu.txt:110
 #: ../../../source/install/ubuntu.txt:148
@@ -171,7 +173,7 @@ msgid ""
 "Groonga-munin-plugins package requires munin-node package that isn't "
 "included in the official CentOS repository. You need to enable `Repoforge "
 "(RPMforge) <http://repoforge.org/>`_ repository or `EPEL <http://"
-"fedoraproject.org/wiki/EPEL>`_ repository to install it by `yum`."
+"fedoraproject.org/wiki/EPEL>`_ repository to install it by ``yum``."
 msgstr ""
 "Groonga-munin-plugins package requires munin-node package that isn't "
 "included in the official CentOS repository. You need to enable `Repoforge "
@@ -216,10 +218,10 @@ msgstr "Enable EPEL repository on any environment::"
 msgid "Install groonga-munin-plugins package::"
 msgstr "Install groonga-munin-plugins package::"
 
-# 61f643edeb264b119adb7b9d3bb9ed8a
+# e54ce88fd05444e08d64ca22e3dd1a7b
 #: ../../../source/install/centos.txt:66
-msgid "6"
-msgstr ""
+msgid "CentOS 6"
+msgstr "CentOS 6"
 
 # 5b8d30249ea94988b79d80381fdd0496
 # 6b3398fd45b4465a98e016b4b5aa8eea
@@ -228,7 +230,7 @@ msgstr ""
 msgid ""
 "Groonga-munin-plugins package requires munin-node package that isn't "
 "included in the official CentOS repository. You need to enable `EPEL <http://"
-"fedoraproject.org/wiki/EPEL>`_ repository to install it by yum."
+"fedoraproject.org/wiki/EPEL>`_ repository to install it by ``yum``."
 msgstr ""
 "Groonga-munin-plugins package requires munin-node package that isn't "
 "included in the official CentOS repository. You need to enable `Repoforge "
@@ -245,7 +247,7 @@ msgstr ""
 #: ../../../source/install/centos.txt:111
 #: ../../../source/install/debian.txt:111
 #: ../../../source/install/fedora.txt:50
-#: ../../../source/install/mac_os_x.txt:32
+#: ../../../source/install/mac_os_x.txt:33
 #: ../../../source/install/others.txt:72
 #: ../../../source/install/ubuntu.txt:170
 #: ../../../source/install/windows.txt:44
@@ -259,6 +261,7 @@ msgstr ""
 #: ../../../source/install/centos.txt:113
 #: ../../../source/install/debian.txt:113
 #: ../../../source/install/fedora.txt:52
+#: ../../../source/install/solaris.txt:14
 #: ../../../source/install/ubuntu.txt:172
 msgid "Install required packages to build groonga::"
 msgstr ""
@@ -271,7 +274,8 @@ msgstr ""
 #: ../../../source/install/centos.txt:117
 #: ../../../source/install/debian.txt:117
 #: ../../../source/install/fedora.txt:56
-#: ../../../source/install/mac_os_x.txt:36
+#: ../../../source/install/mac_os_x.txt:37
+#: ../../../source/install/solaris.txt:18
 #: ../../../source/install/ubuntu.txt:176
 msgid "Download source::"
 msgstr ""
@@ -284,7 +288,7 @@ msgstr ""
 #: ../../../source/install/centos.txt:123
 #: ../../../source/install/debian.txt:123
 #: ../../../source/install/fedora.txt:62
-#: ../../../source/install/mac_os_x.txt:42
+#: ../../../source/install/mac_os_x.txt:43
 #: ../../../source/install/ubuntu.txt:182
 msgid "Configure (see :ref:`source-configure` about ``configure`` options)::"
 msgstr ""
@@ -297,7 +301,8 @@ msgstr ""
 #: ../../../source/install/centos.txt:127
 #: ../../../source/install/debian.txt:127
 #: ../../../source/install/fedora.txt:66
-#: ../../../source/install/mac_os_x.txt:46
+#: ../../../source/install/mac_os_x.txt:47
+#: ../../../source/install/solaris.txt:31
 #: ../../../source/install/ubuntu.txt:186
 msgid "Build::"
 msgstr ""
@@ -313,7 +318,7 @@ msgstr "Debian GNU/Linux sid"
 #, fuzzy
 msgid ""
 "This section describes how to install groonga related deb packages on Debian "
-"GNU/Linux. You can install them by `apt`."
+"GNU/Linux. You can install them by ``apt``."
 msgstr "This section describes how to install groonga on each environment."
 
 # c4b5d94f4c404ecaa0802387db9ddf70
@@ -371,7 +376,7 @@ msgstr "Fedora 16"
 #, fuzzy
 msgid ""
 "This section describes how to install groonga related RPM packages on "
-"Fedora. You can install them by `yum`."
+"Fedora. You can install them by ``yum``."
 msgstr "This section describes how to install groonga on each environment."
 
 # ce43e341c32e4b8cb15f40551e54f722
@@ -385,10 +390,11 @@ msgid ""
 "days later. That is, the different is very small. :-)"
 msgstr ""
 
-# 2ed691a703244ebe882fdd1d2e7f06d6
+# 321a333ac68d41a1be6e272db0281ebb
 #: ../../../source/install/fedora.txt:26
-msgid "16"
-msgstr ""
+#, fuzzy
+msgid "Fedora 16"
+msgstr "Fedora 16"
 
 # c4de18a598bd40a3bcb8e9bfa5efc0c7
 #: ../../../source/install/mac_os_x.txt:6
@@ -400,21 +406,22 @@ msgstr ""
 #, fuzzy
 msgid ""
 "This section describes how to install groonga on Mac OS X. You can install "
-"groonga MacPorts or Homebrew."
+"groonga by `MacPorts <http://www.macports.org/>`_ or `Homebrew <http://mxcl."
+"github.com/homebrew/>`_."
 msgstr "This section describes how to install groonga on each environment."
 
 # 7be84ddf973f4e949dc57b94ffee5fe1
-#: ../../../source/install/mac_os_x.txt:18
+#: ../../../source/install/mac_os_x.txt:19
 msgid "MacPorts"
 msgstr ""
 
 # 44051bec13184c678d0a9d37c9f3acdb
-#: ../../../source/install/mac_os_x.txt:25
+#: ../../../source/install/mac_os_x.txt:26
 msgid "Homebrew"
 msgstr ""
 
 # 6b19ed6381844720b696fb32c818c914
-#: ../../../source/install/mac_os_x.txt:34
+#: ../../../source/install/mac_os_x.txt:35
 msgid "Install `Xcode <https://developer.apple.com/xcode/>`_."
 msgstr ""
 
@@ -609,51 +616,56 @@ msgid ""
 "``configure`` step."
 msgstr ""
 
+# 38dead3a7a41486489e22edd99903286
+#: ../../../source/install/others.txt:90
+msgid "The following describes details about each step."
+msgstr ""
+
 # 3e5ea9ee80a4412f90b5c8fd44524062
-#: ../../../source/install/others.txt:93
+#: ../../../source/install/others.txt:95
 msgid "``configure``"
 msgstr ""
 
 # 7234f11905b2453a9010dc8953bf7826
-#: ../../../source/install/others.txt:95
+#: ../../../source/install/others.txt:97
 msgid ""
 "First, you need to run ``configure``. Here are important ``configure`` "
 "options:"
 msgstr ""
 
 # 4ddc2738f04d45fc965e27570e39922b
-#: ../../../source/install/others.txt:99
+#: ../../../source/install/others.txt:101
 msgid "``--prefix=PATH``"
 msgstr ""
 
 # 1222dc58caab4ab3a9d7537c11ad51ec
-#: ../../../source/install/others.txt:101
+#: ../../../source/install/others.txt:103
 msgid ""
 "Specifies the install base directory. Groonga related files are installed "
 "under ``${PATH}/`` directory."
 msgstr ""
 
-# 17783ea2e0e4469697fbc85ab8b3ca92
-#: ../../../source/install/others.txt:104
+# b2e8f0686a0e4b719fba599dd9c48a97
+#: ../../../source/install/others.txt:106
 msgid ""
-"The default is ``/usr/local``. In this case, ``groonga`` command is "
+"The default is ``/usr/local``. In this case, :doc:`/executables/groonga` is "
 "installed into ``/usr/local/bin/groonga``."
 msgstr ""
 
 # 83851b6b60114fd99c855b4d8929f7a9
-#: ../../../source/install/others.txt:107
+#: ../../../source/install/others.txt:109
 msgid ""
 "Here is an example that installs groonga into ``~/local`` for an user use "
 "instead of system wide use::"
 msgstr ""
 
 # 2087bc6fd7394924a51e405a40818d9a
-#: ../../../source/install/others.txt:113
+#: ../../../source/install/others.txt:115
 msgid "``--localstatedir=PATH``"
 msgstr ""
 
 # a473920a17f442c08c08154c9aab9166
-#: ../../../source/install/others.txt:115
+#: ../../../source/install/others.txt:117
 msgid ""
 "Specifies the base directory to place modifiable file such as log file, PID "
 "file and database files. For example, log file is placed at ``${PATH}/log/"
@@ -661,23 +673,23 @@ msgid ""
 msgstr ""
 
 # 2fdd394621cb47dfab26a3c632785e89
-#: ../../../source/install/others.txt:119
+#: ../../../source/install/others.txt:121
 msgid "The default is ``/usr/local/var``."
 msgstr ""
 
 # 6913947010354e7c8ad0f6114f9926d6
-#: ../../../source/install/others.txt:121
+#: ../../../source/install/others.txt:123
 msgid ""
 "Here is an example that system wide ``/var`` is used for modifiable files::"
 msgstr ""
 
 # 3e58216124384abeb5b7d6d72a671eb2
-#: ../../../source/install/others.txt:127
+#: ../../../source/install/others.txt:129
 msgid "``--with-log-path=PATH``"
 msgstr ""
 
 # 6af3468f0c1f4d839fc3a1d5b3d29257
-#: ../../../source/install/others.txt:129
+#: ../../../source/install/others.txt:131
 msgid ""
 "Specifies the default log file path. You can override the default log path "
 "is ``goronga`` command's ``--log-path`` command line option. So this option "
@@ -685,108 +697,108 @@ msgid ""
 msgstr ""
 
 # be80ba30744d46a5aa1939808e854613
-#: ../../../source/install/others.txt:133
+#: ../../../source/install/others.txt:135
 msgid ""
 "The default is ``/usr/local/var/log/groonga.log``. The ``/usr/local/var`` "
 "part is changed by ``--localestatedir`` option."
 msgstr ""
 
 # 842315fdb2084fe48f02d014ce800b2b
-#: ../../../source/install/others.txt:136
+#: ../../../source/install/others.txt:138
 msgid ""
 "Here is an example that log file is placed into shared NFS directory ``/nfs/"
 "log/groonga.log``::"
 msgstr ""
 
 # a2c7d4ca2e7341e299e145ec0a4c2538
-#: ../../../source/install/others.txt:142
+#: ../../../source/install/others.txt:144
 msgid "``--with-default-encoding=ENCODING``"
 msgstr ""
 
 # 42c2e9906df5418e872e148105497086
-#: ../../../source/install/others.txt:144
+#: ../../../source/install/others.txt:146
 msgid ""
 "Specifies the default encoding. Available encodings are ``euc_jp``, "
 "``sjis``, ``utf8``, ``latin1``, ``koi8r`` and ``none``."
 msgstr ""
 
 # 30b59ce6200c429b9f1b30f2a015ebd3
-#: ../../../source/install/others.txt:147
+#: ../../../source/install/others.txt:149
 msgid "The default is ``utf-8``."
 msgstr ""
 
 # 0eab44eac62a4e60b3b331214baaec37
-#: ../../../source/install/others.txt:149
+#: ../../../source/install/others.txt:151
 msgid "Here is an example that Shift_JIS is used as the default encoding::"
 msgstr ""
 
 # 241105141b8e47ffad7432197863bb2f
-#: ../../../source/install/others.txt:154
+#: ../../../source/install/others.txt:156
 msgid "``--with-match-escalation-threshold=NUMBER``"
 msgstr ""
 
-# 9efeeafd1687417d8d0f9957c199bbc6
-#: ../../../source/install/others.txt:156
+# b2b5f31622584075917dc77cf0d0b25a
+#: ../../../source/install/others.txt:158
 msgid ""
 "Specifies the default match escalation threshold. See :doc:`/commands/"
 "select#match-escalation-threshold` about match escalation threshold. -1 "
-"means that search escalation is never used."
+"means that match operation never escalate."
 msgstr ""
 
 # 487a399a87ca4454a2a21c45f6b78f42
-#: ../../../source/install/others.txt:160
+#: ../../../source/install/others.txt:162
 msgid "The default is 0."
 msgstr ""
 
-# 09018e63797c41ceb97d49f3a5fb3646
-#: ../../../source/install/others.txt:162
-msgid "Here is an example that search escalation isn't used by default::"
+# 9ef57b538c034177a8b1969621bad942
+#: ../../../source/install/others.txt:164
+msgid "Here is an example that match escalation isn't used by default::"
 msgstr ""
 
 # 5837d55859e84071a07c3cd2649b7e26
-#: ../../../source/install/others.txt:167
+#: ../../../source/install/others.txt:169
 msgid "``--with-zlib``"
 msgstr ""
 
 # 5d1ab0c78b954f02bbb82cf0cdf60520
-#: ../../../source/install/others.txt:169
+#: ../../../source/install/others.txt:171
 msgid "Enables column value compression by zlib."
 msgstr ""
 
 # dec28b261f814741a33f3c4c9453403b
 # ae139fa3f8d6408ebf7d1830d5e1f90b
-#: ../../../source/install/others.txt:171
-#: ../../../source/install/others.txt:182
+#: ../../../source/install/others.txt:173
+#: ../../../source/install/others.txt:184
 msgid "The default is disabled."
 msgstr ""
 
 # 008acef0259b4c239ef04bb4f06ac496
-#: ../../../source/install/others.txt:173
+#: ../../../source/install/others.txt:175
 msgid "Here is an example that enables column value compression by zlib::"
 msgstr ""
 
 # 1afe619125294615b2c4a360f501b0e0
-#: ../../../source/install/others.txt:178
+#: ../../../source/install/others.txt:180
 msgid "``--with-lzo``"
 msgstr ""
 
 # 2bbe8b43c47f479badd0c183de00460f
-#: ../../../source/install/others.txt:180
+#: ../../../source/install/others.txt:182
 msgid "Enables column value compression by LZO."
 msgstr ""
 
 # 37b7d4d2ddb8474b87e271cb8f0cd969
-#: ../../../source/install/others.txt:184
+#: ../../../source/install/others.txt:186
 msgid "Here is an example that enables column value compression by LZO::"
 msgstr ""
 
 # 8ec355f81ae247f4a6456b6ae2321f83
-#: ../../../source/install/others.txt:189
+#: ../../../source/install/others.txt:191
 msgid "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
 msgstr ""
 
 # 1ae29574372444af9262cf2ab2a959eb
-#: ../../../source/install/others.txt:191
+#: ../../../source/install/others.txt:193
 msgid ""
 "Specifies where MessagePack is installed. If MessagePack isn't installed "
 "with ``--prefix=/usr``, you need to specify this option with path that you "
@@ -794,7 +806,7 @@ msgid ""
 msgstr ""
 
 # 8f4eb9bb41ee4ae89f6072702db463e0
-#: ../../../source/install/others.txt:195
+#: ../../../source/install/others.txt:197
 msgid ""
 "If you installed MessagePack with ``--prefix=$HOME/local`` option, you "
 "sholud specify ``--with-message-pack=$HOME/local`` to groonga's "
@@ -802,113 +814,140 @@ msgid ""
 msgstr ""
 
 # 00b9843a793b40a09c9542aa0644e31b
-#: ../../../source/install/others.txt:199
+#: ../../../source/install/others.txt:201
 msgid "The default is ``/usr``."
 msgstr ""
 
 # 4aad8e1eefe043529c20eebe9603752b
-#: ../../../source/install/others.txt:201
+#: ../../../source/install/others.txt:203
 msgid ""
 "Here is an example that uses MessagePack built with ``--prefix=$HOME/local`` "
 "option::"
 msgstr ""
 
 # c70755550c694146b10016b2359477fb
-#: ../../../source/install/others.txt:207
+#: ../../../source/install/others.txt:209
 msgid "``--with-munin-plugins``"
 msgstr ""
 
 # 978b07e0e008453cab965e7e8f49e120
-#: ../../../source/install/others.txt:209
+#: ../../../source/install/others.txt:211
 msgid ""
 "Installs Munin plugins for groonga. They are installed into ``${PREFIX}/"
 "share/groonga/munin/plugins/``."
 msgstr ""
 
-# 94ab525423ec40538c914e66b711071b
-# 9b2093755ec74f64bb7edb31a55cf801
-#: ../../../source/install/others.txt:212
-#: ../../../source/install/others.txt:226
-msgid "They are not installed by default."
+# 1e78b3deca804d5ab1101f10128a49f5
+#: ../../../source/install/others.txt:214
+msgid "Those plugins are not installed by default."
 msgstr ""
 
 # 94f9428dfebd40589e6beba6ab992175
-#: ../../../source/install/others.txt:214
+#: ../../../source/install/others.txt:216
 msgid "Here is an example that installs Munin plugins for groonga::"
 msgstr ""
 
 # 3256a0a00fb54cf19ddd6d4dc80a2b15
-#: ../../../source/install/others.txt:219
+#: ../../../source/install/others.txt:221
 msgid "``--with-package-platform=PLATFORM``"
 msgstr ""
 
 # 4e98fa213ac14f3ca929b9b156577770
-#: ../../../source/install/others.txt:221
+#: ../../../source/install/others.txt:223
 msgid ""
 "Installs platform specific system management files such as init script. "
 "Available platforms are ``redhat`` and ``fedora``. ``redhat`` is for Red Hat "
 "and Red Hat clone distributions such as CentOS. ``fedora`` is for Fedora."
 msgstr ""
 
-# 665c3c5198a64027a78448306bbce8ba
+# 9ef57b538c034177a8b1969621bad942
 #: ../../../source/install/others.txt:228
+msgid "Those system management files are not installed by default."
+msgstr ""
+
+# 39eed7cfd4c643f2b0dcd8dd24cee599
+#: ../../../source/install/others.txt:230
 msgid ""
-"Here is an example that installs platform specifiec system management files "
-"for CentOS::"
+"Here is an example that installs CentOS specific system management files::"
 msgstr ""
 
 # 8d5db893df8744c8a3e675066ed8e476
-#: ../../../source/install/others.txt:234
+#: ../../../source/install/others.txt:236
 msgid "``--help``"
 msgstr ""
 
 # a12a72c64e6d442fa9ca106dffc7f2d8
-#: ../../../source/install/others.txt:236
+#: ../../../source/install/others.txt:238
 msgid "Shows all ``configure`` options."
 msgstr ""
 
 # fa58e2434155462eaaa62ec8224a4369
-#: ../../../source/install/others.txt:239
+#: ../../../source/install/others.txt:241
 msgid "``make``"
 msgstr ""
 
 # 0dc976c833ff45b58a9ab92932e38ad2
-#: ../../../source/install/others.txt:241
+#: ../../../source/install/others.txt:243
 msgid "``configure`` is succeeded, you can build groonga by ``make``::"
 msgstr ""
 
 # aa903c82671d4b46b99642f6366e8986
-#: ../../../source/install/others.txt:245
+#: ../../../source/install/others.txt:247
 msgid ""
 "If you have multi cores CPU, you can make faster by using ``-j`` option. If "
 "you have 4 cores CPU, it's good for using ``-j4`` option::"
 msgstr ""
 
 # c156f99c29834b51b4b5abcfc60c49e3
-#: ../../../source/install/others.txt:250
+#: ../../../source/install/others.txt:252
 msgid ""
 "If you get some errors by ``make``, please report them to us: :doc:`/"
 "contribution/report`"
 msgstr ""
 
 # 0f4bb03d86154477a3eae2f80a60df4c
-#: ../../../source/install/others.txt:254
+#: ../../../source/install/others.txt:256
 msgid "``make install``"
 msgstr ""
 
 # b24e1e983e6d4ea89827af0a28a59bc4
-#: ../../../source/install/others.txt:256
+#: ../../../source/install/others.txt:258
 msgid "Now, you can install built groonga!::"
 msgstr ""
 
 # da46aa3ac4234722b9063d3f4149b7a7
-#: ../../../source/install/others.txt:260
+#: ../../../source/install/others.txt:262
 msgid ""
 "If you have write permission for ``${PREFIX}``, you don't need to use "
 "``sudo``. e.g. ``--prefix=$HOME/local`` case. In this case, use ``make "
 "install``::"
 msgstr ""
 
+# 15f23b9a89274aa3a83114829ed7f8a1
+#: ../../../source/install/solaris.txt:6
+msgid "Oracle Solaris"
+msgstr ""
+
+# 610d5ad310b748c1b7ce401cd0c1db8c
+#: ../../../source/install/solaris.txt:8
+#, fuzzy
+msgid ""
+"This section describes how to install groonga from source on Oracle Solaris."
+msgstr "This section describes how to install groonga on each environment."
+
+# 81bff1e671264615b59a962ddb147e15
+#: ../../../source/install/solaris.txt:12
+msgid "Oracle Solaris 11"
+msgstr ""
+
+# 1211357f59f0453dbb06e15f30df7866
+#: ../../../source/install/solaris.txt:24
+msgid ""
+"Configure with ``CFLAGS=\"-m64\" CXXFLAGS=\"-m64\"`` variables. They are "
+"needed for building 64-bit version. To build 32-bit version, just remove "
+"those variables. (see :ref:`source-configure` about ``configure`` options)::"
+msgstr ""
+
 # 1376d3cf262f439ca9b28e23200588a8
 #: ../../../source/install/ubuntu.txt:6
 msgid "Ubuntu"
@@ -919,7 +958,7 @@ msgstr ""
 #, fuzzy
 msgid ""
 "This section describes how to install groonga related deb packages on "
-"Ubuntu. You can install them by `apt`."
+"Ubuntu. You can install them by ``apt``."
 msgstr "This section describes how to install groonga on each environment."
 
 # 7418443aacf244e7ab6aaf35acef652d
@@ -979,7 +1018,7 @@ msgstr "Install"
 #: ../../../source/install/windows.txt:20
 #, fuzzy
 msgid ""
-"For 32-bit environment: download `groonga-2.0.3-x86.exe <http://packages."
+"For 32-bit environment, download `groonga-2.0.3-x86.exe <http://packages."
 "groonga.org/windows/groonga/groonga-2.0.3-x86.exe>`_ and run it."
 msgstr ""
 "You just download a zip file from `packages.groonga.org/windows/ <http://"
@@ -995,9 +1034,10 @@ msgstr ""
 "You just download a zip file from `packages.groonga.org/windows/ <http://"
 "packages.groonga.org/windows/groonga/>`_ and extract it."
 
-# e5c1b7ee1c1048709bf26afa4b9e0efe
+# 6f713ee759834964a630aacf6ac8807a
 #: ../../../source/install/windows.txt:28
-msgid "Use command prompt for ``groonga`` command installed in start menu."
+msgid ""
+"Use command prompt for :doc:`/executables/groonga` installed in start menu."
 msgstr ""
 
 # ee8806fa1d1342c3ab7ea9166afd1d9a
@@ -1009,7 +1049,7 @@ msgstr ""
 #: ../../../source/install/windows.txt:33
 #, fuzzy
 msgid ""
-"For 32-bit environment: download `groonga-2.0.3-x86.zip <http://packages."
+"For 32-bit environment, download `groonga-2.0.3-x86.zip <http://packages."
 "groonga.org/windows/groonga/groonga-2.0.3-x86.zip>`_ and extract it."
 msgstr ""
 "You just download a zip file from `packages.groonga.org/windows/ <http://"
@@ -1025,9 +1065,9 @@ msgstr ""
 "You just download a zip file from `packages.groonga.org/windows/ <http://"
 "packages.groonga.org/windows/groonga/>`_ and extract it."
 
-# 9a49f6df9ebb442eb50ed583903391eb
+# f319dafec99e42a692500560751d52e5
 #: ../../../source/install/windows.txt:41
-msgid "``groonga`` command is in ``bin`` folder."
+msgid ":doc:`/executables/groonga` is in ``bin`` folder."
 msgstr ""
 
 # f5c2526a24d744f2b95e6735ac28f002
@@ -1066,12 +1106,11 @@ msgid ""
 "Studio 2010 Express and move to the groonga's source folder::"
 msgstr ""
 
-# 810e309e0ab34a4695aaee51529a4010
+# 7f8f1b5536c24462ba2f65e21bd45bcc
 #: ../../../source/install/windows.txt:62
 msgid ""
-"Configure by ``cmake``. The following commnad line is for 64-bit version. If "
-"you want to build 32-bit version, use ``-G \"Visual Studio 10\"`` parameter "
-"instead::"
+"Configure by ``cmake``. The following commnad line is for 64-bit version. To "
+"build 32-bit version, use ``-G \"Visual Studio 10\"`` parameter instead::"
 msgstr ""
 
 # 70ff5db6421c46108548b4c93793242b
@@ -1086,51 +1125,37 @@ msgid ""
 "\\bin\\groonga.exe``."
 msgstr ""
 
-# bdc37ce6b77740c0a5867da09b102933
-#~ msgid "Debian GNU/Linux squeeze"
-#~ msgstr "Debian GNU/Linux squeeze"
-
-# aadfb6db92ad43d68043cd8fa948ba4b
-#~ msgid "Debian GNU/Linux wheezy"
-#~ msgstr "Debian GNU/Linux wheezy"
-
-# 6a2f2857c221494faeb2085dcaa3cf54
-# 6a2f2857c221494faeb2085dcaa3cf54
-# 6a2f2857c221494faeb2085dcaa3cf54
+# 19fd17706b744bbf9c6077fa58fcab8d
 #~ msgid ""
-#~ "You'll need to enable the universe repository of Ubuntu to install "
-#~ "groonga. The following describes how to do it."
+#~ "There are some `Munin <http://munin-monitoring.org/>`_ plugins in groonga "
+#~ "package. You need to specify `--with-munin-plugins` option if you want to "
+#~ "install them."
 #~ msgstr ""
-#~ "You'll need to enable the universe repository of Ubuntu to install "
-#~ "groonga. The following describes how to do it."
-
-# e54ce88fd05444e08d64ca22e3dd1a7b
-#~ msgid "CentOS 6"
-#~ msgstr "CentOS 6"
-
-# 3bd6451be6584979a28d31c8d9dd55a4
-#~ msgid "Enable Repoforge (RPMforge) repository on i686 environment::"
-#~ msgstr "Enable Repoforge (RPMforge) repository on i686 environment::"
-
-# eff06608d0a44762ad22ee06de537a08
-#~ msgid "Mac OS X (MacPorts)"
-#~ msgstr "Mac OS X (MacPorts)"
-
-# 21883879a42244b2aa2b937bf6a1fdbe
-#~ msgid "Mac OS X (Homebrew)"
-#~ msgstr "Mac OS X (Homebrew)"
+#~ "There are some `Munin <http://munin-monitoring.org/>`_ plugins in groonga "
+#~ "package. You need to specify `--with-munin-plugins` option if you want to "
+#~ "install them."
 
-# 419c388b6ec6482ebe17ef5b03ab73fb
-#~ msgid "Windows (Installer)"
-#~ msgstr "Windows (Installer)"
+# b1e01a0daa41405a9d687b48c6a6d281
+#~ msgid ""
+#~ "The `--prefix` option specifies the path to install groonga. If you don't "
+#~ "specify the install path, \"/usr/local\" is used. Please specify \"/usr\" "
+#~ "if you are not familiar with environment variables such as "
+#~ "LD_LIBRARY_PATH."
+#~ msgstr ""
+#~ "The `--prefix` option specifies the path to install groonga. If you don't "
+#~ "specify the install path, \"/usr/local\" is used. Please specify \"/usr\" "
+#~ "if you are not familiar with environment variables such as "
+#~ "LD_LIBRARY_PATH."
 
-# 5598fef05cff42478eb33ac4a5d233e5
+# bdec343fdef64190850c67302139ee83
 #~ msgid ""
-#~ "You just download an installer (.exe file) from `packages.groonga.org/"
-#~ "windows/ <http://packages.groonga.org/windows/groonga/>`_ and execute it."
+#~ "Then, download a tar.gz file from `packages.groonga.org/source/ <http://"
+#~ "packages.groonga.org/source/groonga/>`_ and extract it. After that, "
+#~ "please run the following command to install groonga."
 #~ msgstr ""
-#~ "You just download an installer (.exe file) from `packages.groonga.org/"
-#~ "windows/ <http://packages.groonga.org/windows/groonga/>`_ and execute it."
+#~ "Then, download a tar.gz file from `packages.groonga.org/source/ <http://"
+#~ "packages.groonga.org/source/groonga/>`_ and extract it. After that, "
+#~ "please run the following command to install groonga."
 
 # dba899df1ff04191a70fdf77b9b6b066
 #~ msgid ""
@@ -1142,34 +1167,44 @@ msgstr ""
 #~ "indexing, please install `MeCab <http://mecab.sourceforge.net/>`_ before "
 #~ "installing groonga."
 
-# bdec343fdef64190850c67302139ee83
+# 5598fef05cff42478eb33ac4a5d233e5
 #~ msgid ""
-#~ "Then, download a tar.gz file from `packages.groonga.org/source/ <http://"
-#~ "packages.groonga.org/source/groonga/>`_ and extract it. After that, "
-#~ "please run the following command to install groonga."
+#~ "You just download an installer (.exe file) from `packages.groonga.org/"
+#~ "windows/ <http://packages.groonga.org/windows/groonga/>`_ and execute it."
 #~ msgstr ""
-#~ "Then, download a tar.gz file from `packages.groonga.org/source/ <http://"
-#~ "packages.groonga.org/source/groonga/>`_ and extract it. After that, "
-#~ "please run the following command to install groonga."
+#~ "You just download an installer (.exe file) from `packages.groonga.org/"
+#~ "windows/ <http://packages.groonga.org/windows/groonga/>`_ and execute it."
 
-# b1e01a0daa41405a9d687b48c6a6d281
-#~ msgid ""
-#~ "The `--prefix` option specifies the path to install groonga. If you don't "
-#~ "specify the install path, \"/usr/local\" is used. Please specify \"/usr\" "
-#~ "if you are not familiar with environment variables such as "
-#~ "LD_LIBRARY_PATH."
-#~ msgstr ""
-#~ "The `--prefix` option specifies the path to install groonga. If you don't "
-#~ "specify the install path, \"/usr/local\" is used. Please specify \"/usr\" "
-#~ "if you are not familiar with environment variables such as "
-#~ "LD_LIBRARY_PATH."
+# 419c388b6ec6482ebe17ef5b03ab73fb
+#~ msgid "Windows (Installer)"
+#~ msgstr "Windows (Installer)"
 
-# 19fd17706b744bbf9c6077fa58fcab8d
+# 21883879a42244b2aa2b937bf6a1fdbe
+#~ msgid "Mac OS X (Homebrew)"
+#~ msgstr "Mac OS X (Homebrew)"
+
+# eff06608d0a44762ad22ee06de537a08
+#~ msgid "Mac OS X (MacPorts)"
+#~ msgstr "Mac OS X (MacPorts)"
+
+# 3bd6451be6584979a28d31c8d9dd55a4
+#~ msgid "Enable Repoforge (RPMforge) repository on i686 environment::"
+#~ msgstr "Enable Repoforge (RPMforge) repository on i686 environment::"
+
+# 6a2f2857c221494faeb2085dcaa3cf54
+# 6a2f2857c221494faeb2085dcaa3cf54
+# 6a2f2857c221494faeb2085dcaa3cf54
 #~ msgid ""
-#~ "There are some `Munin <http://munin-monitoring.org/>`_ plugins in groonga "
-#~ "package. You need to specify `--with-munin-plugins` option if you want to "
-#~ "install them."
+#~ "You'll need to enable the universe repository of Ubuntu to install "
+#~ "groonga. The following describes how to do it."
 #~ msgstr ""
-#~ "There are some `Munin <http://munin-monitoring.org/>`_ plugins in groonga "
-#~ "package. You need to specify `--with-munin-plugins` option if you want to "
-#~ "install them."
+#~ "You'll need to enable the universe repository of Ubuntu to install "
+#~ "groonga. The following describes how to do it."
+
+# aadfb6db92ad43d68043cd8fa948ba4b
+#~ msgid "Debian GNU/Linux wheezy"
+#~ msgstr "Debian GNU/Linux wheezy"
+
+# bdc37ce6b77740c0a5867da09b102933
+#~ msgid "Debian GNU/Linux squeeze"
+#~ msgstr "Debian GNU/Linux squeeze"

  Modified: doc/locale/en/LC_MESSAGES/news.po (+143 -127)
===================================================================
--- doc/locale/en/LC_MESSAGES/news.po    2012-05-25 14:20:30 +0900 (11ac3cd)
+++ doc/locale/en/LC_MESSAGES/news.po    2012-05-25 15:00:00 +0900 (0a87a67)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-24 12:20\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:38+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
@@ -50,9 +50,9 @@ msgstr "Release 2.0.2 - 2012/04/29"
 # d010dd869bdc417ca921a708b688a01c
 # 5588e26f3d4748e9b54c0bc1caf107d8
 # bb1528d0a44a48b7b6557f24eeab023e
-#: ../../../source/news.txt:14 ../../../source/news.txt:70
-#: ../../../source/news.txt:124 ../../../source/news.txt:168
-#: ../../../source/news.txt:217 ../../../source/news/1.2.x.txt:11
+#: ../../../source/news.txt:14 ../../../source/news.txt:75
+#: ../../../source/news.txt:129 ../../../source/news.txt:173
+#: ../../../source/news.txt:222 ../../../source/news/1.2.x.txt:11
 #: ../../../source/news/1.2.x.txt:74 ../../../source/news/1.2.x.txt:132
 #: ../../../source/news/1.2.x.txt:159 ../../../source/news/1.2.x.txt:191
 #: ../../../source/news/1.2.x.txt:223 ../../../source/news/1.2.x.txt:258
@@ -93,43 +93,52 @@ msgstr ""
 msgid "[doc] Made execution example copy & paste friendly."
 msgstr ""
 
-# 056280bfbcf94365afa40c94785b26c7
+# 1dfb0cc722ff4e4e9d743a01605c4b99
 #: ../../../source/news.txt:21
-msgid "[windows] Supported build with Visual Studio 2010 Express and CMake."
+msgid ""
+"[windows] Supported build with Visual Studio 2010 Express and CMake. See :"
+"doc:`/install/windows` about details."
+msgstr ""
+
+# 82da66cac45d4c08a7cf63b93fd1dafd
+#: ../../../source/news.txt:23
+msgid ""
+"[doc][solaris] Added a document about building on Solaris. See :doc:`/"
+"install/solaris` about details."
 msgstr ""
 
 # b74a370544d84fa6b93ae3084f2a4e42
-#: ../../../source/news.txt:22
+#: ../../../source/news.txt:25
 msgid ""
 "[doc][yum] Updated epel-release package version. [Reported by IWAI, Masaharu]"
 msgstr ""
 
 # fd039149d2724618a738e46fa0899f45
-#: ../../../source/news.txt:24
+#: ../../../source/news.txt:27
 msgid ""
 "[doc][cenos6] Disabled Repoforge for Munin for CentOS 6. [Reported by IWAI, "
 "Masaharu]"
 msgstr ""
 
 # a806583b50564c9eaa98c8062831fcc9
-#: ../../../source/news.txt:26
+#: ../../../source/news.txt:29
 msgid "Started distributing source archive in zip format."
 msgstr ""
 
 # 34b42b731fb94ec79cf710762b1b21b8
-#: ../../../source/news.txt:27
+#: ../../../source/news.txt:30
 msgid ""
 "[munin] groonga_dist Munin plugin supported an object that has separated "
 "files."
 msgstr ""
 
 # a7b45b36ed5145fd8a5ceb0f255e636b
-#: ../../../source/news.txt:29
+#: ../../../source/news.txt:32
 msgid "Started using Travis CI."
 msgstr ""
 
 # 3003c13807e349e79b3c29ae6f6131ed
-#: ../../../source/news.txt:30
+#: ../../../source/news.txt:33
 msgid ""
 "[yum] Changed RPM package name that provides Yum repository from groonga-"
 "repository to groonga-release to follow RPM package name convension such as "
@@ -148,8 +157,8 @@ msgstr ""
 # c1633ef65c2e4063bd60a4bc743d3b10
 # c18873a242934142ae60c224c6c6e27e
 # 18a9e10d0100455bb18a13652e91c3ef
-#: ../../../source/news.txt:35 ../../../source/news.txt:90
-#: ../../../source/news.txt:146 ../../../source/news.txt:192
+#: ../../../source/news.txt:38 ../../../source/news.txt:95
+#: ../../../source/news.txt:151 ../../../source/news.txt:197
 #: ../../../source/news/1.2.x.txt:37 ../../../source/news/1.2.x.txt:104
 #: ../../../source/news/1.2.x.txt:143 ../../../source/news/1.2.x.txt:176
 #: ../../../source/news/1.2.x.txt:211 ../../../source/news/1.2.x.txt:236
@@ -159,21 +168,21 @@ msgid "Fixes"
 msgstr "Fixes"
 
 # 0cc4b16a7b2c4048be6f3fc6b771a445
-#: ../../../source/news.txt:37
+#: ../../../source/news.txt:40
 #, fuzzy
 msgid ""
 "[doc] Fixed a command to update yum repository. [Suggested by IWAI, Masaharu]"
 msgstr "[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]"
 
 # 8a8704f8557d470b88f9632c7dd8db61
-#: ../../../source/news.txt:39
+#: ../../../source/news.txt:42
 #, fuzzy
 msgid ""
 "[deb] Fixed a bug that log_repoen command in logrotate uses wrong protocol."
 msgstr "Fixed a bug that geo point is loaded as broken value."
 
 # 656b1cf2166545b0ba6446a76509e607
-#: ../../../source/news.txt:40
+#: ../../../source/news.txt:43
 #, fuzzy
 msgid ""
 "Fixed broken ERROR tag in XML response. [#1363] [GitHub#13] [Patch by IWAI, "
@@ -183,10 +192,17 @@ msgstr ""
 "Masaharu]"
 
 # d15987bcfd94438f9c8f82ffc4907ef1
-#: ../../../source/news.txt:42
+#: ../../../source/news.txt:45
 msgid "Fixed a bug that grn_ctx isn't fully cleared by grn_ctx_fin()."
 msgstr ""
 
+# 746adc4343424af2b5f669126916ad7a
+#: ../../../source/news.txt:46
+msgid ""
+"Fixed a bug that ``&!`` set operation doesn't work with grouped expression. "
+"[#1372]"
+msgstr ""
+
 # c6625b9dd048482495d12f34a98403c5
 # c6625b9dd048482495d12f34a98403c5
 # c6625b9dd048482495d12f34a98403c5
@@ -197,9 +213,9 @@ msgstr ""
 # 75e2277587b841f3b40c6e123b57b8e5
 # 9ce8c0a632114f269ca48aa22c407740
 # ebbe85dda60940fc98abd1ac70c35c49
-#: ../../../source/news.txt:45 ../../../source/news.txt:112
-#: ../../../source/news.txt:157 ../../../source/news.txt:202
-#: ../../../source/news.txt:252 ../../../source/news/1.2.x.txt:49
+#: ../../../source/news.txt:50 ../../../source/news.txt:117
+#: ../../../source/news.txt:162 ../../../source/news.txt:207
+#: ../../../source/news.txt:257 ../../../source/news/1.2.x.txt:49
 #: ../../../source/news/1.2.x.txt:118 ../../../source/news/1.2.x.txt:148
 #: ../../../source/news/1.2.x.txt:181 ../../../source/news/1.2.x.txt:247
 #: ../../../source/news/1.2.x.txt:274
@@ -207,17 +223,17 @@ msgid "Thanks"
 msgstr "Thanks"
 
 # 4e3a32e828b74c7b9afa0bc423e6fab4
-#: ../../../source/news.txt:47 ../../../source/news.txt:114
+#: ../../../source/news.txt:52 ../../../source/news.txt:119
 msgid "IWAI, Masaharu"
 msgstr "IWAI, Masaharu"
 
 # 9d3982d7f983419aa0e608ae86493802
-#: ../../../source/news.txt:52
+#: ../../../source/news.txt:57
 msgid "Release 2.0.2 - 2012/04/29"
 msgstr "Release 2.0.2 - 2012/04/29"
 
 # 3085cb3bada24563a15ab7be8d1ba891
-#: ../../../source/news.txt:56
+#: ../../../source/news.txt:61
 msgid ""
 "The package sign key is changed since this release. Import the new package "
 "sign key before updating groogna packages."
@@ -226,32 +242,32 @@ msgstr ""
 "sign key before updating groogna packages."
 
 # ce53c60dc6264603aa0cfaf993bc4f11
-#: ../../../source/news.txt:59
+#: ../../../source/news.txt:64
 msgid "Debian/Ubuntu::"
 msgstr "Debian/Ubuntu::"
 
 # 66433d3ef8b347c0ba803e9d6a5e7838
-#: ../../../source/news.txt:64
+#: ../../../source/news.txt:69
 msgid "CentOS/Fedora::"
 msgstr "CentOS/Fedora::"
 
 # cb047e307e0a435db4df9ff360c1a9dc
-#: ../../../source/news.txt:72
+#: ../../../source/news.txt:77
 msgid "[pkg-config] Removed needless MessagePack dependency."
 msgstr "[pkg-config] Removed needless MessagePack dependency."
 
 # 0cc4b16a7b2c4048be6f3fc6b771a445
-#: ../../../source/news.txt:73
+#: ../../../source/news.txt:78
 msgid "[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]"
 msgstr "[rpm][fedora] Supported libedit. [#1325] [Suggested by IWAI, Masaharu]"
 
 # 713e81dc5f9e467689a4f835353e031a
-#: ../../../source/news.txt:74
+#: ../../../source/news.txt:79
 msgid "[rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]"
 msgstr "[rpm] Supported zlib and LZO. [#1324] [Patch by IWAI, Masaharu]"
 
 # 81d8faf4a8d143c99a0cdb7cb64fcdf5
-#: ../../../source/news.txt:75
+#: ../../../source/news.txt:80
 msgid ""
 "[groonga] Improved daemoinzed timing. Groonga server daemonizes after socket "
 "is listened. It means that groonga server is ready when groonga server is "
@@ -262,27 +278,27 @@ msgstr ""
 "daemonized. [#1326]"
 
 # 020227ee7fe344dabf2dfc1ce8afbed2
-#: ../../../source/news.txt:78
+#: ../../../source/news.txt:83
 msgid "[admin] Supported suggest in groonga administration page."
 msgstr "[admin] Supported suggest in groonga administration page."
 
 # e04de74421b24656892c022da6ca8d65
-#: ../../../source/news.txt:79
+#: ../../../source/news.txt:84
 msgid "[dump] Ignored MeCab tokenizer load error."
 msgstr "[dump] Ignored MeCab tokenizer load error."
 
 # 4d144f4253a74e2da16b78ea5f5bc655
-#: ../../../source/news.txt:80
+#: ../../../source/news.txt:85
 msgid "Supported CMake."
 msgstr "Supported CMake."
 
 # 19b790635c9e474ab3b372ef8eb5f0be
-#: ../../../source/news.txt:81
+#: ../../../source/news.txt:86
 msgid "[load] Supported error report when a column value can't be set."
 msgstr "[load] Supported error report when a column value can't be set."
 
 # 942f957761d24c69a909d49d4011f18d
-#: ../../../source/news.txt:82
+#: ../../../source/news.txt:87
 msgid ""
 "Supported similar search. ``select --filter \"column *S 'TEXT'\"`` is the "
 "similar search syntax. [#1342]"
@@ -291,17 +307,17 @@ msgstr ""
 "similar search syntax. [#1342]"
 
 # 7fca201dbc9946ae926927a4128b0df1
-#: ../../../source/news.txt:84
+#: ../../../source/news.txt:89
 msgid "[apt][yum] Changed package sign key."
 msgstr "[apt][yum] Changed package sign key."
 
 # 637b4b27a99e4a1f8a5384ad7ba02fc7
-#: ../../../source/news.txt:85
+#: ../../../source/news.txt:90
 msgid "Supported Ubuntu Precise Pangolin."
 msgstr "Supported Ubuntu Precise Pangolin."
 
 # d705f9d6ca5642c6b56d03eaf601fc44
-#: ../../../source/news.txt:86
+#: ../../../source/news.txt:91
 msgid ""
 "[apt] Added a new groonga-keyring deb package for the groonga's package sign "
 "key."
@@ -310,7 +326,7 @@ msgstr ""
 "key."
 
 # 4f74eb09a6f7456891d6b52b055f1c59
-#: ../../../source/news.txt:92
+#: ../../../source/news.txt:97
 msgid ""
 "[deb][rpm] Used ``--bind-address`` option instead of deprecated ``--"
 "address`` option. [#1320] [Patch by IWAI, Masaharu]"
@@ -319,7 +335,7 @@ msgstr ""
 "address`` option. [#1320] [Patch by IWAI, Masaharu]"
 
 # 7bc617327e9f4c22800ccd752d5b9ee0
-#: ../../../source/news.txt:95
+#: ../../../source/news.txt:100
 msgid ""
 "[deb] Renamed groonga-server package's configuration file to /etc/default/"
 "groonga-server from /etc/default/groonga."
@@ -328,7 +344,7 @@ msgstr ""
 "groonga-server from /etc/default/groonga."
 
 # 5c67a9e936ac4ab4be5fb2c1d83cd77e
-#: ../../../source/news.txt:97
+#: ../../../source/news.txt:102
 msgid ""
 "[rpm][fedora] Fixed upgrade condition in %post server. [GitHub#11] [Patch by "
 "Daiki Ueno]"
@@ -337,12 +353,12 @@ msgstr ""
 "Daiki Ueno]"
 
 # 0cc4b16a7b2c4048be6f3fc6b771a445
-#: ../../../source/news.txt:99
+#: ../../../source/news.txt:104
 msgid "[rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]"
 msgstr "[rpm] Removed needless change logs. [#1328] [Patch by IWAI, Masaharu]"
 
 # 656b1cf2166545b0ba6446a76509e607
-#: ../../../source/news.txt:100
+#: ../../../source/news.txt:105
 msgid ""
 "[deb][rpm] Added missing curl dependency. [GitHub#12] [Patch by IWAI, "
 "Masaharu]"
@@ -351,7 +367,7 @@ msgstr ""
 "Masaharu]"
 
 # 0cc4b16a7b2c4048be6f3fc6b771a445
-#: ../../../source/news.txt:102
+#: ../../../source/news.txt:107
 msgid ""
 "[rpm] Removed needleess ruby package dependency from groonga package. "
 "[#1330] [Suggested by IWAI, Masaharu]"
@@ -360,14 +376,14 @@ msgstr ""
 "[#1330] [Suggested by IWAI, Masaharu]"
 
 # 662c739d47bb47079796e06257bcec1e
-#: ../../../source/news.txt:104
+#: ../../../source/news.txt:109
 msgid ""
 "[deb] Added missing default values to groonga-server's configuration file."
 msgstr ""
 "[deb] Added missing default values to groonga-server's configuration file."
 
 # 19ece71a54d54547996918734829652d
-#: ../../../source/news.txt:106
+#: ../../../source/news.txt:111
 msgid ""
 "Fixed a crash bug that is caused when searching with updaging very large "
 "inverted index. [#1329]"
@@ -376,7 +392,7 @@ msgstr ""
 "inverted index. [#1329]"
 
 # 98dcc169722c463fb4bc610308235eb2
-#: ../../../source/news.txt:108
+#: ../../../source/news.txt:113
 msgid ""
 "Fixed a bug that strings are compared as characters instead of byte string. "
 "[#1340] [Reported by Shinya Kawaji]"
@@ -387,54 +403,54 @@ msgstr ""
 # 723c65da2730485fb3ba55fcd168a048
 # 723c65da2730485fb3ba55fcd168a048
 # a52c3d625a81442f97c5030f9b954f99
-#: ../../../source/news.txt:115 ../../../source/news.txt:205
+#: ../../../source/news.txt:120 ../../../source/news.txt:210
 #: ../../../source/news/1.2.x.txt:250
 msgid "Daiki Ueno"
 msgstr "Daiki Ueno"
 
 # fc596d5053a44470a2761d10a7cb3413
-#: ../../../source/news.txt:116
+#: ../../../source/news.txt:121
 msgid "Shinya Kawaji"
 msgstr "Shinya Kawaji"
 
 # 9d3982d7f983419aa0e608ae86493802
-#: ../../../source/news.txt:121
+#: ../../../source/news.txt:126
 msgid "Release 2.0.1 - 2012/03/29"
 msgstr "Release 2.0.1 - 2012/03/29"
 
 # c5a152b18a2340e78f6bae6081538285
-#: ../../../source/news.txt:126
+#: ../../../source/news.txt:131
 msgid "Supported build in other directory. [#1298] [Reported by Kazuhiko]"
 msgstr "Supported build in other directory. [#1298] [Reported by Kazuhiko]"
 
 # 7deb5e113b8040c9961985178f049abb
-#: ../../../source/news.txt:128
+#: ../../../source/news.txt:133
 msgid "[solaris] Supported build on Solaris 11. [Reported by Kazuhiko]"
 msgstr "[solaris] Supported build on Solaris 11. [Reported by Kazuhiko]"
 
 # 08d385fa713d4ace9075013fc0f98758
-#: ../../../source/news.txt:129
+#: ../../../source/news.txt:134
 msgid "[test] Supported functional test."
 msgstr "[test] Supported functional test."
 
 # 1367990823694504b92107645dc88ed5
-#: ../../../source/news.txt:130
+#: ../../../source/news.txt:135
 msgid "[test] Required ``--with-ruby19`` configure option for testing by Ruby."
 msgstr ""
 "[test] Required ``--with-ruby19`` configure option for testing by Ruby."
 
 # eacab9b568e74a91a50344e107a784e3
-#: ../../../source/news.txt:131
+#: ../../../source/news.txt:136
 msgid "[dump] Supported records dump for a table that has default tokenizer."
 msgstr "[dump] Supported records dump for a table that has default tokenizer."
 
 # f1db00d6fcd047429169945fcbe94d87
-#: ../../../source/news.txt:132
+#: ../../../source/news.txt:137
 msgid "[suggest] Added ``similar_search`` option."
 msgstr "[suggest] Added ``similar_search`` option."
 
 # 8fd6ed7bc7f64932acf284e14de56526
-#: ../../../source/news.txt:133
+#: ../../../source/news.txt:138
 msgid ""
 "[groonga] Removed deprecated options, ``-a``, ``--address`` and ``--admin-"
 "html-path``."
@@ -443,50 +459,50 @@ msgstr ""
 "html-path``."
 
 # cc710de18ec6411c9cb18b14d58ed9e9
-#: ../../../source/news.txt:135
+#: ../../../source/news.txt:140
 msgid "Added more return value checks. [GitHub#9] [Reported by Markus Elfring]"
 msgstr ""
 "Added more return value checks. [GitHub#9] [Reported by Markus Elfring]"
 
 # 8ab31cfea54c487bb4b57c04210fc897
-#: ../../../source/news.txt:136
+#: ../../../source/news.txt:141
 msgid "[dat] Supported term extract operation."
 msgstr "[dat] Supported term extract operation."
 
 # 7574be8d134842409ec54cf4041af085
-#: ../../../source/news.txt:137
+#: ../../../source/news.txt:142
 msgid "Added `logos <http://groonga.org/logo/>`_ ."
 msgstr "Added `logos <http://groonga.org/logo/>`_ ."
 
 # 596b1531c6bf45859114677a6cceedfd
-#: ../../../source/news.txt:138
+#: ../../../source/news.txt:143
 msgid "Updated HTML design."
 msgstr "Updated HTML design."
 
 # d78de719f48a4fe78a6f7b072b0d6116
-#: ../../../source/news.txt:139
+#: ../../../source/news.txt:144
 msgid "Renamed ``grntest`` to ``groonga-benchmark``."
 msgstr "Renamed ``grntest`` to ``groonga-benchmark``."
 
 # 637b4b27a99e4a1f8a5384ad7ba02fc7
-#: ../../../source/news.txt:140
+#: ../../../source/news.txt:145
 msgid "Supported ``autogen.sh`` on CentOS 5."
 msgstr "Supported ``autogen.sh`` on CentOS 5."
 
 # c0526eb9044a41bfb3de0bec76a3eb67
-#: ../../../source/news.txt:141
+#: ../../../source/news.txt:146
 msgid ""
 "[linux] Added ``vm.overcommit_memory`` kernel parameter value check. [#1289]"
 msgstr ""
 "[linux] Added ``vm.overcommit_memory`` kernel parameter value check. [#1289]"
 
 # 59941ec3a60b470a9103223ab000b74f
-#: ../../../source/news.txt:143
+#: ../../../source/news.txt:148
 msgid "``grn_snip`` uses ``grn_obj`` mechanism. [#1054]"
 msgstr "``grn_snip`` uses ``grn_obj`` mechanism. [#1054]"
 
 # 722543f8454343cda898af0ce9bf78e7
-#: ../../../source/news.txt:148
+#: ../../../source/news.txt:153
 msgid ""
 "Fixed a bug that uninstall task doesn't uninstall installed Ruby scripts. "
 "[#1299] [Reported by Kazuhiko]"
@@ -495,12 +511,12 @@ msgstr ""
 "[#1299] [Reported by Kazuhiko]"
 
 # 662c739d47bb47079796e06257bcec1e
-#: ../../../source/news.txt:150
+#: ../../../source/news.txt:155
 msgid "Added a missing Gemfile. [#1302] [Reported by Kazuhiko]"
 msgstr "Added a missing Gemfile. [#1302] [Reported by Kazuhiko]"
 
 # 185d841ac8be4b8484cddbe797fd0991
-#: ../../../source/news.txt:151
+#: ../../../source/news.txt:156
 msgid ""
 "Fixed a bug that some indexed records aren't found. The feature is only used "
 "by mroonga. [#1303]"
@@ -509,38 +525,38 @@ msgstr ""
 "by mroonga. [#1303]"
 
 # 7fe48ce2aebc450e9e31f901fe27b412
-#: ../../../source/news.txt:153
+#: ../../../source/news.txt:158
 msgid "[groonga] Appended missing ``-id`` to ``--server-id`` option name."
 msgstr "[groonga] Appended missing ``-id`` to ``--server-id`` option name."
 
 # 2fcd89baeac24194a2527640e47d9ce3
-#: ../../../source/news.txt:154
+#: ../../../source/news.txt:159
 msgid "Fixed a bug that latin1 normalization may access unexpected memory."
 msgstr "Fixed a bug that latin1 normalization may access unexpected memory."
 
 # 70ddf5805528495a942b141fdc1b2824
 # 70ddf5805528495a942b141fdc1b2824
-#: ../../../source/news.txt:159 ../../../source/news.txt:207
+#: ../../../source/news.txt:164 ../../../source/news.txt:212
 msgid "Kazuhiko"
 msgstr "Kazuhiko"
 
 # d58c831d5d4c44c9a83e1095cfa8c862
-#: ../../../source/news.txt:160
+#: ../../../source/news.txt:165
 msgid "Markus Elfring"
 msgstr "Markus Elfring"
 
 # 9d3982d7f983419aa0e608ae86493802
-#: ../../../source/news.txt:165
+#: ../../../source/news.txt:170
 msgid "Release 2.0.0 - 2012/02/29"
 msgstr "Release 2.0.0 - 2012/02/29"
 
 # a414a089bbc14a9f82bdaad5f75515af
-#: ../../../source/news.txt:170
+#: ../../../source/news.txt:175
 msgid "[dat] Added 0 length key check."
 msgstr "[dat] Added 0 length key check."
 
 # 662c739d47bb47079796e06257bcec1e
-#: ../../../source/news.txt:171
+#: ../../../source/news.txt:176
 msgid ""
 "[windows] Added missing GCC related DLLs. [groonga-dev,00686] [Reported by "
 "Suzuki]"
@@ -549,62 +565,62 @@ msgstr ""
 "Suzuki]"
 
 # 620c50a90cbd41a8b0e1f55860ea8df7
-#: ../../../source/news.txt:173
+#: ../../../source/news.txt:178
 msgid "[php] Supported PHP 5.4. [Patch by Daiki Ueno]"
 msgstr "[php] Supported PHP 5.4. [Patch by Daiki Ueno]"
 
 # 41b538a987974fedab114e809555913e
-#: ../../../source/news.txt:174
+#: ../../../source/news.txt:179
 msgid "Updated FSF address. [Suggested by Daiki Ueno]"
 msgstr "Updated FSF address. [Suggested by Daiki Ueno]"
 
 # 620c50a90cbd41a8b0e1f55860ea8df7
-#: ../../../source/news.txt:175
+#: ../../../source/news.txt:180
 msgid "[fedora] Supported systemd. [Patch by Daiki Ueno]"
 msgstr "[fedora] Supported systemd. [Patch by Daiki Ueno]"
 
 # 897ac749ec2c45bfa53271071655e23a
-#: ../../../source/news.txt:176
+#: ../../../source/news.txt:181
 msgid "[rpm][debian] Changed the default protocol to HTTP from gqtp."
 msgstr "[rpm][debian] Changed the default protocol to HTTP from gqtp."
 
 # 08d385fa713d4ace9075013fc0f98758
-#: ../../../source/news.txt:177
+#: ../../../source/news.txt:182
 msgid "[rpm][centos] Supported status command."
 msgstr "[rpm][centos] Supported status command."
 
 # 2879e0a9b0874633a3f2232fe37fd6e2
-#: ../../../source/news.txt:178
+#: ../../../source/news.txt:183
 msgid "Removed needless ``:`` from log message."
 msgstr "Removed needless ``:`` from log message."
 
 # 99c3b54e362747e4acedc32941cfc389
-#: ../../../source/news.txt:179
+#: ../../../source/news.txt:184
 msgid "Removed deprecated grn_query. [#1247]"
 msgstr "Removed deprecated grn_query. [#1247]"
 
 # e37379455e02422481fc94888f328fa9
-#: ../../../source/news.txt:180
+#: ../../../source/news.txt:185
 msgid "Reduced needless grn_ctx_at() calls on creating table."
 msgstr "Reduced needless grn_ctx_at() calls on creating table."
 
 # 4d144f4253a74e2da16b78ea5f5bc655
-#: ../../../source/news.txt:181
+#: ../../../source/news.txt:186
 msgid "[pat] Supported cache."
 msgstr "[pat] Supported cache."
 
 # 665c59c3ede3486697bbc788bc6a5c8b
-#: ../../../source/news.txt:182
+#: ../../../source/news.txt:187
 msgid "[tokenizer] Improved tokenizer API."
 msgstr "[tokenizer] Improved tokenizer API."
 
 # 77c9bce481c84580bf9ee22c9404b1a4
-#: ../../../source/news.txt:183
+#: ../../../source/news.txt:188
 msgid "Accepted ``@`` as a valid name character."
 msgstr "Accepted ``@`` as a valid name character."
 
 # 4a35ea3986b0459f91f631c80863c7b0
-#: ../../../source/news.txt:184
+#: ../../../source/news.txt:189
 msgid ""
 "[tokenizer] Added a tokenizer based on `KyTea <http://www.phontron.com/kytea/"
 ">`_."
@@ -613,12 +629,12 @@ msgstr ""
 ">`_."
 
 # c01310b2268a4debace6e4ce13c5289f
-#: ../../../source/news.txt:186
+#: ../../../source/news.txt:191
 msgid "Supported :doc:`offline index construction </indexing>`."
 msgstr "Supported :doc:`offline index construction </indexing>`."
 
 # 7deb5e113b8040c9961985178f049abb
-#: ../../../source/news.txt:187
+#: ../../../source/news.txt:192
 msgid ""
 "[tokenizer] Supported MeCab 0.993. [groonga-dev,00703] [Reported by Masaharu "
 "YOSHIOKA]"
@@ -627,32 +643,32 @@ msgstr ""
 "YOSHIOKA]"
 
 # 6625b92f26f64790b15dfd0975c2aa82
-#: ../../../source/news.txt:189
+#: ../../../source/news.txt:194
 msgid "[windows] Supported MessagePack."
 msgstr "[windows] Supported MessagePack."
 
 # 458637911705473dad2cf0bfe038308b
-#: ../../../source/news.txt:194
+#: ../../../source/news.txt:199
 msgid "[pat] Fixed a bug that the last node can't be found. [#1258]"
 msgstr "[pat] Fixed a bug that the last node can't be found. [#1258]"
 
 # 39d087748fff43a486e1168e5b13f8a4
-#: ../../../source/news.txt:195
+#: ../../../source/news.txt:200
 msgid "[doc] Fixed links in Japanese page. [Reported by @naoina]"
 msgstr "[doc] Fixed links in Japanese page. [Reported by @naoina]"
 
 # 3b1bde45ac39477985b050c5ebd59073
-#: ../../../source/news.txt:196
+#: ../../../source/news.txt:201
 msgid "[doc] Fixed wrong the default value. [Reported by @naoina]"
 msgstr "[doc] Fixed wrong the default value. [Reported by @naoina]"
 
 # 620c50a90cbd41a8b0e1f55860ea8df7
-#: ../../../source/news.txt:197
+#: ../../../source/news.txt:202
 msgid "Fixed a typo. [Reported by Kazuhiko]"
 msgstr "Fixed a typo. [Reported by Kazuhiko]"
 
 # 04c05f4cad1f4caa9c51d3361da694a0
-#: ../../../source/news.txt:198
+#: ../../../source/news.txt:203
 msgid ""
 "[http] Fixed a bug that ``load`` command error isn't cleared. [Reported by "
 "@wareohji]"
@@ -661,32 +677,32 @@ msgstr ""
 "@wareohji]"
 
 # 27db0a1a3d3e418db3fb2ee9e1d7f8d5
-#: ../../../source/news.txt:204
+#: ../../../source/news.txt:209
 msgid "Suzuki"
 msgstr "Suzuki"
 
 # aaf25fc02efa4af69d9b4c26eaf1ace5
-#: ../../../source/news.txt:206
+#: ../../../source/news.txt:211
 msgid "@naoina"
 msgstr "@naoina"
 
 # 1df5acca175247d4a5139a30b7adaac9
-#: ../../../source/news.txt:208
+#: ../../../source/news.txt:213
 msgid "Masaharu YOSHIOKA"
 msgstr "Masaharu YOSHIOKA"
 
 # d6118abed07b476ca65d254ca8009f05
-#: ../../../source/news.txt:209
+#: ../../../source/news.txt:214
 msgid "@wareohji"
 msgstr "@wareohji"
 
 # 9d3982d7f983419aa0e608ae86493802
-#: ../../../source/news.txt:214
+#: ../../../source/news.txt:219
 msgid "Release 1.3.0 - 2012/01/29"
 msgstr "Release 1.3.0 - 2012/01/29"
 
 # 0d154800e3ba475abc99bc20541f9717
-#: ../../../source/news.txt:219
+#: ../../../source/news.txt:224
 msgid ""
 "Supported dynamic DB key table change by GRN_DB_KEY=pat or GRN_DB_KEY=dat "
 "environment variable value."
@@ -695,7 +711,7 @@ msgstr ""
 "environment variable value."
 
 # 1367990823694504b92107645dc88ed5
-#: ../../../source/news.txt:221
+#: ../../../source/news.txt:226
 msgid ""
 "Added ``--with-default-db-key`` configure option that specifies the default "
 "DB key table."
@@ -704,24 +720,24 @@ msgstr ""
 "DB key table."
 
 # b4bc681be847489bb927039388ce2972
-#: ../../../source/news.txt:223
+#: ../../../source/news.txt:228
 msgid ""
 "Supported \"\" value for geo point data types. It's interpreted as \"0x0\"."
 msgstr ""
 "Supported \"\" value for geo point data types. It's interpreted as \"0x0\"."
 
 # d8fea81427214987ad59d5c8b7f36563
-#: ../../../source/news.txt:224
+#: ../../../source/news.txt:229
 msgid "Added column name to cast error message."
 msgstr "Added column name to cast error message."
 
 # e10237014eca4e1a8ea32f4b47463c5b
-#: ../../../source/news.txt:225
+#: ../../../source/news.txt:230
 msgid "Inhibit file information for stdin on load error."
 msgstr "Inhibit file information for stdin on load error."
 
 # 6b17f468dbda492eacab8d7c86ffce70
-#: ../../../source/news.txt:226
+#: ../../../source/news.txt:231
 msgid ""
 "Enabled write-strings warnings and suppress those warnings. [Suggested by "
 "montywi]"
@@ -730,32 +746,32 @@ msgstr ""
 "montywi]"
 
 # a1e85487041d45f6b85e8c960485b95f
-#: ../../../source/news.txt:228
+#: ../../../source/news.txt:233
 msgid "Marked MessagePack output format as supported. [#1215]"
 msgstr "Marked MessagePack output format as supported. [#1215]"
 
 # 82878fdccbcd403697f8a46989a06b6d
-#: ../../../source/news.txt:229
+#: ../../../source/news.txt:234
 msgid "Added ``const`` to ``void *`` of ``*_set_value()``."
 msgstr "Added ``const`` to ``void *`` of ``*_set_value()``."
 
 # b22ef7cd6f1e420ebe125b23e36cbc0f
-#: ../../../source/news.txt:230
+#: ../../../source/news.txt:235
 msgid "Enabled warning flags on C and C++."
 msgstr "Enabled warning flags on C and C++."
 
 # 637b4b27a99e4a1f8a5384ad7ba02fc7
-#: ../../../source/news.txt:231
+#: ../../../source/news.txt:236
 msgid "Supported ``--with-libevent`` without value configure option."
 msgstr "Supported ``--with-libevent`` without value configure option."
 
 # 9ed92f44748a4ac39eb469997af45df4
-#: ../../../source/news.txt:232
+#: ../../../source/news.txt:237
 msgid "``grn_table_get()`` supported grn_db. [#1242]"
 msgstr "``grn_table_get()`` supported grn_db. [#1242]"
 
 # 3b02e25790e44f70849488488502442b
-#: ../../../source/news.txt:233
+#: ../../../source/news.txt:238
 msgid ""
 "[rpm] Removed needless groogna-munin-plugins dependency from groonga-server. "
 "[#1251] [Suggested by Masaharu IWAI]"
@@ -764,7 +780,7 @@ msgstr ""
 "[#1251] [Suggested by Masaharu IWAI]"
 
 # 0cc4b16a7b2c4048be6f3fc6b771a445
-#: ../../../source/news.txt:235
+#: ../../../source/news.txt:240
 msgid ""
 "[rpm] Removed needless groogna-doc dependency from groonga. [#1251] "
 "[Suggested by Masaharu IWAI]"
@@ -773,28 +789,28 @@ msgstr ""
 "[Suggested by Masaharu IWAI]"
 
 # 8ab31cfea54c487bb4b57c04210fc897
-#: ../../../source/news.txt:237
+#: ../../../source/news.txt:242
 msgid "[dat] Supported repair by ``grn_dat_repair()``."
 msgstr "[dat] Supported repair by ``grn_dat_repair()``."
 
 # 3a30ed77cc084eac8d89b2a7ef8bafb9
-#: ../../../source/news.txt:238
+#: ../../../source/news.txt:243
 msgid "``grn_table_at()`` supported grn_db."
 msgstr "``grn_table_at()`` supported grn_db."
 
 # 0e9997d96b8e48f09049ce45fcd8b6ca
-#: ../../../source/news.txt:239
+#: ../../../source/news.txt:244
 msgid "[suggest] Removed unstable mark."
 msgstr "[suggest] Removed unstable mark."
 
 # 52df7d8f9e3a4b03aff21dd43f9c03b6
-#: ../../../source/news.txt:240
+#: ../../../source/news.txt:245
 msgid "[suggest][complete] Supported normalized value search in prefix-search."
 msgstr ""
 "[suggest][complete] Supported normalized value search in prefix-search."
 
 # c79bb643354343808b1ae41baeec275b
-#: ../../../source/news.txt:241
+#: ../../../source/news.txt:246
 msgid ""
 "Added experimental offline index build. It's disabled by default for now. "
 "You can enable it by USE_OFFLINE_INDEXER=yes environment variable."
@@ -803,47 +819,47 @@ msgstr ""
 "You can enable it by USE_OFFLINE_INDEXER=yes environment variable."
 
 # 8ab31cfea54c487bb4b57c04210fc897
-#: ../../../source/news.txt:244
+#: ../../../source/news.txt:249
 msgid "Added internal API ``grn_obj_path_by_id()`` for mroonga."
 msgstr "Added internal API ``grn_obj_path_by_id()`` for mroonga."
 
 # f1db00d6fcd047429169945fcbe94d87
-#: ../../../source/news.txt:245
+#: ../../../source/news.txt:250
 msgid "[suggest][httpd] Passed unknown parameters to groonga."
 msgstr "[suggest][httpd] Passed unknown parameters to groonga."
 
 # f73fce19828845d88ec0090118be92bc
-#: ../../../source/news.txt:246
+#: ../../../source/news.txt:251
 msgid "[output][xml] Added a newline before ``</RESULT>`` for readability."
 msgstr "[output][xml] Added a newline before ``</RESULT>`` for readability."
 
 # 39d087748fff43a486e1168e5b13f8a4
-#: ../../../source/news.txt:247
+#: ../../../source/news.txt:252
 msgid "[doc][output] Added documentation about output format type."
 msgstr "[doc][output] Added documentation about output format type."
 
 # 15ccad1cb0384f24bfef1be3dec7691c
-#: ../../../source/news.txt:248
+#: ../../../source/news.txt:253
 msgid "Added ``table_rename``. [#1234]"
 msgstr "Added ``table_rename``. [#1234]"
 
 # 15ccad1cb0384f24bfef1be3dec7691c
-#: ../../../source/news.txt:249
+#: ../../../source/news.txt:254
 msgid "Added ``column_rename``. [#1234]"
 msgstr "Added ``column_rename``. [#1234]"
 
 # a29d08b6be7649c0bcbaed506881684c
-#: ../../../source/news.txt:254
+#: ../../../source/news.txt:259
 msgid "montywi"
 msgstr "montywi"
 
 # 1df5acca175247d4a5139a30b7adaac9
-#: ../../../source/news.txt:255
+#: ../../../source/news.txt:260
 msgid "Masaharu IWAI"
 msgstr "Masaharu IWAI"
 
 # f4d8f86f37704c42abca933174ce9f06
-#: ../../../source/news.txt:258
+#: ../../../source/news.txt:263
 msgid "The old releases"
 msgstr "The old releases"
 

  Modified: doc/locale/en/LC_MESSAGES/output.po (+2 -2)
===================================================================
--- doc/locale/en/LC_MESSAGES/output.po    2012-05-25 14:20:30 +0900 (fb8e930)
+++ doc/locale/en/LC_MESSAGES/output.po    2012-05-25 15:00:00 +0900 (4c6778b)
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: 2.0.1\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-04-28 11:36\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-04-28 11:38+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
+"Language: en\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: en\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 # 9513abe6c294457799a1240ab03106c0

  Modified: doc/locale/en/LC_MESSAGES/tokenizers.po (+2 -2)
===================================================================
--- doc/locale/en/LC_MESSAGES/tokenizers.po    2012-05-25 14:20:30 +0900 (d645cd0)
+++ doc/locale/en/LC_MESSAGES/tokenizers.po    2012-05-25 15:00:00 +0900 (652af2c)
@@ -7,14 +7,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: groonga 2.0.2\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2012-05-10 16:04\n"
+"POT-Creation-Date: 2012-05-25 12:54\n"
 "PO-Revision-Date: 2012-05-10 16:04+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: English\n"
+"Language: en\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
-"Language: en\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
 
 # fca642af3cdd48578bb2846f85da538c




Groonga-commit メーリングリストの案内
Back to archive index