diff --git a/typo3/sysext/indexed_search/Resources/Private/Language/locallang_db.xlf b/typo3/sysext/indexed_search/Resources/Private/Language/locallang_db.xlf index c0b81774f704131c3ca4ba17707ecefa7bacc121..d0b5655150f7bd0f79b9e6e51a8700cd8c435c41 100644 --- a/typo3/sysext/indexed_search/Resources/Private/Language/locallang_db.xlf +++ b/typo3/sysext/indexed_search/Resources/Private/Language/locallang_db.xlf @@ -12,6 +12,9 @@ <trans-unit id="index_config.description"> <source>Description:</source> </trans-unit> + <trans-unit id="index_config.type.I.0"> + <source>-</source> + </trans-unit> <trans-unit id="index_config.type.I.1"> <source>Database Records</source> </trans-unit> @@ -36,6 +39,9 @@ <trans-unit id="index_config.table2index"> <source>Table to index:</source> </trans-unit> + <trans-unit id="index_config.table2index.I.0"> + <source>-</source> + </trans-unit> <trans-unit id="index_config.alternative_source_pid"> <source>Alternative Source Page:</source> </trans-unit> diff --git a/typo3/sysext/lang/Resources/Private/Language/locallang_tca.xlf b/typo3/sysext/lang/Resources/Private/Language/locallang_tca.xlf index 4086a8c3e2849018d6c963adb1c8d5354a461634..a3185a88d5adc3a4c45abe63cf026210ab3589b6 100644 --- a/typo3/sysext/lang/Resources/Private/Language/locallang_tca.xlf +++ b/typo3/sysext/lang/Resources/Private/Language/locallang_tca.xlf @@ -531,6 +531,9 @@ <trans-unit id="sys_file_reference.sorting_foreign"> <source>Sorting foreign</source> </trans-unit> + <trans-unit id="sys_file_reference.table_local"> + <source>Local table</source> + </trans-unit> <trans-unit id="sys_file_reference.basicoverlayPalette"> <source>File Metadata</source> </trans-unit>