You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.1 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* TablePress DataTables language file for "ru_RU".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => 'Записи с _START_ до _END_ из _TOTAL_ записей',
'infoEmpty' => 'Записи с 0 до 0 из 0 записей',
'infoFiltered' => '(отфильтровано из _MAX_ записей)',
'infoPostFix' => '',
'lengthMenu' => 'Показать _MENU_ записей',
'processing' => 'Подождите...',
'search' => 'Поиск:',
'zeroRecords' => 'Записи отсутствуют.',
'paginate' => array(
'first' => 'Первая',
'previous' => 'Предыдущая',
'next' => 'Следующая',
'last' => 'Последняя',
),
'aria' => array(
'sortAscending' => ': активировать для сортировки столбца по возрастанию',
'sortDescending' => ': активировать для сортировки столбцов по убыванию',
),
'decimal' => ',',
'thousands' => '.',
);