11 lines
467 B
PHP
11 lines
467 B
PHP
<?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.'; |