107 lines
3.3 KiB
PHP
107 lines
3.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
//cinema.blade.php + concert.blade.php + CinemaItem.blade.php + EventItem.blade.php
|
|
// + MusicalItem.blade.php
|
|
'share' => 'Share',
|
|
'buy_ticket' => 'Buy a ticket',
|
|
'views' => 'Views',
|
|
'prices_from' => 'Prices from',
|
|
'starting' => 'In cinema starting from',
|
|
|
|
//subCategoryList.blade.php
|
|
'date' => 'Date',
|
|
|
|
//FilterMenu.blade.php
|
|
'select' => 'Select date',
|
|
'popular' => 'Popular',
|
|
'new' => 'New',
|
|
'filter' => 'Filter',
|
|
'today' => 'Today',
|
|
'tomorrow' => 'Tomorrow',
|
|
'week' => 'This week',
|
|
'month' => 'This month',
|
|
|
|
//HomeCinema.blade.php
|
|
'view' => 'View all',
|
|
|
|
//ItemList.blade.php
|
|
'home' => 'Home',
|
|
'for_cinema' => 'Tickets for cinema',
|
|
'composers' => 'Performers',
|
|
'events' => 'Events',
|
|
'concerts' => 'Concerts',
|
|
'alternatives' => 'Alternatives',
|
|
'bards' => 'Bards',
|
|
'jazz' => 'Jazz & Blues',
|
|
'others' => 'Others',
|
|
'movies' => 'Movies',
|
|
'classic' => 'Classical music',
|
|
'music' => 'Musical performance',
|
|
'musical' => 'Musical',
|
|
'ballet' => 'Opera & Ballet',
|
|
'operetta' => 'Operetta',
|
|
'pop' => 'Pop & Estrada',
|
|
'rave' => 'Rave',
|
|
'rock' => 'Rock',
|
|
'romance' => 'Romance',
|
|
'onDate' => '13 September',
|
|
'onTime' => '19:00, Friday',
|
|
'title' => '"Spider Man"',
|
|
'description' => 'Peter Parker and his friends go on a summer vacation to Europe. However, friends are unlikely to rest - Peter will have to agree to help Nick Fury uncover the secret of creatures that cause natural disasters and destruction throughout the continent.',
|
|
'shown' => 'Shown on page',
|
|
|
|
//PublicFooter.blade.php
|
|
'want' => 'Do you want to always be up to date with current events?',
|
|
'subscribe' => 'Subscribe',
|
|
'email' => 'Enter you e-mail',
|
|
"email_for" => "Subscribe to the newsletter and receive a personalized selection of your city's events",
|
|
'cabinet' => 'Personal Cabinet',
|
|
'introduction' => 'INTRODUCTION TO BILETTM.COM',
|
|
'questions' => 'QUESTIONS AND ANSWERS',
|
|
'offices' => 'TICKET OFFICES',
|
|
'rassylka' => 'SEND OUT',
|
|
'collective' => 'COLLECTIVE ORDERS',
|
|
'organizers' => 'TO ORGANIZERS',
|
|
'concert_halls' => 'CONCERT HALLS',
|
|
'partners' => 'PARTNERS',
|
|
'logo' => 'LOGO FOR POSTERS AND MEDIA',
|
|
'addEvent' => 'Add an event',
|
|
'ticket_service' => 'Ticketing service',
|
|
'copyright' => 'All rights reserved',
|
|
|
|
//PublicHeader.blade.php
|
|
'placeholder' => 'Events, artists, halls',
|
|
|
|
//AddEventForm.blade.php
|
|
'send' => 'Send',
|
|
'required' => 'Required field(s)',
|
|
'name' => 'First Name',
|
|
'phone' => 'Phone',
|
|
'venue' => 'Venue',
|
|
'place' => 'Concert hall Turkmenistan',
|
|
'message' => 'Message',
|
|
'text' => 'Send us information of the event you want to organize! We will see the information and contact you as soon as possible',
|
|
|
|
//EventsPage.blade.php
|
|
'rep' => 'The whole repertoire',
|
|
|
|
//SearchResults.blade.php
|
|
'results' => 'Search results',
|
|
|
|
//SeatsPage.blade.php
|
|
'seats' => 'Choose seats',
|
|
'available' => 'Available',
|
|
'booked' => 'Booked',
|
|
'reserved' => 'Reserved',
|
|
'selection' => 'Your Selection',
|
|
'selected' => 'You Have Selected',
|
|
'seatsTotal' => 'seats. Total cost',
|
|
'yourSeats' => 'Your Seats',
|
|
|
|
//Chcekout page
|
|
'checkout' => 'Checkout'
|
|
|
|
];
|