67 lines
4.0 KiB
PHP
67 lines
4.0 KiB
PHP
<?php
|
|
// * @source See SOURCE.txt for source and other copyright.
|
|
// * @license GNU General Public License version 3; see LICENSE.txt
|
|
|
|
// Heading
|
|
$_['heading_title'] = 'Регулярные платежи';
|
|
|
|
// Text
|
|
$_['text_success'] = 'Настройки успешно изменены!';
|
|
$_['text_list'] = 'Список регулярных платежей';
|
|
$_['text_add'] = 'Добавить';
|
|
$_['text_edit'] = 'Редактирование';
|
|
$_['text_filter'] = 'Фильтр';
|
|
$_['text_payment_profiles'] = 'Регулярные платежи';
|
|
$_['text_status_active'] = 'Включен';
|
|
$_['text_status_inactive'] = 'Выключен';
|
|
$_['text_status_cancelled'] = 'Отменен';
|
|
$_['text_status_suspended'] = 'Заморожен';
|
|
$_['text_status_expired'] = 'Истек';
|
|
$_['text_status_pending'] = 'Ожидает';
|
|
$_['text_transactions'] = 'Операции';
|
|
$_['text_cancel_confirm'] = 'Удаление профиля нельзя отменить! Вы уверены?';
|
|
$_['text_transaction_date_added'] = 'Дата добавления';
|
|
$_['text_transaction_payment'] = 'Платеж';
|
|
$_['text_transaction_outstanding_payment'] = 'Непоступивший платеж';
|
|
$_['text_transaction_skipped'] = 'Платеж пропущен';
|
|
$_['text_transaction_failed'] = 'Проблема с оплатой';
|
|
$_['text_transaction_cancelled'] = 'Отменен';
|
|
$_['text_transaction_suspended'] = 'Заморожен';
|
|
$_['text_transaction_suspended_failed'] = 'Заморожен из-за неудачного платежа';
|
|
$_['text_transaction_outstanding_failed'] = 'Платеж не прошел';
|
|
$_['text_transaction_expired'] = 'Истек';
|
|
|
|
// Column
|
|
$_['column_order_recurring_id'] = '№';
|
|
$_['column_order_id'] = '№ Заказа';
|
|
$_['column_reference'] = 'Способ оплаты';
|
|
$_['column_customer'] = 'Покупатель';
|
|
$_['column_date_added'] = 'Дата добавления';
|
|
$_['column_status'] = 'Статус';
|
|
$_['column_amount'] = 'Итого';
|
|
$_['column_type'] = 'Тип';
|
|
$_['column_action'] = 'Действие';
|
|
|
|
// Entry
|
|
$_['entry_cancel_payment'] = 'Отмена оплаты';
|
|
$_['entry_order_recurring_id'] = '№';
|
|
$_['entry_order_id'] = '№ Заказа';
|
|
$_['entry_reference'] = 'Способ оплаты';
|
|
$_['entry_customer'] = 'Покупатель';
|
|
$_['entry_date_added'] = 'Дата добавления';
|
|
$_['entry_status'] = 'Статус';
|
|
$_['entry_type'] = 'Тип';
|
|
$_['entry_action'] = 'Действие';
|
|
$_['entry_email'] = 'E-Mail';
|
|
$_['entry_description'] = 'Описание регулярного платежа';
|
|
$_['entry_product'] = 'Товар';
|
|
$_['entry_quantity'] = 'Количество';
|
|
$_['entry_amount'] = 'Итого';
|
|
$_['entry_recurring'] = 'Регулярный платеж';
|
|
$_['entry_payment_method'] = 'Способ оплаты';
|
|
|
|
// Error / Success
|
|
$_['error_not_cancelled'] = 'Ошибка: %s';
|
|
$_['error_not_found'] = 'Нельзя закрыть регулярный профиль!';
|
|
$_['text_cancelled'] = 'Регулярный платеж был закрыт';
|