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

42 lines
1.2 KiB
PHP
Raw Permalink 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 "de_CH_informal".
*
* @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...',
'search' => 'Suchen:',
'zeroRecords' => 'Keine Einträge vorhanden.',
'paginate' => array(
'first' => '',
'previous' => '',
'next' => '',
'last' => '',
),
'aria' => array(
'orderable' => ': Aktivieren, um die Spalte aufsteigend zu sortieren',
'orderableReverse' => ': Aktivieren, um die Spalte absteigend zu sortieren',
'orderableRemove' => ': Aktivieren, um die Spalte ohne Sortierung anzuzeigen',
'paginate' => array(
'first' => 'Erste Seite',
'previous' => 'Vorherige Seite',
'next' => 'Nächste Seite',
'last' => 'Letzte Seite',
),
),
'decimal' => ',',
'thousands' => '.',
);