[Added] twig admin lang files

This commit is contained in:
MaxBuhe01 2024-11-16 15:56:32 +01:00
parent 67240260b2
commit 6e960b34b2
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
$aLang = array(
'charset' => 'UTF-8',
'mxd3manufacturerinfolongdesc' => 'Langtext',
);

View File

@ -0,0 +1,11 @@
<?php
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
$aLang = array(
'charset' => 'UTF-8',
'mxd3manufacturerinfolongdesc' => 'Text',
);