1
0
opencart-languagepack-finnish/catalog/information/contact.php

28 lines
848 B
PHP
Raw Permalink Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2021-10-08 15:38:27 +00:00
$_['heading_title'] = 'Ota yhteyttä';
2020-02-12 21:25:39 +00:00
// Text
$_['text_location'] = 'Our Location';
$_['text_store'] = 'Our Stores';
2021-10-08 15:38:27 +00:00
$_['text_contact'] = 'Yhteydenottolomake';
$_['text_address'] = 'Osoite';
$_['text_telephone'] = 'Puhelinnumero';
2020-02-12 21:25:39 +00:00
$_['text_fax'] = 'Fax';
2021-11-05 13:21:00 +00:00
$_['text_open'] = 'Aukioloajat';
$_['text_comment'] = 'Kommentit';
2021-10-08 15:17:57 +00:00
$_['text_message'] = '<p>Your enquiry has been successfully sent to the store owner!</p>';
2020-02-12 21:25:39 +00:00
// Entry
2021-11-05 13:21:00 +00:00
$_['entry_name'] = 'Nimi';
2021-10-08 15:38:27 +00:00
$_['entry_email'] = 'Sähköpostiosoite';
2020-02-12 21:25:39 +00: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 08:58:49 +00:00
$_['error_enquiry'] = 'Enquiry must be between 10 and 3000 characters!';