13 lines
515 B
PHP
13 lines
515 B
PHP
<?php
|
|
|
|
$sLangName = "Deutsch";
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = array(
|
|
'charset' => 'UTF-8',
|
|
|
|
'mxd3manufacturerinfolongdesc' => 'Langtext',
|
|
'SHOP_MODULE_GROUP_d3manufacturerinformation_main' => 'Einstellungen',
|
|
'SHOP_MODULE_d3manufacturerinformation_showManufacturertextOnDetailsPage' => 'vorhandene Herstellertexte auf Artikeldetails als Tab anzeigen'
|
|
); |