From 2cd0138832973ea7f4efb045f701e050167eb4cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Gro=C3=9Fberndt?= <stephan@grossberndt.de> Date: Mon, 18 Dec 2017 17:21:10 +0100 Subject: [PATCH] [BUGFIX] Add missing labels in EXT:lang and EXT:indexed_search Releases: master, 8.7 Resolves: #83381 Change-Id: Ide90a5a2fc3b5aa7223f6d547e4a0020b751bbe8 Reviewed-on: https://review.typo3.org/55153 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Alexander Opitz <opitz.alexander@googlemail.com> Tested-by: Alexander Opitz <opitz.alexander@googlemail.com> Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- .../Resources/Private/Language/locallang_db.xlf | 6 ++++++ .../lang/Resources/Private/Language/locallang_tca.xlf | 3 +++ 2 files changed, 9 insertions(+) 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 c0b81774f704..d0b5655150f7 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 4086a8c3e284..a3185a88d5ad 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> -- GitLab