mirror of
https://github.com/shadoll/translate.git
synced 2025-12-20 07:31:09 +00:00
28 lines
2.2 KiB
PHP
Executable File
28 lines
2.2 KiB
PHP
Executable File
<?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> зареєстрували новий профіль.'; |