summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
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/authmysql
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/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/ja/settings.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/plugins/authmysql/lang/ja/settings.php b/lib/plugins/authmysql/lang/ja/settings.php
index e5d5689df..cc0146b15 100644
--- a/lib/plugins/authmysql/lang/ja/settings.php
+++ b/lib/plugins/authmysql/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'] = 'MySQL のホスト名';
@@ -11,7 +11,7 @@ $lang['password'] = 'MySQL 接続用ユーザーのパスワード'
$lang['database'] = '使用するデータベース名';
$lang['charset'] = 'データベースの文字コード';
$lang['debug'] = 'デバック情報を表示する';
-$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 &#x25;{pass} を平文とする(DokiWiki側で暗号化しない)';
+$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 を平文とする(DokiWiki側で暗号化しない)';
$lang['TablesToLock'] = '書き込み時にロックするテーブル(コンマ区切りで列挙)';
$lang['checkPass'] = 'パスワードの照合に用いる SQL ステートメント';
$lang['getUserInfo'] = 'ユーザー情報の取得に用いる SQL ステートメント';