diff options
Diffstat (limited to 'src/web/lang/en_US/apps')
-rw-r--r-- | src/web/lang/en_US/apps/auth.php | 34 | ||||
-rw-r--r-- | src/web/lang/en_US/apps/home.php | 9 |
2 files changed, 43 insertions, 0 deletions
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/src/web/lang/en_US/apps/home.php b/src/web/lang/en_US/apps/home.php new file mode 100644 index 0000000..a30eb88 --- /dev/null +++ b/src/web/lang/en_US/apps/home.php @@ -0,0 +1,9 @@ +<?php + +$lang['title'] = 'Home'; + +// actions +$lang['action_load_posts_text'] = 'Load more posts'; +$lang['action_load_posts_tip'] = 'Load more posts'; + +?> |