-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?php | ||
|
||
$messages = array(); | ||
$messages['lastlogin'] = 'Остання сесія була відкрита на $date із IP-адреси $from $geo.'; | ||
$messages['noinfo'] = 'Інформація відсутня.'; | ||
$messages['timeout'] = 'Показувати інформацію про останню сесію протягом'; | ||
|
||
$labels = array(); | ||
$labels['section_title'] = 'Last login'; | ||
$labels['info'] = 'Інформація'; | ||
$labels['conf'] = 'Налаштування'; | ||
$labels['fornseconds'] = ' $n секунд'; | ||
$labels['recentactivity'] = 'Поточна активність:'; | ||
$labels['ip'] = 'IP адреса'; | ||
$labels['hostname'] = 'Імя'; | ||
$labels['timestamp'] = 'Дата/Час'; | ||
$labels['today'] = 'сьогодні'; | ||
$labels['yesterday'] = 'вчора'; | ||
$labels['geoip_license'] = 'Географічні дані, представлені тут, засновані на безкоштовних базах даних GeoLite2, створених MaxMind, доступні із <a href="http://www.maxmind.com">http://www.maxmind.com</a>.'; |