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.

35 lines
1001 B

<?php
/**
* TablePress DataTables language file for "de_CH".
*
* @package TablePress
* @subpackage DataTables
* @author Tobias Bäthge
* @since 2.0.0
*/
return array(
'emptyTable' => 'Keine Einträge vorhanden.',
'info' => '_START_ bis _END_ von _TOTAL_ Einträgen',
'infoEmpty' => '0 bis 0 von 0 Einträgen',
'infoFiltered' => '(gefiltert von _MAX_ Einträgen)',
'infoPostFix' => '',
'lengthMenu' => '_MENU_ Einträge anzeigen',
'loadingRecords' => 'Lädt...',
'processing' => 'Bitte warten Sie...',
'search' => 'Suchen:',
'zeroRecords' => 'Keine Einträge vorhanden.',
'paginate' => array(
'first' => 'Anfang',
'previous' => 'Zurück',
'next' => 'Weiter',
'last' => 'Ende',
),
'aria' => array(
'sortAscending' => ': aktivieren, um Spalte aufsteigend zu sortieren',
'sortDescending' => ': aktivieren, um Spalte absteigend zu sortieren',
),
'decimal' => ',',
'thousands' => '.',
);