31 Zeilen
1.0 KiB
PHP
31 Zeilen
1.0 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) Proud Sourcing GmbH | 2016
|
|
* @link www.proudcommerce.com
|
|
* @package psCacheWarmer
|
|
* @version 1.0.1
|
|
**/
|
|
$sLangName = "Deutsch";
|
|
// -------------------------------
|
|
// RESOURCE IDENTITFIER = STRING
|
|
// -------------------------------
|
|
$aLang = array(
|
|
'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',
|
|
|
|
);
|
|
|
|
/*
|
|
[{ oxmultilang ident="GENERAL_YOUWANTTODELETE" }]
|
|
*/
|