diff --git a/Controller/BackendController.php b/Controller/BackendController.php index 41b4a7f..33f6880 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -162,7 +162,7 @@ final class BackendController extends Controller $view->addData('interface', $interface); - $lang = include __DIR__ . '/../Interfaces/' . $interface->getInterfacePath() . '/' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php'; + $lang = include __DIR__ . '/../Interfaces/' . $interface->getInterfacePath() . '/Lang/' . $response->getHeader()->getL11n()->getLanguage() . '.lang.php'; $view->addData('lang', $lang); return $view; diff --git a/Interfaces/GSD/Lang/de.lang.php b/Interfaces/GSD/Lang/de.lang.php new file mode 100644 index 0000000..339dd0b --- /dev/null +++ b/Interfaces/GSD/Lang/de.lang.php @@ -0,0 +1,27 @@ + 'Anlagevermögen', + 'Accounts' => 'Konten', + 'Articles' => 'Artikel', + 'CostCenters' => 'Kostenstellen', + 'CostObjects' => 'Kostenträger', + 'Customers' => 'Kunden', + 'Invoices' => 'Rechnungen', + 'Options' => 'Optionen', + 'Postings' => 'Buchungen', + 'Stocks' => 'Lager', + 'Suppliers' => 'Lieferanten', +]; diff --git a/Interfaces/GSD/en.lang.php b/Interfaces/GSD/Lang/en.lang.php similarity index 100% rename from Interfaces/GSD/en.lang.php rename to Interfaces/GSD/Lang/en.lang.php diff --git a/Interfaces/GSD/import.tpl.php b/Interfaces/GSD/import.tpl.php index 6ba0cc2..3a04db2 100755 --- a/Interfaces/GSD/import.tpl.php +++ b/Interfaces/GSD/import.tpl.php @@ -1,10 +1,9 @@