mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
🌐 Dictionaries update
This commit is contained in:
@@ -9,19 +9,19 @@
|
||||
/**
|
||||
*
|
||||
*/
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', [
|
||||
'UI:Datatables:Column:RowActions:Description' => '',
|
||||
'UI:Datatables:Column:RowActions:Label' => '',
|
||||
'UI:Datatables:Language:DisplayLength:All' => 'Alle',
|
||||
'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',
|
||||
Dict::Add('DE DE', 'German', 'Deutsch', array(
|
||||
'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:LengthMenu' => '_MENU_ pro Seite',
|
||||
'UI:Datatables:Language:Processing' => 'Bitte warten...',
|
||||
'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:Language:ZeroRecords' => 'Kein Ergebnis',
|
||||
'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?',
|
||||
]);
|
||||
));
|
||||
Reference in New Issue
Block a user