Browse Source

add languages before poe pull

causefx 8 years ago
parent
commit
f5394e95f5
5 changed files with 639 additions and 19 deletions
  1. 41 19
      js/functions.js
  2. 139 0
      js/langpack/de-ch.json
  3. 153 0
      js/langpack/fr.json
  4. 153 0
      js/langpack/it.json
  5. 153 0
      js/langpack/nl.json

+ 41 - 19
js/functions.js

@@ -1,11 +1,7 @@
 /* TEST SHIT */
 // Create language switcher instance
 var lang = new Lang();
-//lang.dynamic(language(moment.locale(navigator.languages[0])), 'js/langpack/'+language(moment.locale(navigator.languages[0]))+'.json');
-lang.dynamic('th', 'js/langpack/th.json');
-lang.dynamic('de', 'js/langpack/de.json');
-lang.dynamic('nb', 'js/langpack/nb.json');
-lang.dynamic('strings', 'js/langpack/strings.json');
+loadLanguageList();
 lang.init({
 	defaultLang: 'en',
 	currentLang: language(moment.locale(navigator.languages[0])),
@@ -19,6 +15,45 @@ lang.init({
 // Start Organizr
 launch();
 /* NORMAL FUNCTIONS */
+function loadLanguageList(){
+	var languages = languageList();
+	$.each(languages, function(i,v) {
+		lang.dynamic(i, 'js/langpack/'+i+'.json');
+	});
+	lang.dynamic('strings', 'js/langpack/strings.json');
+}
+function languageList(){
+	return {
+		'en':{
+			'lang':'English',
+			'image':'plugins/images/languages/en.png'
+		},
+		'nb':{
+			'lang':'Bokmål',
+			'image':'plugins/images/languages/nb.png'
+		},
+		'nl':{
+			'lang':'Deutsch',
+			'image':'plugins/images/languages/nl.png'
+		},
+		'fr':{
+			'lang':'French',
+			'image':'plugins/images/languages/fr.png'
+		},
+		'de':{
+			'lang':'German',
+			'image':'plugins/images/languages/de.png'
+		},
+		'de-ch':{
+			'lang':'German (Switzerland)',
+			'image':'plugins/images/languages/de-ch.png'
+		},
+		'it':{
+			'lang':'Italian',
+			'image':'plugins/images/languages/it.png'
+		}
+	};
+}
 function sleep(ms) {
   return new Promise(resolve => setTimeout(resolve, ms));
 }
@@ -606,20 +641,7 @@ function settingsAPI(post, callbacks=null){
 }
 /* END ORGANIZR API FUNCTIONS */
 function buildLanguage(replace=false,newLang=null){
-	var languages = {
-		'en':{
-			'lang':'English',
-			'image':'plugins/images/languages/en.png'
-		},
-		'de':{
-			'lang':'Deutsch',
-			'image':'plugins/images/languages/de.png'
-		},
-		'nb':{
-			'lang':'Bokmål',
-			'image':'plugins/images/languages/nb.png'
-		}
-	};
+	var languages = languageList();
 	var languageItems = '';
 	var currentLanguage = (getCookie('organizrLanguage')) ? getCookie('organizrLanguage') : window.lang.currentLang;
 	$.each(languages, function(i,v) {

+ 139 - 0
js/langpack/de-ch.json

@@ -0,0 +1,139 @@
+{
+	"token": {
+		"Navigation":"Navigation",
+		"Date":"Date",
+		"Type":"Type",
+		"IP Address":"IP Address",
+		"Username":"Username",
+		"Message":"Message",
+		"My Profile":"My Profile",
+		"Account Settings":"Account Settings",
+		"Login/Register":"Login/Register",
+		"Logout":"Logout",
+		"Inbox":"Inbox",
+		"Go Back":"Go Back",
+		"Reset":"Reset",
+		"Email":"Email",
+		"Enter your Email and instructions will be sent to you!":"Enter your Email and instructions will be sent to you!",
+		"Register":"Regsiter",
+		"Registration Password":"Registration Password",
+		"Recover Password":"Recover Password",
+		"Password":"Password",
+		"Sign Up":"Sign Up",
+		"Don't have an account?":"Don't have an account?",
+		"Forgot pwd?":"Forgot pwd?",
+		"Remember Me":"Remember Me",
+		"Login":"Login",
+		"Installed":"Installed",
+		"Install Update":"Install Update",
+		"Organizr Versions":"Organizr Versions",
+		"About":"About",
+		"Organizr Logs":"Organizr Logs",
+		"Main Settings":"Main Settings",
+		"Updates":"Updates",
+		"Logs":"Logs",
+		"Main":"Main",
+		"Plugins":"Plugins",
+		"Manage Users":"Manage Users",
+		"Customize Organizr":"Customize Organizr",
+		"Edit Categories":"Edit Categories",
+		"Edit Tabs":"Edit Tabs",
+		"Tabs":"Tabs",
+		"System Settings":"System Settings",
+		"User Management":"User Management",
+		"Customize":"Customize",
+		"Tab Editor":"Tab Editor",
+		"Settings":"Settings",
+		"Organizr Settings":"Organizr Settings",
+		"Categories":"Categories",
+		"Login Logs":"Login Logs",
+		"Organizr Logs":"Organizr Logs",
+		"Login Log":"Login Log",
+		"Organizr Log":"Organizr Log",
+		"FIXED":"FIXED",
+		"NEW":"NEW",
+		"NOTE":"NOTE",
+		"Update Available":"Update Available",
+		"is available, goto":"is available, goto",
+		"Update Tab":"Update Tab",
+		"Database Name:":"Database Name:",
+		"Database Name":"Database Name",
+		"Database Location:":"Database Location:",
+		"Database Location":"Database Location",
+		"Hover to show":"Hover to show",
+		"API Key:":"API Key:",
+		"API Key":"API Key",
+		"Registration Password:":"Registration Password:",
+		"Hash Key:":"Hash Key:",
+		"Hash Key":"Hash Key",
+		"Password:":"Password:",
+		"Attenetion":"Attenetion",
+		"The Hash Key will be used to decrypt all passwords etc... on the server.":"The Hash Key will be used to decrypt all passwords etc... on the server.",
+		"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]":"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]",
+		"Notice":"Notice",
+		"Business":"Business",
+		"Personal":"Personal",
+		"Choose License":"Choose License",
+		"Install Type":"Install Type",
+		"Verify":"Verify",
+		"Database":"Database",
+		"Security":"Security",
+		"Admin Info":"Admin Info",
+		"Parent Directory:":"Parent Directory:",
+		"Admin Creation":"Admin Creation",
+		"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.":"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.",
+		"MANAGE":"MANAGE",
+		"CATEGORY":"CATEGORY",
+		"ADDED":"ADDED",
+		"NAME & EMAIL":"NAME & EMAIL",
+		"MANAGE USERS":"MANAGE USERS",
+		"Add User":"Add User",
+		"Manage Groups":"Manage Groups",
+		"Choose Language":"Choose Language",
+		"Welcome":"Welcome",
+		"License":"License",
+		"Webserver Version":"Webserver Version",
+		"PHP Version":"PHP Version",
+		"Organizr Branch":"Organizr Branch",
+		"Organizr Version":"Organizr Version",
+		"Information":"Information",
+		"Below you will find all the links for everything that has to do with Organizr":"Below you will find all the links for everything that has to do with Organizr",
+		"Loading...":"Loading...",
+		"Donate":"Donate",
+		"Edit Group":"Edit Group",
+		"For icons, use the following format:":"For icons, use the following format:",
+		"For images, use the following format:":"For images, use the following format:",
+		"ou may use an image or icon in this field":"ou may use an image or icon in this field",
+		"Image Legend":"Image Legend",
+		"Category Image":"Category Image",
+		"Category Name":"Category Name",
+		"Edit Category":"Edit Category",
+		"Add Category":"Add Category",
+		"Add New Category":"Add New Category",
+		"DELETE":"DELETE",
+		"EDIT":"EDIT",
+		"DEFAULT":"DEFAULT",
+		"TABS":"TABS",
+		"NAME":"NAME",
+		"Category Editor":"Category Editor",
+		"Edit Group":"Edit Group",
+		"Tab Image":"Tab Image",
+		"Tab URL":"Tab URL",
+		"Tab Name":"Tab Name",
+		"Edit Tab":"Edit Tab",
+		"Add Tab":"Add Tab",
+		"Add New Tab":"Add New Tab",
+		"SPLASH":"SPLASH",
+		"ACTIVE":"ACTIVE",
+		"TYPE":"TYPE",
+		"GROUP":"GROUP",
+		"NAME":"NAME",
+		"Delete":"Delete",
+		"No":"No",
+		"Yes":"Yes",
+		"Deleted Category":"Deleted Category",
+		"Add New User":"Add New User",
+		"EMAIL":"EMAIL",
+		"Deleted User":"Deleted User"
+	}
+}

+ 153 - 0
js/langpack/fr.json

@@ -0,0 +1,153 @@
+{
+	"token": {
+		"Navigation":"Navigation",
+		"Date":"Date",
+		"Type":"Type",
+		"IP Address":"IP Address",
+		"Username":"Username",
+		"Message":"Message",
+		"My Profile":"My Profile",
+		"Account Settings":"Account Settings",
+		"Login/Register":"Login/Register",
+		"Logout":"Logout",
+		"Inbox":"Inbox",
+		"Go Back":"Go Back",
+		"Reset":"Reset",
+		"Email":"Email",
+		"Enter your Email and instructions will be sent to you!":"Enter your Email and instructions will be sent to you!",
+		"Register":"Regsiter",
+		"Registration Password":"Registration Password",
+		"Recover Password":"Recover Password",
+		"Password":"Password",
+		"Sign Up":"Sign Up",
+		"Don't have an account?":"Don't have an account?",
+		"Forgot pwd?":"Forgot pwd?",
+		"Remember Me":"Remember Me",
+		"Login":"Login",
+		"Installed":"Installed",
+		"Install Update":"Install Update",
+		"Organizr Versions":"Organizr Versions",
+		"About":"About",
+		"Organizr Logs":"Organizr Logs",
+		"Main Settings":"Main Settings",
+		"Updates":"Updates",
+		"Logs":"Logs",
+		"Main":"Main",
+		"Plugins":"Plugins",
+		"Manage Users":"Manage Users",
+		"Customize Organizr":"Customize Organizr",
+		"Edit Categories":"Edit Categories",
+		"Edit Tabs":"Edit Tabs",
+		"Tabs":"Tabs",
+		"System Settings":"System Settings",
+		"User Management":"User Management",
+		"Customize":"Customize",
+		"Tab Editor":"Tab Editor",
+		"Settings":"Settings",
+		"Organizr Settings":"Organizr Settings",
+		"Categories":"Categories",
+		"Login Logs":"Login Logs",
+		"Organizr Logs":"Organizr Logs",
+		"Login Log":"Login Log",
+		"Organizr Log":"Organizr Log",
+		"FIXED":"FIXED",
+		"NEW":"NEW",
+		"NOTE":"NOTE",
+		"Update Available":"Update Available",
+		"is available, goto":"is available, goto",
+		"Update Tab":"Update Tab",
+		"Database Name:":"Database Name:",
+		"Database Name":"Database Name",
+		"Database Location:":"Database Location:",
+		"Database Location":"Database Location",
+		"Hover to show":"Hover to show",
+		"API Key:":"API Key:",
+		"API Key":"API Key",
+		"Registration Password:":"Registration Password:",
+		"Hash Key:":"Hash Key:",
+		"Hash Key":"Hash Key",
+		"Password:":"Password:",
+		"Attention":"Attention",
+		"The Hash Key will be used to decrypt all passwords etc... on the server.":"The Hash Key will be used to decrypt all passwords etc... on the server.",
+		"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]":"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]",
+		"Notice":"Notice",
+		"Business":"Business",
+		"Personal":"Personal",
+		"Choose License":"Choose License",
+		"Install Type":"Install Type",
+		"Verify":"Verify",
+		"Database":"Database",
+		"Security":"Security",
+		"Admin Info":"Admin Info",
+		"Parent Directory:":"Parent Directory:",
+		"Admin Creation":"Admin Creation",
+		"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.":"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.",
+		"MANAGE":"MANAGE",
+		"CATEGORY":"CATEGORY",
+		"ADDED":"ADDED",
+		"NAME & EMAIL":"NAME & EMAIL",
+		"MANAGE USERS":"MANAGE USERS",
+		"Add User":"Add User",
+		"Manage Groups":"Manage Groups",
+		"Choose Language":"Choose Language",
+		"Welcome":"Welcome",
+		"License":"License",
+		"Webserver Version":"Webserver Version",
+		"PHP Version":"PHP Version",
+		"Organizr Branch":"Organizr Branch",
+		"Organizr Version":"Organizr Version",
+		"Information":"Information",
+		"Below you will find all the links for everything that has to do with Organizr":"Below you will find all the links for everything that has to do with Organizr",
+		"Loading...":"Loading...",
+		"Donate":"Donate",
+		"Edit Group":"Edit Group",
+		"For icons, use the following format:":"For icons, use the following format:",
+		"For images, use the following format:":"For images, use the following format:",
+		"You may use an image or icon in this field":"ou may use an image or icon in this field",
+		"Image Legend":"Image Legend",
+		"Category Image":"Category Image",
+		"Category Name":"Category Name",
+		"Edit Category":"Edit Category",
+		"Add Category":"Add Category",
+		"Add New Category":"Add New Category",
+		"DELETE":"DELETE",
+		"EDIT":"EDIT",
+		"DEFAULT":"DEFAULT",
+		"TABS":"TABS",
+		"NAME":"NAME",
+		"Category Editor":"Category Editor",
+		"Edit Group":"Edit Group",
+		"Tab Image":"Tab Image",
+		"Tab URL":"Tab URL",
+		"Tab Name":"Tab Name",
+		"Edit Tab":"Edit Tab",
+		"Add Tab":"Add Tab",
+		"Add New Tab":"Add New Tab",
+		"SPLASH":"SPLASH",
+		"ACTIVE":"ACTIVE",
+		"TYPE":"TYPE",
+		"GROUP":"GROUP",
+		"NAME":"NAME",
+		"Delete":"Delete",
+		"No":"No",
+		"Yes":"Yes",
+		"Deleted Category":"Deleted Category",
+		"Add New User":"Add New User",
+		"EMAIL":"EMAIL",
+		"Deleted User":"Deleted User",
+		"Category Order Saved":"Category Order Saved",
+		"Group Image":"Group Image",
+		"Group Name":"Group Name",
+		"Add Group":"Add Group",
+		"Add New Group":"Add New Group",
+		"USERS":"USERS",
+		"GROUP NAME":"GROUP NAME",
+		"MANAGE GROUPS":"MANAGE GROUPS",
+		"Changed Language To":"Changed Language To",
+		"Groups":"Groups",
+		"Users":"Users",
+		"Appearance":"Appearance",
+		"Customize Appearance":"Customize Appearance",
+		"Customize":"Customize"
+	}
+}

+ 153 - 0
js/langpack/it.json

@@ -0,0 +1,153 @@
+{
+	"token": {
+		"Navigation":"Navigation",
+		"Date":"Date",
+		"Type":"Type",
+		"IP Address":"IP Address",
+		"Username":"Username",
+		"Message":"Message",
+		"My Profile":"My Profile",
+		"Account Settings":"Account Settings",
+		"Login/Register":"Login/Register",
+		"Logout":"Logout",
+		"Inbox":"Inbox",
+		"Go Back":"Go Back",
+		"Reset":"Reset",
+		"Email":"Email",
+		"Enter your Email and instructions will be sent to you!":"Enter your Email and instructions will be sent to you!",
+		"Register":"Regsiter",
+		"Registration Password":"Registration Password",
+		"Recover Password":"Recover Password",
+		"Password":"Password",
+		"Sign Up":"Sign Up",
+		"Don't have an account?":"Don't have an account?",
+		"Forgot pwd?":"Forgot pwd?",
+		"Remember Me":"Remember Me",
+		"Login":"Login",
+		"Installed":"Installed",
+		"Install Update":"Install Update",
+		"Organizr Versions":"Organizr Versions",
+		"About":"About",
+		"Organizr Logs":"Organizr Logs",
+		"Main Settings":"Main Settings",
+		"Updates":"Updates",
+		"Logs":"Logs",
+		"Main":"Main",
+		"Plugins":"Plugins",
+		"Manage Users":"Manage Users",
+		"Customize Organizr":"Customize Organizr",
+		"Edit Categories":"Edit Categories",
+		"Edit Tabs":"Edit Tabs",
+		"Tabs":"Tabs",
+		"System Settings":"System Settings",
+		"User Management":"User Management",
+		"Customize":"Customize",
+		"Tab Editor":"Tab Editor",
+		"Settings":"Settings",
+		"Organizr Settings":"Organizr Settings",
+		"Categories":"Categories",
+		"Login Logs":"Login Logs",
+		"Organizr Logs":"Organizr Logs",
+		"Login Log":"Login Log",
+		"Organizr Log":"Organizr Log",
+		"FIXED":"FIXED",
+		"NEW":"NEW",
+		"NOTE":"NOTE",
+		"Update Available":"Update Available",
+		"is available, goto":"is available, goto",
+		"Update Tab":"Update Tab",
+		"Database Name:":"Database Name:",
+		"Database Name":"Database Name",
+		"Database Location:":"Database Location:",
+		"Database Location":"Database Location",
+		"Hover to show":"Hover to show",
+		"API Key:":"API Key:",
+		"API Key":"API Key",
+		"Registration Password:":"Registration Password:",
+		"Hash Key:":"Hash Key:",
+		"Hash Key":"Hash Key",
+		"Password:":"Password:",
+		"Attention":"Attention",
+		"The Hash Key will be used to decrypt all passwords etc... on the server.":"The Hash Key will be used to decrypt all passwords etc... on the server.",
+		"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]":"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]",
+		"Notice":"Notice",
+		"Business":"Business",
+		"Personal":"Personal",
+		"Choose License":"Choose License",
+		"Install Type":"Install Type",
+		"Verify":"Verify",
+		"Database":"Database",
+		"Security":"Security",
+		"Admin Info":"Admin Info",
+		"Parent Directory:":"Parent Directory:",
+		"Admin Creation":"Admin Creation",
+		"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.":"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.",
+		"MANAGE":"MANAGE",
+		"CATEGORY":"CATEGORY",
+		"ADDED":"ADDED",
+		"NAME & EMAIL":"NAME & EMAIL",
+		"MANAGE USERS":"MANAGE USERS",
+		"Add User":"Add User",
+		"Manage Groups":"Manage Groups",
+		"Choose Language":"Choose Language",
+		"Welcome":"Welcome",
+		"License":"License",
+		"Webserver Version":"Webserver Version",
+		"PHP Version":"PHP Version",
+		"Organizr Branch":"Organizr Branch",
+		"Organizr Version":"Organizr Version",
+		"Information":"Information",
+		"Below you will find all the links for everything that has to do with Organizr":"Below you will find all the links for everything that has to do with Organizr",
+		"Loading...":"Loading...",
+		"Donate":"Donate",
+		"Edit Group":"Edit Group",
+		"For icons, use the following format:":"For icons, use the following format:",
+		"For images, use the following format:":"For images, use the following format:",
+		"You may use an image or icon in this field":"ou may use an image or icon in this field",
+		"Image Legend":"Image Legend",
+		"Category Image":"Category Image",
+		"Category Name":"Category Name",
+		"Edit Category":"Edit Category",
+		"Add Category":"Add Category",
+		"Add New Category":"Add New Category",
+		"DELETE":"DELETE",
+		"EDIT":"EDIT",
+		"DEFAULT":"DEFAULT",
+		"TABS":"TABS",
+		"NAME":"NAME",
+		"Category Editor":"Category Editor",
+		"Edit Group":"Edit Group",
+		"Tab Image":"Tab Image",
+		"Tab URL":"Tab URL",
+		"Tab Name":"Tab Name",
+		"Edit Tab":"Edit Tab",
+		"Add Tab":"Add Tab",
+		"Add New Tab":"Add New Tab",
+		"SPLASH":"SPLASH",
+		"ACTIVE":"ACTIVE",
+		"TYPE":"TYPE",
+		"GROUP":"GROUP",
+		"NAME":"NAME",
+		"Delete":"Delete",
+		"No":"No",
+		"Yes":"Yes",
+		"Deleted Category":"Deleted Category",
+		"Add New User":"Add New User",
+		"EMAIL":"EMAIL",
+		"Deleted User":"Deleted User",
+		"Category Order Saved":"Category Order Saved",
+		"Group Image":"Group Image",
+		"Group Name":"Group Name",
+		"Add Group":"Add Group",
+		"Add New Group":"Add New Group",
+		"USERS":"USERS",
+		"GROUP NAME":"GROUP NAME",
+		"MANAGE GROUPS":"MANAGE GROUPS",
+		"Changed Language To":"Changed Language To",
+		"Groups":"Groups",
+		"Users":"Users",
+		"Appearance":"Appearance",
+		"Customize Appearance":"Customize Appearance",
+		"Customize":"Customize"
+	}
+}

+ 153 - 0
js/langpack/nl.json

@@ -0,0 +1,153 @@
+{
+	"token": {
+		"Navigation":"Navigation",
+		"Date":"Date",
+		"Type":"Type",
+		"IP Address":"IP Address",
+		"Username":"Username",
+		"Message":"Message",
+		"My Profile":"My Profile",
+		"Account Settings":"Account Settings",
+		"Login/Register":"Login/Register",
+		"Logout":"Logout",
+		"Inbox":"Inbox",
+		"Go Back":"Go Back",
+		"Reset":"Reset",
+		"Email":"Email",
+		"Enter your Email and instructions will be sent to you!":"Enter your Email and instructions will be sent to you!",
+		"Register":"Regsiter",
+		"Registration Password":"Registration Password",
+		"Recover Password":"Recover Password",
+		"Password":"Password",
+		"Sign Up":"Sign Up",
+		"Don't have an account?":"Don't have an account?",
+		"Forgot pwd?":"Forgot pwd?",
+		"Remember Me":"Remember Me",
+		"Login":"Login",
+		"Installed":"Installed",
+		"Install Update":"Install Update",
+		"Organizr Versions":"Organizr Versions",
+		"About":"About",
+		"Organizr Logs":"Organizr Logs",
+		"Main Settings":"Main Settings",
+		"Updates":"Updates",
+		"Logs":"Logs",
+		"Main":"Main",
+		"Plugins":"Plugins",
+		"Manage Users":"Manage Users",
+		"Customize Organizr":"Customize Organizr",
+		"Edit Categories":"Edit Categories",
+		"Edit Tabs":"Edit Tabs",
+		"Tabs":"Tabs",
+		"System Settings":"System Settings",
+		"User Management":"User Management",
+		"Customize":"Customize",
+		"Tab Editor":"Tab Editor",
+		"Settings":"Settings",
+		"Organizr Settings":"Organizr Settings",
+		"Categories":"Categories",
+		"Login Logs":"Login Logs",
+		"Organizr Logs":"Organizr Logs",
+		"Login Log":"Login Log",
+		"Organizr Log":"Organizr Log",
+		"FIXED":"FIXED",
+		"NEW":"NEW",
+		"NOTE":"NOTE",
+		"Update Available":"Update Available",
+		"is available, goto":"is available, goto",
+		"Update Tab":"Update Tab",
+		"Database Name:":"Database Name:",
+		"Database Name":"Database Name",
+		"Database Location:":"Database Location:",
+		"Database Location":"Database Location",
+		"Hover to show":"Hover to show",
+		"API Key:":"API Key:",
+		"API Key":"API Key",
+		"Registration Password:":"Registration Password:",
+		"Hash Key:":"Hash Key:",
+		"Hash Key":"Hash Key",
+		"Password:":"Password:",
+		"Attention":"Attention",
+		"The Hash Key will be used to decrypt all passwords etc... on the server.":"The Hash Key will be used to decrypt all passwords etc... on the server.",
+		"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]":"The API Key will be used for all calls to organizr for the UI. [Auto-Generated]",
+		"Notice":"Notice",
+		"Business":"Business",
+		"Personal":"Personal",
+		"Choose License":"Choose License",
+		"Install Type":"Install Type",
+		"Verify":"Verify",
+		"Database":"Database",
+		"Security":"Security",
+		"Admin Info":"Admin Info",
+		"Parent Directory:":"Parent Directory:",
+		"Admin Creation":"Admin Creation",
+		"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.":"The Database will contain sensitive information.  Please place in directory outside of root Web Directory.",
+		"MANAGE":"MANAGE",
+		"CATEGORY":"CATEGORY",
+		"ADDED":"ADDED",
+		"NAME & EMAIL":"NAME & EMAIL",
+		"MANAGE USERS":"MANAGE USERS",
+		"Add User":"Add User",
+		"Manage Groups":"Manage Groups",
+		"Choose Language":"Choose Language",
+		"Welcome":"Welcome",
+		"License":"License",
+		"Webserver Version":"Webserver Version",
+		"PHP Version":"PHP Version",
+		"Organizr Branch":"Organizr Branch",
+		"Organizr Version":"Organizr Version",
+		"Information":"Information",
+		"Below you will find all the links for everything that has to do with Organizr":"Below you will find all the links for everything that has to do with Organizr",
+		"Loading...":"Loading...",
+		"Donate":"Donate",
+		"Edit Group":"Edit Group",
+		"For icons, use the following format:":"For icons, use the following format:",
+		"For images, use the following format:":"For images, use the following format:",
+		"You may use an image or icon in this field":"ou may use an image or icon in this field",
+		"Image Legend":"Image Legend",
+		"Category Image":"Category Image",
+		"Category Name":"Category Name",
+		"Edit Category":"Edit Category",
+		"Add Category":"Add Category",
+		"Add New Category":"Add New Category",
+		"DELETE":"DELETE",
+		"EDIT":"EDIT",
+		"DEFAULT":"DEFAULT",
+		"TABS":"TABS",
+		"NAME":"NAME",
+		"Category Editor":"Category Editor",
+		"Edit Group":"Edit Group",
+		"Tab Image":"Tab Image",
+		"Tab URL":"Tab URL",
+		"Tab Name":"Tab Name",
+		"Edit Tab":"Edit Tab",
+		"Add Tab":"Add Tab",
+		"Add New Tab":"Add New Tab",
+		"SPLASH":"SPLASH",
+		"ACTIVE":"ACTIVE",
+		"TYPE":"TYPE",
+		"GROUP":"GROUP",
+		"NAME":"NAME",
+		"Delete":"Delete",
+		"No":"No",
+		"Yes":"Yes",
+		"Deleted Category":"Deleted Category",
+		"Add New User":"Add New User",
+		"EMAIL":"EMAIL",
+		"Deleted User":"Deleted User",
+		"Category Order Saved":"Category Order Saved",
+		"Group Image":"Group Image",
+		"Group Name":"Group Name",
+		"Add Group":"Add Group",
+		"Add New Group":"Add New Group",
+		"USERS":"USERS",
+		"GROUP NAME":"GROUP NAME",
+		"MANAGE GROUPS":"MANAGE GROUPS",
+		"Changed Language To":"Changed Language To",
+		"Groups":"Groups",
+		"Users":"Users",
+		"Appearance":"Appearance",
+		"Customize Appearance":"Customize Appearance",
+		"Customize":"Customize"
+	}
+}