29 lines
1.3 KiB
PHP
29 lines
1.3 KiB
PHP
<?php
|
|
$lang->datatable = new stdclass();
|
|
$lang->datatable->common = 'Daten Tabelle';
|
|
$lang->datatable->width = 'Breite';
|
|
$lang->datatable->show = 'Anzeigen';
|
|
$lang->datatable->hide = 'Verstecken';
|
|
$lang->datatable->reset = 'Zurücksetzen';
|
|
|
|
$lang->datatable->custom = 'Eigene Spalten';
|
|
$lang->datatable->customTip = 'Prüfe Spalten zur Anzeige, Verschieben um zu sortieren';
|
|
$lang->datatable->switchToTable = 'Zur Standard Tabelle wechseln';
|
|
$lang->datatable->switchToDatatable = 'Zur Erweiterten Tabelle wechseln';
|
|
$lang->datatable->required = 'Pflicht';
|
|
$lang->datatable->confirmReset = 'Möchten Sie die Einstellungen zurücksetzen?';
|
|
$lang->datatable->setGlobal = 'Global';
|
|
$lang->datatable->resetGlobal = 'Globalen Standard zurücksetzen';
|
|
|
|
$lang->datatable->branch = 'Branch';
|
|
$lang->datatable->platform = 'Platform';
|
|
|
|
$lang->datatable->moduleSetting = 'Set Module';
|
|
$lang->datatable->showModule = 'Anzeigen/Verstecken des Modul Names';
|
|
$lang->datatable->showAllModule = 'Show product modules';
|
|
$lang->datatable->showModuleList[] = 'N/A';
|
|
$lang->datatable->showModuleList['base'] = 'Basisknoten';
|
|
$lang->datatable->showModuleList['end'] = 'Endknoten';
|
|
$lang->datatable->showAllModuleList[0] = 'Hide';
|
|
$lang->datatable->showAllModuleList[1] = 'Show';
|