AlkantarClanX12
Current Path : /home/thanudqk/public_html/wp-content/plugins/tablepress/i18n/datatables/ |
Current File : /home/thanudqk/public_html/wp-content/plugins/tablepress/i18n/datatables/lang-da_DK.php |
<?php /** * TablePress DataTables language file for "da_DK". * * @package TablePress * @subpackage DataTables * @author Tobias Bäthge * @since 2.0.0 */ return array( 'info' => 'Viser _START_ til _END_ af _TOTAL_ linjer', 'infoEmpty' => 'Viser 0 til 0 af 0 linjer', 'infoFiltered' => '(filtreret fra _MAX_ linjer)', 'infoPostFix' => '', 'lengthMenu' => 'Vis _MENU_ linjer', 'processing' => 'Henter...', 'search' => 'Søg:', 'zeroRecords' => 'Ingen linjer matcher søgningen', 'paginate' => array( 'first' => '❮❮', 'previous' => '❮', 'next' => '❯', 'last' => '❯❯', ), 'decimal' => ',', 'thousands' => '.', );