2026-01-22 15:17:18 +00:00

33 lines
1.1 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
/**
* 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' => '.',
);