aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/en_US
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/lang/en_US')
-rw-r--r--mayor-orig/www/lang/en_US/backend/ldap/attrs.php58
-rw-r--r--mayor-orig/www/lang/en_US/base/base.php18
-rw-r--r--mayor-orig/www/lang/en_US/date/names.php21
-rwxr-xr-xmayor-orig/www/lang/en_US/module-auth/login.php5
-rw-r--r--mayor-orig/www/lang/en_US/module-password/changeMyPassword.php7
-rw-r--r--mayor-orig/www/lang/en_US/module-password/changePassword.php7
-rw-r--r--mayor-orig/www/lang/en_US/module-session/accountInfo.php3
-rw-r--r--mayor-orig/www/lang/en_US/module-session/createAccount.php7
-rw-r--r--mayor-orig/www/lang/en_US/module-session/createGroup.php6
-rw-r--r--mayor-orig/www/lang/en_US/module-session/download.php7
-rw-r--r--mayor-orig/www/lang/en_US/module-session/groupInfo.php4
-rw-r--r--mayor-orig/www/lang/en_US/module-session/search/searchAccount.php19
-rw-r--r--mayor-orig/www/lang/en_US/module-session/search/searchGroup.php19
-rw-r--r--mayor-orig/www/lang/en_US/share/session/attrs.php17
14 files changed, 198 insertions, 0 deletions
diff --git a/mayor-orig/www/lang/en_US/backend/ldap/attrs.php b/mayor-orig/www/lang/en_US/backend/ldap/attrs.php
new file mode 100644
index 00000000..438014b6
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/backend/ldap/attrs.php
@@ -0,0 +1,58 @@
+<?php
+ define('_LDAP_USERACCOUNT','User Account');
+ define('_LDAP_USERCN','Name');
+ define('_YEAR','year');
+ define('_MONTH','month');
+ define('_DAY','day');
+ define('_FIU','male');
+ define('_LANY','female');
+ define('_LDAPDN','');
+ define('_LDAPUID','');
+ define('_LDAPUIDNUMBER','');
+ define('_LDAPGIDNUMBER','');
+ define('_LDAPGECOS','');
+ define('_LDAPCN','');
+ define('_LDAPSTUDYID','');
+ define('_LDAPSN','');
+ define('_LDAPGIVENNAME','');
+ define('_LDAPMAIL','');
+ define('_LDAPHOMEPAGE','');
+ define('_LDAPURL','');
+ define('_LDAPTELEPHONENUMBER','');
+ define('_LDAPMOBILE','');
+ define('_LDAPYEAR','');
+ define('_LDAPCLASS','');
+ define('_LDAPL','');
+ define('_LDAPSTREET','');
+ define('_LDAPPOSTALADDRESS','');
+ define('_LDAPPOSTALCODE','');
+ define('_LDAPHOMEDIRECTORY','');
+ define('_LDAPDESCRIPTION','');
+ define('_LDAPROOMNUMBER','');
+ define('_LDAPREGISTERTIMESTAMP','');
+ define('_LDAPPRIMARYSCHOOLOMCODE','');
+ define('_LDAPCLASSTIMESTAMP','');
+ define('_LDAPSTUDENTCARDNUMBER','');
+ define('_LDAPSTUDENTCARDTIMESTAMP','');
+ define('_LDAPTAXID','');
+ define('_LDAPBIRTHTIMESTAMP','');
+ define('_LDAPBIRTHLOCALITY','');
+ define('_LDAPREGISTERNUMBER','');
+ define('_LDAPDIARYNUMBER','');
+ define('_LDAPSEX','');
+ define('_LDAPGUARDIANCN','');
+ define('_LDAPMOTHERCN','');
+ define('_LDAPLOCALITYTIMESTAMP','');
+ define('_LDAPTAJNUMBER','');
+ define('_LDAPMEMBER','');
+ define('_LDAPSTUDENTMEMBER','');
+ define('_LDAPEXEMPTMEMBER','');
+ define('_LDAPEXAMERMEMBER','');
+ define('_LDAPMEMBERUID','');
+ define('_LDAPSHADOWLASTCHANGE','LDAP shadow last change');
+ define('_LDAPSHADOWEXPIRE','LDAP shadow expire');
+ define('_LDAPSHADOWWARNING','LDAP shadow warning');
+ define('_LDAPSHADOWMIN','LDAP shadow minimum time');
+ define('_LDAPSHADOWMAX','LDAP shadow maximum time');
+ define('_LDAPSHADOWINACTICE','LDAP shadow inactive');
+?>
diff --git a/mayor-orig/www/lang/en_US/base/base.php b/mayor-orig/www/lang/en_US/base/base.php
new file mode 100644
index 00000000..84af512a
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/base/base.php
@@ -0,0 +1,18 @@
+<?php
+ define('_MAIN_TITLE','MaYoR ');
+ define('_MAIN_FOOTER','MaYoR © 2002-2015 [en]');
+ define('_TANAR','teacher');
+ define('_DIAK','student');
+ define('_TITKARSAG','administration');
+ define('_GAZDASAGI','financial office');
+ define('_EGYEB','other');
+ define('_ERROR','Error');
+ define('_INFORMATION','Information');
+ define('_CONTROL_FLAG_REQUIRED','Logging in is required.');
+ define('_CONTROL_FLAG_OPTIONAL','Logging in is optional.');
+ define('_PRIVATE_PASSWORD','Password');
+ define('_PARENT_PASSWORD','Parents\' Password');
+ define('_PUBLIC_PASSWORD','Public Password');
+ define('_MAYOR_DESC','');
+ define('_HELP','Help');
+?>
diff --git a/mayor-orig/www/lang/en_US/date/names.php b/mayor-orig/www/lang/en_US/date/names.php
new file mode 100644
index 00000000..ab668efd
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/date/names.php
@@ -0,0 +1,21 @@
+<?php
+ define('_MONDAY','Monday');
+ define('_TUESDAY','Tuesday');
+ define('_WEDNESDAY','Wednesday');
+ define('_THURSDAY','Thursday');
+ define('_FRIDAY','Friday');
+ define('_SATURDAY','Saturday');
+ define('_SUNDAY','Sunday');
+ define('_JANUARY','January');
+ define('_FEBRUARY','February');
+ define('_MARCH','March');
+ define('_APRIL','April');
+ define('_MAY','May');
+ define('_JUNE','June');
+ define('_JULY','July');
+ define('_AUGUSTUS','August');
+ define('_SEPTEMBER','September');
+ define('_OCTOBER','October');
+ define('_NOVEMBER','November');
+ define('_DECEMBER','December');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-auth/login.php b/mayor-orig/www/lang/en_US/module-auth/login.php
new file mode 100755
index 00000000..f161da3f
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-auth/login.php
@@ -0,0 +1,5 @@
+<?php
+ define('_GREETING','MaYoR Login');
+ define('_LOGIN','Login');
+ define('_USERNAME','Username');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-password/changeMyPassword.php b/mayor-orig/www/lang/en_US/module-password/changeMyPassword.php
new file mode 100644
index 00000000..002770ac
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-password/changeMyPassword.php
@@ -0,0 +1,7 @@
+<?php
+ define('_CHANGE_PASSWORD','Change own password');
+ define('_USERNAME','Username');
+ define('_NEW_PASSWORD','New password');
+ define('_VERIFICATION','New password again');
+ define('_OK','OK');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-password/changePassword.php b/mayor-orig/www/lang/en_US/module-password/changePassword.php
new file mode 100644
index 00000000..efd3647f
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-password/changePassword.php
@@ -0,0 +1,7 @@
+<?php
+ define('_CHANGE_PASSWORD','Change password');
+ define('_USERNAME','Username');
+ define('_NEW_PASSWORD','New password');
+ define('_VERIFICATION','New password again');
+ define('_OK','OK');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/accountInfo.php b/mayor-orig/www/lang/en_US/module-session/accountInfo.php
new file mode 100644
index 00000000..18a3b218
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/accountInfo.php
@@ -0,0 +1,3 @@
+<?php
+ define('_OK','OK');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/createAccount.php b/mayor-orig/www/lang/en_US/module-session/createAccount.php
new file mode 100644
index 00000000..c3cd100c
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/createAccount.php
@@ -0,0 +1,7 @@
+<?php
+ define('_OK','OK');
+ define('_CREATE_ACCOUNT','New User');
+ define('_VERIFICATION','Password, again');
+ define('_ACCOUNT_CATEGORY','Category');
+ define('_DATAFILE','Data file');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/createGroup.php b/mayor-orig/www/lang/en_US/module-session/createGroup.php
new file mode 100644
index 00000000..534f0262
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/createGroup.php
@@ -0,0 +1,6 @@
+<?php
+ define('_OK','OK');
+ define('_CREATE_GROUP','Create Group');
+ define('_GROUP_CATEGORY','Create Category');
+ define('_DATAFILE','Data file');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/download.php b/mayor-orig/www/lang/en_US/module-session/download.php
new file mode 100644
index 00000000..ee2b8d2a
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/download.php
@@ -0,0 +1,7 @@
+<?php
+ define('_FILE','File');
+ define('_SIZE','Size');
+ define('_MIMETYPE','MIME Type');
+ define('_DOWNLOAD','Download');
+ define('_DESCRIPTION','If the download does\\');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/groupInfo.php b/mayor-orig/www/lang/en_US/module-session/groupInfo.php
new file mode 100644
index 00000000..f11fe9c6
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/groupInfo.php
@@ -0,0 +1,4 @@
+<?php
+ define('_OK','OK');
+ define('_NEW','New');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/search/searchAccount.php b/mayor-orig/www/lang/en_US/module-session/search/searchAccount.php
new file mode 100644
index 00000000..d2c999ea
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/search/searchAccount.php
@@ -0,0 +1,19 @@
+<?php
+ define('_SEARCH','User Search');
+ define('_OK','OK');
+ define('_NOTFOUND','No results');
+ define('_CATEGORY','Category');
+ define('_ACTION','Change');
+ define('_DELETE','Delete');
+ define('_CHANGE_PASSWORD','Change password');
+ define('_ARE_YOU_SURE','Are you sure?');
+ define('_NAME','Name');
+ define('_CLASS','Class');
+ define('_EMAIL','E-Mail');
+ define('_PASSWORD','Password');
+ define('_RETYPEPASSWORD','Password, again');
+ define('_DEFAULTGROUP','Group');
+ define('_DATAFILE','Data file');
+ define('_NEWUSER','New User');
+ define('_ARE_YOU_SURE','Are you sure?');
+?>
diff --git a/mayor-orig/www/lang/en_US/module-session/search/searchGroup.php b/mayor-orig/www/lang/en_US/module-session/search/searchGroup.php
new file mode 100644
index 00000000..4335ed9b
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/module-session/search/searchGroup.php
@@ -0,0 +1,19 @@
+<?php
+ define('_SEARCH','Group Search');
+ define('_OK','OK');
+ define('_NOTFOUND','No results');
+ define('_CATEGORY','Category');
+ define('_ACTION','Change');
+ define('_DELETE','Delete');
+ define('_CHANGE_PASSWORD','Change password');
+ define('_ARE_YOU_SURE','Are you sure?');
+ define('_NAME','Name');
+ define('_CLASS','Class');
+ define('_EMAIL','E-Mail');
+ define('_PASSWORD','Password');
+ define('_RETYPEPASSWORD','Password, again');
+ define('_DEFAULTGROUP','Group');
+ define('_DATAFILE','Data file');
+ define('_NEWUSER','New User');
+ define('_ARE_YOU_SURE','Are you sure?');
+?>
diff --git a/mayor-orig/www/lang/en_US/share/session/attrs.php b/mayor-orig/www/lang/en_US/share/session/attrs.php
new file mode 100644
index 00000000..9c181f95
--- /dev/null
+++ b/mayor-orig/www/lang/en_US/share/session/attrs.php
@@ -0,0 +1,17 @@
+<?php
+ define('_ATTR_USERACCOUNT','User Account');
+ define('_ATTR_USERCN','Name');
+ define('_ATTR_USERPASSWORD','Password');
+ define('_ATTR_STUDYID','Study ID');
+ define('_ATTR_MAIL','E-Mail');
+ define('_ATTR_TELEPHONENUMBER','Tel. number');
+ define('_ATTR_SHADOWLASTCHANGE','Passw. last change');
+ define('_ATTR_SHADOWMIN','');
+ define('_ATTR_SHADOWMAX','Passw. validity');
+ define('_ATTR_SHADOWWARNING','');
+ define('_ATTR_SHADOWINACTIVE','Account inactivation');
+ define('_ATTR_SHADOWEXPIRE','Date of inactivation');
+ define('_ATTR_GROUPCN','Group ID');
+ define('_ATTR_GROUPDESC','Group Name');
+ define('_ATTR_MEMBER','Member');
+?>