b2in/resources/lang/en/ui.php
2026-04-10 17:18:17 +02:00

84 lines
2.7 KiB
PHP

<?php
return [
// General
'back' => 'Back',
'learn_more' => 'Learn more',
'read_more' => 'Read more',
'close' => 'Close',
'contact' => 'Contact',
'required_fields' => '* Required fields',
'view' => 'View',
// Header
'main_navigation' => 'Main navigation',
'mobile_navigation' => 'Mobile navigation',
'menu_close' => 'Close menu',
'menu_open' => 'Open menu',
// Footer
'founder_ceo' => 'Founder & CEO',
'legal_notice' => 'Legal Notice',
'cookie_settings' => 'Cookie Settings',
// Announcement Bar
'announcement_close' => 'Close',
// Hero Slider
'show_slide' => 'Show slide :number',
'previous_image' => 'Previous image',
'next_image' => 'Next image',
// Magazine
'read_article' => 'Read article :title',
// Contact Form
'contact_form' => [
'success_title' => 'Thank you!',
'success_message' => 'Your message has been received. We will get back to you as soon as possible.',
'first_name' => 'First Name *',
'last_name' => 'Last Name *',
'company' => 'Company (optional)',
'email' => 'Email *',
'phone' => 'Phone (optional)',
'subject' => 'Subject *',
'message' => 'Message *',
'message_placeholder' => 'Your message...',
'privacy_prefix' => 'I have read the',
'privacy_suffix' => 'and agree to the processing of my data. *',
'send' => 'Send',
'sending' => 'Sending...',
],
// Immobilien Contact Form
'immobilien_form' => [
'success_title' => 'Inquiry sent successfully!',
'success_message' => 'Thank you for your interest. We will get back to you as soon as possible.',
'interest' => 'Interest',
'please_select' => 'Please select...',
'first_name' => 'First Name *',
'first_name_placeholder' => 'Your first name',
'last_name' => 'Last Name *',
'last_name_placeholder' => 'Your last name',
'email' => 'Email *',
'email_placeholder' => 'your@email.com',
'phone' => 'Phone (optional)',
'message' => 'Message (optional)',
'message_placeholder' => 'Your message...',
'privacy_prefix' => 'I have read the',
'privacy_suffix' => 'and agree to the processing of my data. *',
'submit' => 'Request Exposé & Availability',
'sending' => 'Sending...',
],
// Portfolio
'portfolio' => [
'no_projects' => 'No projects found',
'try_other_filter' => 'Try a different filter',
'amenities' => 'Amenities',
'project_details' => 'Project Details',
'location' => 'Location',
'price' => 'Price',
'size' => 'Size',
],
];