ECOMMERCE/lang/en/account_info.php

39 lines
1.6 KiB
PHP

<?php
return [
'page_title' => 'Account - Personal Info',
'personal_info' => 'Personal info',
'basic_info' => 'Basic info',
'edit' => 'Edit',
'name' => 'Name',
'date_of_birth' => 'Date of birth',
'choose_date' => 'Choose date',
'please_enter_first_name' => 'Please enter your first name!',
'save_changes' => 'Save changes',
'close' => 'Close',
'contact' => 'Contact',
'email_address' => 'Email address',
'please_enter_valid_email' => 'Please enter a valid email address!',
'phone_number' => 'Phone number',
'please_enter_phone_number' => 'Please enter your phone number!',
'password' => 'Password',
'current_password' => 'Current password',
'enter_current_password' => 'Enter your current password',
'new_password' => 'New password',
'create_new_password' => 'Create new password',
'delete_account' => 'Delete account',
'delete_account_description' => 'When you delete your account, your public profile will be deactivated immediately. If you change your mind before the 14 days are up, sign in with your email and password, and we\'ll send you a link to reactivate your account.',
'not_set' => 'Not Set',
'verified' => 'Verified',
'date_format' => 'j F Y',
'language' => 'Language',
'select_language' => 'Select language',
'english' => 'English',
'french' => 'Français',
'german' => 'Deutsch',
'italian' => 'Italiano',
'confirm_password' => 'Confirm password',
'confirm_new_password' => 'Confirm new password',
'profile_photo' => 'Profile Photo',
'photo_requirements' => 'Recommended: Square image, at least 200x200px',
];