summaryrefslogtreecommitdiff
path: root/src/web/lang/en_US/apps/auth.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/lang/en_US/apps/auth.php')
-rw-r--r--src/web/lang/en_US/apps/auth.php34
1 files changed, 0 insertions, 34 deletions
diff --git a/src/web/lang/en_US/apps/auth.php b/src/web/lang/en_US/apps/auth.php
deleted file mode 100644
index fb9d758..0000000
--- a/src/web/lang/en_US/apps/auth.php
+++ /dev/null
@@ -1,34 +0,0 @@
-<?php
-
-$lang['login'] = 'Login';
-$lang['login_branding'] = 'Connect with javascript and the world around you on XSSBook.';
-
-$lang['ph_username'] = 'Username';
-$lang['ph_password'] = 'Password';
-$lang['ph_first_name'] = 'First Name';
-$lang['ph_last_name'] = 'Last Name';
-$lang['ph_middle_name'] = 'Middle Name';
-$lang['ph_username'] = 'Username';
-$lang['ph_email'] = 'Email';
-$lang['ph_password'] = 'Password';
-$lang['ph_birth_date'] = 'Birthday';
-$lang['ph_gender'] = 'Gender';
-$lang['ph_gender_male'] = 'Male';
-$lang['ph_gender_female'] = 'Female';
-$lang['ph_gender_lettuce'] = 'Lettuce';
-$lang['ph_basic_info'] = 'General Information';
-
-$lang['action_login_tip'] = 'Login';
-$lang['action_login_text'] = 'Login';
-$lang['action_register_tip'] = 'Register';
-$lang['action_register_text'] = 'Register';
-$lang['action_create_account_tip'] = 'Create a new account';
-$lang['action_create_account_text'] = 'Create new account';
-$lang['action_forgot_passwd_tip'] = 'Reset your password';
-$lang['action_forgot_passwd_text'] = 'Forgot password?';
-
-$lang['register_modal_title'] = 'Create New Account';
-$lang['action_register_text'] = 'Register';
-$lang['action_register_tip'] = 'Register';
-
-?>