1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-06-27 11:39:16 +02:00

Added some more translators comments

This commit is contained in:
2022-07-05 12:13:42 +02:00
parent 6771344c60
commit 50e65d95c5
18 changed files with 206 additions and 168 deletions

View File

@ -63,8 +63,12 @@ void ElevationGraph::setInfo()
extremly short term for "Down" in your language */
GraphView::addInfo(tr("Down"), l.toString(descent() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2912) when there is no abbreviation or
extremly short term for "Max" in your language */
GraphView::addInfo(tr("Max"), l.toString(max() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
/*: Use an Unicode arrow (U+2913) when there is no abbreviation or
extremly short term for "Min" in your language */
GraphView::addInfo(tr("Min"), l.toString(min() * yScale(), 'f', 0)
+ UNIT_SPACE + yUnits());
#else // Q_OS_ANDROID