aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-locales-en_US/www/include
diff options
context:
space:
mode:
authorM.Gergo2019-03-08 23:32:47 +0100
committerM.Gergo2019-03-08 23:32:47 +0100
commitc0f79397dd75e03a7a40303f82926e8187697d07 (patch)
treee945a10ef6479e0f8720ad9cd4947b6a85b78d6e /mayor-orig/mayor-locales-en_US/www/include
parentf51c9ed2abe5c68211bb3736be5f70b1fe2c9ec0 (diff)
downloadmayor-c0f79397dd75e03a7a40303f82926e8187697d07.tar.gz
mayor-c0f79397dd75e03a7a40303f82926e8187697d07.zip
Rev: 4455
Diffstat (limited to 'mayor-orig/mayor-locales-en_US/www/include')
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/base.php42
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/file.php5
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/ldap.php7
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-auth.php8
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-honosito.php5
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-naplo.php10
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-password.php10
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-session.php5
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/base.php34
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-keptar.php13
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-naplo.php44
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/base.php43
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-honosito.php15
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-naplo.php282
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-portal.php14
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/base.php37
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-felveteli.php22
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-forum.php17
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-keptar.php16
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-naplo.php13
-rw-r--r--mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-portal.php49
21 files changed, 691 insertions, 0 deletions
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/base.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/base.php
new file mode 100644
index 00000000..e8ddd48a
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/base.php
@@ -0,0 +1,42 @@
+<?php
+
+ $ALERT_MSG = array(
+ 'default' => 'Unknown warning message.',
+ 'change_success' => 'Change successful!',
+ 'page_missing' => 'The page cannot be found on this server.',
+ 'sql_failure' => 'SQL database error!',
+ 'sql_connect_failure' => 'SQL connect error!',
+ 'sql_query_failure' => 'SQL query error!',
+ 'auth_failure' => 'Unknown user! You did not sign in, or do not have the required permission.',
+ 'bad_pw' => 'Incorrect password!',
+ 'account_expired' => 'Your password has expired %0% days ago!',
+ 'account_warning' => 'Password expires in %0% days',
+ 'warn_account_disable' => 'Account will be deleted in %0% days.',
+ 'empty_field' => 'Required field empty! You must fill all the required fields!',
+ 'insufficient_access' => 'Access denied!',
+ 'wrong_data' => 'Data error!',
+ 'deadline_expired' => 'Data cannot be changed, since the deadline has expired.',
+ 'pw_change_success' => 'Password change successful.',
+ 'file_not_found' => 'File not found!',
+ 'success' => 'Failed to open file!',
+ 'file_open_failure' => 'Process was completed successfully.',
+ 'success' => 'Access denied!',
+ 'illegal_access' => 'Access denied!',
+ 'insufficient_access' => 'Changing of LDAP data failed, check your permissions!',
+ 'ldap_modify_failure' => 'Failed to add new LDAP entry! Check your permissions.',
+ 'ldap_add_failure' => 'LDAP connection is slow... please wait.',
+ 'ldap_slow_connection' => 'SQL connection error!',
+ 'sql_failure' => 'Your proxy settings are incorrect!',
+ 'from_proxy' => 'Unknown user! You can only access the requested page after logging in!',
+ 'auth_failure' => 'Unknown user. Acces denied until user authentication.',
+ 'parent_pw_info' => '(expired msg)',
+ 'account_expired' => 'Your password has expired %0% days ago! Changing of the password is mandatory, otherwise your account will be bannad in %1% days!',
+ 'account_warning' => 'Password expires in %0% day(s).',
+ 'account_disabled' => 'Your password has expired, and your account has been banned. For new password, contact the administrator.',
+ 'wrong_page' => 'This page cannot be accessed this way.... (hm)',
+ 'under_con' => 'Under construction! The page cannot be accessed temporarily.',
+ 'move_file_error' => 'File moving unsuccessful!',
+ 'deadline_expired' => 'Change deadline expired!',
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/file.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/file.php
new file mode 100644
index 00000000..60bee5ad
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/file.php
@@ -0,0 +1,5 @@
+<?php
+
+ $ALERT_MSG['file_open_failure'] = 'Failed to open file!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/ldap.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/ldap.php
new file mode 100644
index 00000000..cf07fb40
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/ldap.php
@@ -0,0 +1,7 @@
+<?php
+
+ $ALERT_MSG['ldap_failure'] = 'LDAP database error!';
+ $ALERT_MSG['ldap_bind_failure'] = 'LDAP connection error!';
+ $ALERT_MSG['ldap_search_failure'] = 'LDAP search was not successful! Check your permissions!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-auth.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-auth.php
new file mode 100644
index 00000000..d6bdc093
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-auth.php
@@ -0,0 +1,8 @@
+<?php
+
+ $ALERT_MSG['no_account'] = 'Username incorrect!';
+ $ALERT_MSG['multi_uid'] = 'Account name already exists!';
+ $ALERT_MSG['account_disabled'] = 'Your account has been banned, you can\'t log in. For more information, contact the administrator.';
+ $ALERT_MSG['force_pw_update'] = 'Changing of the password is mandatory!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-honosito.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-honosito.php
new file mode 100644
index 00000000..69caf50b
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-honosito.php
@@ -0,0 +1,5 @@
+<?php
+
+ $ALERT_MSG['nem_honosito'] = 'You are not a member of the Translator group. The Translator project was started in order to make the page available in other languages. If you want to participate, contact the administrator.';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-naplo.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-naplo.php
new file mode 100644
index 00000000..a2a66f25
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-naplo.php
@@ -0,0 +1,10 @@
+<?php
+
+ $ALERT_MSG['rollback'] = 'The changes have been discarded and the modifications have been set to default.';
+ $ALERT_MSG['nem_targyvalasztasi_idoszak'] = 'Currently there is no (pre)selection peroid';
+ $ALERT_MSG['tipus_elfogyott'] = 'Out of this type!';
+ $ALERT_MSG['nincs_oraja'] = 'Has no (fixed) lessons this day!';
+ $ALERT_MSG['tankor_min_reached'] = 'The studygroup\'s candidate number can\'t get below the allowed minimum!';
+ $ALERT_MSG['tankor_max_reached'] = 'The studaygroup\'s candidate number cannot get above the allowed maximum!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-password.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-password.php
new file mode 100644
index 00000000..42d01946
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-password.php
@@ -0,0 +1,10 @@
+<?php
+
+ $ALERT_MSG['force_pw_update'] = 'Changing of the password is mandatory!';
+ $ALERT_MSG['pw_change_failed'] = 'Password change failure!';
+ $ALERT_MSG['pw_change_disabled'] = 'Password changing is disabled.';
+ $ALERT_MSG['pw_change_success'] = 'Password change successful.';
+ $ALERT_MSG['pw_not_match'] = 'The password does not match the confirmation!';
+ $ALERT_MSG['pw_not_changed'] = 'The new password must be different from the old one!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-session.php b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-session.php
new file mode 100644
index 00000000..e357c6d5
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/alert/en_US/module-session.php
@@ -0,0 +1,5 @@
+<?php
+
+ $ALERT_MSG['pw_not_match'] = 'The password does not match the confirmation!';
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/base.php b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/base.php
new file mode 100644
index 00000000..8ff4e7af
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/base.php
@@ -0,0 +1,34 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['logout'] = array(
+ array(
+ 'txt' => 'Sign out',
+ 'url' => 'index.php?policy=public&page=session&f=logout',
+ 'get' => array('sessionID','skin','lang')
+ )
+ );
+ $MENU['session'] = array(
+ array(
+ 'txt' => 'Profile',
+ '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' => 'Account search','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+// 'searchGroup' => array(array('txt' => 'Group search','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'Change password','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' => 'Account search')),
+// 'searchGroup' => array(array('txt' => 'Group search')),
+// )
+// )
+ );
+ $MENU['home'] = array(
+ array('txt' => 'Home', 'url' => 'index.php')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-keptar.php b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-keptar.php
new file mode 100644
index 00000000..357430cb
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-keptar.php
@@ -0,0 +1,13 @@
+<?php
+ $MENU['keptar'] = array(
+ array('txt' => 'Gallery', 'url' => 'index.php?page=keptar&f=keptar')
+ );
+
+ $MENU['modules']['keptar']['uncat'] = array(
+ array('txt' => 'Uncategorized pictures', 'url' => 'index.php?page=keptar&f=uncat')
+ );
+
+ $MENU['modules']['keptar']['admin'] = array(
+ array('txt' => 'Admin', 'url' => 'index.php?page=keptar&f=admin'),
+ );
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-naplo.php b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-naplo.php
new file mode 100644
index 00000000..5d669c57
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/parent/en_US/module-naplo.php
@@ -0,0 +1,44 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(
+ array('txt' => 'Online Register', 'url' => 'index.php?page=naplo&f=diakValaszto'),
+ array('txt' => 'Sign on for consultation', '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' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=diak'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=diak'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'Entries', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ );
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Workplan', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv')
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Change schoolyear', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ );
+ if (__UZENO_INSTALLED===true)
+ $MENU['modules']['naplo']['uzeno'] = array(array('txt' => 'Messenger', 'url' => 'index.php?page=naplo&sub=uzeno&f=uzeno'));
+
+ }
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/base.php b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/base.php
new file mode 100644
index 00000000..d6420fde
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/base.php
@@ -0,0 +1,43 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['logout'] = array(
+ array(
+ 'txt' => 'Quit',
+ 'url' => 'index.php?policy=public&page=session&f=logout',
+ 'get' => array('sessionID','skin','lang')
+ )
+ );
+ $MENU['session'] = array(
+ array(
+ 'txt' => 'User data',
+ 'url' => 'index.php?page=session&sub=search&f=searchAccount'
+ )
+ );
+ }
+ $MENU['home'] = array(
+ array('txt' => 'Start page', 'url' => 'index.php')
+ );
+
+ if (memberOf(_USERACCOUNT, $AUTH[_POLICY]['adminGroup'])) {
+ $MENU['modules']['session'] = array(
+ 'createAccount' => array(array('txt' => 'New user')),
+ 'createGroup' => array(array('txt' => 'New group')),
+ 'searchAccount' => array(array('txt' => 'Search user','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+ 'searchGroup' => array(array('txt' => 'Search group','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'Change password','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' => 'Search user')),
+// 'searchGroup' => array(array('txt' => 'Search group')),
+// )
+// )
+ );
+ } else {
+ $MENU['modules']['session'] = array(
+ 'searchAccount' => array(array('txt' => 'Search user','url' => 'index.php?page=session&sub=search&f=searchAccount')),
+ 'searchGroup' => array(array('txt' => 'Search group','url' => 'index.php?page=session&sub=search&f=searchGroup')),
+ 'changeMyPassword' => array(array('txt' => 'Change password','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-en_US/www/include/menu/private/en_US/module-honosito.php b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-honosito.php
new file mode 100644
index 00000000..1f062ddc
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-honosito.php
@@ -0,0 +1,15 @@
+<?php
+
+ if (memberOf(_USERACCOUNT,'honosito')) {
+
+ $MENU['honosito'] = array(array('txt' => 'Translator', 'url' => 'index.php?page=honosito&f=text'));
+
+ $MENU['modules']['honosito'] = array(
+ 'alert' => array(array('txt' => 'Translate messages')),
+ 'menu' => array(array('txt' => 'Translate menu')),
+ 'text' => array(array('txt' => 'Translate texts')),
+ );
+
+ }
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-naplo.php b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-naplo.php
new file mode 100644
index 00000000..184966b3
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-naplo.php
@@ -0,0 +1,282 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(
+ array('txt' => 'Online Register', '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' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=diak'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=diak'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'Entries', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['diakTankorJelentkezes'] = array(array('txt' => 'Application', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankorJelentkezes'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'Requests', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ );
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Unused classrooms', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Workplan', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv')
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => 'New request')),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Change schoolyear', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ );
+ if(__UZENO_INSTALLED===true)
+ $MENU['modules']['naplo']['uzeno'] = array(array('txt' => 'Messenger', 'url' => 'index.php?page=naplo&sub=uzeno&f=uzeno'));
+
+ } elseif (__TANAR) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'Entries', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'Requests', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Unused classrooms', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Workplan', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'),
+ array('txt' => 'PTA', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(
+ array('txt' => 'Change schoolyear', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'),
+ array('txt' => 'Students in studygroup', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'),
+ array('txt' => 'Student\'s studygroups', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'),
+ array('txt' => 'Student\'s selected studygroups', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankorJelentkezes'),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'tanarOrarend' => array(array('txt' => 'Summarized teacher\'s timetable')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => 'New request')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => 'Studygroup\'s grades')),
+ 'diak' => array(array('txt' => 'Student\'s grades')),
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ );
+ if (__OSZTALYFONOK === true) $MENU['modules']['naplo']['sub']['osztalyozo']['targySorrend'] = array(array('txt' => 'Order of subjects'));
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => 'List of entries')),
+ 'ujBejegyzes' => array(array('txt' => 'New entry')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ );
+ $MENU['modules']['naplo']['sub']['hianyzas'] = array(
+ 'osztaly' => array(array('txt' => 'Class\' absency summarizer')),
+ 'diak' => array(array('txt' => 'Student\'s absencies (calendar view)')),
+ );
+ if(__UZENO_INSTALLED===true)
+ $MENU['modules']['naplo']['uzeno'] = array(array('txt' => 'Messenger', 'url' => 'index.php?page=naplo&sub=uzeno&f=uzeno'));
+
+ } elseif (__TITKARSAG === true) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'Requests', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Unused classrooms', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Workplan', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv'),
+ array('txt' => 'PTA', 'url' => 'index.php?page=naplo&sub=tanev&f=fogadoOra'),
+ );
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Institution details', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'tanarOrarend' => array(array('txt' => 'Summarized teacher\'s timetable')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => 'New request')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => 'Studygroup\'s grades')),
+ 'diak' => array(array('txt' => 'Student\'s grades')),
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ 'targySorrend' => array(array('txt' => 'Order of subjects')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ );
+ $MENU['modules']['naplo']['sub']['intezmeny'] = array(
+ 'valtas' => array(array('txt' => 'Change institution')),
+// 'osztaly' => array(array('txt' => 'Classes')),
+ 'diak' => array(array('txt' => 'Students')),
+// 'tanar' => array(array('txt' => 'Teachers')),
+// 'munkakozosseg' => array(array('txt' => 'Associations')),
+// 'tankor' => array(array('txt' => 'Studygroups')),
+// 'tankorTanar' => array(array('txt' => 'Stygroup teachers')),
+// 'tankorDiak' => array(array('txt' => 'Studygroup students')),
+// 'diakTankor' => array(array('txt' => 'Student\'s studygroups')),
+// 'tankorSzemeszter' => array(array('txt' => 'Studygroup\' timetable')),
+ );
+ }
+ if (__VEZETOSEG===true) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'Entries', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['tanev'][] = array('txt' => 'Schoolyear details', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv');
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'Requests', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Studygroups', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'));
+
+/*
+// $MENU['modules']['naplo']['intezmeny'] = array(
+ array('txt' => 'Students in studygroup', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak'),
+ array('txt' => 'Stygroup teachers', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorTanar'),
+ array('txt' => 'Change schoolyear', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'),
+ array('txt' => 'Student\'s studygroups', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor'),
+ array('txt' => 'Application', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankorJelentkezes'),
+ );
+*/
+ $MENU['modules']['naplo']['sub']['intezmeny'] = array (
+ 'tankorDiak' => array(array('txt' => 'Students in studygroup', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorDiak')),
+ 'tankorTanar' => array(array('txt' => 'Stygroup teachers', 'url' => 'index.php?page=naplo&sub=intezmeny&f=tankorTanar')),
+ 'diakTankor' => array(array('txt' => 'Student\'s studygroups', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankor')),
+ 'diakTankorJelentkezes' => array(array('txt' => 'Application', 'url'=> 'index.php?page=naplo&sub=intezmeny&f=diakTankorJelentkezes')),
+ 'valtas' => array(array('txt' => 'Change schoolyear', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')),
+ 'tankorCsoport' => array(array('txt' => 'Studygroups*', 'url' => 'index.php?page=naplo&sub=tanev&f=tankorCsoport')),
+ 'tankorBlokk' => array(array('txt' => 'Studygroup blocks*', 'url' => 'index.php?page=naplo&sub=tanev&f=tankorBlokk')),
+
+ );
+
+
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => 'New request')),
+ );
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'helyettesites' => array(array('txt' => 'Substitutions')),
+ 'pluszora' => array(array('txt' => 'Extra lesson')),
+ 'osszevonas' => array(array('txt' => 'Merging')),
+ 'specialis' => array(array('txt' => 'Special day')),
+ 'elmaradas' => array(array('txt' => 'Progress delays')),
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ 'elszamolas' => array(array('txt' => 'Accounting')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => 'Studygroup\'s grades')),
+ 'diak' => array(array('txt' => 'Student\'s grades')),
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ 'targySorrend' => array(array('txt' => 'Order of subjects')),
+ );
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => 'List of entries')),
+ 'ujBejegyzes' => array(array('txt' => 'New entry')),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'orarend' => array(array('txt' => 'Timetable')),
+ 'szabadTerem' => array(array('txt' => 'Unused classrooms')),
+ 'munkaterv' => array(array('txt' => 'Yearly workplan')),
+ 'tankorCsoport' => array(array('txt' => 'Studygroups arrays (...)')),
+ 'tankorBlokk' => array(array('txt' => 'Studygroup blocks')),
+ 'fogadoOra' => array(array('txt' => 'PTA')),
+ 'tanarOrarend' => array(array('txt' => 'Summarized teacher\'s timetable')),
+ );
+ $MENU['modules']['naplo']['sub']['hianyzas'] = array(
+ 'osztaly' => array(array('txt' => 'Class\' absency summarizer')),
+ 'diak' => array(array('txt' => 'Student\'s absencies (calendar view)')),
+ );
+
+ }
+ if (__NAPLOADMIN) {
+ $MENU['modules']['naplo']['haladasi'] = array(array('txt' => 'Progress register', 'url' => 'index.php?page=naplo&sub=haladasi&f=haladasi'));
+ $MENU['modules']['naplo']['osztalyozo'] = array(array('txt' => 'Grades', 'url' => 'index.php?page=naplo&sub=osztalyozo&f=tankor'));
+ $MENU['modules']['naplo']['hianyzas'] = array(array('txt' => 'Register of absencies', 'url' => 'index.php?page=naplo&sub=hianyzas&f=osztaly'));
+ $MENU['modules']['naplo']['bejegyzesek'] = array(array('txt' => 'Entries', 'url' => 'index.php?page=naplo&sub=bejegyzesek&f=bejegyzesek'));
+ $MENU['modules']['naplo']['tanev'] = array(array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'));
+ $MENU['modules']['naplo']['tanev'][] = array('txt' => 'Schoolyear details', 'url' => 'index.php?page=naplo&sub=tanev&f=munkaterv');
+ $MENU['modules']['naplo']['intezmeny'] = array(array('txt' => 'Institution details', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas'));
+ $MENU['modules']['naplo']['admin'] = array(array('txt' => 'Admin', 'url' => 'index.php?page=naplo&sub=admin&f=import'));
+ $MENU['modules']['naplo']['hibabejelento'] = array(array('txt' => 'Requests', 'url' => 'index.php?page=naplo&sub=hibabejelento&f=admin'));
+ if(__UZENO_INSTALLED===true)
+ $MENU['modules']['naplo']['uzeno'] = array(array('txt' => 'Messenger', 'url' => 'index.php?page=naplo&sub=uzeno&f=uzeno'));
+
+ $MENU['modules']['naplo']['sub']['haladasi'] = array(
+ 'helyettesites' => array(array('txt' => 'Substitutions')),
+ 'pluszora' => array(array('txt' => 'Extra lesson')),
+ 'osszevonas' => array(array('txt' => 'Merging')),
+ 'specialis' => array(array('txt' => 'Special day')),
+ 'elmaradas' => array(array('txt' => 'Progress delays')),
+ 'stat' => array(array('txt' => 'Progress statistics')),
+ 'elszamolas' => array(array('txt' => 'Accounting')),
+ );
+ $MENU['modules']['naplo']['sub']['hibabejelento'] = array(
+ 'hibabejelento' => array(array('txt' => 'New request')),
+ );
+ $MENU['modules']['naplo']['sub']['hianyzas'] = array(
+ 'osztaly' => array(array('txt' => 'Class\' absency summarizer')),
+ 'diak' => array(array('txt' => 'Student\'s absencies (calendar view)')),
+ );
+ $MENU['modules']['naplo']['sub']['osztalyozo'] = array(
+ 'tankor' => array(array('txt' => 'Studygroup\'s grades')),
+ 'diak' => array(array('txt' => 'Student\'s grades')),
+ 'dolgozat' => array(array('txt' => 'Tests')),
+ 'bizonyitvany' => array(array('txt' => 'Report')),
+ 'stat' => array(array('txt' => 'Statistics')),
+ 'targySorrend' => array(array('txt' => 'Order of subjects')),
+ );
+ $MENU['modules']['naplo']['sub']['bejegyzesek'] = array(
+ 'bejegyzesek' => array(array('txt' => 'List of entries')),
+ 'ujBejegyzes' => array(array('txt' => 'New entry')),
+ );
+ $MENU['modules']['naplo']['sub']['tanev'] = array(
+ 'orarend' => array(array('txt' => 'Timetable')),
+ 'szabadTerem' => array(array('txt' => 'Unused classrooms')),
+ 'helyettesites' => array(array('txt' => 'Substitutions')),
+ 'munkaterv' => array(array('txt' => 'Yearly workplan')),
+ 'tankorCsoport' => array(array('txt' => 'Studygroups arrays (...)')),
+ 'tankorBlokk' => array(array('txt' => 'Studygroup blocks')),
+ 'orarendTankor' => array(array('txt' => 'Timetable-studygroup organizer')),
+ 'orarendUtkozes' => array(array('txt' => 'Timetable collision')),
+ 'orarendLoad' => array(array('txt' => 'Timetable loader')),
+ 'fogadoOra' => array(array('txt' => 'PTA')),
+ 'tanarOrarend' => array(array('txt' => 'Summarized teacher\'s timetable')),
+ // 'intezmeny' => array(array('txt' => 'Institution chooser', 'url' => 'index.php?page=naplo&sub=intezmeny&f=valtas')),
+ );
+ $MENU['modules']['naplo']['sub']['intezmeny'] = array(
+ 'valtas' => array(array('txt' => 'Change institution')),
+ 'osztaly' => array(array('txt' => 'Classes')),
+ 'diak' => array(array('txt' => 'Students')),
+ 'tanar' => array(array('txt' => 'Teachers')),
+ 'munkakozosseg' => array(array('txt' => 'Associations')),
+ 'tankor' => array(array('txt' => 'Studygroups')),
+ 'tankorTanar' => array(array('txt' => 'Stygroup teachers')),
+ 'tankorDiak' => array(array('txt' => 'Studygroup students')),
+ 'diakTankor' => array(array('txt' => 'Student\'s studygroups')),
+ 'diakTankorJelentkezes' => array(array('txt' => 'Studygroup application')),
+ 'tankorSzemeszter' => array(array('txt' => 'Studygroup\' timetable')),
+ );
+ $MENU['modules']['naplo']['sub']['admin'] = array(
+ 'intezmenyek' => array(array('txt' => 'Institutions')),
+ 'tanevek' => array(array('txt' => 'Schoolyears')),
+ 'szemeszterek' => array(array('txt' => 'Terms')),
+ 'import' => array(array('txt' => 'Import')),
+ 'azonositok' => array(array('txt' => 'Generate ID')),
+ );
+ }
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-portal.php b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-portal.php
new file mode 100644
index 00000000..99bbbd13
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/private/en_US/module-portal.php
@@ -0,0 +1,14 @@
+<?php
+
+ if (defined('__HIREKADMIN') && __HIREKADMIN) {
+ $MENU['portal'] = array(array('txt' => 'News', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin'));
+ $MENU['modules']['portal']['hirek'] = array(
+ array('txt' => 'Edit news', 'url' => 'index.php?page=portal&sub=hirek&f=hirekAdmin'),
+// array('txt' => 'News', 'url' => 'index.php?page=portal&sub=hirek&f=hirek'),
+ array('txt' => 'New post', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir'),
+ array('txt' => 'New poll', 'url' => 'index.php?page=portal&sub=kerdoiv&f=kerdoivAdmin')
+ );
+ } else {
+ $MENU['portal'] = array(array('txt' => 'Submit news', 'url' => 'index.php?page=portal&sub=hirek&f=egyhir'));
+ }
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/base.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/base.php
new file mode 100644
index 00000000..6a3fe1a1
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/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' => 'Sign out', 'url' => 'index.php?page=session&f=logout')
+ );
+ }
+ $MENU['home'] = array(
+ array('txt' => 'Home', 'url' => 'index.php')
+ );
+ $MENU['auth'] = array(
+ array('txt' => 'Parent login', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'),
+ array('txt' => 'Log in', 'url' => 'index.php?page=auth&f=login&toPolicy=private')
+ );
+ $MENU['modules']['auth']['login'] = array(
+ array('txt' => 'Forum login', 'url' => 'index.php?page=auth&f=login&toPolicy=public&toPSF=forum::forum'),
+ array('txt' => 'Parent login', 'url' => 'index.php?page=auth&f=login&toPolicy=parent'),
+ array('txt' => 'Protected pages','url' => 'index.php?page=auth&f=login&toPolicy=private'),
+// array('txt' => 'Registration','url' => 'index.php?page=session&f=createAccount&toPolicy=parent')
+ );
+// $MENU['modules']['session']['createAccount'] = array(
+// array('txt' => 'Parent registration', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'),
+// array('txt' => 'Forum registration', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'),
+// );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-felveteli.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-felveteli.php
new file mode 100644
index 00000000..2e49ba86
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-felveteli.php
@@ -0,0 +1,22 @@
+<?php
+
+ $MENU['felveteli'] = array(
+ array('txt' => 'Entrance proceedings', 'url' => 'index.php?page=felveteli&f=felveteli')
+ );
+
+
+ $MENU['modules']['felveteli']['felveteli'] = array(
+ array('txt' => 'Important informations', 'url' => 'index.php?page=felveteli&f=felveteli'),
+ array('txt' => 'Handout of Entrance process', 'url' => 'index.php?page=felveteli&sub=&f=szobeli'),
+ array('txt' => 'Application info', '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-en_US/www/include/menu/public/en_US/module-forum.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-forum.php
new file mode 100644
index 00000000..df918628
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-forum.php
@@ -0,0 +1,17 @@
+<?php
+
+ if (defined('_SESSIONID') and _SESSIONID != '') {
+ $MENU['session'] = array(
+ array('txt' => 'Log out', 'url' => 'index.php?page=session&f=logout')
+ );
+ }
+ $MENU['forum'] = array(
+ array('txt' => 'Forum', 'url' => 'index.php?page=forum&f=forum')
+ );
+ $MENU['modules']['forum']['forum'] = array(
+ array('txt' => 'Forum', 'url' => 'index.php?page=forum&f=forum'),
+ array('txt' => 'Log in', 'url' => 'index.php?page=auth&f=login&toPSF=forum::forum&toPolicy=public'),
+ array('txt' => 'Registration', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public&toPSF=forum::forum')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-keptar.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-keptar.php
new file mode 100644
index 00000000..32d9a47e
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-keptar.php
@@ -0,0 +1,16 @@
+<?php
+
+// $MENU['keptar'] = array(
+// array('txt' => 'Gallery', 'url' => 'index.php?page=keptar&f=keptar')
+// );
+
+// $MENU['modules']['keptar']['uncat'] = array(
+// array('txt' => 'Uncategorized pictures', 'url' => 'index.php?page=keptar&f=uncat')
+// );
+
+// $MENU['modules']['session']['createAccount'] = array(
+// array('txt' => 'Parents registration', 'url' => 'index.php?page=session&f=createAccount&toPolicy=parent'),
+// array('txt' => 'Forum registration', 'url' => 'index.php?page=session&f=createAccount&toPolicy=public'),
+// );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-naplo.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-naplo.php
new file mode 100644
index 00000000..adf08617
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-naplo.php
@@ -0,0 +1,13 @@
+<?php
+/*
+ module: naplo
+*/
+
+ $MENU['naplo'] = array(array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'));
+ $MENU['modules']['naplo']['tanev'] = array(
+ array('txt' => 'Timetable', 'url' => 'index.php?page=naplo&sub=tanev&f=orarend'),
+ array('txt' => 'Unused classrooms', 'url' => 'index.php?page=naplo&sub=tanev&f=szabadTerem'),
+ array('txt' => 'Substitution', 'url'=>'index.php?page=naplo&sub=tanev&f=helyettesites')
+ );
+
+?>
diff --git a/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-portal.php b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-portal.php
new file mode 100644
index 00000000..5d4f1dc3
--- /dev/null
+++ b/mayor-orig/mayor-locales-en_US/www/include/menu/public/en_US/module-portal.php
@@ -0,0 +1,49 @@
+<?php
+/*
+ module: naplo
+*/
+ $MENU['portal'] = array(array('txt' => 'Fellowship, introduction, accessibility', 'url' => 'index.php?page=portal&sub=info&f=info'));
+
+ $MENU['modules']['portal']['info'] = array(array('txt' => 'Means of contact', 'url' => 'index.php?page=portal&sub=info&f=info'));
+ $MENU['modules']['portal']['diaksag'] = array(array('txt' => 'Student life', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix'));
+ $MENU['modules']['portal']['dok'] = array(array('txt' => 'Student autonomy', 'url' => 'index.php?page=portal&sub=dok&f=diakkepviselok'));
+ $MENU['modules']['portal']['bemutatkozas'] = array(array('txt' => 'Introduction', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar'));
+ $MENU['modules']['portal']['oktatas'] = array(array('txt' => 'Education 2008', 'url' => 'index.php?page=portal&sub=oktatas&f=zenetortenet2008'));
+ $MENU['modules']['portal']['szmsz'] = array(array('txt' => 'Regulations', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom'));
+ $MENU['modules']['portal']['pepo'] = array(array('txt' => 'Educational program', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom'));
+ $MENU['modules']['portal']['hazirend'] = array(array('txt' => 'Policy', 'url' => 'index.php?page=portal&sub=hazirend&f=hazirend2005'));
+ $MENU['modules']['portal']['sub']['bemutatkozas'][] = array(
+ array('txt' => 'Library', 'url' => 'index.php?page=portal&sub=bemutatkozas&f=konyvtar')
+ );
+ $MENU['modules']['portal']['sub']['pepo'][] = array(
+ array('txt' => 'Contents', 'url' => 'index.php?page=portal&sub=pepo&f=tartalom'),
+ array('txt' => '2. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=2'),
+ array('txt' => '3. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=3'),
+ array('txt' => '4. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=4'),
+ array('txt' => '5. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=5'),
+ array('txt' => '6. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=6'),
+ array('txt' => '7. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=7'),
+ array('txt' => '8. chapter', 'url' => 'index.php?page=portal&sub=pepo&f=8'),
+ );
+ $MENU['modules']['portal']['sub']['szmsz'][] = array(
+ array('txt' => 'Contents', 'url' => 'index.php?page=portal&sub=szmsz&f=tartalom'),
+ array('txt' => '2. chapter', 'url' => 'index.php?page=portal&sub=szmsz&f=2'),
+ array('txt' => '3. chapter', 'url' => 'index.php?page=portal&sub=szmsz&f=3'),
+ array('txt' => '4. chapter', 'url' => 'index.php?page=portal&sub=szmsz&f=4'),
+ array('txt' => '5. chapter', 'url' => 'index.php?page=portal&sub=szmsz&f=5'),
+ );
+ $MENU['modules']['portal']['sub']['diaksag'][] = array(
+ array('txt' => 'VMG-mix (by Balázs Alpár and Ábel Bartos)', 'url' => 'index.php?page=portal&sub=diaksag&f=vmgmix'),
+ );
+ $MENU['modules']['portal']['sub']['oktatas'][] = array(
+ array('txt' => 'History of music course 2008', 'url' => 'index.php?page=portal&sub=oktatas&f=zenetortenet2008'),
+ array('txt' => 'English translation competition', 'url' => 'index.php?page=portal&sub=oktatas&f=angol2008'),
+ );
+ $MENU['modules']['portal']['sub']['oktatas/angol'][] = array(
+ array('txt' => 'Tunes', 'url' => 'index.php?page=portal&sub=oktatas/angol&f=dalok'),
+ array('txt' => 'Lyrics translations', 'url' => 'index.php?page=portal&sub=oktatas/angol&f=sting'),
+ array('txt' => 'Harry Potter', 'url' => 'index.php?page=portal&sub=oktatas/angol&f=ph7'),
+ array('txt' => 'Christofer Whyte', 'url' => 'index.php?page=portal&sub=oktatas/angol&f=christoferwhyte'),
+ );
+
+?>