[Groonga-commit] groonga/groonga [master] doc: fix wrong reference

Zurück zum Archiv-Index

null+****@clear***** null+****@clear*****
2012年 8月 8日 (水) 21:56:01 JST


Kouhei Sutou	2012-08-08 21:56:01 +0900 (Wed, 08 Aug 2012)

  New Revision: 7a5fedc64856a9e68ae890f4b21235e1de422812
  https://github.com/groonga/groonga/commit/7a5fedc64856a9e68ae890f4b21235e1de422812

  Log:
    doc: fix wrong reference

  Modified files:
    doc/locale/ja/LC_MESSAGES/install.po
    doc/locale/ja/LC_MESSAGES/reference.po
    doc/locale/ja/LC_MESSAGES/tutorial.po
    doc/source/install/others.txt
    doc/source/server/gqtp.txt

  Modified: doc/locale/ja/LC_MESSAGES/install.po (+5 -11)
===================================================================
--- doc/locale/ja/LC_MESSAGES/install.po    2012-08-08 21:30:34 +0900 (fdf60df)
+++ doc/locale/ja/LC_MESSAGES/install.po    2012-08-08 21:56:01 +0900 (811b175)
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-07-23 15:32\n"
-"PO-Revision-Date: 2012-07-23 17:34+0900\n"
+"PO-Revision-Date: 2012-08-08 21:54+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -580,12 +580,11 @@ msgstr ""
 
 # b524ab397f924a3ebb8e05933b35a91e
 #: ../../../source/install/others.txt:62
-#, fuzzy
 msgid ""
 "`libedit <http://www.thrysoee.dk/editline/>`_ for command line editing in :"
 "doc:`/reference/executables/groonga`"
 msgstr ""
-"`libedit <http://www.thrysoee.dk/editline/>`_ ( :doc:`/executables/groonga` "
+"`libedit <http://www.thrysoee.dk/editline/>`_ ( :doc:`/reference/executables/groonga` "
 "のコマンドライン編集用)"
 
 # 796e01ca2aa14ef49dc2064e60a4e781
@@ -670,12 +669,11 @@ msgstr ""
 
 # e73b963346834f5ab5ec13168e391364
 #: ../../../source/install/others.txt:106
-#, fuzzy
 msgid ""
 "The default is ``/usr/local``. In this case, :doc:`/reference/executables/"
 "groonga` is installed into ``/usr/local/bin/groonga``."
 msgstr ""
-"デフォルトは ``/usr/local`` 。デフォルトの場合は :doc:`/executables/groonga` "
+"デフォルトは ``/usr/local`` 。デフォルトの場合は :doc:`/reference/executables/groonga` "
 "は ``/usr/local/bin/groonga`` にインストールされます。"
 
 # 176d083a81b04e2995c73971d13f5cd4
@@ -725,13 +723,9 @@ msgstr ""
 #: ../../../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 "
+"is :doc:`/reference/executables/groonga` command's ``--log-path`` command line option. So this option "
 "is not critical build option. It's just for convenient."
-msgstr ""
-"ログファイルのデフォルトのパスを指定します。ログファイルのデフォルトのパス"
-"は :doc:`/executables/groonga` の ``--log-path`` コマンドラインオプションで変"
-"更できます。そのため、このオプションはそんなに重要なビルドオプションではあり"
-"ません。少し便利にするためのオプションです。"
+msgstr "ログファイルのデフォルトのパスを指定します。ログファイルのデフォルトのパスは :doc:`/reference/executables/groonga` の ``--log-path`` コマンドラインオプションで変更できます。そのため、このオプションはそんなに重要なビルドオプションではありません。少し便利にするためのオプションです。"
 
 # 0dd6627b854f4630bc1a40500d3d71c1
 #: ../../../source/install/others.txt:135

  Modified: doc/locale/ja/LC_MESSAGES/reference.po (+3 -3)
===================================================================
--- doc/locale/ja/LC_MESSAGES/reference.po    2012-08-08 21:30:34 +0900 (93f60db)
+++ doc/locale/ja/LC_MESSAGES/reference.po    2012-08-08 21:56:01 +0900 (16bb6bf)
@@ -7,7 +7,7 @@ msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-07-25 21:52\n"
-"PO-Revision-Date: 2012-07-25 21:56+0900\n"
+"PO-Revision-Date: 2012-08-08 21:52+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -6744,7 +6744,7 @@ msgstr ""
 ":doc:`/reference/grn_expr/query_syntax` は一般的なインターネット検索サイトに"
 "ある検索フォーム用の構文です。シンプルで使いやすいですが、制限があります。 :"
 "doc:`/reference/grn_expr/query_syntax` では実行できない条件式や集合演算があり"
-"ます。 :doc:`/reference/grn_expr/query_syntax` は :doc:`/commands/select` の "
+"ます。 :doc:`/reference/grn_expr/query_syntax` は :doc:`/reference/commands/select` の "
 "``query`` オプションで指定する検索条件で使えます。"
 
 # 1b2b1a4bcb0e4d22940c5021f63a2b50
@@ -6758,7 +6758,7 @@ msgid ""
 msgstr ""
 ":doc:`/reference/grn_expr/script_syntax` はECMAScriptに似た構文です。 :doc:`/"
 "reference/grn_expr/script_syntax` ではすべての条件式と集合演算を使えます。 :"
-"doc:`/reference/grn_expr/script_syntax` は :doc:`/commands/select` の "
+"doc:`/reference/grn_expr/script_syntax` は :doc:`/reference/commands/select` の "
 "``filter`` オプションで指定する検索条件や ``scorer`` オプションで指定する式で"
 "使えます。"
 

  Modified: doc/locale/ja/LC_MESSAGES/tutorial.po (+2 -6)
===================================================================
--- doc/locale/ja/LC_MESSAGES/tutorial.po    2012-08-08 21:30:34 +0900 (6b2e80d)
+++ doc/locale/ja/LC_MESSAGES/tutorial.po    2012-08-08 21:56:01 +0900 (34e7445)
@@ -8,7 +8,7 @@ msgstr ""
 "Project-Id-Version: 1.2.1\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2012-07-23 15:32\n"
-"PO-Revision-Date: 2012-07-23 17:40+0900\n"
+"PO-Revision-Date: 2012-08-08 21:52+0900\n"
 "Last-Translator: Kouhei Sutou <kou****@clear*****>\n"
 "Language-Team: Japanese\n"
 "Language: ja\n"
@@ -914,11 +914,7 @@ msgid ""
 "column stores IDs those are automatically allocated by groonga. The _key "
 "column is associated with the primary key. You are not allowed to rename "
 "these columns."
-msgstr ""
-":doc:`/commands/table_create` コマンドで作成したテーブルには、最初から_id, "
-"_keyという2つのカラムがあります。_idはgroongaが自動的に付与するID番号が格納さ"
-"れるカラムです。_keyは主キーが格納されるカラムです。これらのカラム名を変更す"
-"ることはできません。"
+msgstr "上記の_idカラムと_keyカラムの2つのカラムは必須のカラムです。_idカラムはgroongaが自動的に割り当てるIDを格納します。_keyカラムは主キーを格納します。これらのカラム名を変更することはできません。"
 
 # bb371206793e407ab12db2864ee8d152
 #: ../../../source/tutorial/introduction.txt:120

  Modified: doc/source/install/others.txt (+3 -2)
===================================================================
--- doc/source/install/others.txt    2012-08-08 21:30:34 +0900 (df24be9)
+++ doc/source/install/others.txt    2012-08-08 21:56:01 +0900 (95b569d)
@@ -129,8 +129,9 @@ files::
 ++++++++++++++++++++++++
 
 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 is not critical build option. It's just for convenient.
+path is :doc:`/reference/executables/groonga` command's ``--log-path``
+command line option. So this option is not critical build option. It's
+just for convenient.
 
 The default is ``/usr/local/var/log/groonga.log``. The
 ``/usr/local/var`` part is changed by ``--localestatedir`` option.

  Modified: doc/source/server/gqtp.txt (+1 -1)
===================================================================
--- doc/source/server/gqtp.txt    2012-08-08 21:30:34 +0900 (6ac3806)
+++ doc/source/server/gqtp.txt    2012-08-08 21:56:01 +0900 (fb55178)
@@ -7,7 +7,7 @@ GQTP
 
 TODO
 
-See :doc:`/reference/executable/groonga`.
+See :doc:`/reference/executables/groonga`.
 
 ..
    .. toctree::
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 



Groonga-commit メーリングリストの案内
Zurück zum Archiv-Index