manufacturer-information/Application/views/admin/de/d3manufacturerinformation_lang.php

28 lines
1.0 KiB
PHP
Raw Normal View History

2024-10-23 20:18:28 +02:00
<?php
2024-11-19 10:50:33 +01:00
/**
* Copyright (c) D3 Data Development (Inh. Thomas Dartsch)
*
* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*
* https://www.d3data.de
*
* @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
* @author D3 Data Development - Max Buhe, Daniel Seifert <info@shopmodule.com>
* @link https://www.oxidmodule.com
*/
2024-10-23 20:18:28 +02:00
$sLangName = "Deutsch";
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
2024-11-19 10:50:33 +01:00
$aLang = [
2024-10-23 20:18:28 +02:00
'charset' => 'UTF-8',
2024-11-19 10:50:33 +01:00
'mxd3manufacturerinfolongdesc' => 'Langtext',
'SHOP_MODULE_GROUP_d3manufacturerinformation_main' => 'Einstellungen',
2024-11-19 10:50:33 +01:00
'SHOP_MODULE_d3manufacturerinformation_showManufacturertextOnDetailsPage' => 'vorhandene Herstellertexte auf Artikeldetails als Tab anzeigen',
'SHOP_MODULE_d3manufacturerinformation_showManufacturertextOnManufacturerPage' => 'Herstellertexte auf Herstellerseite anzeigen',
2024-11-19 10:50:33 +01:00
];