Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Configuration/TCA/tx_variables_marker.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
'marker' => [
'exclude' => 0,
'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker',
'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.marker.description',
'l10n_mode' => 'exclude',
'config' => [
'type' => 'input',
Expand All @@ -130,6 +131,7 @@
'replacement' => [
'exclude' => 0,
'label' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement',
'description' => 'LLL:EXT:variables/Resources/Private/Language/locallang_db.xlf:tx_variables_marker.replacement.description',
'config' => [
'type' => 'text',
'cols' => 40,
Expand Down
14 changes: 0 additions & 14 deletions Resources/Private/Language/locallang_csh_tx_variables_marker.xlf

This file was deleted.

6 changes: 6 additions & 0 deletions Resources/Private/Language/locallang_db.xlf
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@
<trans-unit id="tx_variables_marker.marker">
<source>Marker:</source>
</trans-unit>
<trans-unit id="tx_variables_marker.marker.description">
<source>The marker you want to replace in your page. Will be automatically converted to upper case. Do not put the double curly brackets {{ ... }}.</source>
</trans-unit>
<trans-unit id="tx_variables_marker.replacement">
<source>Replacement Text:</source>
</trans-unit>
<trans-unit id="tx_variables_marker.replacement.description">
<source>The replacement text for the marker. You may reference other markers by enclosing them into double curly brackets {{ ... }}.</source>
</trans-unit>
</body>
</file>
</xliff>
9 changes: 0 additions & 9 deletions ext_tables.php

This file was deleted.