Add related DB fields

This commit is contained in:
Jürgen Mummert
2025-12-22 15:12:20 +01:00
parent ddf5f7172c
commit f702e8e07a
7 changed files with 153 additions and 0 deletions
@@ -0,0 +1,11 @@
<?php
// Legend
$GLOBALS['TL_LANG']['tl_news']['meilisearch_legend'] = 'Einstellungen für die Suche';
// Fields
$GLOBALS['TL_LANG']['tl_news']['priority'][0] = 'Priorität';
$GLOBALS['TL_LANG']['tl_news']['priority'][1] = 'Priorität für die Darstellung in den Suchergebnissen (1 = niedrig, 3 = hoch).';
$GLOBALS['TL_LANG']['tl_news']['keywords'][0] = 'Keywords';
$GLOBALS['TL_LANG']['tl_news']['keywords'][1] = 'Zusätzliche Suchbegriffe für die Indexierung.';