1
0
opencart-languagepack-finnish/admin/marketing/contact.php

38 lines
1.4 KiB
PHP
Raw Normal View History

2020-02-12 21:25:39 +00:00
<?php
// Heading
2020-03-02 00:28:04 +00:00
$_['heading_title'] = 'Sähköposti';
2020-02-12 21:25:39 +00:00
// Text
$_['text_success'] = 'Your message has been successfully sent!';
2021-10-08 15:17:57 +00:00
$_['text_sent'] = 'Your message has been successfully sent to %s - %s recipients!';
2020-02-12 21:25:39 +00:00
$_['text_list'] = 'Mail List';
$_['text_default'] = 'Default';
$_['text_newsletter'] = 'All Newsletter Subscribers';
$_['text_customer_all'] = 'All Customers';
$_['text_customer_group'] = 'Customer Group';
$_['text_customer'] = 'Customers';
$_['text_affiliate_all'] = 'All Affiliates';
$_['text_affiliate'] = 'Affiliates';
$_['text_product'] = 'Products';
// Entry
2020-03-02 00:28:04 +00:00
$_['entry_store'] = 'Lähettäjä';
$_['entry_to'] = 'Vastaanottaja';
$_['entry_customer_group'] = 'Asiakasryhmä';
$_['entry_customer'] = 'Asiakas';
2020-02-12 21:25:39 +00:00
$_['entry_affiliate'] = 'Affiliate';
$_['entry_product'] = 'Products';
$_['entry_subject'] = 'Subject';
$_['entry_message'] = 'Message';
// Help
$_['help_customer'] = '(Autocomplete)';
$_['help_affiliate'] = '(Autocomplete)';
$_['help_product'] = 'Send only to customers who have ordered products in the list. (Autocomplete)';
// Error
2020-02-16 11:32:04 +00:00
$_['error_permission'] = 'Varoitus: You do not have permission to send E-Mails!';
2020-02-12 21:25:39 +00:00
$_['error_subject'] = 'E-Mail Subject required!';
2020-03-02 00:28:04 +00:00
$_['error_message'] = 'E-Mail Message required!';
2021-10-08 15:17:57 +00:00
$_['error_email'] = 'E-Mail required!';