mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
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'] = 'Дата закінчення';
|
||||
Reference in New Issue
Block a user