2019-11-16 11:26:11 +00:00
< ? php
return [
//cinema.blade.php + concert.blade.php + CinemaItem.blade.php + EventItem.blade.php
2019-11-27 13:18:14 +00:00
// + MusicalItem.blade.php
2019-11-16 11:26:11 +00:00
'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' ,
2019-11-27 13:18:14 +00:00
'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' ,
2019-11-16 11:26:11 +00:00
2019-11-27 13:18:14 +00:00
//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' ,
2020-02-12 11:00:54 +00:00
//Chcekout page
'checkout' => 'Checkout'
];