/** * en translation for english language * change only the variables without @: in front */ en = { //------------- //--- START --- //------------- // login form LG_TITLE: 'User login', LG_BTN: 'Submit', LG_MAIL: 'Email', LG_PASS: 'Password', LG_FORGOT: 'I forgot my password', LG_MSG_SUCCESS: 'Login successful!', LG_MSG_ERROR: 'Login error, check credentials and try again!', // signup form SN_TITLE: 'User signup', SN_BTN: '@:LG_BTN', SN_HELPTEXT: 'All fields are mandatory', SN_FNAME: 'First name', SN_SNAME: 'Last name', SN_EMAIL: '@:LG_MAIL', SN_PASSWORD: '@:LG_PASS', SN_REPASSWORD: 'Password verification', SN_EMAILERROR: 'Wrong email', SN_PHONE: 'Phone', SN_ACPTRMS1: 'I have read and accept the website\'s', SN_ACPTRMS2: 'Privacy Policy', SN_ACPTRMS3: 'and', SN_ACPTRMS4: 'Terms Of Use', SN_ACPTRMS_LNK1: 'https://ktel-chalkidikis.gr/en/privacy.html', SN_ACPTRMS_LNK2: 'https://ktel-chalkidikis.gr/en/terms.html', SN_MSG_SUCCESS: 'Registration successful!', SN_MSG_ERROR: 'An error occurred, try again later!', SN_MSG_ERROR2: 'Error, this email is already in use!', // dashboard DS_TITLE: 'Chalkidiki Buses', DS_MENU: 'Menu', DS_BTN_EXIT: 'Logout', DS_MENU1: 'Routes', DS_MENU2: 'Buy time', DS_MENU3: 'History', DS_MENU4: 'Offers', DS_MENU5: 'Settings', DS_MENU6: 'Send tickets', DS_MENU7: 'Contact', DS_TRANSFER: 'Transfer ticket', DS_BTN_LOGIN: 'Login', DS_BTN_SIGNUP: 'Signup', DS_TERMS: '@:SN_ACPTRMS4', DS_VISA: 'https://paycenter.piraeusbank.gr/redirection/Content/HTML/3DSecure_en.html', // overview OV_SECMENU1:'Route search', OV_SECMENU2: 'Route select', OV_SECMENU3: 'Seats select', OV_SECMENU4: 'Payment', OV_TITLE: '@:DS_MENU1', OV_SUM: 'Summary', OV_SEATS: 'seats', OV_TOTAL: 'Total', OV_PAY: 'Checkout', OV_HOLD: 'Reserve', OV_RETURN: 'Return', OV_TERMS: '@:DS_TERMS', OVM_HOLD: '@:OV_HOLD', OVM_PAY: '@:OV_PAY', OVM_INFO: 'Booking/Billing info', OVM_NAME: 'Name', OVM_HELPNAME: 'Full name with English characters', OVM_MAIL: '@:LG_MAIL', OVM_HELPEMAIL: 'Valid email', OVM_PHONE: '@:SN_PHONE', OVM_HELPPHONE: 'Telephone, country code - phone number', OVM_MSG1: 'Press Next button! You must get your tickets at least half an hour earlier at the departure station!', OVM_MSG2: 'Press Next button! You will be redirected to a safe page to complete your payment!', OVM_MSG3: 'Please do not close the window as soon as the payment is made, you will automatically return to our page to complete the process!', OVM_BTN: 'Next', OVM_ACPTRMS1: '@:SN_ACPTRMS1', OVM_ACPTRMS2: '@:SN_ACPTRMS2', OVM_ACPTRMS3: '@:SN_ACPTRMS3', OVM_ACPTRMS4: '@:SN_ACPTRMS4', OVM_ACPTRMS_LNK1: '@:SN_ACPTRMS_LNK1', OVM_ACPTRMS_LNK2: '@:SN_ACPTRMS_LNK2', // search view SR_TITLE: '@:OV_SECMENU1', SR_RADIO1: 'One way', SR_RADIO2: '@:OV_RETURN', SR_RADIO3: 'Open return', SR_FORM1: 'From:', SR_FORM2: 'To:', SR_FORM3: 'Depart:', SR_FORM4: 'Search', SR_SEARCHRES: 'No results', // routes view RT_TITLE: '@:OV_SECMENU2', RT_TOOLTIP: 'Available seats', RT_TOOLTIP2: 'Estimated travel time', RT_ALERT: 'Route not available', RT_MSG1: 'No routes available !', RT_MSG2: 'The route is not available for bookings!', // seats view ST_TITLE: '@:OV_SECMENU3', ST_NAME: 'Checkout name', ST_SEATNUM: 'Number of seats', ST_SEATCODE: 'Seat number', ST_TYPE: 'Ticket type', ST_PRICE: 'Price', ST_PAS: 'Passenger', ST_LEGEND1: 'Available', ST_LEGEND2: 'Selected', ST_LEGEND3: 'Unavailable', ST_PAY: '@:OV_PAY', ST_HOLD: '@:OV_HOLD', ST_TBFOOT: 'The field is mandatory', ST_PRICETYPES: 'Ticket prices', ST_NOSEATS: 'An error occurred, the route is not available!', ST_NOFSEATS: 'Number of tickets:', ST_MSGSEATS: 'You can book up to 4 seats at the same time!', // payment view PM_TITLE: '@:OV_SECMENU4', PM_TITLE_HELP: 'All fields are mandatory!', PM_TOPAY: 'Total', PM_USERTITLE: 'Checkout information', PM_USER: 'Name', PM_EMAIL: 'Email', PM_CARDTITLE: 'Card info', PM_CNAME: 'Holder name', PM_CNUMBER: 'Card number', PM_CEXP: 'Expiration', PM_CVV: 'CVV code', PM_BTN_PAY: 'Pay', PM_CARDFOOTER: 'Please fill in the fields as shown on your card!', PM_MSG: 'Redirecting to the bank\'s secure location to make the payment!', // settings view SG_TITLE: '@:DS_MENU5', SG_FNAME: '@:SN_FNAME', SG_LNAME: '@:SN_SNAME', SG_EMAIL: '@:LG_MAIL', SG_PASSWORD: '@:LG_PASS', SG_REPASSWORD: '@:SN_REPASSWORD', SG_PHONE: '@:SN_PHONE', SG_BTN: 'Save', SG_MSG_SUCCESS: 'Save successful', SG_MSG_ERROR: '@:SN_MSG_ERROR', SG_TERMS: '@:DS_TERMS', // reset pass view RS_TITLE: 'Change Password', RS_EMAIL: '@:LG_MAIL', RS_PASSWORD: 'New Password', RS_REPASSWORD: '@:SN_REPASSWORD', RS_EMAILERROR: '@:SN_EMAILERROR', RS_MSG_SUCCESS: 'A reset password email has been sent!', RS_MSG_ERROR: 'There is no user with this email!', RS_MSG_SUCCESS2: 'Your password has been changed!', RS_MSG_ERROR2: 'Error, try again later!', RS_BTN: 'Change', RS_BTN2: 'Send', RS_TERMS: '@:DS_TERMS', // resend tickets view RD_TITLE: '@:DS_MENU6', RD_EMAIL: '@:LG_MAIL', RD_DATE: 'Date', RD_BTN: '@:RS_BTN2', RD_EMAILERROR: '@:SN_EMAILERROR', RD_MSG_SUCCESS: 'The tickets have been sent to your email!', RD_MSG_ERROR: 'The tickets were not found!', RD_TERMS: '@:DS_TERMS', // history view HS_TITLE: 'Bookings history', HS_BOOKING: 'Booking Code', HS_DATE: 'Booking date', HS_TOOLTIP1: 'Save as pdf', HS_TOOLTIP2: 'Send email', HS_TOOLTIP3: '@:DS_TRANSFER', HS_TOOLTIP4: 'Already transfered', HS_MSG: 'No previus bookings!', HS_SEAT: 'Seat', HS_CODE: 'Ticket code', HS_PAY: '@:OV_PAY', HS_HOLD: '@:OV_HOLD', HS_CANCELED: 'Canceled', HS_RESERVED: 'Reserved', HS_BUY: 'Buy', HS_PAYDATA: 'Payment data', HS_RETURN: 'On return tickets, the same code is used for both the outbound and return routes. The return can be made within 20 days of the departure itinerary.', HS_TERMS: '@:DS_TERMS', HSM_TITLE: '@:HS_TOOLTIP3', HSM_FROM: 'Transfer from', HSM_TO: 'Transfer to', HSM_SEAT: '@:HS_SEAT', HSM_DATE: '@:RD_DATE', HSM_TOOLTIP: 'The change can be made once and only for the date and time. The route and ticket type remain the same, as does the seat id available, otherwise the selection is random.', HSM_MSG: 'No routes available!', HSM_BTN: 'Transfer', HMS_ERROR: 'The transfer could not be completed, please contact customer service for more information.', // fail view FL_TITLE: 'Fail', FL_MSG: 'Your booking is not complete, please try again!', FL_MSG2: 'An error occurred, your payment is not complete! please try again.', FL_LNK: 'Search page', FL_TERMS: '@:DS_TERMS', // success view SC_TITLE: 'Success', SC_MSG: 'Your reservation is complete, information have also been sent to your email! In case you do not receive it in your inbox, please check the Spam folder.', SC_MSG2: 'Your booking is complete, the tickets will be sent to your email in the next few minutes! In case you do not receive it in your inbox, please check the Spam folder.', SC_LNK: '@:DS_MENU6', SC_LNK2: 'Save tickets', SC_SEAT: '@:HS_SEAT', SC_CODE: '@:HS_CODE', SC_RETURN: '@:HS_RETURN', SC_TERMS: '@:DS_TERMS', // transfer view TR_TITLE: '@:DS_TRANSFER', TR_INFO: 'Ticket transfer can be done for the same route only once in 2 ways', TR_INFO1: 'Online up to 2 hours before the departure of the itinerary through the Reservation History menu (user account required).', TR_INFO2: 'From the ticket offices until 15 minutes before the departure of the route.', // terms of use view TU_TITLE: '@:SN_ACPTRMS4', TU_CONTENT1: '@:SN_ACPTRMS2', TU_LINK1: '@:SN_ACPTRMS_LNK1', TU_CONTENT2: 'Cookies Policy', TU_LINK2: 'https://ktel-chalkidikis.gr/en/cookies.html', TU_CONTENT3: 'Terms Of Use of e-tickets', TU_LINK3: 'https://ktel-chalkidikis.gr/files/ticketsUse.pdf', TU_CONTENT4: 'General Terms Of Use', TU_LINK4: '@:SN_ACPTRMS_LNK2', TU_CONTENT5: 'Offer Tickets Terms', TU_LINK5: 'https://ktel-chalkidikis.gr/files/offers.pdf', TU_CONTENT6: 'Passengers Rights Rules', TU_LINK6: 'https://ktel-chalkidikis.gr/en/pasrights.html', TU_CONTENT7: 'Ticket Categories', TU_TERMS: '@:DS_TERMS', // terms of cookies view CO_TITLE: '@:TU_CONTENT2', CO_CONTENT1: 'We use cookies on our site. The Company has a strict policy to protect the privacy of visitors to the site https://www.ktel-chalkidikis.gr. This note provides you with more information on how we use cookies and other automated means to collect specific information about visitors to our site, such as the number of visitors to our site, through any browser and device used. By collecting this information, we learn how to better tailor our website and our advertising to visitors.', CO_CONTENT2: 'Cookies are small text files that are stored on your device using any web browser whenever you visit a website. Cookies can be used to let us know for example if you have visited our site in the past or if you are a new visitor and to help us identify features of our site that you may be interested in. Cookies can improve your online experience by storing your preferences as you visit a particular website.', CO_CONTENT3: 'Web beacons (also known as Internet tags, pixeltags and clearGIFs) are usually transparent graphic images placed on a web page. Web beacons are used in conjunction with cookies to record the actions of visitors to websites.', CO_CONTENT4: 'The IP address is a unique locator used by some electronic devices to locate and communicate with each other on the Internet. When you visit our sites, we can see the IP address of the device you used to connect to the Internet. We use this information to determine the general geographical location of the device and to understand which geographical areas our site visitors come from. We may use this information to change the way our website is presented to improve your visit. The URL (UniformResourceLocator / Uniform Resource Locator) is a unique locator or address for every medium on the internet and is essentially the address of the site you are visiting. We will use this information to see which websites have traffic and how you navigate our site.', CO_TITLE5: 'Which cookies do we use?', CO_CONTENT51: 'We use the following cookies on our site that the user consent is not required:', CO_CONTENT52: 'Required, cookies essential to the proper functioning of the website. These cookies do not identify the individual. Without these cookies, no effective functioning of the Sites can be offered. Eg _cfduid', CO_CONTENT53: 'Functionality, cookies that allow the website to remember user preferences in order to provide improved and personalized functionality. Disabling these cookies may affect the performance and functionality of the Sites and restrict access to its content. Eg ASPSESSIONIDCUSQRTAD, PHPSESSID', CO_CONTENT54: 'Analytics, cookies that collect information about how visitors use their Web sites, for example, which pages they visit most often, and if they receive error messages from websites. These cookies collect aggregated, anonymous information that does not identify a visitor. They are exclusively used to improve the performance of a website and allow us to collect information about the use you make on our sites, including the content you select when you browse the web pages. in order to measure the effectiveness and interaction of consumers with the website and to improve our pages over time. These cookies may be provided to us by third-party providers of analytical tools but are used solely for the purposes related to our websites.', CO_TITLE6: 'How Can You Turn Off the Use of Cookies?', CO_CONTENT6: 'If you wish to enable or disable the use of cookies by your browser settings, depending on your browser visit the following web pages to learn about the necessary actions.', CO_CONTENT71: 'Our site, like almost all websites worldwide, uses GoogleAnalytics, a data analysis service offered by Google. GoogleAnalytics uses "cookies", which are text files that are stored on your computer or device and make it easy to analyze how you use the site. The information obtained from cookies about your use (including your IP address) is transferred to a Google server in the US and stored there. Google will use this information to evaluate your use of the Website, to report to its administrators about these activities, and to provide other services related to the use of the Site and the Internet. The cookies used by the analytics.js library are as follows:', CO_CONTENT72: 'Google may also transfer this information to third parties, provided that it is provided by law or if any third parties process the data on their behalf. Google will not associate your IP address with any other data it holds. You can disable GoogleAnalytics by selecting the appropriate settings in your browser, but please note that in such a case you may not be able to use all the features of this site. By using this site, you agree to the processing of your personal information collected by Google in the manner described above and for the above purpose. If you don\'t want Google to get information from your browser when you visit the pages, you can opt out of GoogleAnalytics by tappingĀ the', CO_CONTENT73: 'You can configure your Browser, notify you every time before a cookie is downloaded, and decide whether to download it or not. In this case, keep in mind that you may not be able to make the most of it.', CO_CONTENT74: 'The Company Website may and may use GoogleAnalytics features for display ads (e.g., remarketing, Google Display Network Display Reports, Doubleclick Campaign Manager integration, and demographic and interest reports).', CO_CONTENT75: 'Visitors can opt out of GoogleAnalytics for display ads and customize Google Display Network ads using', CO_TERMS: '@:DS_TERMS', // ticket types TK_TITLE: '@:TU_CONTENT7', TK_CONTENT1: 'Free travel for children from 0 to 6 years old.', TK_CONTENT2: '50% discount for children from 6 to 12 years old, on a multi-child card, for people with disabilities.', TK_CONTENT3: '25% discount to all students with an international student card.', TK_CONTENT4: 'Students presenting their electronic academic ID are entitled to a) 50% discount for the route from their place of residence (Prefecture of Halkidiki) to the city where the school is located and b) 25% discount for the remaining routes.', TK_CONTENT5: 'Return tickets are valid for 20 days from the date of departure.', TK_TERMS: '@:DS_TERMS', //----------- //--- END --- //----------- }