aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-locales-jp_JP/www/include
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-locales-jp_JP/www/include')
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/file.php5
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/ldap.php7
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-auth.php8
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-session.php5
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/base.php34
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-keptar.php13
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-naplo.php39
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/base.php43
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-honosito.php16
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-naplo.php211
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-portal.php14
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/base.php37
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-felveteli.php21
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-forum.php17
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-keptar.php16
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-naplo.php13
-rw-r--r--mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-portal.php40
17 files changed, 539 insertions, 0 deletions
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/file.php b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/file.php
new file mode 100644
index 00000000..8e7840c1
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/file.php
@@ -0,0 +1,5 @@
+<?php
+
+ $ALERT_MSG['file_open_failure'] = 'ファイルを開くに失敗しました!';
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/ldap.php b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/ldap.php
new file mode 100644
index 00000000..6a67ed00
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/ldap.php
@@ -0,0 +1,7 @@
+<?php
+
+ $ALERT_MSG['ldap_failure'] = 'LDAP データベースエラー';
+ $ALERT_MSG['ldap_bind_failure'] = 'データベースへの接続エラー';
+ $ALERT_MSG['ldap_search_failure'] = '';
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-auth.php b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-auth.php
new file mode 100644
index 00000000..a867895c
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-auth.php
@@ -0,0 +1,8 @@
+<?php
+
+ $ALERT_MSG['no_account'] = '間違った識別子が与えられた!';
+ $ALERT_MSG['multi_uid'] = 'この名前は既に存在します。';
+ $ALERT_MSG['account_disabled'] = '';
+ $ALERT_MSG['force_pw_update'] = 'パスワードを変更するには、必須!';
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-session.php b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-session.php
new file mode 100644
index 00000000..ef7b7954
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/alert/jp_JP/module-session.php
@@ -0,0 +1,5 @@
+<?php
+
+ $ALERT_MSG['pw_not_match'] = 'パスワードの確認と同じではありません!';
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/base.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/base.php
new file mode 100644
index 00000000..c49b91ba
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/base.php
@@ -0,0 +1,34 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['logout'] = array(
+ array(
+ 'txt' => 'ログアウトする',
+ 'url' => 'index.php?policy=public&page=session&f=logout',
+ 'get' => array('sessionID','skin','lang')
+ )
+ );
+ $MENU['session'] = array(
+ array(
+ 'txt' => 'ユーザープロフィール',
+ 'url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=parent',
+ 'get' => array('skin','lang','sessionID'),
+ )
+ );
+ }
+ $MENU['modules']['session'] = array(
+// 'searchAccount' => array(array('txt' => '検索ユーザー','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+// 'searchGroup' => array(array('txt' => 'グループ検索','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'パスワードを変更','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=parent','get' => array('skin','lang','sessionID'))),
+// 'sub' => array(
+// 'search' => array(
+// 'searchAccount' => array(array('txt' => '検索ユーザー')),
+// 'searchGroup' => array(array('txt' => 'グループ検索')),
+// )
+// )
+ );
+ $MENU['home'] = array(
+ array('txt' => 'スタートページ', 'url' => 'index.php')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-keptar.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-keptar.php
new file mode 100644
index 00000000..d20dddbc
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-keptar.php
@@ -0,0 +1,13 @@
+<?php
+ $MENU['keptar'] = array(
+ array('txt' => 'ギャラリー', 'url' => 'index.php?page=keptar&f=keptar')
+ );
+
+ $MENU['modules']['keptar']['uncat'] = array(
+ array('txt' => 'uncategorized 画像', 'url' => 'index.php?page=keptar&f=uncat')
+ );
+
+ $MENU['modules']['keptar']['admin'] = array(
+ array('txt' => '管理者', 'url' => 'index.php?page=keptar&f=admin'),
+ );
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-naplo.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-naplo.php
new file mode 100644
index 00000000..27a55ef4
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/parent/jp_JP/module-naplo.php
@@ -0,0 +1,39 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(
+ array('txt' => 'ログ', 'url' => 'index.php?page=naplo&f=diakValaszto'),
+ array('txt' => 'サインオン相談', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra')
+ );
+
+ // A menüpontok sorrendjének beállítása - ettől még nem jelenik meg semmi :)
+ $MENU['modules']['naplo'] = array(
+ 'haladasi' => array(),
+ 'osztalyozo' => array(),
+ 'hianyzas' => array(),
+ 'bejegyzesek' => array(),
+ 'tanev' => array(),
+ 'intezmeny' => array(),
+ 'admin' => array(),
+ );
+
+ if (__DIAK) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=diak'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzási ログ', 'url' => 'index.php?page=naplo&sub=hianyzas&f=diak'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'エントリ', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Munkaterv', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv')
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Tanévváltás', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => '進行中の統計情報')),
+ );
+ }
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/base.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/base.php
new file mode 100644
index 00000000..33d34d95
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/base.php
@@ -0,0 +1,43 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['logout'] = array(
+ array(
+ 'txt' => '終',
+ 'url' => 'index.php?policy=public&page=session&f=logout',
+ 'get' => array('sessionID','skin','lang')
+ )
+ );
+ $MENU['session'] = array(
+ array(
+ 'txt' => 'ユーザーデータ',
+ 'url' => 'index.php?page=session&sub=search&f=searchAccount'
+ )
+ );
+ }
+ $MENU['home'] = array(
+ array('txt' => 'スタートページ', 'url' => 'index.php')
+ );
+
+ if (memberOf(_USERACCOUNT, $AUTH[_POLICY]['adminGroup'])) {
+ $MENU['modules']['session'] = array(
+ 'createAccount' => array(array('txt' => '新規ユーザー')),
+ 'createGroup' => array(array('txt' => '新しいグループ')),
+ 'searchAccount' => array(array('txt' => '検索ユーザー','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+ 'searchGroup' => array(array('txt' => 'グループ検索','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'パスワードを変更','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=private','get' => array('skin','lang','sessionID'))),
+// 'sub' => array(
+// 'search' => array(
+// 'searchAccount' => array(array('txt' => '検索ユーザー')),
+// 'searchGroup' => array(array('txt' => 'グループ検索')),
+// )
+// )
+ );
+ } else {
+ $MENU['modules']['session'] = array(
+ 'searchAccount' => array(array('txt' => '検索ユーザー','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+ 'searchGroup' => array(array('txt' => 'グループ検索','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'パスワードを変更','url' => 'index.php?page=password&sub=&f=changeMyPassword&userAccount='._USERACCOUNT.'&policy=public&toPolicy=private','get' => array('skin','lang','sessionID'))),
+ );
+ }
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-honosito.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-honosito.php
new file mode 100644
index 00000000..e0ca5abd
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-honosito.php
@@ -0,0 +1,16 @@
+<?php
+
+
+ if (memberOf(_USERACCOUNT,'honosito')) {
+
+ $MENU['honosito'] = array(array('txt' => 'Honosító', 'url' => 'index.php?page=honosito&f=text'));
+
+ $MENU['modules']['honosito'] = array(
+ 'alert' => array(array('txt' => '翻訳メッセージ')),
+ 'menu' => array(array('txt' => '翻訳メニュー')),
+ 'text' => array(array('txt' => 'テキスト翻訳')),
+ );
+
+ }
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-naplo.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-naplo.php
new file mode 100644
index 00000000..3fa52907
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-naplo.php
@@ -0,0 +1,211 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(
+ array('txt' => 'ログブック', 'url' => 'index.php?page=naplo')
+ );
+
+ // A menüpontok sorrendjének beállítása - ettől még nem jelenik meg semmi :)
+ $MENU['modules']['naplo'] = array(
+ 'haladasi' => array(),
+ 'osztalyozo' => array(),
+ 'hianyzas' => array(),
+ 'bejegyzesek' => array(),
+ 'tanev' => array(),
+ 'intezmeny' => array(),
+ 'admin' => array(),
+ );
+
+ if (__DIAK) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=diak'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzások', 'url' => 'index.php?page=naplo&sub=hianyzas&f=diak'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'エントリ', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'インスタンス', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => '未使用の教室', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Munkaterv', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv')
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => '新しいインスタンス')),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Tanévváltás', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Haladási statisztika')),
+ );
+ } elseif (__TANAR) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzások', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'エントリ', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'インスタンス', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => '未使用の教室', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Munkaterv', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'),
+ array('txt' => 'コンサルティング時間', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(
+ array('txt' => 'Tanévváltás', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'),
+ array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'),
+ array('txt' => '', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'tanarOrarend' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => '新しいインスタンス')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => '')),
+ 'diak' => array(array('txt' => '')),
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => '')),
+ 'ujBejegyzes' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Haladási statisztika')),
+ );
+ } elseif (__TITKARSAG) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzások', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'インスタンス', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => '未使用の教室', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Munkaterv', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'),
+ array('txt' => 'コンサルティング時間', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Tanévváltás', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'tanarOrarend' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => '新しいインスタンス')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => '')),
+ 'diak' => array(array('txt' => '')),
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Haladási statisztika')),
+ );
+ }
+ if (__VEZETOSEG) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzások', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'エントリ', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['tanev'][] = array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv');
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'インスタンス', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['intezmeny'] = array(
+ array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'),
+ array('txt' => 'Tanévváltás', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'),
+ array('txt' => '', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => '新しいインスタンス')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'helyettesites' => array(array('txt' => '')),
+ 'pluszora' => array(array('txt' => '')),
+ 'osszevonas' => array(array('txt' => '')),
+ 'specialis' => array(array('txt' => '')),
+ 'elmaradas' => array(array('txt' => '')),
+ 'stat' => array(array('txt' => 'Haladási statisztika')),
+ 'elszamolas' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => '')),
+ 'diak' => array(array('txt' => '')),
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => '')),
+ 'ujBejegyzes' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'orarend' => array(array('txt' => '時刻表')),
+ 'szabadTerem' => array(array('txt' => '未使用の教室')),
+ 'munkaterv' => array(array('txt' => '')),
+ 'tankorCsoport' => array(array('txt' => '')),
+ 'fogadoOra' => array(array('txt' => 'コンサルティング時間')),
+ 'tanarOrarend' => array(array('txt' => '')),
+ );
+ }
+ if (__NAPLOADMIN) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'ログの進展', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'ロググレード', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Hiányzások', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'エントリ', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['tanev'] = array(array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'));
+ $MENU['modules']['naplo']['tanev'][] = array('txt' => '', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv');
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['admin'] = array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=admin&f=import'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'インスタンス', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'helyettesites' => array(array('txt' => '')),
+ 'pluszora' => array(array('txt' => '')),
+ 'osszevonas' => array(array('txt' => '')),
+ 'specialis' => array(array('txt' => '')),
+ 'elmaradas' => array(array('txt' => '')),
+ 'stat' => array(array('txt' => 'Haladási statisztika')),
+ 'elszamolas' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => '新しいインスタンス')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => '')),
+ 'diak' => array(array('txt' => '')),
+ 'dolgozat' => array(array('txt' => 'テスト')),
+ );
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => '')),
+ 'ujBejegyzes' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'orarend' => array(array('txt' => '時刻表')),
+ 'szabadTerem' => array(array('txt' => '未使用の教室')),
+ 'helyettesites' => array(array('txt' => '')),
+ 'munkaterv' => array(array('txt' => '')),
+ 'tankorCsoport' => array(array('txt' => '')),
+ 'orarendTankor' => array(array('txt' => '')),
+ 'orarendUtkozes' => array(array('txt' => '')),
+ 'orarendLoad' => array(array('txt' => '')),
+ 'fogadoOra' => array(array('txt' => 'コンサルティング時間')),
+ 'tanarOrarend' => array(array('txt' => '')),
+ // 'intezmeny' => array(array('txt' => '', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')),
+ );
+ $MENU['modules']['naplo']['sub']['intezmeny'] = array(
+ 'valtas' => array(array('txt' => '')),
+ 'osztaly' => array(array('txt' => '')),
+ 'diak' => array(array('txt' => '')),
+ 'tanar' => array(array('txt' => '')),
+ 'munkakozosseg' => array(array('txt' => '')),
+ 'tankor' => array(array('txt' => '')),
+ 'tankorTanar' => array(array('txt' => '')),
+ 'tankorDiak' => array(array('txt' => '')),
+ 'diakTankor' => array(array('txt' => '')),
+ 'tankorSzemeszter' => array(array('txt' => '')),
+ );
+ $MENU['modules']['naplo']['sub']['admin'] = array(
+ 'intezmenyek' => array(array('txt' => '')),
+ 'tanevek' => array(array('txt' => '')),
+ 'import' => array(array('txt' => '')),
+ 'azonositok' => array(array('txt' => '')),
+ );
+ }
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-portal.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-portal.php
new file mode 100644
index 00000000..c52182fc
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/private/jp_JP/module-portal.php
@@ -0,0 +1,14 @@
+<?php
+
+ if (defined('__HIREKADMIN') && __HIREKADMIN) {
+ $MENU['portal'] = array(array('txt' => 'ニュース', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin'));
+ $MENU['modules']['portal']['hirek'] = array(
+ array('txt' => 'ニュースの編集', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin'),
+// array('txt' => 'ニュース', 'url' => 'index.php?page=portal&sub=hirek&f=hirek'),
+ array('txt' => 'Új hír', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir'),
+ array('txt' => '新しい質問', 'url' => 'index.php?page=portal&sub=kerdoiv&f=kerdoivAdmin')
+ );
+ } else {
+ $MENU['portal'] = array(array('txt' => 'ニュースの提出', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir'));
+ }
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/base.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/base.php
new file mode 100644
index 00000000..1cb4478a
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/base.php
@@ -0,0 +1,37 @@
+<?php
+
+ $MENU = array(
+ 'home'=>array(),
+ 'session'=>array(),
+ 'naplo'=>array(),
+ 'portal'=>array(),
+ 'felveteli'=>array(),
+ 'forum'=>array(),
+ 'auth'=>array(),
+
+ );
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['session'] = array(
+ array('txt' => 'ログアウトする', 'url' => 'index.php?page=session&f=logout')
+ );
+ }
+ $MENU['home'] = array(
+ array('txt' => 'スタートページ', 'url' => 'index.php')
+ );
+ $MENU['auth'] = array(
+ array('txt' => '親ログイン', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'),
+ array('txt' => 'ログイン', 'url' => 'index.php?page=auth&f=login&toPolicy=private')
+ );
+ $MENU['modules']['auth']['login'] = array(
+ array('txt' => 'フォーラムログイン', 'url' => 'index.php?page=auth&f=login&toPolicy=public&toPSF=forum::forum'),
+ array('txt' => '親ログイン', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'),
+ array('txt' => '保護されたページ','url' => 'index.php?page=auth&f=login&toPolicy=private'),
+// array('txt' => '登録','url' => 'index.php?page=session&f=createAccount&toPolicy=parent')
+ );
+// $MENU['modules']['session']['createAccount'] = array(
+// array('txt' => '親の登録', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'),
+// array('txt' => 'フォーラム登録', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'),
+// );
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-felveteli.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-felveteli.php
new file mode 100644
index 00000000..b3610d8f
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-felveteli.php
@@ -0,0 +1,21 @@
+<?php
+
+ $MENU['felveteli'] = array(
+ array('txt' => '予選', 'url' => 'index.php?page=felveteli&f=felveteli')
+ );
+
+/*
+ $MENU['modules']['felveteli']['felveteli'] = array(
+ array('txt' => 'データ重視', 'url' => 'index.php?page=felveteli&f=felveteli'),
+ array('txt' => '予選情報', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=1'),
+ );
+ $MENU['modules']['felveteli']['felveteli/20082009'] = array(
+ array('txt' => '1 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=1'),
+ array('txt' => '2 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=2'),
+ array('txt' => '3 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=3'),
+ array('txt' => '4 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=4'),
+ array('txt' => '5 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=5'),
+ array('txt' => '6 。', 'url' => 'index.php?page=felveteli&sub=tajekoztato/20082009&f=6'),
+ );
+*/
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-forum.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-forum.php
new file mode 100644
index 00000000..bd7a4d5c
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-forum.php
@@ -0,0 +1,17 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['session'] = array(
+ array('txt' => 'ログアウトする', 'url' => 'index.php?page=session&f=logout')
+ );
+ }
+ $MENU['forum'] = array(
+ array('txt' => 'フォーラム', 'url' => 'index.php?page=forum&f=forum')
+ );
+ $MENU['modules']['forum']['forum'] = array(
+ array('txt' => 'フォーラム', 'url' => 'index.php?page=forum&f=forum'),
+ array('txt' => 'フォーラムログイン', 'url' => 'index.php?page=auth&f=login&toPSF=forum::forum&toPolicy=public'),
+ array('txt' => 'ユーザー登録', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public&toPSF=forum::forum')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-keptar.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-keptar.php
new file mode 100644
index 00000000..8edf0a88
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-keptar.php
@@ -0,0 +1,16 @@
+<?php
+
+// $MENU['keptar'] = array(
+// array('txt' => 'ギャラリー', 'url' => 'index.php?page=keptar&f=keptar')
+// );
+
+// $MENU['modules']['keptar']['uncat'] = array(
+// array('txt' => 'uncategorized 画像', 'url' => 'index.php?page=keptar&f=uncat')
+// );
+
+// $MENU['modules']['session']['createAccount'] = array(
+// array('txt' => '両親登録', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'),
+// array('txt' => 'フォーラム登録', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'),
+// );
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-naplo.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-naplo.php
new file mode 100644
index 00000000..6c099716
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-naplo.php
@@ -0,0 +1,13 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=orarend&f=orarend'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => '時刻表', 'url' => 'index.php?page=naplo&sub=orarend&f=orarend'),
+ array('txt' => '未使用の教室', 'url' => 'index.php?page=naplo&sub=orarend&f=szabadTerem'),
+ array('txt' => 'Helyettesítés', 'url'=>'index.php?page=naplo&sub=orarend&f=helyettesites')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-portal.php b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-portal.php
new file mode 100644
index 00000000..1b58a332
--- /dev/null
+++ b/mayor-orig/mayor-locales-jp_JP/www/include/menu/public/jp_JP/module-portal.php
@@ -0,0 +1,40 @@
+<?php
+/*
+ module: naplo
+*/
+
+/*
+ $MENU['portal'] = array(array('txt' => '学生の身分, 導入, 空き', 'url' => 'index.php?page=portal&sub=info&f=info'));
+
+ $MENU['modules']['portal']['info'] = array(array('txt' => '空き', 'url' => 'index.php?page=portal&sub=info&f=info'));
+ $MENU['modules']['portal']['diaksag'] = array(array('txt' => '学生生活', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix'));
+ $MENU['modules']['portal']['dok'] = array(array('txt' => '学生自治', 'url' => 'index.php?page=portal&sub=dok&f=diakkepviselok'));
+ $MENU['modules']['portal']['bemutatkozas'] = array(array('txt' => '導入', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar'));
+ $MENU['modules']['portal']['szmsz'] = array(array('txt' => 'SzMSz', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom'));
+ $MENU['modules']['portal']['pepo'] = array(array('txt' => '教育プログラム', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom'));
+ $MENU['modules']['portal']['hazirend'] = array(array('txt' => 'ポリシー', 'url' => 'index.php?page=portal&sub=hazirend&f=hazirend2005'));
+ $MENU['modules']['portal']['sub']['bemutatkozas'][] = array(
+ array('txt' => '図書館', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar')
+ );
+ $MENU['modules']['portal']['sub']['pepo'][] = array(
+ array('txt' => '目次', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom'),
+ array('txt' => '2 。章', 'url' => 'index.php?page=portal&sub=pepo&f=2'),
+ array('txt' => '3 。章', 'url' => 'index.php?page=portal&sub=pepo&f=3'),
+ array('txt' => '4 。章', 'url' => 'index.php?page=portal&sub=pepo&f=4'),
+ array('txt' => '5 。章', 'url' => 'index.php?page=portal&sub=pepo&f=5'),
+ array('txt' => '6 。章', 'url' => 'index.php?page=portal&sub=pepo&f=6'),
+ array('txt' => '7 。章', 'url' => 'index.php?page=portal&sub=pepo&f=7'),
+ array('txt' => '8 。章', 'url' => 'index.php?page=portal&sub=pepo&f=8'),
+ );
+ $MENU['modules']['portal']['sub']['szmsz'][] = array(
+ array('txt' => '目次', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom'),
+ array('txt' => '2 。章', 'url' => 'index.php?page=portal&sub=szmsz&f=2'),
+ array('txt' => '3 。章', 'url' => 'index.php?page=portal&sub=szmsz&f=3'),
+ array('txt' => '4 。章', 'url' => 'index.php?page=portal&sub=szmsz&f=4'),
+ array('txt' => '5 。章', 'url' => 'index.php?page=portal&sub=szmsz&f=5'),
+ );
+ $MENU['modules']['portal']['sub']['diaksag'][] = array(
+ array('txt' => 'VMG-mix (Alpár Balázs, Bartos Ábel)', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix'),
+ );
+*/
+?>