<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hiroshi</id>
	<title>LimeSurvey Manual - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.limesurvey.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Hiroshi"/>
	<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/Special:Contributions/Hiroshi"/>
	<updated>2026-08-13T02:50:03Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/ja&amp;diff=64044</id>
		<title>Installation - LimeSurvey CE/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/ja&amp;diff=64044"/>
		<updated>2014-12-18T08:03:57Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;===ブラウザの互換性=== 回答の回収には、IE7か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。 管理ツール...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: このインストール方法は、バージョン2.0以上用です。1.92以前用のものは [[Installation Version 1.92 or older|ここ]] にあります。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=全般的なこと=&lt;br /&gt;
&lt;br /&gt;
LimeSurveyプロジェクトは、二通りのインストール方法を準備しています。&lt;br /&gt;
*自分のウェブサーバー：&amp;lt;br /&amp;gt;この場合は、このページのステップ1からそのとおりに行います。&lt;br /&gt;
&lt;br /&gt;
*ローカルのWindows PC：&amp;lt;br /&amp;gt;調査をまずはローカル環境で作ろうとする場合は、（スピードやテストの都合で）自分のPC上にインストールしておいて、あとでその環境をウェブサーバーに移したいということがあるでしょう。この目的のために、ウェブサーバー・データベース・LimeSurveyアプリケーションをすべて含んだ特別なパッケージを準備しました。[[Installation of the LimeSurvey XAMPP package|XAMPP版LimeSurveyのインストール方法はここから。]]&lt;br /&gt;
&lt;br /&gt;
===1. LimeSurveyの利用環境===&lt;br /&gt;
&lt;br /&gt;
LimeSurveyを利用するには、サーバが以下の要件を満たしている必要があります。&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
* Minimum 80 MB disk space&lt;br /&gt;
* MySQL 4.1.0 or later &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 or later &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 8.1 or later&lt;br /&gt;
* &#039;&#039;&#039;PHP 5.3 or later&#039;&#039;&#039; with the following modules/libraries enabled:&lt;br /&gt;
** mbstring (Multibyte String Functions) extension library (see also [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)&lt;br /&gt;
** Also we assume in general that all PHP default libraries are enabled (like hash, session, etc.).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; LimeSurveyの2.xは、1.xと異なるデータベースドライバを使っています。インストール中に、DBOドライバがみつからないといったメッセージが出た場合は、そこのウェブサーバー環境の管理者に、前述のドライバライブラリを入れてもらうようにお願いする必要があるでしょう。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
推奨：&lt;br /&gt;
* GDライブラリ（登録フォームのキャプチャ機能で必要。[http://de3.php.net/manual/en/ref.image.php GD-Library PHP Documentation]を参照。）&lt;br /&gt;
* LDAPライブラリ（LDAPを用いたトークンをインポートするのに必要。[http://de.php.net/manual/en/ref.ldap.php PHP LDAP Documentation]を参照。）&lt;br /&gt;
* Zipライブラリ（Zipアーカイブ形式でテンプレートやその他のリソースをインポートするのに必要）&lt;br /&gt;
* Zlibライブラリ（[[ConfortUpdate|楽々アップグレード]]に必要）&lt;br /&gt;
&lt;br /&gt;
これらの導入については、サーバ提供者の助けを借りるとうまくいく場合が多いでしょう。&lt;br /&gt;
&lt;br /&gt;
LimeSurveyをローカルコンピュータで試してみたいときは、[http://www.apachefriends.org/en/xampp.html XAMPP] を使うのがインストールも簡単でおすすめです。これにはウェブサーバーであるApache、MySQL、PHP、Perlがすべて含まれます。LimeSurveyはXAMPPの上で特別な設定なしに動作します。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
データベースセッションを使用する場合は、MySQLの&amp;quot;max_allowed_packet&amp;quot;設定が十分に大きいことを確認して下さい。いくつかの設問は2MB以上のセッションデータを生成します。&lt;br /&gt;
&lt;br /&gt;
===ブラウザの互換性===&lt;br /&gt;
回答の回収には、IE7か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。&lt;br /&gt;
管理ツールについては、IE9か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。&lt;br /&gt;
IEのイントラネットモードや、互換モードでの動作はサポートしてしません。&lt;br /&gt;
&lt;br /&gt;
==1.1 LimeSurveyのホスティング==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyは、PHPとMySQLが提供されていれば、たいていのホスティングサーバーで動作するはずです。インストールなしにLimeSurveyを使いたいときは、 [http://www.limeservice.com LimeService] の利用を検討してください。または、[[LimeSurvey-compatible hosting companies|LimeSurveyが動くホスティングサービスの一覧]] もご参考に。&lt;br /&gt;
&lt;br /&gt;
===2. LimeSurveyをダウンロードする===&lt;br /&gt;
&lt;br /&gt;
sourceforgeの[http://sourceforge.net/projects/limesurvey/ ウェブサイト]から、最新バージョンのLimeSurveyをダウンロードします。&lt;br /&gt;
&lt;br /&gt;
パッケージは2MB程度です。zipファイル（gzip、bz2、7zip形式もあります）をダウンロードして、ローカルディスクに保存してください。&lt;br /&gt;
&lt;br /&gt;
===3. LimeSurveyのパッケージを解凍する===&lt;br /&gt;
&lt;br /&gt;
お好きな解凍ソフト（例えば[http://www.vector.co.jp/soft/win95/util/se169348.html Lhaplus]など）を用いて、zipファイルを任意のディレクトリ（もしくはフォルダ、以下同じ）に解凍します。フォルダ構造を持つzipファイルが解凍できるように設定してください。（多くの解凍ソフトでは、これがデフォルトの設定です。）&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ディレクトリの権限設定&#039;&#039;&#039;&lt;br /&gt;
*このプログラムはアンケートをインポートする際にadminディレクトリへの書込権限が必要となります。またアップロードには&amp;quot;/limesurvey/tmp&amp;quot; ディレクトリが利用されるので、これらのディレクトリにはウェブサーバから読み書きできる必要があります。Linux, Unixではchmod 775の設定が必要です。&lt;br /&gt;
*その他のディレクトリは読取専用、Linux/Unixではchmod 755の設定で結構です。また、/limesurvey/admin ディレクトリの中の各ファイルを755に設定するのも一案です。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. サーバの情報を集める===&lt;br /&gt;
&lt;br /&gt;
LimeSurveyを正しくインストールするために、次の情報が必要です。&lt;br /&gt;
*プログラムを置くWebサイトのURL（例: &#039;http://my.domain.com/limesurvey&#039;)&lt;br /&gt;
*プログラムを置くサーバ内の物理的なロケーション (例: &#039;/home/usr/htdocs/limesurvey&#039;）&lt;br /&gt;
*MySQLデータベースサーバのIPアドレスまたはホスト名 (例: &#039;localhost&#039;)&lt;br /&gt;
*MySQLデータベースサーバが標準以外のポートを利用している場合、そのポート番号&lt;br /&gt;
*MySQLを利用する際のユーザ名とパスワード&lt;br /&gt;
*ホスティングサービスによっては、スクリプトからデータベース権限がないかも知れません。そのときはあらかじめデータベースの作成（limesurveyなどの名前で）だけやっておく必要があります。&lt;br /&gt;
&lt;br /&gt;
=5. ウェブサーバーへのアップロード=&lt;br /&gt;
&lt;br /&gt;
FTPなどでウェブサーバーに接続し、スクリプトを格納するディレクトリを作り、そこにディレクトリ構造をまるごとアップロードします。FTPの設定では、バイナリモードでアップロードするよう注意してください。ASCIIモードでは変なエラーが出ることがあります。（インストール中に &#039;class not found&#039; となってしまうことがありますし、画像も壊れます。）&lt;br /&gt;
&lt;br /&gt;
=7.1 ディレクトリのパーミッション設定=&lt;br /&gt;
&lt;br /&gt;
スクリプトが正しく動くために、いくつかのディレクトリに正しいアクセス権が必要です。特に、Linuxのようなシステムにおいて。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039;ディレクトリとその下のサブディレクトリとファイルは、インポートやアップロードに使われます。ウェブサーバーの実行ユーザーに、書き込みと読み込みの両方を許可してください。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039;ディレクトリとその下すべてについても、書き込み・読み込みを許可します。画像やメディアのアップロードに使われます。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; ディレクトリも書き込み・読み込みを許可してください。&lt;br /&gt;
*その他のディレクトリは読み込み専用にします。/limesurvey/admin も読み込み専用にしておくとよいでしょう。&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777. Try 755 first - if it does not work &#039;upgrade&#039; to 777.}}&lt;br /&gt;
&lt;br /&gt;
=7.2 データベースユーザーの作成=&lt;br /&gt;
&lt;br /&gt;
LimeSurveyはデータベースとその中のテーブルを自動で作ります。そのためには、そのデータベースエンジンへのユーザーネームとパスワードが必要です。ユーザーは、だいたい下のような権限が必要になるでしょう：&lt;br /&gt;
&lt;br /&gt;
- MySQL：SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server:&lt;br /&gt;
&lt;br /&gt;
===8. 管理プログラムに初回の接続を行う===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://your.domain.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
===9. うまくいかない時は&amp;amp;hellip;===&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL of your admin.php script. Assuming you used LimeSurvey as the directory name to store the files in, this will be something like &amp;quot;http://your.domain.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
ログイン画面が現れるはずです。デフォルトでログインできるユーザーは、（インストール中に明示的に変えない場合、）&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; ユーザ名: admin&lt;br /&gt;
&lt;br /&gt;
パスワード: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;初回ログイン時に、デフォルトのパスワードを変更するのを忘れないようにしてください。&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=10. 何か問題があったら=&lt;br /&gt;
&lt;br /&gt;
どんなプログラムもそうですが、この手順の通りでたいていは動きますが、そうでないときもあります。ありうる原因は、それはもういろいろあるので、ここには書ききれません。何か問題があったら、まずは [[Installation FAQ|インストール時のFAQ]] を見ましょう。そこで問題が解決しなければ、発生した問題とすべてのエラーメッセージをlimesurvey.orgの [http://www.limesurvey.org/en/forum LimeSurvey forums|フォーラム] にポストするか、[irc://irc.freenode.net/limesurvey|LimeSuveryのIRC] を訪ねてください。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[http://www.limesurvey.org/en/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/46/ja&amp;diff=64043</id>
		<title>Translations:Installation - LimeSurvey CE/46/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/46/ja&amp;diff=64043"/>
		<updated>2014-12-18T08:03:57Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;===ブラウザの互換性=== 回答の回収には、IE7か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。 管理ツール...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;===ブラウザの互換性===&lt;br /&gt;
回答の回収には、IE7か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。&lt;br /&gt;
管理ツールについては、IE9か、より新しい互換ブラウザ、FF、Chrome、Operaなどをサポートしています。&lt;br /&gt;
IEのイントラネットモードや、互換モードでの動作はサポートしてしません。&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/ja&amp;diff=64042</id>
		<title>Installation - LimeSurvey CE/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Installation_-_LimeSurvey_CE/ja&amp;diff=64042"/>
		<updated>2014-12-18T08:01:52Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;データベースセッションを使用する場合は、MySQLの&amp;quot;max_allowed_packet&amp;quot;設定が十分に大きいことを確認して下さい。いくつかの設問は2MB...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; 注意: このインストール方法は、バージョン2.0以上用です。1.92以前用のものは [[Installation Version 1.92 or older|ここ]] にあります。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=全般的なこと=&lt;br /&gt;
&lt;br /&gt;
LimeSurveyプロジェクトは、二通りのインストール方法を準備しています。&lt;br /&gt;
*自分のウェブサーバー：&amp;lt;br /&amp;gt;この場合は、このページのステップ1からそのとおりに行います。&lt;br /&gt;
&lt;br /&gt;
*ローカルのWindows PC：&amp;lt;br /&amp;gt;調査をまずはローカル環境で作ろうとする場合は、（スピードやテストの都合で）自分のPC上にインストールしておいて、あとでその環境をウェブサーバーに移したいということがあるでしょう。この目的のために、ウェブサーバー・データベース・LimeSurveyアプリケーションをすべて含んだ特別なパッケージを準備しました。[[Installation of the LimeSurvey XAMPP package|XAMPP版LimeSurveyのインストール方法はここから。]]&lt;br /&gt;
&lt;br /&gt;
===1. LimeSurveyの利用環境===&lt;br /&gt;
&lt;br /&gt;
LimeSurveyを利用するには、サーバが以下の要件を満たしている必要があります。&lt;br /&gt;
&lt;br /&gt;
Required:&lt;br /&gt;
* Minimum 80 MB disk space&lt;br /&gt;
* MySQL 4.1.0 or later &#039;&#039;&#039;OR&#039;&#039;&#039;    Microsoft SQL Server 2005 or later &#039;&#039;&#039;OR&#039;&#039;&#039;  Postgres 8.1 or later&lt;br /&gt;
* &#039;&#039;&#039;PHP 5.3 or later&#039;&#039;&#039; with the following modules/libraries enabled:&lt;br /&gt;
** mbstring (Multibyte String Functions) extension library (see also [[Installation FAQ#What is this mbstring (Multibyte String Functions) library?|Installation FAQ]])&lt;br /&gt;
** PDO database driver for MySQL (pdo_mysql or pdo_mysqli) or Postgres (pdo_pgsql) or MSSQL ([http://php.net/manual/en/ref.pdo-sqlsrv.php pdo_sqlsrv] for Windows and [http://www.php.net/manual/en/ref.pdo-dblib.php pdo_dblib] for Linux)&lt;br /&gt;
** Also we assume in general that all PHP default libraries are enabled (like hash, session, etc.).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; LimeSurveyの2.xは、1.xと異なるデータベースドライバを使っています。インストール中に、DBOドライバがみつからないといったメッセージが出た場合は、そこのウェブサーバー環境の管理者に、前述のドライバライブラリを入れてもらうようにお願いする必要があるでしょう。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
推奨：&lt;br /&gt;
* GDライブラリ（登録フォームのキャプチャ機能で必要。[http://de3.php.net/manual/en/ref.image.php GD-Library PHP Documentation]を参照。）&lt;br /&gt;
* LDAPライブラリ（LDAPを用いたトークンをインポートするのに必要。[http://de.php.net/manual/en/ref.ldap.php PHP LDAP Documentation]を参照。）&lt;br /&gt;
* Zipライブラリ（Zipアーカイブ形式でテンプレートやその他のリソースをインポートするのに必要）&lt;br /&gt;
* Zlibライブラリ（[[ConfortUpdate|楽々アップグレード]]に必要）&lt;br /&gt;
&lt;br /&gt;
これらの導入については、サーバ提供者の助けを借りるとうまくいく場合が多いでしょう。&lt;br /&gt;
&lt;br /&gt;
LimeSurveyをローカルコンピュータで試してみたいときは、[http://www.apachefriends.org/en/xampp.html XAMPP] を使うのがインストールも簡単でおすすめです。これにはウェブサーバーであるApache、MySQL、PHP、Perlがすべて含まれます。LimeSurveyはXAMPPの上で特別な設定なしに動作します。&lt;br /&gt;
&lt;br /&gt;
If you want to run Microsoft&#039;s IIS server taking a look at &amp;quot;[[Installation on XP with IIS]] might also help.&lt;br /&gt;
&lt;br /&gt;
データベースセッションを使用する場合は、MySQLの&amp;quot;max_allowed_packet&amp;quot;設定が十分に大きいことを確認して下さい。いくつかの設問は2MB以上のセッションデータを生成します。&lt;br /&gt;
&lt;br /&gt;
===Browser compatibility===&lt;br /&gt;
For the survey taking side we currently support IE7 and all newer comparable browsers like FF, Chrome, Opera, etc.&lt;br /&gt;
For the administration part we currently support IE9 and all newer comparable browsers like FF, Chrome, Opera, etc.&lt;br /&gt;
We do not support any IE version running in Intranet-mode or Compatibility-mode!&lt;br /&gt;
&lt;br /&gt;
==1.1 LimeSurveyのホスティング==&lt;br /&gt;
&lt;br /&gt;
LimeSurveyは、PHPとMySQLが提供されていれば、たいていのホスティングサーバーで動作するはずです。インストールなしにLimeSurveyを使いたいときは、 [http://www.limeservice.com LimeService] の利用を検討してください。または、[[LimeSurvey-compatible hosting companies|LimeSurveyが動くホスティングサービスの一覧]] もご参考に。&lt;br /&gt;
&lt;br /&gt;
===2. LimeSurveyをダウンロードする===&lt;br /&gt;
&lt;br /&gt;
sourceforgeの[http://sourceforge.net/projects/limesurvey/ ウェブサイト]から、最新バージョンのLimeSurveyをダウンロードします。&lt;br /&gt;
&lt;br /&gt;
パッケージは2MB程度です。zipファイル（gzip、bz2、7zip形式もあります）をダウンロードして、ローカルディスクに保存してください。&lt;br /&gt;
&lt;br /&gt;
===3. LimeSurveyのパッケージを解凍する===&lt;br /&gt;
&lt;br /&gt;
お好きな解凍ソフト（例えば[http://www.vector.co.jp/soft/win95/util/se169348.html Lhaplus]など）を用いて、zipファイルを任意のディレクトリ（もしくはフォルダ、以下同じ）に解凍します。フォルダ構造を持つzipファイルが解凍できるように設定してください。（多くの解凍ソフトでは、これがデフォルトの設定です。）&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;ディレクトリの権限設定&#039;&#039;&#039;&lt;br /&gt;
*このプログラムはアンケートをインポートする際にadminディレクトリへの書込権限が必要となります。またアップロードには&amp;quot;/limesurvey/tmp&amp;quot; ディレクトリが利用されるので、これらのディレクトリにはウェブサーバから読み書きできる必要があります。Linux, Unixではchmod 775の設定が必要です。&lt;br /&gt;
*その他のディレクトリは読取専用、Linux/Unixではchmod 755の設定で結構です。また、/limesurvey/admin ディレクトリの中の各ファイルを755に設定するのも一案です。&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===4. サーバの情報を集める===&lt;br /&gt;
&lt;br /&gt;
LimeSurveyを正しくインストールするために、次の情報が必要です。&lt;br /&gt;
*プログラムを置くWebサイトのURL（例: &#039;http://my.domain.com/limesurvey&#039;)&lt;br /&gt;
*プログラムを置くサーバ内の物理的なロケーション (例: &#039;/home/usr/htdocs/limesurvey&#039;）&lt;br /&gt;
*MySQLデータベースサーバのIPアドレスまたはホスト名 (例: &#039;localhost&#039;)&lt;br /&gt;
*MySQLデータベースサーバが標準以外のポートを利用している場合、そのポート番号&lt;br /&gt;
*MySQLを利用する際のユーザ名とパスワード&lt;br /&gt;
*ホスティングサービスによっては、スクリプトからデータベース権限がないかも知れません。そのときはあらかじめデータベースの作成（limesurveyなどの名前で）だけやっておく必要があります。&lt;br /&gt;
&lt;br /&gt;
=5. ウェブサーバーへのアップロード=&lt;br /&gt;
&lt;br /&gt;
FTPなどでウェブサーバーに接続し、スクリプトを格納するディレクトリを作り、そこにディレクトリ構造をまるごとアップロードします。FTPの設定では、バイナリモードでアップロードするよう注意してください。ASCIIモードでは変なエラーが出ることがあります。（インストール中に &#039;class not found&#039; となってしまうことがありますし、画像も壊れます。）&lt;br /&gt;
&lt;br /&gt;
=7.1 ディレクトリのパーミッション設定=&lt;br /&gt;
&lt;br /&gt;
スクリプトが正しく動くために、いくつかのディレクトリに正しいアクセス権が必要です。特に、Linuxのようなシステムにおいて。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/tmp&amp;quot;&#039;&#039;&#039;ディレクトリとその下のサブディレクトリとファイルは、インポートやアップロードに使われます。ウェブサーバーの実行ユーザーに、書き込みと読み込みの両方を許可してください。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/upload/&amp;quot;&#039;&#039;&#039;ディレクトリとその下すべてについても、書き込み・読み込みを許可します。画像やメディアのアップロードに使われます。&lt;br /&gt;
*&#039;&#039;&#039;&amp;quot;/limesurvey/application/config/&amp;quot;&#039;&#039;&#039; ディレクトリも書き込み・読み込みを許可してください。&lt;br /&gt;
*その他のディレクトリは読み込み専用にします。/limesurvey/admin も読み込み専用にしておくとよいでしょう。&lt;br /&gt;
&lt;br /&gt;
{{Hint|Text=If you are using Linux then depending on your webserver configuration you will have to chmod the rights on the writable folders to 755 or 777. Try 755 first - if it does not work &#039;upgrade&#039; to 777.}}&lt;br /&gt;
&lt;br /&gt;
=7.2 データベースユーザーの作成=&lt;br /&gt;
&lt;br /&gt;
LimeSurveyはデータベースとその中のテーブルを自動で作ります。そのためには、そのデータベースエンジンへのユーザーネームとパスワードが必要です。ユーザーは、だいたい下のような権限が必要になるでしょう：&lt;br /&gt;
&lt;br /&gt;
- MySQL：SELECT, CREATE, INSERT, UPDATE, DELETE, ALTER, DROP, INDEX&lt;br /&gt;
&lt;br /&gt;
- PostgreSQL: SELECT, INSERT, UPDATE, DELETE, TRUNCATE, TRIGGER&lt;br /&gt;
&lt;br /&gt;
- Microsoft SQL Server:&lt;br /&gt;
&lt;br /&gt;
===8. 管理プログラムに初回の接続を行う===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Go to &amp;quot;http://your.domain.com/limesurvey/admin&amp;quot;&#039;&#039;&#039;. If you configured everything correctly the LimeSurvey installer should be starting - just follow the instructions. You will be asked if to create the database and/or create the tables inside the database. LimeSurvey then creates the needed tables in the database.&lt;br /&gt;
&lt;br /&gt;
===9. うまくいかない時は&amp;amp;hellip;===&lt;br /&gt;
&lt;br /&gt;
After the installer has finished you are done! Open your browser and enter the URL of your admin.php script. Assuming you used LimeSurvey as the directory name to store the files in, this will be something like &amp;quot;http://your.domain.com/limesurvey/admin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
ログイン画面が現れるはずです。デフォルトでログインできるユーザーは、（インストール中に明示的に変えない場合、）&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; ユーザ名: admin&lt;br /&gt;
&lt;br /&gt;
パスワード: password&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;初回ログイン時に、デフォルトのパスワードを変更するのを忘れないようにしてください。&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
=10. 何か問題があったら=&lt;br /&gt;
&lt;br /&gt;
どんなプログラムもそうですが、この手順の通りでたいていは動きますが、そうでないときもあります。ありうる原因は、それはもういろいろあるので、ここには書ききれません。何か問題があったら、まずは [[Installation FAQ|インストール時のFAQ]] を見ましょう。そこで問題が解決しなければ、発生した問題とすべてのエラーメッセージをlimesurvey.orgの [http://www.limesurvey.org/en/forum LimeSurvey forums|フォーラム] にポストするか、[irc://irc.freenode.net/limesurvey|LimeSuveryのIRC] を訪ねてください。&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;[http://www.limesurvey.org/en/community-services/live-chat Direct link to the official LimeSurvey IRC Channel]&#039;&#039;&#039;&amp;lt;/center&amp;gt;&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/45/ja&amp;diff=64041</id>
		<title>Translations:Installation - LimeSurvey CE/45/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Installation_-_LimeSurvey_CE/45/ja&amp;diff=64041"/>
		<updated>2014-12-18T08:01:51Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;データベースセッションを使用する場合は、MySQLの&amp;quot;max_allowed_packet&amp;quot;設定が十分に大きいことを確認して下さい。いくつかの設問は2MB...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;データベースセッションを使用する場合は、MySQLの&amp;quot;max_allowed_packet&amp;quot;設定が十分に大きいことを確認して下さい。いくつかの設問は2MB以上のセッションデータを生成します。&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64040</id>
		<title>Translating LimeSurvey/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64040"/>
		<updated>2014-12-18T08:00:08Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
= LimeSurveyの翻訳 =&lt;br /&gt;
&lt;br /&gt;
LimeSurvey があなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳したり、既存のもの更新したりすることを手伝ってくれる人を探しています。これらの説明を読んで、疑問や質問がある場合は、 translations@livesurvey.org へメールすることをためらわないでください。&lt;br /&gt;
&lt;br /&gt;
=How to translate - Step-by-Step instructions=&lt;br /&gt;
&lt;br /&gt;
==Updating an existing translation==&lt;br /&gt;
#Create a free user account on [http://www.limesurvey.org the LimeSurvey website].&lt;br /&gt;
#Note: If you already have an account please log in once at the [http://www.limesurvey.org LimeSurvey website] first!&lt;br /&gt;
#Go to [http://translate.limesurvey.org http://translate.limesurvey.org], login there with the same user name and password.&lt;br /&gt;
#Pick the LimeSurvey version you want to translate for and start translating. After your translation was approved it will automatically be released in the weekly stable release and your username will be credited in the change log.&lt;br /&gt;
#If you are interested  to become a prime translator for your language with the ability to approve newly translated string please contact us at translations@limesurvey.org . Such a position requires a maximum of about an hour of work per week - important to us is that you are reliable doing this.&lt;br /&gt;
&lt;br /&gt;
==Customize an existing translation==&lt;br /&gt;
&lt;br /&gt;
Sometimes you want to modify an existing translation so it accommodates your particular survey situation better. In that case do the following:&lt;br /&gt;
#Go to http://translate.limesurvey.org (external link), pick the LimeSurvey version you want to translate for and the particular language you want to modify.&lt;br /&gt;
#On the bottom of the translation page you will find an option to export all strings as .po file. Do that and save it as *.po file to your local harddisk:&amp;lt;br /&amp;gt;[[File:export_po_file.png]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Start poEdit end edit the downloaded *.po file - modify the particular translations.&lt;br /&gt;
#Save. When you save the .po file then automatically a .mo file is created too. That is the one LimeSurvey will read from.&lt;br /&gt;
#Place the particular .mo file in the right language folder in /locale by replacing the existing one - for example for French this would be /locale/fr/LC_MESSAGES/fr.po&lt;br /&gt;
#Done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are using LimeService they will be happy to place the file for you. Just create a support ticket.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Creating a new translation==&lt;br /&gt;
#First of all get access to the development version of LimeSurvey. You can find detailed instructions how to get your hands on it on this page: [[Accessing the source code]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Now you have to find out the language-code for your language - you can search for your language-code in the [http://people.w3.org/rishida/utils/subtags/ IANA Language Subtag Registry].&lt;br /&gt;
#Go to the /locale directory and create a directory named after your language code.&lt;br /&gt;
#Inside that directory create a directory named LC_MESSAGES.&lt;br /&gt;
#Download the language template file from http://www.limesurvey.org/translationstatus/limesurvey.pot and rename it to &amp;lt;your_language_code&amp;gt;.po.&lt;br /&gt;
#Save the (yet) empty file to that dir (in the /locale/your_language_code/LC_MESSAGES/ folder).&lt;br /&gt;
#Now open the file with poEdit and translate everything you need to translate.&lt;br /&gt;
#To make LimeSurvey know about your language you must add it to the file application/helpers/surveytranslator_helper.php. Open that file with a text editor and add your language in the same way the other languages in that file are defined.&lt;br /&gt;
#Save - make sure that beside the .po file also the binary .mo file is created (that&#039;s the one LimeSurvey is reading from).&lt;br /&gt;
#Send the new .po-File and the updated surveytranslator_helper.php file to translations@limesurvey.org . If you want your name to be linked from/shown on the team-page please write so in the e-mail!&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/3/ja&amp;diff=64039</id>
		<title>Translations:Translating LimeSurvey/3/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/3/ja&amp;diff=64039"/>
		<updated>2014-12-18T08:00:08Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurvey があなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳したり、既存のもの更新したりすることを手伝ってくれる人を探しています。これらの説明を読んで、疑問や質問がある場合は、 translations@livesurvey.org へメールすることをためらわないでください。&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64038</id>
		<title>Translating LimeSurvey/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64038"/>
		<updated>2014-12-18T07:59:14Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;LimeSurvey をあなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳した...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
= LimeSurveyの翻訳 =&lt;br /&gt;
&lt;br /&gt;
LimeSurvey をあなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳したり、既存のもの更新したりすることを手伝ってくれる人を探しています。これらの説明を読んで、疑問や質問がある場合は、 translations@livesurvey.org へメールすることをためらわないでください。&lt;br /&gt;
&lt;br /&gt;
=How to translate - Step-by-Step instructions=&lt;br /&gt;
&lt;br /&gt;
==Updating an existing translation==&lt;br /&gt;
#Create a free user account on [http://www.limesurvey.org the LimeSurvey website].&lt;br /&gt;
#Note: If you already have an account please log in once at the [http://www.limesurvey.org LimeSurvey website] first!&lt;br /&gt;
#Go to [http://translate.limesurvey.org http://translate.limesurvey.org], login there with the same user name and password.&lt;br /&gt;
#Pick the LimeSurvey version you want to translate for and start translating. After your translation was approved it will automatically be released in the weekly stable release and your username will be credited in the change log.&lt;br /&gt;
#If you are interested  to become a prime translator for your language with the ability to approve newly translated string please contact us at translations@limesurvey.org . Such a position requires a maximum of about an hour of work per week - important to us is that you are reliable doing this.&lt;br /&gt;
&lt;br /&gt;
==Customize an existing translation==&lt;br /&gt;
&lt;br /&gt;
Sometimes you want to modify an existing translation so it accommodates your particular survey situation better. In that case do the following:&lt;br /&gt;
#Go to http://translate.limesurvey.org (external link), pick the LimeSurvey version you want to translate for and the particular language you want to modify.&lt;br /&gt;
#On the bottom of the translation page you will find an option to export all strings as .po file. Do that and save it as *.po file to your local harddisk:&amp;lt;br /&amp;gt;[[File:export_po_file.png]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Start poEdit end edit the downloaded *.po file - modify the particular translations.&lt;br /&gt;
#Save. When you save the .po file then automatically a .mo file is created too. That is the one LimeSurvey will read from.&lt;br /&gt;
#Place the particular .mo file in the right language folder in /locale by replacing the existing one - for example for French this would be /locale/fr/LC_MESSAGES/fr.po&lt;br /&gt;
#Done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are using LimeService they will be happy to place the file for you. Just create a support ticket.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Creating a new translation==&lt;br /&gt;
#First of all get access to the development version of LimeSurvey. You can find detailed instructions how to get your hands on it on this page: [[Accessing the source code]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Now you have to find out the language-code for your language - you can search for your language-code in the [http://people.w3.org/rishida/utils/subtags/ IANA Language Subtag Registry].&lt;br /&gt;
#Go to the /locale directory and create a directory named after your language code.&lt;br /&gt;
#Inside that directory create a directory named LC_MESSAGES.&lt;br /&gt;
#Download the language template file from http://www.limesurvey.org/translationstatus/limesurvey.pot and rename it to &amp;lt;your_language_code&amp;gt;.po.&lt;br /&gt;
#Save the (yet) empty file to that dir (in the /locale/your_language_code/LC_MESSAGES/ folder).&lt;br /&gt;
#Now open the file with poEdit and translate everything you need to translate.&lt;br /&gt;
#To make LimeSurvey know about your language you must add it to the file application/helpers/surveytranslator_helper.php. Open that file with a text editor and add your language in the same way the other languages in that file are defined.&lt;br /&gt;
#Save - make sure that beside the .po file also the binary .mo file is created (that&#039;s the one LimeSurvey is reading from).&lt;br /&gt;
#Send the new .po-File and the updated surveytranslator_helper.php file to translations@limesurvey.org . If you want your name to be linked from/shown on the team-page please write so in the e-mail!&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/3/ja&amp;diff=64037</id>
		<title>Translations:Translating LimeSurvey/3/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/3/ja&amp;diff=64037"/>
		<updated>2014-12-18T07:59:14Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;LimeSurvey をあなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳した...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurvey をあなたの母国語に翻訳されることはすばらしいことではありませんか？ LimeSurveyのチームは、常に新しいものを翻訳したり、既存のもの更新したりすることを手伝ってくれる人を探しています。これらの説明を読んで、疑問や質問がある場合は、 translations@livesurvey.org へメールすることをためらわないでください。&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64036</id>
		<title>Translating LimeSurvey/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64036"/>
		<updated>2014-12-18T07:55:39Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;= LimeSurveyの翻訳 =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
= LimeSurveyの翻訳 =&lt;br /&gt;
&lt;br /&gt;
Wouldn&#039;t it be great to have LimeSurvey completely translated to your mother-language? The LimeSurvey team is always on the look-out for new translations and for people who help to update the existing ones. Please read these instructions and don&#039;t hesitate to send email to translations@limesurvey.org if you are in doubt or have any other questions.&lt;br /&gt;
&lt;br /&gt;
=How to translate - Step-by-Step instructions=&lt;br /&gt;
&lt;br /&gt;
==Updating an existing translation==&lt;br /&gt;
#Create a free user account on [http://www.limesurvey.org the LimeSurvey website].&lt;br /&gt;
#Note: If you already have an account please log in once at the [http://www.limesurvey.org LimeSurvey website] first!&lt;br /&gt;
#Go to [http://translate.limesurvey.org http://translate.limesurvey.org], login there with the same user name and password.&lt;br /&gt;
#Pick the LimeSurvey version you want to translate for and start translating. After your translation was approved it will automatically be released in the weekly stable release and your username will be credited in the change log.&lt;br /&gt;
#If you are interested  to become a prime translator for your language with the ability to approve newly translated string please contact us at translations@limesurvey.org . Such a position requires a maximum of about an hour of work per week - important to us is that you are reliable doing this.&lt;br /&gt;
&lt;br /&gt;
==Customize an existing translation==&lt;br /&gt;
&lt;br /&gt;
Sometimes you want to modify an existing translation so it accommodates your particular survey situation better. In that case do the following:&lt;br /&gt;
#Go to http://translate.limesurvey.org (external link), pick the LimeSurvey version you want to translate for and the particular language you want to modify.&lt;br /&gt;
#On the bottom of the translation page you will find an option to export all strings as .po file. Do that and save it as *.po file to your local harddisk:&amp;lt;br /&amp;gt;[[File:export_po_file.png]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Start poEdit end edit the downloaded *.po file - modify the particular translations.&lt;br /&gt;
#Save. When you save the .po file then automatically a .mo file is created too. That is the one LimeSurvey will read from.&lt;br /&gt;
#Place the particular .mo file in the right language folder in /locale by replacing the existing one - for example for French this would be /locale/fr/LC_MESSAGES/fr.po&lt;br /&gt;
#Done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are using LimeService they will be happy to place the file for you. Just create a support ticket.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Creating a new translation==&lt;br /&gt;
#First of all get access to the development version of LimeSurvey. You can find detailed instructions how to get your hands on it on this page: [[Accessing the source code]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Now you have to find out the language-code for your language - you can search for your language-code in the [http://people.w3.org/rishida/utils/subtags/ IANA Language Subtag Registry].&lt;br /&gt;
#Go to the /locale directory and create a directory named after your language code.&lt;br /&gt;
#Inside that directory create a directory named LC_MESSAGES.&lt;br /&gt;
#Download the language template file from http://www.limesurvey.org/translationstatus/limesurvey.pot and rename it to &amp;lt;your_language_code&amp;gt;.po.&lt;br /&gt;
#Save the (yet) empty file to that dir (in the /locale/your_language_code/LC_MESSAGES/ folder).&lt;br /&gt;
#Now open the file with poEdit and translate everything you need to translate.&lt;br /&gt;
#To make LimeSurvey know about your language you must add it to the file application/helpers/surveytranslator_helper.php. Open that file with a text editor and add your language in the same way the other languages in that file are defined.&lt;br /&gt;
#Save - make sure that beside the .po file also the binary .mo file is created (that&#039;s the one LimeSurvey is reading from).&lt;br /&gt;
#Send the new .po-File and the updated surveytranslator_helper.php file to translations@limesurvey.org . If you want your name to be linked from/shown on the team-page please write so in the e-mail!&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/2/ja&amp;diff=64035</id>
		<title>Translations:Translating LimeSurvey/2/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/2/ja&amp;diff=64035"/>
		<updated>2014-12-18T07:55:38Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;= LimeSurveyの翻訳 =&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= LimeSurveyの翻訳 =&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64034</id>
		<title>Translating LimeSurvey/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translating_LimeSurvey/ja&amp;diff=64034"/>
		<updated>2014-12-18T07:55:24Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;LimeSurvey を翻訳する&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;languages /&amp;gt; __TOC__&lt;br /&gt;
&lt;br /&gt;
=Translating LimeSurvey=&lt;br /&gt;
&lt;br /&gt;
Wouldn&#039;t it be great to have LimeSurvey completely translated to your mother-language? The LimeSurvey team is always on the look-out for new translations and for people who help to update the existing ones. Please read these instructions and don&#039;t hesitate to send email to translations@limesurvey.org if you are in doubt or have any other questions.&lt;br /&gt;
&lt;br /&gt;
=How to translate - Step-by-Step instructions=&lt;br /&gt;
&lt;br /&gt;
==Updating an existing translation==&lt;br /&gt;
#Create a free user account on [http://www.limesurvey.org the LimeSurvey website].&lt;br /&gt;
#Note: If you already have an account please log in once at the [http://www.limesurvey.org LimeSurvey website] first!&lt;br /&gt;
#Go to [http://translate.limesurvey.org http://translate.limesurvey.org], login there with the same user name and password.&lt;br /&gt;
#Pick the LimeSurvey version you want to translate for and start translating. After your translation was approved it will automatically be released in the weekly stable release and your username will be credited in the change log.&lt;br /&gt;
#If you are interested  to become a prime translator for your language with the ability to approve newly translated string please contact us at translations@limesurvey.org . Such a position requires a maximum of about an hour of work per week - important to us is that you are reliable doing this.&lt;br /&gt;
&lt;br /&gt;
==Customize an existing translation==&lt;br /&gt;
&lt;br /&gt;
Sometimes you want to modify an existing translation so it accommodates your particular survey situation better. In that case do the following:&lt;br /&gt;
#Go to http://translate.limesurvey.org (external link), pick the LimeSurvey version you want to translate for and the particular language you want to modify.&lt;br /&gt;
#On the bottom of the translation page you will find an option to export all strings as .po file. Do that and save it as *.po file to your local harddisk:&amp;lt;br /&amp;gt;[[File:export_po_file.png]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Start poEdit end edit the downloaded *.po file - modify the particular translations.&lt;br /&gt;
#Save. When you save the .po file then automatically a .mo file is created too. That is the one LimeSurvey will read from.&lt;br /&gt;
#Place the particular .mo file in the right language folder in /locale by replacing the existing one - for example for French this would be /locale/fr/LC_MESSAGES/fr.po&lt;br /&gt;
#Done.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;simplebox&amp;quot;&amp;gt; Note: If you are using LimeService they will be happy to place the file for you. Just create a support ticket.&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Creating a new translation==&lt;br /&gt;
#First of all get access to the development version of LimeSurvey. You can find detailed instructions how to get your hands on it on this page: [[Accessing the source code]]&lt;br /&gt;
#Download and install [http://www.poedit.net/download.php poEDIT]&lt;br /&gt;
#Now you have to find out the language-code for your language - you can search for your language-code in the [http://people.w3.org/rishida/utils/subtags/ IANA Language Subtag Registry].&lt;br /&gt;
#Go to the /locale directory and create a directory named after your language code.&lt;br /&gt;
#Inside that directory create a directory named LC_MESSAGES.&lt;br /&gt;
#Download the language template file from http://www.limesurvey.org/translationstatus/limesurvey.pot and rename it to &amp;lt;your_language_code&amp;gt;.po.&lt;br /&gt;
#Save the (yet) empty file to that dir (in the /locale/your_language_code/LC_MESSAGES/ folder).&lt;br /&gt;
#Now open the file with poEdit and translate everything you need to translate.&lt;br /&gt;
#To make LimeSurvey know about your language you must add it to the file application/helpers/surveytranslator_helper.php. Open that file with a text editor and add your language in the same way the other languages in that file are defined.&lt;br /&gt;
#Save - make sure that beside the .po file also the binary .mo file is created (that&#039;s the one LimeSurvey is reading from).&lt;br /&gt;
#Send the new .po-File and the updated surveytranslator_helper.php file to translations@limesurvey.org . If you want your name to be linked from/shown on the team-page please write so in the e-mail!&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
	<entry>
		<id>https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/Page_display_title/ja&amp;diff=64033</id>
		<title>Translations:Translating LimeSurvey/Page display title/ja</title>
		<link rel="alternate" type="text/html" href="https://www.limesurvey.org/manual/index.php?title=Translations:Translating_LimeSurvey/Page_display_title/ja&amp;diff=64033"/>
		<updated>2014-12-18T07:55:23Z</updated>

		<summary type="html">&lt;p&gt;Hiroshi: Created page with &amp;quot;LimeSurvey を翻訳する&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;LimeSurvey を翻訳する&lt;/div&gt;</summary>
		<author><name>Hiroshi</name></author>
	</entry>
</feed>