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

30 regels
1.1 KiB
PHP

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
2016-08-25 15:26:37 +02:00
* @link www.proudcommerce.com
* @package psCacheWarmer
2020-08-17 12:38:19 +02:00
* @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',
'SHOP_MODULE_psCacheWarmerUser' => 'Basic-Auth Benutzer',
'SHOP_MODULE_psCacheWarmerPass' => 'Basic-Auth Kennwort',
'SHOP_MODULE_psCacheWarmerWriteCsv' => 'Report als CSV-Datei im Log-Ordner abspeichern',
'SHOP_MODULE_psCacheWarmerWriteCsvOnlyError' => 'Alle Ergebnisse ausser HTTP-Code 200 loggen',
2016-08-25 15:26:37 +02:00
2020-08-17 12:38:19 +02:00
];