[Groonga-commit] pgroonga/pgroonga.github.io at bcbe019 [master] Add Ubuntu 14.04

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Feb 10 20:02:18 JST 2016


Kouhei Sutou	2016-02-10 20:02:18 +0900 (Wed, 10 Feb 2016)

  New Revision: bcbe0195f41bd3fe4d8691d66bbdacb1b16d50fd
  https://github.com/pgroonga/pgroonga.github.io/commit/bcbe0195f41bd3fe4d8691d66bbdacb1b16d50fd

  Message:
    Add Ubuntu 14.04

  Modified files:
    _po/ja/install/ubuntu.po
    _po/ja/news/index.po
    ja/install/ubuntu.md

  Modified: _po/ja/install/ubuntu.po (+12 -5)
===================================================================
--- _po/ja/install/ubuntu.po    2016-02-10 19:54:26 +0900 (3d2860e)
+++ _po/ja/install/ubuntu.po    2016-02-10 20:02:18 +0900 (47e4d71)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2016-02-04 23:22+0900\n"
+"PO-Revision-Date: 2016-02-10 20:02+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -42,11 +42,15 @@ msgstr "## インストール方法"
 
 msgid ""
 "You can use the following instruction to install PGroonga on all supported Ubu"
-"ntu versions."
-msgstr "PGroongaをインストールする方法は次の通りです。サポートしているすべてのバージョンのUbuntuで共通です。"
+"ntu versions except Ubuntu 14.04."
+msgstr "PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です。"
 
-msgid "Install `postgresql-9.4-pgroonga` package:"
-msgstr "`postgresql-9.4-pgroonga`パッケージをインストールします。"
+msgid ""
+"If you're using Ubuntu 14.04, install `postgresql-9.3-pgroonga` package. Other"
+"wise, install `postgresql-9.4-pgroonga` package:"
+msgstr ""
+"Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`post"
+"gresql-9.4-pgroonga`パッケージをインストールしてください。"
 
 msgid ""
 "```text\n"
@@ -54,6 +58,9 @@ msgid ""
 "% sudo add-apt-repository -y universe\n"
 "% sudo add-apt-repository -y ppa:groonga/ppa\n"
 "% sudo apt-get update\n"
+"Ubuntu 14.04:\n"
+"% sudo apt-get install -y -V postgresql-9.3-pgroonga\n"
+"Others:\n"
 "% sudo apt-get install -y -V postgresql-9.4-pgroonga\n"
 "```"
 msgstr ""

  Modified: _po/ja/news/index.po (+3 -0)
===================================================================
--- _po/ja/news/index.po    2016-02-10 19:54:26 +0900 (cb914f2)
+++ _po/ja/news/index.po    2016-02-10 20:02:18 +0900 (52b375c)
@@ -34,6 +34,9 @@ msgstr ""
 msgid "  * [Windows] Upgraded base PostgreSQL to 9.5.0 from 9.4.5."
 msgstr ""
 
+msgid "  * [Windows] Upgraded bundled Groonga to 5.1.2."
+msgstr ""
+
 msgid "  * [Windows] Enabled mruby."
 msgstr ""
 

  Modified: ja/install/ubuntu.md (+5 -2)
===================================================================
--- ja/install/ubuntu.md    2016-02-10 19:54:26 +0900 (c9935cb)
+++ ja/install/ubuntu.md    2016-02-10 20:02:18 +0900 (93fe254)
@@ -17,15 +17,18 @@ layout: ja
 
 ## インストール方法
 
-PGroongaをインストールする方法は次の通りです。サポートしているすべてのバージョンのUbuntuで共通です。
+PGroongaをインストールする方法は次の通りです。Ubuntu 14.04をのぞき、サポートしているすべてのバージョンのUbuntuで共通です。
 
-`postgresql-9.4-pgroonga`パッケージをインストールします。
+Ubuntu 14.04を使っている場合は`postgresql-9.3-pgroonga`パッケージをインストールしてください。それ以外の場合は`postgresql-9.4-pgroonga`パッケージをインストールしてください。
 
 ```text
 % sudo apt-get install -y software-properties-common
 % sudo add-apt-repository -y universe
 % sudo add-apt-repository -y ppa:groonga/ppa
 % sudo apt-get update
+Ubuntu 14.04:
+% sudo apt-get install -y -V postgresql-9.3-pgroonga
+Others:
 % sudo apt-get install -y -V postgresql-9.4-pgroonga
 ```
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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