aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/jp_JP
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/lang/jp_JP')
-rw-r--r--mayor-orig/www/lang/jp_JP/date/names.php21
-rw-r--r--mayor-orig/www/lang/jp_JP/module-auth/login.php5
-rw-r--r--mayor-orig/www/lang/jp_JP/module-password/changeMyPassword.php7
-rw-r--r--mayor-orig/www/lang/jp_JP/module-password/changePassword.php7
-rw-r--r--mayor-orig/www/lang/jp_JP/module-session/accountInfo.php3
-rw-r--r--mayor-orig/www/lang/jp_JP/share/session/attrs.php17
6 files changed, 60 insertions, 0 deletions
diff --git a/mayor-orig/www/lang/jp_JP/date/names.php b/mayor-orig/www/lang/jp_JP/date/names.php
new file mode 100644
index 00000000..21297df0
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/date/names.php
@@ -0,0 +1,21 @@
+<?php
+ define('_MONDAY','月曜日');
+ define('_TUESDAY','火曜日');
+ define('_WEDNESDAY','水曜日');
+ define('_THURSDAY','木曜日');
+ define('_FRIDAY','金曜日');
+ define('_SATURDAY','土曜日');
+ define('_SUNDAY','日曜日');
+ define('_JANUARY','1月');
+ define('_FEBRUARY','2月');
+ define('_MARCH','3月');
+ define('_APRIL','4月');
+ define('_MAY','5月');
+ define('_JUNE','6月');
+ define('_JULY','7月');
+ define('_AUGUSTUS','8月');
+ define('_SEPTEMBER','9月');
+ define('_OCTOBER','10月');
+ define('_NOVEMBER','11月');
+ define('_DECEMBER','12月');
+?>
diff --git a/mayor-orig/www/lang/jp_JP/module-auth/login.php b/mayor-orig/www/lang/jp_JP/module-auth/login.php
new file mode 100644
index 00000000..0d373e63
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/module-auth/login.php
@@ -0,0 +1,5 @@
+<?php
+ define('_GREETING','MaYoR ログイン');
+ define('_LOGIN','エントリ');
+ define('_USERNAME','ユーザー名');
+?>
diff --git a/mayor-orig/www/lang/jp_JP/module-password/changeMyPassword.php b/mayor-orig/www/lang/jp_JP/module-password/changeMyPassword.php
new file mode 100644
index 00000000..d04443ff
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/module-password/changeMyPassword.php
@@ -0,0 +1,7 @@
+<?php
+ define('_CHANGE_PASSWORD','じぶんの名前');
+ define('_USERNAME','ユーザー名');
+ define('_NEW_PASSWORD','新しいパスワード');
+ define('_VERIFICATION','検証');
+ define('_OK','オッコ');
+?>
diff --git a/mayor-orig/www/lang/jp_JP/module-password/changePassword.php b/mayor-orig/www/lang/jp_JP/module-password/changePassword.php
new file mode 100644
index 00000000..24623580
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/module-password/changePassword.php
@@ -0,0 +1,7 @@
+<?php
+ define('_CHANGE_PASSWORD','パスワードを変更する');
+ define('_USERNAME','ユーザー名');
+ define('_NEW_PASSWORD','新しいパスワード');
+ define('_VERIFICATION','検証');
+ define('_OK','オッコ');
+?>
diff --git a/mayor-orig/www/lang/jp_JP/module-session/accountInfo.php b/mayor-orig/www/lang/jp_JP/module-session/accountInfo.php
new file mode 100644
index 00000000..78277cc2
--- /dev/null
+++ b/mayor-orig/www/lang/jp_JP/module-session/accountInfo.php
@@ -0,0 +1,3 @@
+<?php
+ define('_OK','オッコ');
+?>
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','メンバー');
+?>