GoogleAnalytics4/copy_this/modules/bla/tag-manager/application/translations/de/blagtm_lang.php

40 lines
1.6 KiB
PHP

<?php
/**
* [bla] tag-manager
* Copyright (C) 2018 bestlife AG
* info: oxid@bestlife.ag
*
* This program is free software;
* you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation;
* either version 3 of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
* without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
* You should have received a copy of the GNU General Public License along with this program; if not, see <http://www.gnu.org/licenses/>
**/
$aLang = [
'charset' => 'UTF-8',
// das hier wird nicht mehr benötigt, aber ich lasse es drin, falls doch
// leserliche Namen für product list performance (GA)
'BLA_GTM_EE_productList' => 'Kategorie',
'BLA_GTM_EE_categoryList' => 'Kategorie',
'BLA_GTM_EE_searchList' => 'Suchergebnisse',
'BLA_GTM_EE_cross' => 'Crossselling',
'BLA_GTM_EE_accessories' => 'Zubehör',
'BLA_GTM_EE_alsoBought' => 'Kunden kaufen auch',
'BLA_GTM_EE_last' => 'Zuletzt angesehen',
'BLA_GTM_EE_bargainItems' => 'Angebot der Woche',
'BLA_GTM_EE_newItems' => 'Frisch eingetroffen',
'BLA_GTM_EE_topBox' => 'Topseller',
// ab hier wird wieder benötigt
// Dimensionen im checkout
'BLA_GTM_EE_LOGINOPTION' => 'Bestandskunde',
'BLA_GTM_EE_LOGINOPTION1' => 'Gastbestellung',
'BLA_GTM_EE_LOGINOPTION2' => 'Bestandskunde',
'BLA_GTM_EE_LOGINOPTION3' => 'Neukunde'
];