mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 05:29:08 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
24
admin/language/uk-ua/report/affiliate.php
Normal file
24
admin/language/uk-ua/report/affiliate.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт з комісій партнерської програми';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список комісій партнерської програми';
|
||||
|
||||
// Column
|
||||
$_['column_affiliate'] = 'Ім’я партнера';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_commission'] = 'Комісія';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
29
admin/language/uk-ua/report/affiliate_activity.php
Normal file
29
admin/language/uk-ua/report/affiliate_activity.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт з активності партнерів';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список активностей партнерів';
|
||||
$_['text_edit'] = '<a href="affiliate_id=%d">%s</a> змінили деталі облікового запису.';
|
||||
$_['text_forgotten'] = '<a href="affiliate_id=%d">%s</a> запросили новий пароль.';
|
||||
$_['text_login'] = '<a href="affiliate_id=%d">%s</a> увійшли.';
|
||||
$_['text_password'] = '<a href="affiliate_id=%d">%s</a> змінили пароль облікового запису партнерської програми';
|
||||
$_['text_payment'] = '<a href="affiliate_id=%d">%s</a> змінили свої платіжні деталі.';
|
||||
$_['text_register'] = '<a href="affiliate_id=%d">%s</a> зареєстрували обліковий запис.';
|
||||
|
||||
// Column
|
||||
$_['column_affiliate'] = 'Партнер';
|
||||
$_['column_comment'] = 'Коментарій';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
|
||||
// Entry
|
||||
$_['entry_affiliate'] = 'Партнер';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
36
admin/language/uk-ua/report/customer_activity.php
Normal file
36
admin/language/uk-ua/report/customer_activity.php
Normal file
@@ -0,0 +1,36 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про активність клієнтів';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список активності клієнтів';
|
||||
$_['text_address_add'] = '<a href="customer_id=%d">%s</a> додали нову адресу.';
|
||||
$_['text_address_edit'] = '<a href="customer_id=%d">%s</a> змінили свої адреси.';
|
||||
$_['text_address_delete'] = '<a href="customer_id=%d">%s</a> видалили одну з своїх адрес.';
|
||||
$_['text_edit'] = '<a href="customer_id=%d">%s</a> змінили деталі облікового запису.';
|
||||
$_['text_forgotten'] = '<a href="customer_id=%d">%s</a> запросили нагадування паролю.';
|
||||
$_['text_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
|
||||
$_['text_login'] = '<a href="customer_id=%d">%s</a> увійшли на сайт.';
|
||||
$_['text_password'] = '<a href="customer_id=%d">%s</a> змінили пароль облікового запису.';
|
||||
$_['text_register'] = '<a href="customer_id=%d">%s</a> зареєстрували обліковий запис.';
|
||||
$_['text_return_account'] = '<a href="customer_id=%d">%s</a> запросили повернення товару.';
|
||||
$_['text_return_guest'] = '%s запросили повернення товару.';
|
||||
$_['text_order_account'] = '<a href="customer_id=%d">%s</a> зробили <a href="order_id=%d">нове замовлення</a>.';
|
||||
$_['text_order_guest'] = '%s зробили <a href="order_id=%d">нове замовлення</a>.';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_comment'] = 'Коментар';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Дата додавання';
|
||||
|
||||
// Entry
|
||||
$_['entry_customer'] = 'Покупець';
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
22
admin/language/uk-ua/report/customer_credit.php
Normal file
22
admin/language/uk-ua/report/customer_credit.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про кредити покупців';
|
||||
|
||||
// Column
|
||||
$_['text_list'] = 'Список кредитів покупців';
|
||||
$_['column_customer'] = 'Ім’я покупця';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Група покупців';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
24
admin/language/uk-ua/report/customer_online.php
Normal file
24
admin/language/uk-ua/report/customer_online.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про кількість покупців на сайті';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список покупців на сайті';
|
||||
$_['text_guest'] = 'Гість';
|
||||
|
||||
// Column
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_url'] = 'Остання відкрита сторінка';
|
||||
$_['column_referer'] = 'Реферер';
|
||||
$_['column_date_added'] = 'Останній клік';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_ip'] = 'IP';
|
||||
$_['entry_customer'] = 'Покупець';
|
||||
28
admin/language/uk-ua/report/customer_order.php
Normal file
28
admin/language/uk-ua/report/customer_order.php
Normal file
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про замовлення клієнтів';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список замовлень клієнтів';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Ім’я покупця';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Група покупця';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_products'] = 'Кількість товарів';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_status'] = 'Статус замовлення';
|
||||
26
admin/language/uk-ua/report/customer_reward.php
Normal file
26
admin/language/uk-ua/report/customer_reward.php
Normal file
@@ -0,0 +1,26 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про бонусні бали покупців';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список бонусних балів покупців';
|
||||
|
||||
// Column
|
||||
$_['column_customer'] = 'Ім’я покупця';
|
||||
$_['column_email'] = 'E-Mail';
|
||||
$_['column_customer_group'] = 'Група покупця';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_points'] = 'Бонусні бали';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
23
admin/language/uk-ua/report/customer_search.php
Normal file
23
admin/language/uk-ua/report/customer_search.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
// Heading
|
||||
$_['heading_title'] = 'Customer Searches Report';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Customer Searches List';
|
||||
$_['text_guest'] = 'Guest';
|
||||
$_['text_customer'] = '<a href="%s">%s</a>';
|
||||
|
||||
// Column
|
||||
$_['column_keyword'] = 'Keyword';
|
||||
$_['column_products'] = 'Found Products';
|
||||
$_['column_category'] = 'Category';
|
||||
$_['column_customer'] = 'Customer';
|
||||
$_['column_ip'] = 'IP';
|
||||
$_['column_date_added'] = 'Date Added';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Date Start';
|
||||
$_['entry_date_end'] = 'Date End';
|
||||
$_['entry_keyword'] = 'Keyword';
|
||||
$_['entry_customer'] = 'Customer';
|
||||
$_['entry_ip'] = 'IP';
|
||||
24
admin/language/uk-ua/report/marketing.php
Normal file
24
admin/language/uk-ua/report/marketing.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Маркетинговий звіт';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список маркетингу';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_campaign'] = 'Назва кампанії';
|
||||
$_['column_code'] = 'Код';
|
||||
$_['column_clicks'] = 'Кліки';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_status'] = 'Статус замовлення';
|
||||
25
admin/language/uk-ua/report/product_purchased.php
Normal file
25
admin/language/uk-ua/report/product_purchased.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про куплені товари';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список куплених товарів';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата початку';
|
||||
$_['column_date_end'] = 'Дата закінчення';
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_quantity'] = 'Кількість';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_status'] = 'Статус замовлення';
|
||||
21
admin/language/uk-ua/report/product_viewed.php
Normal file
21
admin/language/uk-ua/report/product_viewed.php
Normal file
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про перегляд товарів';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список переглянутих товарів';
|
||||
$_['text_success'] = 'Ви успішно скинули звіт про переглянуті товари!';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва товару';
|
||||
$_['column_model'] = 'Модель';
|
||||
$_['column_viewed'] = 'Переглянуто';
|
||||
$_['column_percent'] = 'Відсоток';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'У Вас немає доступу до скидання звіту про переглянуті товари!';
|
||||
22
admin/language/uk-ua/report/sale_coupon.php
Normal file
22
admin/language/uk-ua/report/sale_coupon.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про купони';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список купонів';
|
||||
|
||||
// Column
|
||||
$_['column_name'] = 'Назва купону';
|
||||
$_['column_code'] = 'Код';
|
||||
$_['column_orders'] = 'Замовлення';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
30
admin/language/uk-ua/report/sale_order.php
Normal file
30
admin/language/uk-ua/report/sale_order.php
Normal file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт з продажів';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список продажів';
|
||||
$_['text_year'] = 'Роки';
|
||||
$_['text_month'] = 'Місяці';
|
||||
$_['text_week'] = 'Тижні';
|
||||
$_['text_day'] = 'Дні';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата початку';
|
||||
$_['column_date_end'] = 'Дата закінчення';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_products'] = 'Кількість товарів';
|
||||
$_['column_tax'] = 'Податок';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_group'] = 'Сортувати за';
|
||||
$_['entry_status'] = 'Статус замовлення';
|
||||
27
admin/language/uk-ua/report/sale_return.php
Normal file
27
admin/language/uk-ua/report/sale_return.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про повернення';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список повернень';
|
||||
$_['text_year'] = 'Роки';
|
||||
$_['text_month'] = 'Місяці';
|
||||
$_['text_week'] = 'Тижні';
|
||||
$_['text_day'] = 'Дні';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата початку';
|
||||
$_['column_date_end'] = 'Дата закінчення';
|
||||
$_['column_returns'] = 'Кількість повернень';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_group'] = 'Сортувати за';
|
||||
$_['entry_status'] = 'Статус повернень';
|
||||
29
admin/language/uk-ua/report/sale_shipping.php
Normal file
29
admin/language/uk-ua/report/sale_shipping.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про доставки';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список доставок';
|
||||
$_['text_year'] = 'Роки';
|
||||
$_['text_month'] = 'Місяці';
|
||||
$_['text_week'] = 'Тижні';
|
||||
$_['text_day'] = 'Дні';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата початку';
|
||||
$_['column_date_end'] = 'Дата закінчення';
|
||||
$_['column_title'] = 'Назва доставки';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_group'] = 'Сортувати за';
|
||||
$_['entry_status'] = 'Статус замовлення';
|
||||
29
admin/language/uk-ua/report/sale_tax.php
Normal file
29
admin/language/uk-ua/report/sale_tax.php
Normal file
@@ -0,0 +1,29 @@
|
||||
<?php
|
||||
|
||||
//Update for OpenCart 2.3.x by OpenCart Ukrainian Community http://opencart.ua
|
||||
//Made by Sirchyk for www.marketplus.if.ua on 16 of october 2014.
|
||||
//info@marketplus.if.ua
|
||||
|
||||
// Heading
|
||||
$_['heading_title'] = 'Звіт про податки';
|
||||
|
||||
// Text
|
||||
$_['text_list'] = 'Список податків';
|
||||
$_['text_year'] = 'Роки';
|
||||
$_['text_month'] = 'Місяці';
|
||||
$_['text_week'] = 'Тижні';
|
||||
$_['text_day'] = 'Дні';
|
||||
$_['text_all_status'] = 'Всі статуси';
|
||||
|
||||
// Column
|
||||
$_['column_date_start'] = 'Дата початку';
|
||||
$_['column_date_end'] = 'Дата закінчення';
|
||||
$_['column_title'] = 'Назва податку';
|
||||
$_['column_orders'] = 'Кількість замовлень';
|
||||
$_['column_total'] = 'Загалом';
|
||||
|
||||
// Entry
|
||||
$_['entry_date_start'] = 'Дата початку';
|
||||
$_['entry_date_end'] = 'Дата закінчення';
|
||||
$_['entry_group'] = 'Сортувати за';
|
||||
$_['entry_status'] = 'Статус замовлень';
|
||||
Reference in New Issue
Block a user