mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Compare commits
No commits in common. "d328eecad68d9860cea6567ae19510d6b8d9d535" and "037d621f5006ed9e703c22a1950a59655af4e862" have entirely different histories.
d328eecad6
...
037d621f50
@ -1661,7 +1661,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/optionsdialog.cpp" line="541"/>
|
||||
<source>Minimal duration:</source>
|
||||
<translation>Minimální trvání:</translation>
|
||||
<translation>Minimální doba trvání:</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/optionsdialog.cpp" line="426"/>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Dosiero</translation>
|
||||
<translation type="unfinished">Dosiero</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Dosiero</translation>
|
||||
<translation type="unfinished">Dosiero</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Archivo</translation>
|
||||
<translation type="unfinished">Archivo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Archivo</translation>
|
||||
<translation type="unfinished">Archivo</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2305,7 +2305,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Tiedosto</translation>
|
||||
<translation type="unfinished">Tiedosto</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2571,7 +2571,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Tiedosto</translation>
|
||||
<translation type="unfinished">Tiedosto</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -1889,12 +1889,12 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/optionsdialog.cpp" line="388"/>
|
||||
<source>Detect pauses</source>
|
||||
<translation>Обнаруживать паузы</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/optionsdialog.cpp" line="539"/>
|
||||
<source>Detection:</source>
|
||||
<translation>Обнаружение:</translation>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../src/GUI/optionsdialog.cpp" line="658"/>
|
||||
@ -2307,7 +2307,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Файл</translation>
|
||||
<translation type="unfinished">Файл</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2573,7 +2573,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Файл</translation>
|
||||
<translation type="unfinished">Файл</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2303,7 +2303,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Dosya</translation>
|
||||
<translation type="unfinished">Dosya</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2569,7 +2569,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Dosya</translation>
|
||||
<translation type="unfinished">Dosya</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -2307,7 +2307,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
||||
<source>File</source>
|
||||
<translation>Файл</translation>
|
||||
<translation type="unfinished">Файл</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
@ -2573,7 +2573,7 @@
|
||||
<message>
|
||||
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
||||
<source>File</source>
|
||||
<translation>Файл</translation>
|
||||
<translation type="unfinished">Файл</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
|
@ -529,6 +529,7 @@ QWidget *OptionsDialog::createDataPage()
|
||||
sourceTab->setLayout(sourceTabLayout);
|
||||
#endif // Q_OS_MAC
|
||||
|
||||
|
||||
QHBoxLayout *pauseTypeLayout = new QHBoxLayout();
|
||||
pauseTypeLayout->addWidget(_automaticPause);
|
||||
pauseTypeLayout->addWidget(_manualPause);
|
||||
|
Loading…
Reference in New Issue
Block a user