mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 09:32:07 +00:00
add latest translate by by Sirchyk
This commit is contained in:
41
admin/language/ukrainian/marketing/contact.php
Executable file
41
admin/language/ukrainian/marketing/contact.php
Executable file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
//version 2.0.0.0
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Пошта';
|
||||
|
||||
// Text
|
||||
$_['text_success'] = 'Ваше повідомлення успішно відправлено!';
|
||||
$_['text_sent'] = 'Ваше повідомлення успішно відправлено до %s з %s отримувачів!';
|
||||
$_['text_list'] = 'Список макетів';
|
||||
$_['text_default'] = 'За замовчуванням';
|
||||
$_['text_newsletter'] = 'Всі абоненти підписки на новини';
|
||||
$_['text_customer_all'] = 'Всі покупці';
|
||||
$_['text_customer_group'] = 'Група покупців';
|
||||
$_['text_customer'] = 'Покупці';
|
||||
$_['text_affiliate_all'] = 'Всі партнери';
|
||||
$_['text_affiliate'] = 'Партнери';
|
||||
$_['text_product'] = 'Товари';
|
||||
|
||||
// Entry
|
||||
$_['entry_store'] = 'Від';
|
||||
$_['entry_to'] = 'До';
|
||||
$_['entry_customer_group'] = 'Група покупців';
|
||||
$_['entry_customer'] = 'Покупець';
|
||||
$_['entry_affiliate'] = 'Партнер';
|
||||
$_['entry_product'] = 'Товари';
|
||||
$_['entry_subject'] = 'Тема';
|
||||
$_['entry_message'] = 'Повідомлення';
|
||||
|
||||
// Help
|
||||
$_['help_customer'] = 'Автозаповнення';
|
||||
$_['help_affiliate'] = 'Автозаповнення';
|
||||
$_['help_product'] = 'Відправити тільки покупцям,які купили товари зі списку. (Автозаповнення)';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу для відправки E-Mail\'s!';
|
||||
$_['error_subject'] = 'Необхідно додати тему листа!';
|
||||
$_['error_message'] = 'Необхідно додати повідомлення!';
|
||||
Reference in New Issue
Block a user