Add related DB fields
This commit is contained in:
@@ -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.';
|
||||
Reference in New Issue
Block a user