ORIENT/plugins/indikator/blogstat/lang/ru/lang.php

34 lines
1.2 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
return [
'plugin' => [
'name' => 'Блог Статистика и Графики',
'description' => 'Extended plugin for RainLab Blog.',
'author' => 'Gergő Szabó'
],
'menu' => [
'statistics' => 'Статистика',
'posts' => '{0} Записей|{1} Запись|[2,4] Записи|[5,Inf] Записей',
'categories' => '{1} категория|[2,4] категории|[5,Inf] категорий'
],
'stat' => [
'longest' => 'Cамый длинный',
'shortest' => 'Cамый короткий'
],
'widget' => [
'posts' => 'Блог - Посты',
'categories' => 'Блог - Категории',
'show_total' => 'Показать все',
'show_active' => 'Показать активные',
'show_inactive' => 'Показать неактивные',
'show_empty' => 'Показать пустой',
'total' => 'Всего',
'active' => 'Активных',
'inactive' => 'Неактивных',
'empty' => 'пустой'
],
'permission' => [
'statistics' => 'Просмотр статистики'
]
];