AlkantarClanX12

Your IP : 3.145.196.150


Current Path : /home/thanudqk/www/wp-content/plugins/tablepress/i18n/datatables/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/tablepress/i18n/datatables/lang-sr_RS.php

<?php
/**
 * TablePress DataTables language file for "sr_RS".
 *
 * @package TablePress
 * @subpackage DataTables
 * @author Tobias Bäthge
 * @since 2.0.0
 */

return array(
	'info'         => 'Prikaz _START_ do _END_ od ukupno _TOTAL_ elemenata',
	'infoEmpty'    => 'Prikaz 0 do 0 od ukupno 0 elemenata',
	'infoFiltered' => '(filtrirano od ukupno _MAX_ elemenata)',
	'infoPostFix'  => '',
	'lengthMenu'   => 'Prikaži _MENU_ elemenata',
	'processing'   => 'Procesiranje u toku...',
	'search'       => 'Pretraga:',
	'zeroRecords'  => 'Nije pronađen nijedan rezultat',
	'paginate'     => array(
		'first'    => '❮❮',
		'previous' => '❮',
		'next'     => '❯',
		'last'     => '❯❯',
	),
	'decimal'      => ',',
	'thousands'    => '.',
);