From f11017b861bb56cf52529387b5e2d0bbab2fe28d Mon Sep 17 00:00:00 2001
From: Hideaki SAWADA <chuno@live.jp>
Date: Sat, 25 Jun 2016 18:26:59 +0200
Subject: [PATCH] translation update

---
 inc/lang/ja/lang.php                       | 2 +-
 lib/plugins/acl/lang/ja/lang.php           | 2 +-
 lib/plugins/authad/lang/ja/lang.php        | 4 +++-
 lib/plugins/authad/lang/ja/settings.php    | 4 +++-
 lib/plugins/authldap/lang/ja/lang.php      | 2 +-
 lib/plugins/authldap/lang/ja/settings.php  | 2 +-
 lib/plugins/authmysql/lang/ja/lang.php     | 2 +-
 lib/plugins/authmysql/lang/ja/settings.php | 2 +-
 lib/plugins/authpgsql/lang/ja/settings.php | 2 +-
 lib/plugins/authplain/lang/ja/lang.php     | 3 ++-
 lib/plugins/extension/lang/ja/lang.php     | 2 +-
 lib/plugins/popularity/lang/ja/lang.php    | 2 +-
 lib/plugins/revert/lang/ja/lang.php        | 2 +-
 lib/plugins/styling/lang/ja/lang.php       | 2 +-
 lib/plugins/usermanager/lang/ja/lang.php   | 2 +-
 lib/tpl/dokuwiki/lang/ja/lang.php          | 2 +-
 16 files changed, 21 insertions(+), 16 deletions(-)

diff --git a/inc/lang/ja/lang.php b/inc/lang/ja/lang.php
index 03ed55389..3f2101d1f 100644
--- a/inc/lang/ja/lang.php
+++ b/inc/lang/ja/lang.php
@@ -345,5 +345,5 @@ $lang['plainhtml']             = 'プレーンHTML';
 $lang['wikimarkup']            = 'Wikiマークアップ';
 $lang['page_nonexist_rev']     = '指定ページ %s はありません。このリンク <a href="%s">%s</a> から作成できます。';
 $lang['unable_to_parse_date']  = 'パラメータ "%s" を処理できません。';
-$lang['email_signature_text'] = 'このメールは次のDokuWikiより自動的に送信されています。
+$lang['email_signature_text']  = 'このメールは次のDokuWikiより自動的に送信されています。
 @DOKUWIKIURL@';
diff --git a/lib/plugins/acl/lang/ja/lang.php b/lib/plugins/acl/lang/ja/lang.php
index 203ab96d2..24a36391b 100644
--- a/lib/plugins/acl/lang/ja/lang.php
+++ b/lib/plugins/acl/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Davilin(Yuji Takenaka) <webmaster@davilin.com>
  * @author Yuji Takenaka <webmaster@davilin.com>
  * @author Ikuo Obataya <i.obataya@gmail.com>
diff --git a/lib/plugins/authad/lang/ja/lang.php b/lib/plugins/authad/lang/ja/lang.php
index e82ca3791..602b0791d 100644
--- a/lib/plugins/authad/lang/ja/lang.php
+++ b/lib/plugins/authad/lang/ja/lang.php
@@ -2,12 +2,14 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author PzF_X <jp_minecraft@yahoo.co.jp>
  * @author Osaka <mr.osaka@gmail.com>
  * @author Ikuo Obataya <i.obataya@gmail.com>
+ * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['domain']                = 'ログオン時のドメイン';
 $lang['authpwdexpire']         = 'あなたのパスワードは、あと%d日で有効期限が切れます。パスワードを変更してください。';
 $lang['passchangefail']        = 'パスワードを変更できませんでした。パスワードのルールに合わなかったのかもしれません。';
+$lang['userchangefail']        = 'ユーザー属性を変更できませんでした。おそらく、変更権限のないアカウントです。';
 $lang['connectfail']           = 'Active Directoryサーバーに接続できませんでした。';
diff --git a/lib/plugins/authad/lang/ja/settings.php b/lib/plugins/authad/lang/ja/settings.php
index 118e8348c..0dc56494a 100644
--- a/lib/plugins/authad/lang/ja/settings.php
+++ b/lib/plugins/authad/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>
  * @author Hideaki SAWADA <chuno@live.jp>
  * @author PzF_X <jp_minecraft@yahoo.co.jp>
@@ -20,3 +20,5 @@ $lang['use_tls']               = 'TLS接続を使用しますか?使用した
 $lang['debug']                 = 'エラー時に追加のデバッグ出力を表示する?';
 $lang['expirywarn']            = '何日前からパスワードの有効期限をユーザーに警告する。0 の場合は無効';
 $lang['additional']            = 'ユーザデータから取得する追加AD属性のカンマ区切り一覧。いくつかのプラグインが使用する。';
+$lang['update_name']           = 'ユーザー自身にAD表示名の変更を許可しますか?';
+$lang['update_mail']           = 'ユーザー自身にメールアドレスの変更を許可しますか?';
diff --git a/lib/plugins/authldap/lang/ja/lang.php b/lib/plugins/authldap/lang/ja/lang.php
index aeeb6c75e..c602b4335 100644
--- a/lib/plugins/authldap/lang/ja/lang.php
+++ b/lib/plugins/authldap/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['connectfail']           = 'LDAP に接続できません: %s';
diff --git a/lib/plugins/authldap/lang/ja/settings.php b/lib/plugins/authldap/lang/ja/settings.php
index 99a70de79..fd7ad7652 100644
--- a/lib/plugins/authldap/lang/ja/settings.php
+++ b/lib/plugins/authldap/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>
  * @author Hideaki SAWADA <sawadakun@live.jp>
  * @author Hideaki SAWADA <chuno@live.jp>
diff --git a/lib/plugins/authmysql/lang/ja/lang.php b/lib/plugins/authmysql/lang/ja/lang.php
index a2348f2f3..55c908b81 100644
--- a/lib/plugins/authmysql/lang/ja/lang.php
+++ b/lib/plugins/authmysql/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['connectfail']           = 'データベースへの接続に失敗しました。';
diff --git a/lib/plugins/authmysql/lang/ja/settings.php b/lib/plugins/authmysql/lang/ja/settings.php
index 6bc3f9a14..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 のホスト名';
diff --git a/lib/plugins/authpgsql/lang/ja/settings.php b/lib/plugins/authpgsql/lang/ja/settings.php
index c4a82a179..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 のサーバー名';
diff --git a/lib/plugins/authplain/lang/ja/lang.php b/lib/plugins/authplain/lang/ja/lang.php
index 6aa0be79c..f290cba58 100644
--- a/lib/plugins/authplain/lang/ja/lang.php
+++ b/lib/plugins/authplain/lang/ja/lang.php
@@ -2,9 +2,10 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['userexists']            = 'このユーザー名は既に存在しています。';
 $lang['usernotexists']         = 'このユーザーは未登録です。';
 $lang['writefail']             = 'ユーザーデータを変更できません。管理者に問い合わせてください。';
+$lang['protected']             = 'ユーザ %s のデータは保護されており、変更・削除はできません。';
diff --git a/lib/plugins/extension/lang/ja/lang.php b/lib/plugins/extension/lang/ja/lang.php
index 689a9877e..6b3ef676a 100644
--- a/lib/plugins/extension/lang/ja/lang.php
+++ b/lib/plugins/extension/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  * @author PzF_X <jp_minecraft@yahoo.co.jp>
  * @author Satoshi Sahara <sahara.satoshi@gmail.com>
diff --git a/lib/plugins/popularity/lang/ja/lang.php b/lib/plugins/popularity/lang/ja/lang.php
index 50346c7ee..81dc94c7b 100644
--- a/lib/plugins/popularity/lang/ja/lang.php
+++ b/lib/plugins/popularity/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Ikuo Obataya <i.obataya@gmail.com>
  * @author Daniel Dupriest <kououken@gmail.com>
  * @author Kazutaka Miyasaka <kazmiya@gmail.com>
diff --git a/lib/plugins/revert/lang/ja/lang.php b/lib/plugins/revert/lang/ja/lang.php
index 9253ff533..1bca8a7c4 100644
--- a/lib/plugins/revert/lang/ja/lang.php
+++ b/lib/plugins/revert/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Yuji Takenaka <webmaster@davilin.com>
  * @author Ikuo Obataya <i.obataya@gmail.com>
  * @author Daniel Dupriest <kououken@gmail.com>
diff --git a/lib/plugins/styling/lang/ja/lang.php b/lib/plugins/styling/lang/ja/lang.php
index da18829b2..5c546a7cd 100644
--- a/lib/plugins/styling/lang/ja/lang.php
+++ b/lib/plugins/styling/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['menu']                  = 'テンプレートのスタイル設定';
diff --git a/lib/plugins/usermanager/lang/ja/lang.php b/lib/plugins/usermanager/lang/ja/lang.php
index ad55a3e8a..5c252bb2f 100644
--- a/lib/plugins/usermanager/lang/ja/lang.php
+++ b/lib/plugins/usermanager/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Yuji Takenaka <webmaster@davilin.com>
  * @author Chris Smith <chris@jalakai.co.uk>
  * @author Ikuo Obataya <i.obataya@gmail.com>
diff --git a/lib/tpl/dokuwiki/lang/ja/lang.php b/lib/tpl/dokuwiki/lang/ja/lang.php
index 1800e2aaa..353bf0776 100644
--- a/lib/tpl/dokuwiki/lang/ja/lang.php
+++ b/lib/tpl/dokuwiki/lang/ja/lang.php
@@ -2,7 +2,7 @@
 
 /**
  * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * 
+ *
  * @author Hideaki SAWADA <chuno@live.jp>
  */
 $lang['__background_site__']   = 'サイト全体の背景色(content box の背後)';
-- 
GitLab