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

29 lines
767 B
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 "ro_RO".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'info' => 'Afisate de la _START_ la _END_ din _TOTAL_ inregistrari',
'infoEmpty' => 'Afisate de la 0 la 0 din 0 inregistrari',
'infoFiltered' => '(filtrate dintr-un total de _MAX_ inregistrari)',
'infoPostFix' => '',
'lengthMenu' => 'Afiseaza _MENU_ inregistrari pe pagina',
'processing' => 'Proceseaza...',
'search' => 'Cauta:',
'zeroRecords' => 'Nu am gasit nimic - ne pare rau',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'decimal' => ',',
'thousands' => '.',
);