Skip to content
Snippets Groups Projects
Commit 2cd01388 authored by Stephan Großberndt's avatar Stephan Großberndt Committed by Wouter Wolters
Browse files

[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: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Tested-by: default avatarAlexander Opitz <opitz.alexander@googlemail.com>
Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
parent 1a5f207b
Branches
Tags
No related merge requests found
......@@ -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>
......
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment