/** * 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', SN_ACPTRMS2: 'Terms Of Use', 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: 'Preveza 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: 'Resend tickets', DS_MENU7: 'Contact', DS_BTN_LOGIN: 'Login', DS_BTN_SIGNUP: 'Signup', DS_TERMS: '@:SN_ACPTRMS2', 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_SUBTITLE1: 'Departure:', OV_SUBTITLE2: '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_REMAIL: '@:LG_MAIL', OVM_HELPEMAIL: 'Valid email', OVM_HELPEMAIL2: 'Email verification', 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', // 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: '@:OV_SUBTITLE1', SR_FORM4: 'Search', SR_FORM5: '@:OV_SUBTITLE2', SR_SEARCHRES: 'No results', // routes view RT_TITLE: '@:OV_SECMENU2', RT_TITLE1: 'Select route for transition', RT_TITLE2: 'Select route for return', RT_BTN: 'Next step', RT_TOOLTIP: 'Available seats', RT_TOOLTIP2: 'Estimated travel time', RT_MSG1: 'No routes available !', RT_MSG2: 'The route is not available for bookings!', // seats view ST_TITLE: '@:OV_SECMENU3', ST_TITLE1: 'Select seats for transition', ST_TITLE2: 'Select seats for return', ST_SUBTITLE1: '1st level', ST_SUBTITLE2: '2nd level', ST_STARTPOINT: 'Boarding from', ST_STARTPOINT_INFO: 'Select boarding from an alternative point', ST_STARTPOINT_DEFAULT: 'Starting point', 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! In case you do not receive it in your inbox, please check the Spam folder.', 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_MSG: 'No previus bookings!', HS_SEAT: 'Seat', HS_CODE: 'Ticket code', HS_ROUTE: 'Line', HS_PAY: '@:OV_PAY', HS_HOLD: '@:OV_HOLD', HS_CANCELED: 'Canceled', HS_TERMS: '@:DS_TERMS', // 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_ROUTE: '@:HS_ROUTE', SC_TERMS: '@:DS_TERMS', // terms of use view TU_TITLE: '@:DS_TERMS', TU_INFO: 'Terms of use of the KTEL Preveza S.A. Intercity Bus online e- ticket application', TU_INFO1: 'An electronic ticket can be issued up to 1 hour before the departure of a route.', TU_INFO2: 'If a ticket has been paid for and the customer does not complete their journey, KTEL Preveza S.A. gives a refund of the 70% of the ticket price to the passenger only if the reservation of the seat of a long-distance route has been cancelled at least 8 hours before the departure time, or 50% in case the customer cancels the seat reservation within 8 hours before the departure time. If you do not arrive at KTEL 2 hours before departure time, you cannot claim any refund afterwards.', TU_INFO3: 'Any change of the e-ticket can be made up to 2 hours before departure time.', TU_INFO4: 'No changes or refunds can be made after the departure date and time of the ticket.', TU_INFO5: 'A ticket can be altered for the same route only once.', TU_INFO6: 'The e-ticket can be resent to the email you filled in when purchasing it at any time before the departure of the bus in 2 ways:', TU_INFO6a: 'By locating it in your purchase/booking history and selecting either “Print pdf” or “Send an email” (for verified users).', TU_INFO6b: 'Via the option "Resend tickets" by entering the email and the date of the itinerary.', TU_INFO7: 'Tickets, as well as any information from KTEL of Preveza are sent by the email noreply@ktelprevezas.gr, which can be found in either your inbox or the spam folder of the email completed during the purchase.', TU_INFO8: 'Foreign students are not entitled to any discount.', TU_INFO9: 'Itineraries are updated on a 40-day basis.', TU_INFO10: 'The timetables displayed with the completion of the booking may change from the day the user made the transaction to the day of departure. If there is a change in the route hours and in case the user has provided their contact details, our company will try to contact the customer in order to inform them as soon as possible about the change, to allow time to adjust their travel schedule accordingly. However, it is the user\'s responsibility to contact the company and confirm the route will operate as originally planned.', TU_INFO11: 'Only users who present a valid e-ticket along with their ID (Identification Card) are entitled to travel. In case of a special discount, the user must carry the proving document (student pass, multi-child card, etc.) and show it when requested in order to be entitled to the discount. If the user does not carry the proving document needed for the discount, they will then have to pay additional money to cover the full ticket price.', TU_INFO12: 'The user should follow specific steps to purchase the e-ticket, as shown on the website. After following this procedure, the user will receive a pdf document with the ticket details through an email confirmation, which must be provided at the departure point of the route. If the user does not receive a transaction receipt (either via a confirmation page or by email) after submitting their details to complete the booking/ transaction, or if an error message or service interruption occurs when submitting their details, it is the user’s responsibility to contact the company to confirm whether the transaction has been completed or not. The company does not bear any responsibility for the user’s monetary or other loss if they do not receive confirmation of their reservation/ transaction for any reason.', TU_INFO13: 'For any ticket enquiries, please contact us.', TU_INFO14: 'Any e-ticket alteration or refund can be done only by the ticket offices.', TU_TERMS: '@:DS_TERMS', //----------- //--- END --- //----------- }