Files
translate/admin/language/uk-ua/extension/dashboard/activity.php

40 lines
3.0 KiB
PHP

<?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_extension'] = 'Extensions';
$_['text_success'] = 'Success: You have modified dashboard activity!';
$_['text_edit'] = 'Edit Dashboard Recent Activity';
$_['text_customer_address_add'] = '<a href="customer_id=%d">%s</a> додав нову адресу.';
$_['text_customer_address_edit'] = '<a href="customer_id=%d">%s</a> змінив свою адресу.';
$_['text_customer_address_delete'] = '<a href="customer_id=%d">%s</a> видалив одну з адрес.';
$_['text_customer_edit'] = '<a href="customer_id=%d">%s</a> змінив деталі облікового запису.';
$_['text_customer_forgotten'] = '<a href="customer_id=%d">%s</a> хотів змінити пароль.';
$_['text_customer_reset'] = '<a href="customer_id=%d">%s</a> reset their account password.';
$_['text_customer_login'] = '<a href="customer_id=%d">%s</a> зайшов на сайт.';
$_['text_customer_password'] = '<a href="customer_id=%d">%s</a> змінив пароль облікового запису.';
$_['text_customer_register'] = '<a href="customer_id=%d">%s</a> зареєстрував новий обліковий запис.';
$_['text_customer_return_account'] = '<a href="customer_id=%d">%s</a> замовив повернення товару.';
$_['text_customer_return_guest'] = '%s замовив повернення товару.';
$_['text_customer_order_account'] = '<a href="customer_id=%d">%s</a> дата створення <a href="order_id=%d">нового замовлення</a>.';
$_['text_customer_order_guest'] = '%s створив <a href="order_id=%d">нове замовлення</a>.';
$_['text_affiliate_edit'] = '<a href="affiliate_id=%d">%s</a> змінили деталі облікового запису.';
$_['text_affiliate_forgotten'] = '<a href="affiliate_id=%d">%s</a> хотіли новий пароль.';
$_['text_affiliate_login'] = '<a href="affiliate_id=%d">%s</a> зайшли на сайт.';
$_['text_affiliate_password'] = '<a href="affiliate_id=%d">%s</a> змінили пароль облікового запису.';
$_['text_affiliate_payment'] = '<a href="affiliate_id=%d">%s</a> змінили деталі оплати.';
$_['text_affiliate_register'] = '<a href="affiliate_id=%d">%s</a> зареєстрували новий обліковий запис.';
// Entry
$_['entry_status'] = 'Status';
$_['entry_sort_order'] = 'Sort Order';
$_['entry_width'] = 'Width';
// Error
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard activity!';