summaryrefslogtreecommitdiff
path: root/src/web/lang/en_US
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/lang/en_US/api_lang.php (renamed from web/lang/en_US/api_lang.php)6
-rw-r--r--src/web/lang/en_US/apps/auth.php34
-rw-r--r--src/web/lang/en_US/apps/home.php (renamed from web/lang/en_US/apps/home.php)0
-rw-r--r--src/web/lang/en_US/common_lang.php (renamed from web/lang/en_US/common_lang.php)0
-rw-r--r--src/web/lang/en_US/error_lang.php (renamed from web/lang/en_US/error_lang.php)0
5 files changed, 40 insertions, 0 deletions
diff --git a/web/lang/en_US/api_lang.php b/src/web/lang/en_US/api_lang.php
index 129147c..3afc4f6 100644
--- a/web/lang/en_US/api_lang.php
+++ b/src/web/lang/en_US/api_lang.php
@@ -6,6 +6,7 @@ $lang['api_column_first_name'] = 'first name';
$lang['api_column_last_name'] = 'last name';
$lang['api_column_middle_name'] = 'middle name';
$lang['api_column_email'] = 'email';
+$lang['api_column_password'] = 'password';
$lang['api_column_gender'] = 'gender';
$lang['api_column_join_date'] = 'join date';
$lang['api_column_birth_date'] = 'birth date';
@@ -22,5 +23,10 @@ $lang['api_null_value'] = '%s cannot be empty';
$lang['api_unique_value'] = '%s is not available (not unique)';
$lang['api_min_value'] = '%s length cannot be less than %s';
$lang['api_max_value'] = '%s length cannot exceed %s';
+$lang['api_invalid_login'] = 'Invalid username or password';
+$lang['api_unknown'] = 'An unknown error as occurred';
+
+// toast messages
+$lang['toast_date_empty'] = 'Birthday cannot be empty';
?>
diff --git a/src/web/lang/en_US/apps/auth.php b/src/web/lang/en_US/apps/auth.php
new file mode 100644
index 0000000..fb9d758
--- /dev/null
+++ b/src/web/lang/en_US/apps/auth.php
@@ -0,0 +1,34 @@
+<?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';
+
+?>
diff --git a/web/lang/en_US/apps/home.php b/src/web/lang/en_US/apps/home.php
index a30eb88..a30eb88 100644
--- a/web/lang/en_US/apps/home.php
+++ b/src/web/lang/en_US/apps/home.php
diff --git a/web/lang/en_US/common_lang.php b/src/web/lang/en_US/common_lang.php
index 7e214b5..7e214b5 100644
--- a/web/lang/en_US/common_lang.php
+++ b/src/web/lang/en_US/common_lang.php
diff --git a/web/lang/en_US/error_lang.php b/src/web/lang/en_US/error_lang.php
index afecaa1..afecaa1 100644
--- a/web/lang/en_US/error_lang.php
+++ b/src/web/lang/en_US/error_lang.php