mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
29 lines
1.1 KiB
PHP
29 lines
1.1 KiB
PHP
<?php
|
|
|
|
/**
|
|
* Localized data
|
|
*
|
|
* @copyright Copyright (C) 2010-2024 Combodo SAS
|
|
* @license https://opensource.org/licenses/AGPL-3.0
|
|
*
|
|
*/
|
|
/**
|
|
*
|
|
*/
|
|
Dict::Add('DE DE', 'German', 'Deutsch', [
|
|
'UI:Datatables:Language:Processing' => 'Bitte warten...',
|
|
'UI:Datatables:Language:LengthMenu' => '_MENU_ pro Seite',
|
|
'UI:Datatables:Language:ZeroRecords' => 'Kein Ergebnis',
|
|
'UI:Datatables:Language:Info' => '_TOTAL_ Objekte',
|
|
'UI:Datatables:Language:InfoEmpty' => 'Keine Information',
|
|
'UI:Datatables:Language:EmptyTable' => 'Keine Daten in dieser Tabelle verfügbar',
|
|
'UI:Datatables:Language:Error' => 'Bei der Ausführung des Query ist ein Fehler aufgetreten',
|
|
'UI:Datatables:Language:DisplayLength:All' => 'Alle',
|
|
'UI:Datatables:Language:Sort:Ascending' => 'Aktivieren für aufsteigende Sortierung',
|
|
'UI:Datatables:Language:Sort:Descending' => 'Aktivieren für absteigende Sortierung',
|
|
'UI:Datatables:Column:RowActions:Label' => '',
|
|
'UI:Datatables:Column:RowActions:Description' => '',
|
|
'UI:Datatables:RowActions:ConfirmationDialog' => 'Aktion bestätigen',
|
|
'UI:Datatables:RowActions:ConfirmationMessage' => 'Möchten Sie diese Aktion ausführen?',
|
|
]);
|