summaryrefslogtreecommitdiff
path: root/lib/plugins/authpgsql/lang/ja/settings.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-07-12 21:49:21 +0100
committerAnika Henke <anika@selfthinker.org>2015-07-12 21:49:21 +0100
commit969c52e5724a4a380ac11df87059f5bc39631da0 (patch)
treeba3a8633ec4aecd84f07ccb5a0b05aa6626059f5 /lib/plugins/authpgsql/lang/ja/settings.php
parent25957e773bfab367ebe639f75e6413f30b60dfff (diff)
downloadrpg-969c52e5724a4a380ac11df87059f5bc39631da0.tar.gz
rpg-969c52e5724a4a380ac11df87059f5bc39631da0.tar.bz2
fixed occurrences of html named entities in translation files to be xhtml-compatible
Diffstat (limited to 'lib/plugins/authpgsql/lang/ja/settings.php')
-rw-r--r--lib/plugins/authpgsql/lang/ja/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/authpgsql/lang/ja/settings.php b/lib/plugins/authpgsql/lang/ja/settings.php
index d7a5f6cf2..001008c9f 100644
--- a/lib/plugins/authpgsql/lang/ja/settings.php
+++ b/lib/plugins/authpgsql/lang/ja/settings.php
@@ -2,7 +2,7 @@
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
* @author Satoshi Sahara <sahara.satoshi@gmail.com>
*/
$lang['server'] = 'PostgreSQL のサーバー名';
@@ -11,7 +11,7 @@ $lang['user'] = 'PostgreSQL 接続用ユーザー名';
$lang['password'] = 'PostgreSQL 接続用ユーザーのパスワード';
$lang['database'] = '使用するデータベース名';
$lang['debug'] = 'デバック情報を表示する';
-$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 &#x25;{pass} を平文とする(DokiWiki側で暗号化しない)';
+$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 を平文とする(DokiWiki側で暗号化しない)';
$lang['checkPass'] = 'パスワードの照合に用いる SQL ステートメント';
$lang['getUserInfo'] = 'ユーザー情報の取得に用いる SQL ステートメント';
$lang['getGroups'] = 'ユーザーが所属する全てのグループの取得に用いる SQL ステートメント';