mirror of
https://github.com/shadoll/translate.git
synced 2026-02-04 11:03:26 +00:00
Адаптація структури перекладу під 2.3.0.2
This commit is contained in:
40
admin/language/uk-ua/extension/dashboard/activity.php
Normal file
40
admin/language/uk-ua/extension/dashboard/activity.php
Normal file
@@ -0,0 +1,40 @@
|
||||
<?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!';
|
||||
27
admin/language/uk-ua/extension/dashboard/chart.php
Normal file
27
admin/language/uk-ua/extension/dashboard/chart.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard chart!';
|
||||
$_['text_edit'] = 'Edit Dashboard Chart';
|
||||
$_['text_order'] = 'Замовлення';
|
||||
$_['text_customer'] = 'Покупці';
|
||||
$_['text_day'] = 'Сьогодні';
|
||||
$_['text_week'] = 'Тиждень';
|
||||
$_['text_month'] = 'Місяць';
|
||||
$_['text_year'] = 'Рік';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard chart!';
|
||||
22
admin/language/uk-ua/extension/dashboard/customer.php
Normal file
22
admin/language/uk-ua/extension/dashboard/customer.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard customer!';
|
||||
$_['text_edit'] = 'Edit Dashboard Customer';
|
||||
$_['text_view'] = 'Переглянути більше...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard customer!';
|
||||
23
admin/language/uk-ua/extension/dashboard/map.php
Normal file
23
admin/language/uk-ua/extension/dashboard/map.php
Normal file
@@ -0,0 +1,23 @@
|
||||
<?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 map!';
|
||||
$_['text_edit'] = 'Edit Dashboard Map';
|
||||
$_['text_order'] = 'Замовлення';
|
||||
$_['text_sale'] = 'Продажі';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard map!';
|
||||
22
admin/language/uk-ua/extension/dashboard/online.php
Normal file
22
admin/language/uk-ua/extension/dashboard/online.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard online!';
|
||||
$_['text_edit'] = 'Edit Dashboard Online';
|
||||
$_['text_view'] = 'Переглянути більше...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard online!';
|
||||
22
admin/language/uk-ua/extension/dashboard/order.php
Normal file
22
admin/language/uk-ua/extension/dashboard/order.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard orders!';
|
||||
$_['text_edit'] = 'Edit Dashboard Orders';
|
||||
$_['text_view'] = 'Переглянути більше...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard orders!';
|
||||
30
admin/language/uk-ua/extension/dashboard/recent.php
Normal file
30
admin/language/uk-ua/extension/dashboard/recent.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard recent orders!';
|
||||
$_['text_edit'] = 'Edit Dashboard Recent Orders';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_date_added'] = 'Дата замовлення';
|
||||
$_['column_action'] = 'Дія';
|
||||
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard recent orders!';
|
||||
22
admin/language/uk-ua/extension/dashboard/sale.php
Normal file
22
admin/language/uk-ua/extension/dashboard/sale.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_extension'] = 'Extensions';
|
||||
$_['text_success'] = 'Success: You have modified dashboard sales!';
|
||||
$_['text_edit'] = 'Edit Dashboard Sales';
|
||||
$_['text_view'] = 'Переглянути більше...';
|
||||
|
||||
// Entry
|
||||
$_['entry_status'] = 'Status';
|
||||
$_['entry_sort_order'] = 'Sort Order';
|
||||
$_['entry_width'] = 'Width';
|
||||
|
||||
// Error
|
||||
$_['error_permission'] = 'Warning: You do not have permission to modify dashboard sales!';
|
||||
Reference in New Issue
Block a user