mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 13:32:10 +00:00
add latest translate by by Sirchyk
This commit is contained in:
28
admin/language/ukrainian/dashboard/activity.php
Executable file
28
admin/language/ukrainian/dashboard/activity.php
Executable file
@@ -0,0 +1,28 @@
|
||||
<?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_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_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> зареєстрували новий профіль.';
|
||||
16
admin/language/ukrainian/dashboard/chart.php
Executable file
16
admin/language/ukrainian/dashboard/chart.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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_order'] = 'Замовлення';
|
||||
$_['text_customer'] = 'Покупці';
|
||||
$_['text_day'] = 'Сьогодні';
|
||||
$_['text_week'] = 'Тиждень';
|
||||
$_['text_month'] = 'Місяць';
|
||||
$_['text_year'] = 'Рік';
|
||||
11
admin/language/ukrainian/dashboard/customer.php
Executable file
11
admin/language/ukrainian/dashboard/customer.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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_view'] = 'Переглянути більше...';
|
||||
11
admin/language/ukrainian/dashboard/map.php
Executable file
11
admin/language/ukrainian/dashboard/map.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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_order'] = 'Замовлення';
|
||||
$_['text_sale'] = 'Продажі';
|
||||
11
admin/language/ukrainian/dashboard/online.php
Executable file
11
admin/language/ukrainian/dashboard/online.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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_view'] = 'Переглянути більше...';
|
||||
11
admin/language/ukrainian/dashboard/order.php
Executable file
11
admin/language/ukrainian/dashboard/order.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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_view'] = 'Переглянути більше...';
|
||||
16
admin/language/ukrainian/dashboard/recent.php
Executable file
16
admin/language/ukrainian/dashboard/recent.php
Executable file
@@ -0,0 +1,16 @@
|
||||
<?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'] = 'Останні замовлення';
|
||||
|
||||
// Column
|
||||
$_['column_order_id'] = 'Номер замовлення';
|
||||
$_['column_customer'] = 'Покупець';
|
||||
$_['column_status'] = 'Статус';
|
||||
$_['column_total'] = 'Загалом';
|
||||
$_['column_date_added'] = 'Дата замовлення';
|
||||
$_['column_action'] = 'Дія';
|
||||
11
admin/language/ukrainian/dashboard/sale.php
Executable file
11
admin/language/ukrainian/dashboard/sale.php
Executable file
@@ -0,0 +1,11 @@
|
||||
<?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_view'] = 'Переглянути більше...';
|
||||
Reference in New Issue
Block a user