12 lines
535 B
PHP
12 lines
535 B
PHP
<?php
|
|
|
|
// Legend
|
|
$GLOBALS['TL_LANG']['tl_calendar_events']['meilisearch_legend'] = 'Einstellungen für die Suche';
|
|
|
|
// Fields
|
|
$GLOBALS['TL_LANG']['tl_calendar_events']['priority'][0] = 'Priorität';
|
|
$GLOBALS['TL_LANG']['tl_calendar_events']['priority'][1] = 'Priorität für die Darstellung in den Suchergebnissen (1 = niedrig, 3 = hoch).';
|
|
|
|
$GLOBALS['TL_LANG']['tl_calendar_events']['keywords'][0] = 'Keywords';
|
|
$GLOBALS['TL_LANG']['tl_calendar_events']['keywords'][1] = 'Zusätzliche Suchbegriffe für die Indexierung.';
|