aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/www/lang/en_US/module-session
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/www/lang/en_US/module-session')
-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
7 files changed, 65 insertions, 0 deletions
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?');
+?>