Skip to content

Commit

Permalink
Update Russian translation (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
san4op authored and dsoares committed Jul 20, 2017
1 parent 3e7e9a3 commit 9874cbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions localization/ru_RU.inc
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
<?php

$messages = array();
$messages['lastlogin'] = 'Последний сессия была открыта $date с IP-адреса $from $geo.';
$messages['lastlogin'] = 'Последняя сессия была открыта $date с IP-адреса $from $geo.';
$messages['noinfo'] = 'Нет данных.';
$messages['timeout'] = 'Показывать информацию о последней сессии';
$messages['timeout'] = 'Показывать информацию о последней сессии при входе';

$labels = array();
$labels['section_title'] = 'Последний вход';
$labels['info'] = 'Информация';
$labels['conf'] = 'Настройки';
$labels['fornseconds'] = 'за $n секунд';
$labels['fornseconds'] = 'в течении $n секунд';
$labels['recentactivity'] = 'Недавняя активность:';
$labels['ip'] = 'IP адрес';
$labels['hostname'] = 'Имя';
$labels['hostname'] = 'Хост';
$labels['timestamp'] = 'Дата/Время';
$labels['today'] = 'сегодня';
$labels['yesterday'] = 'вчера';
Expand Down

0 comments on commit 9874cbb

Please sign in to comment.