[Groonga-commit] groonga/groonga at ad4aa62 [master] doc development/en: use "Groonga" notation for English

Back to archive index

cosmo0920 null+****@clear*****
Sun Jan 26 04:30:26 JST 2014


cosmo0920	2014-01-26 04:30:26 +0900 (Sun, 26 Jan 2014)

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

  Merged 57f0cb7: Merge pull request #151 from cosmo0920/use-Groonga-notation-development-en

  Message:
    doc development/en: use "Groonga" notation for English

  Modified files:
    doc/locale/ja/LC_MESSAGES/development.po
    doc/source/development.txt
    doc/source/development/travis-ci.txt

  Modified: doc/locale/ja/LC_MESSAGES/development.po (+7 -7)
===================================================================
--- doc/locale/ja/LC_MESSAGES/development.po    2014-01-24 17:47:12 +0900 (bd78e6e)
+++ doc/locale/ja/LC_MESSAGES/development.po    2014-01-26 04:30:26 +0900 (7e50464)
@@ -21,8 +21,8 @@ msgid "Development"
 msgstr "開発"
 
 msgid ""
-"This section describes about developing with groonga. You may develop an "
-"application that uses groonga as its database, a library that uses "
+"This section describes about developing with Groonga. You may develop an "
+"application that uses Groonga as its database, a library that uses "
 "libgroonga, language bindings of libgroonga and so on."
 msgstr ""
 "このセクションではGroongaを使った開発について説明します。例えば、Groongaを"
@@ -33,7 +33,7 @@ msgid "Travis CI"
 msgstr ""
 
 msgid ""
-"This section describes about using groonga on `Travis CI <http://travis-ci."
+"This section describes about using Groonga on `Travis CI <http://travis-ci."
 "org/>`_. Travis CI is a hosted continuous integration service for the open "
 "source community."
 msgstr ""
@@ -43,7 +43,7 @@ msgstr ""
 
 msgid ""
 "You can use Travis CI for your open source software. This section only "
-"describes about groonga related configuration. See `Travis CI: Documentation "
+"describes about Groonga related configuration. See `Travis CI: Documentation "
 "<http://about.travis-ci.org/docs/>`_ about general Travis CI."
 msgstr ""
 "オープンソースソフトウェアを開発しているならTravis CIを使えます。このセクショ"
@@ -57,7 +57,7 @@ msgid ""
 "Travis CI is running on 64-bit Ubuntu 12.04 LTS Server Edition. (See `Travis "
 "CI: About Travis CI Environment <http://about.travis-ci.org/docs/user/ci-"
 "environment/>`_.)  You can use apt-line for Ubuntu 12.04 LTS provided by "
-"groonga project to install groonga on Travis CI."
+"Groonga project to install Groonga on Travis CI."
 msgstr ""
 "Travis CIは64-bit版のUbuntu 12.04 LTS サーバ版を使っています。( `Travis CI: "
 "About Travis CI Environment <http://about.travis-ci.org/docs/user/ci-"
@@ -89,13 +89,13 @@ msgstr ""
 "``before_install`` フックではなく ``install`` フックを使わなければいけない場"
 "合は、単に ``before_install:`` を ``install:`` に書き換えてください。"
 
-msgid "With the above configuration, you can use groonga for your build."
+msgid "With the above configuration, you can use Groonga for your build."
 msgstr "上記の設定でビルド中にGroongaを使えるようになります。"
 
 msgid "Examples"
 msgstr "例"
 
-msgid "Here are open source softwares that use groonga on Travis CI:"
+msgid "Here are open source softwares that use Groonga on Travis CI:"
 msgstr ""
 "Travis CI上でGroongaを使っているオープンソースソフトウェアは以下の通りです"
 

  Modified: doc/source/development.txt (+2 -2)
===================================================================
--- doc/source/development.txt    2014-01-24 17:47:12 +0900 (f2f7939)
+++ doc/source/development.txt    2014-01-26 04:30:26 +0900 (089b3a5)
@@ -5,8 +5,8 @@
 Development
 ===========
 
-This section describes about developing with groonga. You may develop
-an application that uses groonga as its database, a library that uses
+This section describes about developing with Groonga. You may develop
+an application that uses Groonga as its database, a library that uses
 libgroonga, language bindings of libgroonga and so on.
 
 .. toctree::

  Modified: doc/source/development/travis-ci.txt (+6 -6)
===================================================================
--- doc/source/development/travis-ci.txt    2014-01-24 17:47:12 +0900 (3a22ae6)
+++ doc/source/development/travis-ci.txt    2014-01-26 04:30:26 +0900 (fbf784b)
@@ -5,12 +5,12 @@
 Travis CI
 =========
 
-This section describes about using groonga on `Travis CI
+This section describes about using Groonga on `Travis CI
 <http://travis-ci.org/>`_. Travis CI is a hosted continuous
 integration service for the open source community.
 
 You can use Travis CI for your open source software. This section only
-describes about groonga related configuration. See `Travis CI:
+describes about Groonga related configuration. See `Travis CI:
 Documentation <http://about.travis-ci.org/docs/>`_ about general
 Travis CI.
 
@@ -20,8 +20,8 @@ Configuration
 Travis CI is running on 64-bit Ubuntu 12.04 LTS Server Edition. (See `Travis CI: About
 Travis CI Environment
 <http://about.travis-ci.org/docs/user/ci-environment/>`_.)  You can
-use apt-line for Ubuntu 12.04 LTS provided by groonga project to install
-groonga on Travis CI.
+use apt-line for Ubuntu 12.04 LTS provided by Groonga project to install
+Groonga on Travis CI.
 
 You can custom build lifecycle by ``.travis.yml``. (See `Travis CI:
 Conifugration your Travis CI build with .travis.yml
@@ -38,12 +38,12 @@ Add the following ``before_install`` configuration to ``.travis.yml``::
 If you need to use ``install`` hook instead of ``before_install``, you
 just substitute ``before_install:`` with ``install:``.
 
-With the above configuration, you can use groonga for your build.
+With the above configuration, you can use Groonga for your build.
 
 Examples
 --------
 
-Here are open source softwares that use groonga on Travis CI:
+Here are open source softwares that use Groonga on Travis CI:
 
   * `rroonga <http://groonga.rubyforge.org/#about-rroonga>`_ (Ruby bindings)
 
-------------- next part --------------
HTML����������������������������...
Download 



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