13 lines
498 B
PHP
13 lines
498 B
PHP
<?php
|
|
|
|
$sLangName = "Deutsch";
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = array(
|
|
'charset' => 'UTF-8',
|
|
|
|
'mxd3manufacturerinfolongdesc' => 'Text',
|
|
'SHOP_MODULE_GROUP_d3manufacturerinformation_main' => 'Settings',
|
|
'SHOP_MODULE_d3manufacturerinformation_showManufacturertextOnDetailsPage' => 'display existing manufacturer texts on item details as a tab'
|
|
); |