From 65759cc01d88f58ef5f70cffd9d6869ec99819e4 Mon Sep 17 00:00:00 2001 From: Magdalena Holczik Date: Tue, 12 Mar 2024 15:59:53 +0100 Subject: [PATCH] fix add strings cache definitions --- lang/de/datalynx.php | 1 + lang/en/datalynx.php | 1 + 2 files changed, 2 insertions(+) diff --git a/lang/de/datalynx.php b/lang/de/datalynx.php index 2952f88c..b77def7b 100644 --- a/lang/de/datalynx.php +++ b/lang/de/datalynx.php @@ -38,6 +38,7 @@ $string['autocompletion_textfield'] = 'Textfeld'; $string['autocompletion_textfield_help'] = 'Wähle das datalynx-Modul und das Textfeld von dem die Autocompletion-Daten genommen werden sollen.'; $string['browse'] = 'Durchblättern'; +$string['cachedef_patterns'] = 'Muster (Cache)'; $string['columns'] = 'Spalten'; $string['commentadd'] = 'Kommentar hinzufügen'; $string['commentbynameondate'] = 'von {$a->name} - {$a->date}'; diff --git a/lang/en/datalynx.php b/lang/en/datalynx.php index ac428187..7b9c43e8 100644 --- a/lang/en/datalynx.php +++ b/lang/en/datalynx.php @@ -39,6 +39,7 @@ $string['autocompletion_textfield'] = 'Textfield'; $string['autocompletion_textfield_help'] = 'Choose datalynx module and textfield to retrieve the autocompletion data of.'; $string['browse'] = 'Browse'; +$string['cachedef_patterns'] = 'Patterns (Cache)'; $string['columns'] = 'columns'; $string['commentadd'] = 'Add comment'; $string['commentbynameondate'] = 'by {$a->name} - {$a->date}';