1
0
Fork 0
mirror of https://github.com/Oreolek/kangana.git synced 2024-06-26 11:50:56 +03:00
kangana/application/i18n/ru.php

29 lines
1.6 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php defined('SYSPATH') OR die('No direct script access.');
return array(
'User login' => 'Вход пользователя',
'Authorization error. Please check user login and password.' => 'Ошибка авторизации. Проверьте правильность имени пользователя и пароля.',
'Username' => 'Имя пользователя',
'Password' => 'Пароль',
'Message text' => 'Текст сообщения',
'Message order' => 'Порядок сообщения',
'Title' => 'Название',
'Subscription price' => 'Цена подписки',
'Mailing period (in days)' => 'Период рассылки (в днях)',
'Description (for the clients)' => 'Описание (для клиентов)',
'Email' => 'Email',
'Subscription token' => 'Токен рассылки',
'Mailing date' => 'Дата отправки',
'Status' => 'Статус',
'Subscriptions' => 'Рассылки',
'No objects found to show' => 'Не найдено объектов для отображения.',
'Add' => 'Добавить',
'Edit' => 'Редактировать',
'Delete' => 'Удалить',
'Attempt to call _edit() on non-ORM model. Parameter class should be ORM, not ' => 'Попытка вызвать __edit() на не-ORM модели. Класс параметра должен быть ORM, а не ',
'New subscription' => 'Новая рассылка',
'Subscription index' => 'Все рассылки',
'Delete subscription' => 'Удалить рассылку',
'Edit subscription' => 'Редактировать рассылку'
);