psCacheWarmer/Application/views/admin/de/pscachewarmer_lang.php

31 lines
1.2 KiB
PHP
Raw Permalink Normal View History

2016-08-25 15:26:37 +02:00
<?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.
*
2020-08-17 12:38:19 +02:00
* @copyright (c) ProudCommerce | 2020
2020-09-14 17:14:07 +02:00
* @link www.proudcommerce.com
* @package psCacheWarmer
* @version 3.0.0
2016-08-25 15:26:37 +02:00
**/
2020-08-17 12:38:19 +02:00
$sLangName = "Deutsch";
2016-08-25 15:26:37 +02:00
// -------------------------------
// RESOURCE IDENTITFIER = STRING
// -------------------------------
2020-08-17 12:38:19 +02:00
$aLang = [
'charset' => 'UTF-8',
2016-08-25 15:26:37 +02:00
2020-08-17 12:38:19 +02:00
'SHOP_MODULE_GROUP_psCacheWarmerConfig' => 'Einstellungen',
'SHOP_MODULE_psCacheWarmerSitemapUrl' => 'XML-Sitemap URL',
'SHOP_MODULE_psCacheWarmerKey' => 'Cronjob-Key',
2020-09-14 17:14:07 +02:00
'SHOP_MODULE_psCacheWarmerHttpCodes' => 'gültige HTTP-Responsecode (OK im LOG-File, sonst ERROR)',
2020-08-17 12:38:19 +02:00
'SHOP_MODULE_psCacheWarmerUser' => 'Basic-Auth Benutzer',
'SHOP_MODULE_psCacheWarmerPass' => 'Basic-Auth Kennwort',
2020-09-14 17:14:07 +02:00
'SHOP_MODULE_psCacheWarmerWriteCsv' => 'LOG-File für gesamten Crawl',
'SHOP_MODULE_psCacheWarmerWriteCsvOnlyError' => 'LOG-File nur wenn HTTP-Responsecode != 200',
2016-08-25 15:26:37 +02:00
2020-08-17 12:38:19 +02:00
];