openclassify/addons/default/visiosoft/base-theme/resources/lang/en/field.php

65 lines
2.6 KiB
PHP

<?php
return [
'latest_ads' => 'Latest Ads',
'show_all' => 'Show All',
'login' => [
'name' => 'Login',
],
'logout' => [
'name' => 'Logout',
],
'profile' => 'Profile',
'email' => 'Email Address',
'phone' => 'Phone Number',
'reset_code' => 'Reset Code',
'password_confirmation' => 'Password Confirmation',
'password' => 'Password',
'first_name' => 'First Name',
'last_name' => 'Last Name',
'remember_me' => 'Remember Me',
'not_a_member_yet' => 'Not a Member Yet',
'not_a_member_yet_message' => 'Sign up for our members to benefit from our special service',
'forgot_password' => 'I Forgot My Password',
'email_or_phone_number' => 'Email Address or Phone Number',
'phone_number' => 'Phone Number',
// Registration instructions
'personal_registration_header' => 'What Are Individual Membership Advantages?',
'personal_registration_body' => 'Sell and rent your home, car, sell your unused items, get new ones.',
'personal_registration_list_1' => 'Post a free ad,',
'personal_registration_list_2' => 'Add the ads you are interested in, follow the price changes after adding them to your favorites, create favorite searches that meet your criteria,',
'personal_registration_list_3' => 'Send messages to the ad owners on the site.',
'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.',
// Register page
'phone_validation_error' => 'This phone number is in use by another member.',
// Forgot Password
'create_new_password' => 'Create New Password',
// Login page
'or' => 'or',
'login_with_phone_number' => 'Login with Phone Number',
'login_with_email_address' => 'Login with Email Address',
// Side menu links
'company_directory' => 'Company directory',
'popular_ads' => 'Popular Ads',
'last_48_hours' => 'Last 48 Hours',
'secure_e-commerce_ads' => 'Secure e-Commerce Ads',
'sms' => 'Send Text Message (SMS)',
'mail' => 'Send Mail',
// Register instruction seed
'register_instructions' => 'Register Instructions',
'list' => 'List',
'instruction_description' => 'Instruction Description',
'instruction_list' => 'Instruction List',
// Offline
'connection_problem' => 'Connection problem',
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
];