PHP Classes

File: Application/Module/User/Language/en.php

Recommend this page to a friend!
  Classes of Duong Huynh Nghia   Lego PHP   Application/Module/User/Language/en.php   Download  
File: Application/Module/User/Language/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Lego PHP
Blog and shopping cart system
Author: By
Last change:
Date: 7 years ago
Size: 4,385 bytes
 

Contents

Class file image Download
<?php

$aPhrases
['user.user'] = 'User';
$aPhrases['user.total_user'] = 'Total User';
$aPhrases['user.manage_user'] = 'Manage User';
$aPhrases['user.manage_group'] = 'Manage Group';
$aPhrases['user.groups'] = 'Groups';
$aPhrases['user.add_new_user'] = 'Add New User';
$aPhrases['user.add_new_group'] = 'Add New Group';
$aPhrases['user.group_name'] = 'Group Name';
$aPhrases['user.group_parent'] = 'Group Parent';
$aPhrases['user.parent_group'] = 'Parent Group';
$aPhrases['user.total_member'] = 'Total Member';
$aPhrases['user.group_permissions'] = 'Group Permissions';
$aPhrases['user.added_new_group_successfully'] = 'Added new group successfully';
$aPhrases['user.edit_group'] = 'Edit Group';
$aPhrases['user.updated_group_successfully'] = 'Updated group successfully';
$aPhrases['user.no_changes'] = 'No changes';
$aPhrases['user.browse'] = 'Browse';
$aPhrases['user.full_name'] = 'Full Name';
$aPhrases['user.user_name'] = 'User Name';
$aPhrases['user.email'] = 'Email';
$aPhrases['user.password'] = 'Password';
$aPhrases['user.birthday'] = 'Birthday';
$aPhrases['user.group'] = 'Group';
$aPhrases['user.user_text'] = 'User Text';
$aPhrases['user.user_title'] = 'User TItle';
$aPhrases['user.user_does_not_exist'] = 'User does not exist';
$aPhrases['user.updated_user_successfully'] = 'Updated user successfully';
$aPhrases['user.enter_full_name_to_search'] = 'Enter full name to search';
$aPhrases['user.enter_email_to_search'] = 'Enter Email to search';
$aPhrases['user.search'] = 'Search';
$aPhrases['user.last_online'] = 'Last Online';
$aPhrases['user.no_users_found'] = 'No users found';
$aPhrases['user.cannot_delete_this_user'] = 'Cannot delete this user';
$aPhrases['user.deleted_user_successfully'] = 'Deleted user successfully';
$aPhrases['user.limit_display'] = 'Limit Display';
$aPhrases['user.user_image'] = 'User Image';
$aPhrases['user.group_does_not_exist'] = 'User Group does not exist';
$aPhrases['user.deleted_group_successfully'] = 'Deleted Group successfully';
$aPhrases['user.address'] = 'Address';
$aPhrases['user.cannot_delete_this_group'] = 'Cannot delete this group';
$aPhrases['user.edit_profile'] = 'Edit Profile';
$aPhrases['user.edit_user'] = 'Edit User';
$aPhrases['user.user_name_cannot_be_empty'] = 'User Name cannot be empty';
$aPhrases['user.password_cannot_be_empty'] = 'Password cannot be empty';
$aPhrases['user.repeat_password_cannot_be_empty'] = 'Repeat Password cannot be empty';
$aPhrases['user.password_is_not_match'] = 'Password is not matched';
$aPhrases['user.user_name_wrong_length'] = 'Invalid length of user name, it should be from 5 to 30 characters';
$aPhrases['user.user_name_contain_illegal_characters'] = 'The username contains illegal characters';
$aPhrases['user.pls_choose_new_user_name'] = 'User name has been used in system. Please choose new one';
$aPhrases['user.user_has_been_existed'] = 'Your email has been used';
$aPhrases['user.your_account_has_been_created'] = 'Your account has been created. Please wait the approval from administrator';
$aPhrases['user.you_must_login_first'] = 'You must login first';
$aPhrases['user.user_title_cannot_be_empty '] = 'User Title cannot be empty';
$aPhrases['user.request'] = 'Request';
$aPhrases['user.input_your_email_to_request_new_password'] = 'Input your email to request new password';
$aPhrases['user.lost_password'] = 'Lost Password';
$aPhrases['user.email_sent_out_pls_check_your_mail_box'] = 'Email lost password is sent out. Please check your mail box';
$aPhrases['user.some_one_else_request_new_password_from_your_account'] = 'Someone else requested new password of your account.';
$aPhrases['user.click_to_link_bellow_if_it_is_yours'] = 'Click to link bellowif it is yours.';
$aPhrases['core.repeat_password'] = 'Repeat password';
$aPhrases['user.input_your_new_password'] = 'Input your new password';
$aPhrases['user.your_password_has_been_change_pls_login_with_new_one'] = 'Your password has been changed. Please login with new one';
$aPhrases['core.user_menu'] = 'User';
$aPhrases['user.enable_register_account_title'] = 'Enable Register account';
$aPhrases['user.enable_register_account_description'] = 'Allow user to register account or not';
$aPhrases['user.auto_approve_user_when_register_title'] = 'Auto approve registration account';
$aPhrases['user.auto_approve_user_when_register_description'] = 'Auto approve user account when registration is completed';