1
0

28 lines
848 B
PHP
Raw Permalink Normal View History

2020-02-12 23:25:39 +02:00
<?php
// Heading
2021-10-08 18:38:27 +03:00
$_['heading_title'] = 'Ota yhteyttä';
2020-02-12 23:25:39 +02:00
// Text
$_['text_location'] = 'Our Location';
$_['text_store'] = 'Our Stores';
2021-10-08 18:38:27 +03:00
$_['text_contact'] = 'Yhteydenottolomake';
$_['text_address'] = 'Osoite';
$_['text_telephone'] = 'Puhelinnumero';
2020-02-12 23:25:39 +02:00
$_['text_fax'] = 'Fax';
2021-11-05 15:21:00 +02:00
$_['text_open'] = 'Aukioloajat';
$_['text_comment'] = 'Kommentit';
2021-10-08 18:17:57 +03:00
$_['text_message'] = '<p>Your enquiry has been successfully sent to the store owner!</p>';
2020-02-12 23:25:39 +02:00
// Entry
2021-11-05 15:21:00 +02:00
$_['entry_name'] = 'Nimi';
2021-10-08 18:38:27 +03:00
$_['entry_email'] = 'Sähköpostiosoite';
2020-02-12 23:25:39 +02:00
$_['entry_enquiry'] = 'Enquiry';
// Email
$_['email_subject'] = 'Enquiry %s';
// Errors
$_['error_name'] = 'Name must be between 3 and 32 characters!';
$_['error_email'] = 'E-Mail Address does not appear to be valid!';
2020-03-02 10:58:49 +02:00
$_['error_enquiry'] = 'Enquiry must be between 10 and 3000 characters!';