aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/jp_JP/share
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/lang/jp_JP/share')
-rw-r--r--mayor-orig/www/lang/jp_JP/share/session/attrs.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/mayor-orig/www/lang/jp_JP/share/session/attrs.php b/mayor-orig/www/lang/jp_JP/share/session/attrs.php
new file mode 100644
index 00000000..e21a6218
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/share/session/attrs.php
@@ -0,0 +1,17 @@
+<?php
+ define('_ATTR_USERACCOUNT','識別子');
+ define('_ATTR_USERCN','名前');
+ define('_ATTR_USERPASSWORD','パスワード');
+ define('_ATTR_STUDYID','教育識別子');
+ define('_ATTR_MAIL','電子メールアドレス');
+ define('_ATTR_TELEPHONENUMBER','電話番号');
+ define('_ATTR_SHADOWLASTCHANGE','最後にパスワードの修正');
+ define('_ATTR_SHADOWMIN','まずパスワードの修正');
+ define('_ATTR_SHADOWMAX','パスワードの在庫の時間');
+ define('_ATTR_SHADOWWARNING','パスワードに改変');
+ define('_ATTR_SHADOWINACTIVE','ユーザーアカウントの怖い');
+ define('_ATTR_SHADOWEXPIRE','怖いの日付');
+ define('_ATTR_GROUPCN','チームの識別子');
+ define('_ATTR_GROUPDESC','チームのなまえ');
+ define('_ATTR_MEMBER','メンバー');
+?>