summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql
diff options
context:
space:
mode:
authorSatoshi Sahara <sahara.satoshi@gmail.com>2013-11-19 08:11:04 +0100
committerTranslator of Dokuwiki <translate@dokuwiki.org>2013-11-19 08:11:04 +0100
commit32f730b04ba68c7ca7c2d32208dfac042e6ffffd (patch)
tree3c114654bf9cafd3b53fc89b0dcb81f92a3b7b23 /lib/plugins/authmysql
parent14b3007921f7b66fc9e3621b861a3c83e7e9093c (diff)
downloadrpg-32f730b04ba68c7ca7c2d32208dfac042e6ffffd.tar.gz
rpg-32f730b04ba68c7ca7c2d32208dfac042e6ffffd.tar.bz2
translation update
Diffstat (limited to 'lib/plugins/authmysql')
-rw-r--r--lib/plugins/authmysql/lang/ja/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/lang/ja/settings.php b/lib/plugins/authmysql/lang/ja/settings.php
index 0dc5f1ad8..e5d5689df 100644
--- a/lib/plugins/authmysql/lang/ja/settings.php
+++ b/lib/plugins/authmysql/lang/ja/settings.php
@@ -11,7 +11,7 @@ $lang['password'] = 'MySQL 接続用ユーザーのパスワード'
$lang['database'] = '使用するデータベース名';
$lang['charset'] = 'データベースの文字コード';
$lang['debug'] = 'デバック情報を表示する';
-$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 %{pass} を平文とする(DokiWiki側で暗号化しない)';
+$lang['forwardClearPass'] = '以下で定義する SQL ステートメントにおいて, パスワード変数 &#x25;{pass} を平文とする(DokiWiki側で暗号化しない)';
$lang['TablesToLock'] = '書き込み時にロックするテーブル(コンマ区切りで列挙)';
$lang['checkPass'] = 'パスワードの照合に用いる SQL ステートメント';
$lang['getUserInfo'] = 'ユーザー情報の取得に用いる SQL ステートメント';