File: /home/retile.ru/public_html/catalog/language/ru-ru/account/recurring.php
<?php
// Heading
$_['heading_title'] = 'Периодические платежи';
// Text
$_['text_account'] = 'Аккаунт';
$_['text_recurring'] = 'Периодические платежи';
$_['text_recurring_detail'] = 'Детали периодического платежа';
$_['text_order_recurring_id'] = '№ ';
$_['text_date_added'] = 'Создан:';
$_['text_status'] = 'Статус:';
$_['text_payment_method'] = 'Способ оплаты:';
$_['text_order_id'] = '№ заказа:';
$_['text_product'] = 'Товар:';
$_['text_quantity'] = 'Количество:';
$_['text_description'] = 'Описание';
$_['text_reference'] = 'Связь';
$_['text_transaction'] = 'Транзакции';
$_['text_status_1'] = 'Активен';
$_['text_status_2'] = 'Неактивен';
$_['text_status_3'] = 'Аннулирован';
$_['text_status_4'] = 'Заморожен';
$_['text_status_5'] = 'Истек';
$_['text_status_6'] = 'Ожидает';
$_['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'] = 'Истек';
$_['text_empty'] = 'Периодические платежи не найдены';
$_['text_error'] = 'Периодические заказы не найдены!';
$_['text_cancelled'] = 'Периодический платеж был отменен';
// Column
$_['column_date_added'] = 'Создан';
$_['column_type'] = 'Тип';
$_['column_amount'] = 'Итого';
$_['column_status'] = 'Статус';
$_['column_product'] = 'Товар';
$_['column_order_recurring_id'] = 'ID Профиля';
// Error
$_['error_not_cancelled'] = 'Ошибка: %s';
$_['error_not_found'] = 'Нельзя отключить профиль';
// Button
$_['button_return'] = 'Возврат';