[Added] translations
This commit is contained in:
parent
199e63e64b
commit
0984c63e18
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$sLangName = "Deutsch";
|
||||||
|
// -------------------------------
|
||||||
|
// RESOURCE IDENTITFIER = STRING
|
||||||
|
// -------------------------------
|
||||||
|
$aLang = array(
|
||||||
|
'charset' => 'UTF-8',
|
||||||
|
|
||||||
|
'mxd3manufacturerinfolongdesc' => 'Langtext',
|
||||||
|
);
|
@ -0,0 +1,11 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
$sLangName = "Deutsch";
|
||||||
|
// -------------------------------
|
||||||
|
// RESOURCE IDENTITFIER = STRING
|
||||||
|
// -------------------------------
|
||||||
|
$aLang = array(
|
||||||
|
'charset' => 'UTF-8',
|
||||||
|
|
||||||
|
'mxd3manufacturerinfolongdesc' => 'Text',
|
||||||
|
);
|
Loading…
x
Reference in New Issue
Block a user