Skip to content

Commit

Permalink
Translation hint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rello committed Apr 4, 2024
1 parent 38b7686 commit 17663cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion templates/part.templates.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,11 @@ class="sidebarPointer"><?php p($l->t('Data load')); ?></h3></div>
<input class="sidebarInput" id="dataloadName" style="display: table-cell;">
<div style="display: table-cell; min-width: 20px;"></div>
</div>
<div style="display: table-row;">
<div style="display: table-cell; width: 100%"></div>
<div id="dataloadType" class="userGuidance" style="display: table-cell;"></div>
<div style="display: table-cell; min-width: 20px;"></div>
</div>
</div>
<br>
<div id="dataloadDetailItems">
Expand Down Expand Up @@ -623,7 +628,8 @@ class="icon-confirm share-pass-submit"
<div id="columns" class="columnSection"></div>
</div>
<div id="tableOptionsLayoutMeasures">
<p><?php p($l->t('Measures')); ?></p>
<p><?php // TRANSLATORS Measures means values DE:"Kennzahlen" and refers to the display area of a data table
p($l->t('Measures')); ?></p>
<div id="measures" class="columnSection"></div>
</div>
<div id="tableOptionsLayoutTotals">
Expand Down

0 comments on commit 17663cd

Please sign in to comment.