30 lines
1.1 KiB
PHP
30 lines
1.1 KiB
PHP
<?php
|
|
/**
|
|
* 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.
|
|
*
|
|
* @copyright (c) ProudCommerce | 2020
|
|
* @link www.proudcommerce.com
|
|
* @package psCacheWarmer
|
|
* @version 3.0.0
|
|
**/
|
|
|
|
$sLangName = "Deutsch";
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = [
|
|
'charset' => 'UTF-8',
|
|
|
|
'SHOP_MODULE_GROUP_psCacheWarmerConfig' => 'Einstellungen',
|
|
'SHOP_MODULE_psCacheWarmerSitemapUrl' => 'XML-Sitemap URL',
|
|
'SHOP_MODULE_psCacheWarmerKey' => 'Cronjob-Key',
|
|
'SHOP_MODULE_psCacheWarmerUser' => 'Basic-Auth Benutzer',
|
|
'SHOP_MODULE_psCacheWarmerPass' => 'Basic-Auth Kennwort',
|
|
'SHOP_MODULE_psCacheWarmerWriteCsv' => 'Logfile für gesamten Crawl',
|
|
'SHOP_MODULE_psCacheWarmerWriteCsvOnlyError' => 'Logfile nur bei HTTP-Codes != 200',
|
|
|
|
];
|