From 774f655c8669f39bd5cbfe64a38c959539fe4f34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=A4rtner?= Date: Wed, 17 Jul 2019 17:15:24 +0200 Subject: [PATCH] Add translation --- Application/views/admin/de/pscachewarmer_lang.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Application/views/admin/de/pscachewarmer_lang.php b/Application/views/admin/de/pscachewarmer_lang.php index 128988c..360748d 100644 --- a/Application/views/admin/de/pscachewarmer_lang.php +++ b/Application/views/admin/de/pscachewarmer_lang.php @@ -22,6 +22,8 @@ $aLang = array( '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', );