2018-04-17 22:40:12 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!DOCTYPE TS>
|
2018-10-08 22:24:05 +02:00
|
|
|
<TS version="2.1" language="pl_PL">
|
2021-08-30 20:33:39 +02:00
|
|
|
<context>
|
|
|
|
<name>AuthenticationWidget</name>
|
|
|
|
<message>
|
2021-10-10 12:31:02 +02:00
|
|
|
<location filename="../src/GUI/authenticationwidget.cpp" line="15"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Username:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-10-10 12:31:02 +02:00
|
|
|
<location filename="../src/GUI/authenticationwidget.cpp" line="16"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Password:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>CadenceGraph</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="11"/>
|
2018-09-09 15:34:34 +02:00
|
|
|
<source>rpm</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>obr./min</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="12"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/cadencegraph.h" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Cadence</source>
|
|
|
|
<translation>Kadencja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="28"/>
|
|
|
|
<source>Avg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="30"/>
|
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="33"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/cadencegraph.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>CadenceGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/cadencegraphitem.cpp" line="18"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/cadencegraphitem.cpp" line="19"/>
|
|
|
|
<location filename="../src/GUI/cadencegraphitem.cpp" line="21"/>
|
2018-09-09 15:34:34 +02:00
|
|
|
<source>rpm</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>obr./min</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/cadencegraphitem.cpp" line="20"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>Data</name>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="160"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Supported files</source>
|
|
|
|
<translation>Obsługiwane pliki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="161"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>CSV files</source>
|
|
|
|
<translation>Pliki CSV</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="162"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<source>CUP files</source>
|
2020-02-01 22:11:13 +01:00
|
|
|
<translation>Pliki CUP</translation>
|
2019-09-06 20:10:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="163"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>FIT files</source>
|
|
|
|
<translation>Pliki FIT</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="164"/>
|
2019-01-25 22:31:36 +01:00
|
|
|
<source>GeoJSON files</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Pliki GeoJSON</translation>
|
2019-01-25 22:31:36 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="165"/>
|
2019-10-30 19:48:06 +01:00
|
|
|
<source>GPI files</source>
|
2020-02-01 22:11:13 +01:00
|
|
|
<translation>Pliki GPI</translation>
|
2019-10-30 19:48:06 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="166"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>GPX files</source>
|
|
|
|
<translation>Pliki GPX</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="167"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>IGC files</source>
|
|
|
|
<translation>Pliki IGC</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="168"/>
|
2021-05-12 07:48:13 +02:00
|
|
|
<source>ITN files</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Pliki ITN</translation>
|
2021-05-12 07:48:13 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="169"/>
|
2019-03-13 22:06:06 +01:00
|
|
|
<source>JPEG images</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Pliki JPEG</translation>
|
2019-03-13 22:06:06 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="170"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>KML files</source>
|
|
|
|
<translation>Pliki KML</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="171"/>
|
2018-08-10 00:25:11 +02:00
|
|
|
<source>LOC files</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Pliki LOC</translation>
|
2018-08-10 00:25:11 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="172"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>NMEA files</source>
|
|
|
|
<translation>Pliki NMEA</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="174"/>
|
2021-05-09 22:46:00 +02:00
|
|
|
<source>OV2 files</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Pliki OV2</translation>
|
2021-05-09 22:46:00 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="175"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>OziExplorer files</source>
|
|
|
|
<translation>Pliki OziExplorer</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="177"/>
|
2020-01-22 22:42:26 +01:00
|
|
|
<source>SML files</source>
|
2020-02-01 22:11:13 +01:00
|
|
|
<translation>Pliki SML</translation>
|
2020-01-22 22:42:26 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="178"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>TCX files</source>
|
|
|
|
<translation>Pliki TCX</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="176"/>
|
2018-08-12 14:21:02 +02:00
|
|
|
<source>SLF files</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Pliki SLF</translation>
|
2018-08-12 14:21:02 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="173"/>
|
2021-08-19 19:47:26 +02:00
|
|
|
<source>ONmove files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="179"/>
|
2021-12-25 12:39:43 +01:00
|
|
|
<source>TwoNav files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/data/data.cpp" line="180"/>
|
|
|
|
<source>GPSDump files</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/data/data.cpp" line="181"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>All files</source>
|
|
|
|
<translation>Wszystkie pliki</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2021-07-12 12:08:56 +02:00
|
|
|
<context>
|
|
|
|
<name>DirSelectWidget</name>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/dirselectwidget.cpp" line="18"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>System default</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/dirselectwidget.cpp" line="40"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>Select directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>ElevationGraph</name>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="39"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/elevationgraph.h" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Elevation</source>
|
|
|
|
<translation>Wysokość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="181"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>m</source>
|
|
|
|
<translation>m</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="72"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Ascent</source>
|
|
|
|
<translation>Wznios</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="59"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Up</source>
|
2022-07-07 00:45:53 +02:00
|
|
|
<extracomment>Use an Unicode arrow (U+2197) when there is no abbreviation or extremly short term for "Up" in your language</extracomment>
|
2022-06-30 00:32:20 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="63"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Down</source>
|
2022-07-07 00:45:53 +02:00
|
|
|
<extracomment>Use an Unicode arrow (U+2198) when there is no abbreviation or extremly short term for "Down" in your language</extracomment>
|
2022-06-30 00:32:20 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="66"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Max</source>
|
2022-07-07 00:56:06 +02:00
|
|
|
<extracomment>Use an abbreviation or a extremly short term</extracomment>
|
2022-06-30 00:32:20 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="69"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Min</source>
|
2022-07-07 00:56:06 +02:00
|
|
|
<extracomment>Use an abbreviation or a extremly short term</extracomment>
|
2022-06-30 00:32:20 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="74"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Descent</source>
|
|
|
|
<translation>Spadek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="78"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimum</source>
|
|
|
|
<translation>Minimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="184"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>ft</source>
|
|
|
|
<translation>ft</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/elevationgraph.cpp" line="76"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ElevationGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>m</source>
|
|
|
|
<translation>m</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>ft</source>
|
|
|
|
<translation>ft</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="38"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Ascent</source>
|
|
|
|
<translation>Wznios</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="40"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Descent</source>
|
|
|
|
<translation>Spadek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="42"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/elevationgraphitem.cpp" line="44"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimum</source>
|
|
|
|
<translation>Minimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>FileSelectWidget</name>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/fileselectwidget.cpp" line="46"/>
|
|
|
|
<location filename="../src/GUI/fileselectwidget.cpp" line="51"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Select file</source>
|
|
|
|
<translation>Wybierz plik</translation>
|
|
|
|
</message>
|
2020-09-27 00:48:53 +02:00
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/fileselectwidget.cpp" line="61"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>No output file selected.</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Nie wybrano pliku docelowego.</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/fileselectwidget.cpp" line="71"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>%1 is a directory.</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>%1 jest katalogiem.</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/fileselectwidget.cpp" line="75"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>%1 is not writable.</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>%1 nie jest zapisywalny.</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>Format</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/format.cpp" line="54"/>
|
|
|
|
<location filename="../src/GUI/format.cpp" line="61"/>
|
|
|
|
<location filename="../src/GUI/format.cpp" line="84"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>ft</source>
|
|
|
|
<translation>ft</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/format.cpp" line="57"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi</source>
|
|
|
|
<translation>mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/format.cpp" line="64"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>nmi</source>
|
|
|
|
<translation>nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/format.cpp" line="68"/>
|
|
|
|
<location filename="../src/GUI/format.cpp" line="81"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>m</source>
|
|
|
|
<translation>m</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/format.cpp" line="71"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km</source>
|
|
|
|
<translation>km</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>GUI</name>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1018"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1021"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Open file</source>
|
|
|
|
<translation>Otwórz plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1200"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1203"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Open POI file</source>
|
|
|
|
<translation>Otwórz plik POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="199"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Quit</source>
|
|
|
|
<translation>Zakończ</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="211"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="934"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="935"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Keyboard controls</source>
|
|
|
|
<translation>Elementy sterujące klawiatury</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="253"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Close</source>
|
|
|
|
<translation>Zamknij</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="260"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Reload</source>
|
|
|
|
<translation>Odśwież</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="822"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show</source>
|
|
|
|
<translation>Pokaż</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="812"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>File</source>
|
|
|
|
<translation>Plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="302"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Overlap POIs</source>
|
|
|
|
<translation>Nakładka POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="312"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show POI labels</source>
|
|
|
|
<translation>Pokaż etykiety POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="318"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show POIs</source>
|
|
|
|
<translation>Pokaż punkty POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="330"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show map</source>
|
|
|
|
<translation>Pokaż mapę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="347"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Clear tile cache</source>
|
|
|
|
<translation>Wyczyść pamięć podręczną kafelków</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="221"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Open...</source>
|
|
|
|
<translation>Otwórz...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="207"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="974"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="992"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Paths</source>
|
|
|
|
<translation>Ścieżki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="228"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Open directory...</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="246"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Export to PNG...</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Eksportuj do PNG...</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="266"/>
|
2018-07-21 18:19:31 +02:00
|
|
|
<source>Statistics...</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Statystyka...</translation>
|
2018-07-21 18:19:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="276"/>
|
2023-11-15 22:26:04 +01:00
|
|
|
<source>Clear list</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="288"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Load POI file...</source>
|
|
|
|
<translation>Załaduj plik POI...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="292"/>
|
2021-03-21 22:41:44 +01:00
|
|
|
<source>Select all files</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wybierz wszystkie pliki</translation>
|
2021-03-21 22:41:44 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="297"/>
|
2021-03-21 22:41:44 +01:00
|
|
|
<source>Unselect all files</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Odznacz wszystkie pliki</translation>
|
2021-03-21 22:41:44 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="307"/>
|
2021-10-10 12:31:02 +02:00
|
|
|
<source>Show POI icons</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="339"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Load map...</source>
|
|
|
|
<translation>Załaduj mapę...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="344"/>
|
2020-12-03 00:10:24 +01:00
|
|
|
<source>Load map directory...</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Załaduj katalog map ...</translation>
|
2020-12-03 00:10:24 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="352"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="357"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="953"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Next map</source>
|
|
|
|
<translation>Następna mapa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="362"/>
|
2019-02-17 20:28:17 +01:00
|
|
|
<source>Show cursor coordinates</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Pokaż współrzędne kursora</translation>
|
2019-02-17 20:28:17 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="370"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<source>All</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="374"/>
|
|
|
|
<source>Raster only</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="378"/>
|
|
|
|
<source>Vector only</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="385"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Show position</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="391"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Follow position</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="396"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Show coordinates</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="402"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Show motion info</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="409"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show tracks</source>
|
|
|
|
<translation>Pokaż ślady</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="414"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show routes</source>
|
|
|
|
<translation>Pokaż trasy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="419"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show waypoints</source>
|
|
|
|
<translation>Pokaż punkty nawigacyjne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="425"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Show areas</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Pokaż obszary</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="430"/>
|
2021-10-10 12:31:02 +02:00
|
|
|
<source>Waypoint icons</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="435"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Waypoint labels</source>
|
|
|
|
<translation>Etykiety punktów nawigacyjnych</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="445"/>
|
2019-05-23 19:25:44 +02:00
|
|
|
<source>km/mi markers</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Znaczniki km/mi</translation>
|
2019-05-23 19:25:44 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="453"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Do not show</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Nie pokazuj</translation>
|
2021-01-17 19:51:29 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="457"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Marker only</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Tylko znacznik</translation>
|
2021-02-06 15:26:46 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="461"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Date/time</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Data/czas</translation>
|
2021-02-12 22:43:43 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="465"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Coordinates</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Współrzędne</translation>
|
2021-02-12 22:43:43 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="469"/>
|
2022-09-25 11:06:31 +02:00
|
|
|
<source>Use styles</source>
|
2021-08-30 20:33:39 +02:00
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="487"/>
|
2022-09-25 11:06:31 +02:00
|
|
|
<source>Show local DEM tiles</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="490"/>
|
2024-02-23 08:21:38 +01:00
|
|
|
<source>Show hillshading</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="498"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show graphs</source>
|
|
|
|
<translation>Pokaż wykresy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="519"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show grid</source>
|
|
|
|
<translation>Pokaż siatkę</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="524"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show slider info</source>
|
|
|
|
<translation>Pokaż informację o suwaku</translation>
|
|
|
|
</message>
|
2019-02-16 12:41:03 +01:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="530"/>
|
2022-07-08 02:14:31 +02:00
|
|
|
<source>Show tabs</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="539"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Show toolbars</source>
|
|
|
|
<translation>Pokaż paski narzędzi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="546"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Total time</source>
|
|
|
|
<translation>Całkowity czas</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="551"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1398"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1459"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Moving time</source>
|
|
|
|
<translation>Czas ruchu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="558"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Metric</source>
|
|
|
|
<translation>Metryczne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="563"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Imperial</source>
|
|
|
|
<translation>Imperialne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="569"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Nautical</source>
|
|
|
|
<translation>Morskie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="577"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Decimal degrees (DD)</source>
|
|
|
|
<translation>Stopnie dziesiętne (DD)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="583"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Degrees and decimal minutes (DMM)</source>
|
|
|
|
<translation>Stopnie i minuty dziesiętne (DMM)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="590"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Degrees, minutes, seconds (DMS)</source>
|
|
|
|
<translation>Stopnie, minuty, sekundy (DMS)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="597"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Fullscreen mode</source>
|
|
|
|
<translation>Tryb pełnoekranowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="604"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Options...</source>
|
|
|
|
<translation>Opcje...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="611"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Next</source>
|
|
|
|
<translation>Następny</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="616"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Previous</source>
|
|
|
|
<translation>Poprzedni</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="621"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Last</source>
|
|
|
|
<translation>Ostatni</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="626"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>First</source>
|
|
|
|
<translation>Pierwszy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="664"/>
|
2023-11-15 22:26:04 +01:00
|
|
|
<source>Open recent</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="695"/>
|
|
|
|
<source>Layers</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="721"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Position info</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Informacje o pozycji</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="747"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>DEM</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="755"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Position</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="767"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Units</source>
|
|
|
|
<translation>Jednostki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="772"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Coordinates format</source>
|
|
|
|
<translation>Format współrzędnych</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="903"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="911"/>
|
2018-10-08 22:24:05 +02:00
|
|
|
<source>Version %1</source>
|
|
|
|
<translation>Wersja %1</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="906"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="915"/>
|
2018-10-08 22:08:59 +02:00
|
|
|
<source>GPXSee is distributed under the terms of the GNU General Public License version 3. For more info about GPXSee visit the project homepage at %1.</source>
|
|
|
|
<translation>Program GPXSee jest rozpowszechniany na warunkach licencji GNU General Public License w wersji 3. Więcej informacji o programie GPXSee można znaleźć na stronie głównej projektu pod adresem %1.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="944"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Append file</source>
|
|
|
|
<translation>Dołącz plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="945"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Next/Previous</source>
|
|
|
|
<translation>Następny/Poprzedni</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="947"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Toggle graph type</source>
|
|
|
|
<translation>Zmień typ wykresu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="949"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Toggle time type</source>
|
|
|
|
<translation>Zmień typ czasu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="951"/>
|
2021-02-12 22:43:43 +01:00
|
|
|
<source>Toggle position info</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Przełącz informacje o pozycji</translation>
|
2021-02-12 22:43:43 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="955"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Previous map</source>
|
|
|
|
<translation>Poprzednia mapa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="956"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Zoom in</source>
|
|
|
|
<translation>Przybliż</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="958"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Zoom out</source>
|
|
|
|
<translation>Oddal</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="960"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Digital zoom</source>
|
|
|
|
<translation>Zoom cyfrowy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="961"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Zoom</source>
|
|
|
|
<translation>Zoom</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="962"/>
|
2020-11-15 12:26:53 +01:00
|
|
|
<source>Copy coordinates</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Skopiuj współrzędne</translation>
|
2020-11-15 12:26:53 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="963"/>
|
2020-11-15 12:26:53 +01:00
|
|
|
<source>Left Click</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Lewy przycisk myszy</translation>
|
2020-11-15 12:26:53 +01:00
|
|
|
</message>
|
2018-07-21 18:19:31 +02:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="983"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1001"/>
|
2019-01-06 20:13:41 +01:00
|
|
|
<source>DEM directory:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Katalog z danymi DEM:</translation>
|
2019-01-06 20:13:41 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="985"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1003"/>
|
2019-05-16 22:52:39 +02:00
|
|
|
<source>Styles directory:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Katalog ze stylami:</translation>
|
2019-05-16 22:52:39 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="987"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1005"/>
|
2021-10-11 22:07:33 +02:00
|
|
|
<source>Symbols directory:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1053"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Open directory</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1126"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1815"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1915"/>
|
2023-08-12 06:58:28 +02:00
|
|
|
<source>Don't show again</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1383"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1441"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Areas</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Obszary</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1410"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1413"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1414"/>
|
2018-07-21 18:19:31 +02:00
|
|
|
<source>Statistics</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Statystyka</translation>
|
2018-07-21 18:19:31 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1754"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1757"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Open map file</source>
|
|
|
|
<translation>Otwórz plik mapy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1998"/>
|
2024-02-27 21:55:13 +01:00
|
|
|
<source>DEM tiles download limit exceeded. If you really need data for such a huge area, download the files manually.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="2014"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Could not download all required DEM files.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="2048"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>No files loaded</source>
|
|
|
|
<translation>Nie załadowano żadnych plików</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1387"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1389"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1446"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1448"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Date</source>
|
|
|
|
<translation>Data</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="661"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&File</source>
|
|
|
|
<translation>&Plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="689"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&Map</source>
|
|
|
|
<translation>&Mapa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="704"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&Graph</source>
|
|
|
|
<translation>&Wykres</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="735"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&POI</source>
|
|
|
|
<translation>P&OI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="716"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&Data</source>
|
|
|
|
<translation>&Dane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="476"/>
|
2024-02-27 21:55:13 +01:00
|
|
|
<source>Download data DEM</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="482"/>
|
2024-02-27 21:55:13 +01:00
|
|
|
<source>Download map DEM</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="762"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&Settings</source>
|
|
|
|
<translation>&Ustawienia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="785"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>&Help</source>
|
|
|
|
<translation>Pomo&c</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="977"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="995"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Map directory:</source>
|
|
|
|
<translation>Katalog z mapami:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="979"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="997"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>POI directory:</source>
|
|
|
|
<translation>Katalog z POI:</translation>
|
|
|
|
</message>
|
2023-04-23 01:33:03 +02:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="981"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="999"/>
|
2023-04-23 01:33:03 +02:00
|
|
|
<source>CRS directory:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="989"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1007"/>
|
2018-11-26 22:31:27 +01:00
|
|
|
<source>Tile cache directory:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Katalog pamięci podręcznej kafelków:</translation>
|
2018-11-26 22:31:27 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1379"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1437"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Routes</source>
|
|
|
|
<translation>Trasy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1809"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1866"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1885"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1909"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Error loading map:</source>
|
|
|
|
<translation>Wystąpił błąd podczas ładowania mapy:</translation>
|
|
|
|
</message>
|
2020-12-03 00:10:24 +01:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1949"/>
|
2020-12-03 00:10:24 +01:00
|
|
|
<source>Select map directory</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wybierz katalog map</translation>
|
2020-12-03 00:10:24 +01:00
|
|
|
</message>
|
2021-09-24 19:50:54 +02:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1978"/>
|
2021-09-24 19:50:54 +02:00
|
|
|
<source>Clear "%1" tile cache?</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2024-02-27 21:55:13 +01:00
|
|
|
<message numerus="yes">
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="2001"/>
|
2024-02-27 21:55:13 +01:00
|
|
|
<source>Download %n DEM tiles?</source>
|
|
|
|
<translation type="unfinished">
|
|
|
|
<numerusform></numerusform>
|
|
|
|
<numerusform></numerusform>
|
|
|
|
<numerusform></numerusform>
|
|
|
|
</translation>
|
|
|
|
</message>
|
2021-09-24 19:50:54 +02:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="2034"/>
|
2021-09-24 19:50:54 +02:00
|
|
|
<source>No local DEM tiles found.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
<message numerus="yes">
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="2052"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>%n files</source>
|
|
|
|
<translation>
|
|
|
|
<numerusform>%n plik</numerusform>
|
|
|
|
<numerusform>%n pliki</numerusform>
|
|
|
|
<numerusform>%n plików</numerusform>
|
|
|
|
</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="938"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Next file</source>
|
|
|
|
<translation>Następny plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="233"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Print...</source>
|
|
|
|
<translation>Drukuj...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="239"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Export to PDF...</source>
|
|
|
|
<translation>Eksportuj do PDF...</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1381"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1439"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Waypoints</source>
|
|
|
|
<translation>Punkty nawigacyjne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="939"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Previous file</source>
|
|
|
|
<translation>Poprzedni plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="440"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Route waypoints</source>
|
|
|
|
<translation>Punkty trasy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="941"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>First file</source>
|
|
|
|
<translation>Pierwszy plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="943"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Last file</source>
|
|
|
|
<translation>Ostatni plik</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1118"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Error loading data file:</source>
|
|
|
|
<translation>Błąd podczas ładowania pliku danych:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1121"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1233"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Line: %1</source>
|
|
|
|
<translation>Linia: %1</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1230"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Error loading POI file:</source>
|
|
|
|
<translation>Błąd podczas ładowania pliku POI:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1431"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Name</source>
|
|
|
|
<translation>Nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="1377"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1435"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Tracks</source>
|
|
|
|
<translation>Ślady</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-05-26 12:47:25 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="215"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="901"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>About GPXSee</source>
|
|
|
|
<translation>O programie GPXSee</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="830"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Navigation</source>
|
|
|
|
<translation>Nawigacja</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="506"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1395"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1455"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Distance</source>
|
|
|
|
<translation>Dystans</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/gui.cpp" line="513"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="763"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1397"/>
|
|
|
|
<location filename="../src/GUI/gui.cpp" line="1457"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Time</source>
|
|
|
|
<translation>Czas</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2018-07-03 19:29:28 +02:00
|
|
|
<context>
|
|
|
|
<name>GearRatioGraph</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="12"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/gearratiograph.h" line="17"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Gear ratio</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Przełożenie</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="28"/>
|
|
|
|
<source>Top</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="30"/>
|
|
|
|
<source>Min</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="32"/>
|
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="35"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Most used</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Najczęściej używane</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="37"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Minimum</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Minimum</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/gearratiograph.cpp" line="39"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Maximum</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Maksimum</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>GearRatioGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/gearratiographitem.cpp" line="37"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Minimum</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Minimum</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/gearratiographitem.cpp" line="38"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Maximum</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Maksimum</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/gearratiographitem.cpp" line="39"/>
|
2018-07-03 19:29:28 +02:00
|
|
|
<source>Most used</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Najczęściej używane</translation>
|
2018-07-03 19:29:28 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>GraphView</name>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="147"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>m</source>
|
|
|
|
<translation>m</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="150"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km</source>
|
|
|
|
<translation>km</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="131"/>
|
|
|
|
<location filename="../src/GUI/graphview.cpp" line="139"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>ft</source>
|
|
|
|
<translation>ft</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="74"/>
|
2018-06-22 17:41:24 +02:00
|
|
|
<source>Data not available</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Brak danych</translation>
|
2018-06-22 17:41:24 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="134"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi</source>
|
|
|
|
<translation>mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="142"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>nmi</source>
|
|
|
|
<translation>nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="156"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>s</source>
|
|
|
|
<translation>s</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="159"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min</source>
|
|
|
|
<translation>min</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="162"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>h</source>
|
|
|
|
<translation>h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="94"/>
|
|
|
|
<location filename="../src/GUI/graphview.cpp" line="199"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Distance</source>
|
|
|
|
<translation>Dystans</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-06-15 11:26:03 +02:00
|
|
|
<location filename="../src/GUI/graphview.cpp" line="201"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Time</source>
|
|
|
|
<translation>Czas</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>HeartRateGraph</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="12"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/heartrategraph.h" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Heart rate</source>
|
|
|
|
<translation>Tętno</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="11"/>
|
2018-09-09 15:34:34 +02:00
|
|
|
<source>bpm</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>uderzeń/min</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="28"/>
|
|
|
|
<source>Avg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="30"/>
|
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="33"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/heartrategraph.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>HeartRateGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/heartrategraphitem.cpp" line="19"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2019-10-22 22:35:36 +02:00
|
|
|
<location filename="../src/GUI/heartrategraphitem.cpp" line="20"/>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/heartrategraphitem.cpp" line="22"/>
|
2018-09-09 15:34:34 +02:00
|
|
|
<source>bpm</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>uderzeń/min</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/heartrategraphitem.cpp" line="21"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2020-12-03 00:10:24 +01:00
|
|
|
<context>
|
|
|
|
<name>MapItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/mapitem.cpp" line="80"/>
|
2020-12-03 00:10:24 +01:00
|
|
|
<source>Name</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Nazwa</translation>
|
2020-12-03 00:10:24 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/mapitem.cpp" line="82"/>
|
2020-12-03 00:10:24 +01:00
|
|
|
<source>File</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Plik</translation>
|
2020-12-03 00:10:24 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>MapList</name>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="158"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Supported files</source>
|
|
|
|
<translation>Obsługiwane pliki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="171"/>
|
2018-09-22 23:30:54 +02:00
|
|
|
<source>MBTiles maps</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Mapy MBTiles</translation>
|
2018-09-22 23:30:54 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="166"/>
|
2018-05-24 22:47:28 +02:00
|
|
|
<source>Garmin JNX maps</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Mapy Garmin JNX</translation>
|
2018-05-24 22:47:28 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="162"/>
|
2021-02-06 00:18:49 +01:00
|
|
|
<source>AlpineQuest maps</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Mapy AlpineQuest</translation>
|
2021-02-06 00:18:49 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="164"/>
|
2019-05-12 01:38:02 +02:00
|
|
|
<source>Garmin IMG maps</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Mapy Garmin IMG</translation>
|
2019-05-12 01:38:02 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="167"/>
|
2020-12-03 00:10:24 +01:00
|
|
|
<source>BSB nautical charts</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Mapy morskie BSB</translation>
|
2020-12-03 00:10:24 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="163"/>
|
2022-07-15 22:29:16 +02:00
|
|
|
<source>GEMF maps</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="160"/>
|
2022-11-05 17:25:38 +01:00
|
|
|
<source>Electronic Navigational Charts</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="168"/>
|
2020-12-24 16:34:32 +01:00
|
|
|
<source>KMZ maps</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Mapy KMZ</translation>
|
2020-12-24 16:34:32 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="169"/>
|
2021-04-17 14:05:21 +02:00
|
|
|
<source>Mapsforge maps</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Mapy Mapsforge</translation>
|
2021-04-17 14:05:21 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="170"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>OziExplorer maps</source>
|
|
|
|
<translation>Mapy OziExplorer</translation>
|
|
|
|
</message>
|
2021-02-09 22:51:19 +01:00
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="172"/>
|
2022-08-07 22:34:36 +02:00
|
|
|
<source>Orux maps</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="173"/>
|
2021-11-15 20:47:47 +01:00
|
|
|
<source>QuickChart maps</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="175"/>
|
2022-07-05 11:33:04 +02:00
|
|
|
<source>Osmdroid SQLite maps</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="178"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>TrekBuddy maps/atlases</source>
|
|
|
|
<translation>Mapy/atlasy TrekBuddy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="180"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>GeoTIFF images</source>
|
|
|
|
<translation>Obrazy GeoTIFF</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="184"/>
|
2022-05-17 23:54:16 +02:00
|
|
|
<source>All files</source>
|
|
|
|
<translation type="unfinished">Wszystkie pliki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="174"/>
|
2019-03-08 23:16:27 +01:00
|
|
|
<source>TwoNav maps</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Mapy TwoNav</translation>
|
2019-03-08 23:16:27 +01:00
|
|
|
</message>
|
2021-02-13 10:25:22 +01:00
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="176"/>
|
2021-02-13 10:25:22 +01:00
|
|
|
<source>Locus/OsmAnd/RMaps SQLite maps</source>
|
2021-05-25 18:19:04 +02:00
|
|
|
<translation>Mapy Locus/OsmAnd/RMaps SQLite</translation>
|
2021-02-13 10:25:22 +01:00
|
|
|
</message>
|
2019-03-08 23:16:27 +01:00
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="181"/>
|
2021-06-17 22:15:13 +02:00
|
|
|
<source>World-file georeferenced images</source>
|
2021-06-28 13:13:30 +02:00
|
|
|
<translation>Obrazy georeferencyjne z plikami ze świata</translation>
|
2021-06-17 22:15:13 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2023-11-08 23:01:36 +01:00
|
|
|
<location filename="../src/map/maplist.cpp" line="183"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Online map sources</source>
|
|
|
|
<translation>Źródła map online</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2021-12-04 15:12:59 +01:00
|
|
|
<context>
|
|
|
|
<name>MotionInfoItem</name>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/motioninfoitem.cpp" line="87"/>
|
|
|
|
<source>kn</source>
|
|
|
|
<translation type="unfinished">kn</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/motioninfoitem.cpp" line="90"/>
|
|
|
|
<source>mi/h</source>
|
|
|
|
<translation type="unfinished">mi/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/motioninfoitem.cpp" line="93"/>
|
|
|
|
<source>km/h</source>
|
|
|
|
<translation type="unfinished">km/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/motioninfoitem.cpp" line="100"/>
|
|
|
|
<source>ft/min</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/motioninfoitem.cpp" line="103"/>
|
|
|
|
<source>m/min</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>OptionsDialog</name>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="187"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="210"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Base color:</source>
|
|
|
|
<translation>Kolor podstawowy:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="188"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="211"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Palette shift:</source>
|
|
|
|
<translation>Przesunięcie palety:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="177"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Track width:</source>
|
|
|
|
<translation>Szerokość śladu:</translation>
|
|
|
|
</message>
|
2020-12-25 15:11:51 +01:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="178"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Track style:</source>
|
|
|
|
<translation>Styl śladu:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="196"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Tracks</source>
|
|
|
|
<translation>Ślady</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="180"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Route width:</source>
|
|
|
|
<translation>Szerokość trasy:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="181"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Route style:</source>
|
|
|
|
<translation>Styl trasy:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="201"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Routes</source>
|
|
|
|
<translation>Trasy</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="171"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="275"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Use anti-aliasing</source>
|
|
|
|
<translation>Użyj wygładzania</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="281"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="287"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Line width:</source>
|
|
|
|
<translation>Szerokość lini:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="313"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Background color:</source>
|
|
|
|
<translation>Kolor tła:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="326"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Paths</source>
|
|
|
|
<translation>Ścieżki</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="329"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Map</source>
|
|
|
|
<translation>Mapa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="328"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="768"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Graphs</source>
|
|
|
|
<translation>Wykresy</translation>
|
|
|
|
</message>
|
2020-12-24 16:34:32 +01:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="78"/>
|
2023-04-13 09:40:06 +02:00
|
|
|
<source>Select the proper coordinate reference system (CRS) of maps without a CRS definition (JNX, KMZ and World file maps).</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="81"/>
|
2023-04-13 09:40:06 +02:00
|
|
|
<source>Select the desired projection of vector maps (IMG, Mapsforge and ENC maps). The projection must be valid for the whole map area.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="86"/>
|
2018-09-11 01:01:09 +02:00
|
|
|
<source>Standard</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Standardowy</translation>
|
2018-09-11 01:01:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="91"/>
|
2018-09-11 01:01:09 +02:00
|
|
|
<source>Non-HiDPI maps are loaded as HiDPI maps. The map is sharp but map objects are small/hard to read.</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Mapy inne niż HiDPI są ładowane jako mapy HiDPI. Mapa jest ostra, ale obiekty mapy są małe / trudne do odczytania.</translation>
|
2018-09-11 01:01:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="93"/>
|
2018-09-11 01:01:09 +02:00
|
|
|
<source>Non-HiDPI maps are loaded such as they are. Map objects have the expected size but the map is blurry.</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Mapy inne niż HiDPI są ładowane w takiej postaci, w jakiej są. Obiekty mapy mają oczekiwany rozmiar, ale mapa jest rozmyta / nieostra.</translation>
|
2018-09-11 01:01:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="103"/>
|
2020-12-27 02:48:47 +01:00
|
|
|
<source>Input</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wejście</translation>
|
2020-12-27 02:48:47 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="105"/>
|
2020-12-27 02:48:47 +01:00
|
|
|
<source>Output</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wyjście</translation>
|
2020-12-27 02:48:47 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="112"/>
|
2020-12-24 16:34:32 +01:00
|
|
|
<source>Input:</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wejście:</translation>
|
2020-12-24 16:34:32 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="115"/>
|
2020-12-24 16:34:32 +01:00
|
|
|
<source>Output:</source>
|
2021-05-25 18:19:04 +02:00
|
|
|
<translation>Wynik:</translation>
|
2020-12-24 16:34:32 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="136"/>
|
2020-12-24 16:34:32 +01:00
|
|
|
<source>Projection</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Odwzorowanie</translation>
|
2020-12-24 16:34:32 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="137"/>
|
2018-09-11 01:01:09 +02:00
|
|
|
<source>HiDPI display mode</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Tryb wyświetlania HiDPI</translation>
|
2018-09-11 01:01:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="194"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="199"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="204"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Width:</source>
|
|
|
|
<translation>Szerokość:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="195"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="200"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="205"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Style:</source>
|
|
|
|
<translation>Styl:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="243"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Waypoint color:</source>
|
|
|
|
<translation>Kolor punktów nawigacyjnych:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="244"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Waypoint size:</source>
|
|
|
|
<translation>Rozmiar punktów nawigacyjnych:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="251"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="256"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Color:</source>
|
|
|
|
<translation>Kolor:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="252"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="257"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Size:</source>
|
|
|
|
<translation>Rozmiar:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="253"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Waypoints</source>
|
|
|
|
<translation>Punkty nawigacyjne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="246"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>POI color:</source>
|
|
|
|
<translation>Kolor POI:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="247"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>POI size:</source>
|
|
|
|
<translation>Rozmiar POI:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="258"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>POIs</source>
|
|
|
|
<translation>Punkty POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="282"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="288"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Slider color:</source>
|
|
|
|
<translation>Kolor suwaka:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="327"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Points</source>
|
|
|
|
<translation>Punkty</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="336"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Moving average window size</source>
|
|
|
|
<translation>Rozmiar okna średniej ruchomej</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="361"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="371"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="495"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Elevation:</source>
|
|
|
|
<translation>Wysokość:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="362"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="372"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="494"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Speed:</source>
|
|
|
|
<translation>Prędkość:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="363"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="373"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Heart rate:</source>
|
|
|
|
<translation>Tętno:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="364"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="374"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Cadence:</source>
|
|
|
|
<translation>Kadencja:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="365"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="375"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Power:</source>
|
|
|
|
<translation>Moc:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="360"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="378"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Smoothing</source>
|
|
|
|
<translation>Wygładzanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="354"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Eliminate GPS outliers</source>
|
|
|
|
<translation>Wyeliminuj odstające dane GPS</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="391"/>
|
2019-11-13 08:33:51 +01:00
|
|
|
<source>Automatic</source>
|
2020-07-22 19:34:38 +02:00
|
|
|
<translation>Automatycznie</translation>
|
2019-11-13 08:33:51 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="405"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi/h</source>
|
|
|
|
<translation>mi/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="408"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>kn</source>
|
|
|
|
<translation>kn</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="411"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km/h</source>
|
|
|
|
<translation>km/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="415"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="795"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>s</source>
|
|
|
|
<translation>s</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="538"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimal speed:</source>
|
|
|
|
<translation>Minimalna prędkość:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="539"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimal duration:</source>
|
|
|
|
<translation>Minimalny czas trwania:</translation>
|
|
|
|
</message>
|
2018-06-22 17:41:24 +02:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="426"/>
|
2018-06-22 17:41:24 +02:00
|
|
|
<source>Computed from distance/time</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Obliczona na postawie odległości/czasu</translation>
|
2018-06-22 17:41:24 +02:00
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="427"/>
|
2018-06-22 17:41:24 +02:00
|
|
|
<source>Recorded by device</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Zapisana przez urządzenie</translation>
|
2018-06-22 17:41:24 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="432"/>
|
2020-03-25 23:33:12 +01:00
|
|
|
<source>Show secondary speed</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Pokaż średnią prędkość</translation>
|
2020-03-25 23:33:12 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="435"/>
|
2019-01-06 20:13:41 +01:00
|
|
|
<source>GPS data</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Dane GPS</translation>
|
2019-01-06 20:13:41 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="436"/>
|
2019-01-06 20:13:41 +01:00
|
|
|
<source>DEM data</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Dane DEM</translation>
|
2019-01-06 20:13:41 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="441"/>
|
2020-03-25 23:33:12 +01:00
|
|
|
<source>Show secondary elevation</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Pokaż średnią wysokość</translation>
|
2020-03-25 23:33:12 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="444"/>
|
2020-05-20 21:02:33 +02:00
|
|
|
<source>UTC</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>UTC</translation>
|
2020-05-20 21:02:33 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="465"/>
|
2020-09-20 22:19:05 +02:00
|
|
|
<source>Use segments</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Użyj segmentów</translation>
|
2020-09-20 22:19:05 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="496"/>
|
2020-05-20 21:02:33 +02:00
|
|
|
<source>Time zone:</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Strefa czasowa:</translation>
|
2020-05-20 21:02:33 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="515"/>
|
2019-01-06 20:13:41 +01:00
|
|
|
<source>Elevation</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Wysokość</translation>
|
2019-01-06 20:13:41 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="521"/>
|
2020-05-20 21:02:33 +02:00
|
|
|
<source>Time zone</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Strefa czasowa</translation>
|
2020-05-20 21:02:33 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="551"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Filtering</source>
|
|
|
|
<translation>Filtrowanie</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="550"/>
|
2019-01-06 20:13:41 +01:00
|
|
|
<source>Sources</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Źródła</translation>
|
2019-01-06 20:13:41 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="552"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Pause detection</source>
|
|
|
|
<translation>Wykrywanie postoju</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="574"/>
|
2019-01-23 00:54:35 +01:00
|
|
|
<source>Radius:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Promień:</translation>
|
2019-01-23 00:54:35 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="510"/>
|
2018-06-22 17:41:24 +02:00
|
|
|
<source>Speed</source>
|
|
|
|
<translation>Prędkość</translation>
|
|
|
|
</message>
|
2021-06-17 22:15:13 +02:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="147"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="154"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="160"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="228"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="235"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="273"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="639"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>px</source>
|
|
|
|
<translation type="unfinished">px</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="183"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Area border width:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Szerokość granicy obszaru:</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="184"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Area border style:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Styl obramowania obszaru:</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="185"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Area fill opacity:</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Nieprzezroczystość wypełnienia obszaru:</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="207"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Areas</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Obszary</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
2019-11-13 09:13:05 +01:00
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="309"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Info background</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="315"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Crosshair color:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="316"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Info color:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="392"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="446"/>
|
2019-11-13 09:13:05 +01:00
|
|
|
<source>Custom</source>
|
2020-07-22 19:34:38 +02:00
|
|
|
<translation>Niestandardowe</translation>
|
2019-11-13 09:13:05 +01:00
|
|
|
</message>
|
2019-02-13 00:49:00 +01:00
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="564"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi</source>
|
|
|
|
<translation>mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="567"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>nmi</source>
|
|
|
|
<translation>nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="570"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km</source>
|
|
|
|
<translation>km</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="580"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="888"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>POI</source>
|
|
|
|
<translation>POI</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="597"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Use HTTP authentication</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="603"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Use $lat and $lon for NYY/SYY and EXXX/WXXX in the URL.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="608"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="621"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>URL:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="206"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="314"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="655"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Opacity:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="657"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Blur radius:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="659"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Azimuth:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="660"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Altitude:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="661"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Z Factor:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="666"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="700"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>Source</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="667"/>
|
2024-05-26 12:47:25 +02:00
|
|
|
<source>Hillshading</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="687"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Plugin:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="707"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>WYSIWYG</source>
|
|
|
|
<translation>WYSIWYG</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="85"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="708"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>High-Resolution</source>
|
|
|
|
<translation>Wysoka rozdzielczość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="388"/>
|
|
|
|
<source>Detect pauses</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="537"/>
|
2024-09-01 16:29:30 +02:00
|
|
|
<source>Detection:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="656"/>
|
2024-06-15 11:26:03 +02:00
|
|
|
<source>Lightening:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="713"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>The printed area is approximately the display area. The map zoom level does not change.</source>
|
|
|
|
<translation>Wydrukowany obszar jest w przybliżeniu obszarem wyświetlania. Poziom powiększenia mapy nie zmienia się.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="715"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>The zoom level will be changed so that the whole content (tracks/waypoints) fits to the printed area and the map resolution is as close as possible to the print resolution.</source>
|
|
|
|
<translation>Poziom powiększenia mapy zostanie dostosowany w taki sposób, aby cała zawartość (ścieżki/punkty) wchodziła do drukowanego obszaru, a rozdzielczość mapy była jak najbliższa rozdzielczości wydruku.</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="731"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Name</source>
|
|
|
|
<translation>Nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="733"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Date</source>
|
|
|
|
<translation>Data</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="735"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Distance</source>
|
|
|
|
<translation>Dystans</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="737"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Time</source>
|
|
|
|
<translation>Czas</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="739"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Moving time</source>
|
|
|
|
<translation>Czas ruchu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="741"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Item count (>1)</source>
|
|
|
|
<translation>Liczba elementów (>1)</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="756"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Separate graph page</source>
|
|
|
|
<translation>Oddzielna strona wykresu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="766"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Print mode</source>
|
|
|
|
<translation>Tryb wydruku</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="767"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Header</source>
|
|
|
|
<translation>Nagłówek</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="775"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Use OpenGL</source>
|
|
|
|
<translation>Używaj OpenGL</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="777"/>
|
2018-08-10 00:25:11 +02:00
|
|
|
<source>Enable HTTP/2</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Włącz HTTP/2</translation>
|
2018-08-10 00:25:11 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="783"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="789"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>MB</source>
|
|
|
|
<translation>MB</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="801"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="809"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Image cache size:</source>
|
|
|
|
<translation>Rozmiar pamięci podręcznej obrazu:</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="803"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="811"/>
|
2018-05-12 12:15:21 +02:00
|
|
|
<source>Connection timeout:</source>
|
2018-05-16 22:08:21 +02:00
|
|
|
<translation>Limit czasu połączenia:</translation>
|
2018-05-12 12:15:21 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="445"/>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="846"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="897"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>System</source>
|
|
|
|
<translation>System</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="802"/>
|
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="810"/>
|
2023-03-03 07:20:10 +01:00
|
|
|
<source>DEM cache size:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="830"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>Select the initial paths of the file open dialogues. Leave the field empty for the system default.</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="834"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>Data:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="835"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>Maps:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="836"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>POI:</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="847"/>
|
2021-07-12 12:08:56 +02:00
|
|
|
<source>Initial paths</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="883"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Appearance</source>
|
|
|
|
<translation>Wygląd</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="885"/>
|
2018-09-11 01:01:09 +02:00
|
|
|
<source>Maps</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>Mapy</translation>
|
2018-09-11 01:01:09 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="887"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Data</source>
|
|
|
|
<translation>Dane</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="890"/>
|
2021-08-30 20:33:39 +02:00
|
|
|
<source>DEM</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="893"/>
|
2021-12-04 15:12:59 +01:00
|
|
|
<source>Position</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="895"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Print & Export</source>
|
|
|
|
<translation>Drukowanie i eksport</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-12 00:02:18 +02:00
|
|
|
<location filename="../src/GUI/optionsdialog.cpp" line="930"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Options</source>
|
|
|
|
<translation>Opcje</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
2020-09-27 00:48:53 +02:00
|
|
|
<context>
|
|
|
|
<name>PDFExportDialog</name>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="28"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>PDF files</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Pliki PDF</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="28"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>All files</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Wszystkie pliki</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="56"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Portrait</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Pionowo</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="57"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Landscape</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Poziomo</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="67"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>in</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>in</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="67"/>
|
2020-10-06 22:12:35 +02:00
|
|
|
<source>cm</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>cm</translation>
|
2020-10-06 22:12:35 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="73"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Page Setup</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Ustawienia strony</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="76"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Page size:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Rozmiar strony:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="77"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Resolution:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Rozdzielczość:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="78"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Orientation:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Orientacja:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="79"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Margins:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Marginesy:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="85"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>File:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Plik:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="92"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Output file</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Plik docelowy</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="99"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Export</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Eksportuj</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="119"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Export to PDF</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Eksportuj do PDF</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pdfexportdialog.cpp" line="127"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Error</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Błąd</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>PNGExportDialog</name>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="25"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>PNG files</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Pliki PNG</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="25"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>All files</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Wszystkie pliki</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="34"/>
|
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="39"/>
|
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="43"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>px</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>px</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
2020-10-02 09:35:05 +02:00
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="45"/>
|
2020-10-02 09:35:05 +02:00
|
|
|
<source>Use anti-aliasing</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Użyj wygładzania</translation>
|
2020-10-02 09:35:05 +02:00
|
|
|
</message>
|
2020-09-27 00:48:53 +02:00
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="49"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Image Setup</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Ustawienia obrazu</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="52"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Image width:</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Szerokość obrazu:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="53"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Image height:</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Wysokość obrazu:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="54"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Margins:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Marginesy:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="61"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>File:</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Plik:</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="68"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Output file</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Plik docelowy</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="75"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Export</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Eksportuj</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="95"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Export to PNG</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Eksportuj do PNG</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/pngexportdialog.cpp" line="103"/>
|
2020-09-27 00:48:53 +02:00
|
|
|
<source>Error</source>
|
2020-10-02 09:13:49 +02:00
|
|
|
<translation>Błąd</translation>
|
2020-09-27 00:48:53 +02:00
|
|
|
</message>
|
|
|
|
</context>
|
2019-02-13 00:49:00 +01:00
|
|
|
<context>
|
|
|
|
<name>PolygonItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/areaitem.cpp" line="18"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Name</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Nazwa</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/areaitem.cpp" line="20"/>
|
2019-02-13 00:49:00 +01:00
|
|
|
<source>Description</source>
|
2019-07-08 08:31:43 +02:00
|
|
|
<translation>Opis</translation>
|
2019-02-13 00:49:00 +01:00
|
|
|
</message>
|
|
|
|
</context>
|
2018-04-17 22:40:12 +02:00
|
|
|
<context>
|
|
|
|
<name>PowerGraph</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="11"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>W</source>
|
|
|
|
<translation>W</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="12"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/powergraph.h" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Power</source>
|
|
|
|
<translation>Moc</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="28"/>
|
|
|
|
<source>Avg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="30"/>
|
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="33"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/powergraph.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>PowerGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/powergraphitem.cpp" line="18"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/powergraphitem.cpp" line="19"/>
|
|
|
|
<location filename="../src/GUI/powergraphitem.cpp" line="21"/>
|
2018-09-09 15:34:34 +02:00
|
|
|
<source>W</source>
|
2018-10-10 23:24:08 +02:00
|
|
|
<translation>W</translation>
|
2018-04-17 22:40:12 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/powergraphitem.cpp" line="20"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>RouteItem</name>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Name</source>
|
|
|
|
<translation>Nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="18"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Description</source>
|
|
|
|
<translation>Opis</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="20"/>
|
2020-03-17 21:13:21 +01:00
|
|
|
<source>Comment</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Komentarz</translation>
|
2020-03-17 21:13:21 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="21"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Distance</source>
|
|
|
|
<translation>Dystans</translation>
|
|
|
|
</message>
|
2019-10-22 22:35:36 +02:00
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="32"/>
|
2019-10-22 22:35:36 +02:00
|
|
|
<source>Links</source>
|
2020-07-22 19:34:38 +02:00
|
|
|
<translation>Linki</translation>
|
2019-10-22 22:35:36 +02:00
|
|
|
</message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/routeitem.cpp" line="38"/>
|
|
|
|
<source>File</source>
|
|
|
|
<translation type="unfinished">Plik</translation>
|
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>ScaleItem</name>
|
|
|
|
<message>
|
2018-11-26 22:31:27 +01:00
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="108"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi</source>
|
|
|
|
<translation>mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-11-26 22:31:27 +01:00
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="109"/>
|
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="112"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>ft</source>
|
|
|
|
<translation>ft</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-11-26 22:31:27 +01:00
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="111"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>nmi</source>
|
|
|
|
<translation>nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-11-26 22:31:27 +01:00
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="114"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km</source>
|
|
|
|
<translation>km</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2018-11-26 22:31:27 +01:00
|
|
|
<location filename="../src/GUI/scaleitem.cpp" line="115"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>m</source>
|
|
|
|
<translation>m</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>SpeedGraph</name>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="15"/>
|
2020-03-25 23:33:12 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.h" line="18"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Speed</source>
|
|
|
|
<translation>Prędkość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="140"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km/h</source>
|
|
|
|
<translation>km/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="39"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="30"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/km</source>
|
|
|
|
<translation>min/km</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="31"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/mi</source>
|
|
|
|
<translation>min/mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="31"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/nmi</source>
|
|
|
|
<translation>min/nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="34"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Avg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="36"/>
|
2022-06-30 00:32:20 +02:00
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="41"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-02-23 08:21:38 +01:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="44"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Pace</source>
|
|
|
|
<translation>Tempo</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="134"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>kn</source>
|
|
|
|
<translation>kn</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/speedgraph.cpp" line="137"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi/h</source>
|
|
|
|
<translation>mi/h</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>SpeedGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="26"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>km/h</source>
|
|
|
|
<translation>km/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="25"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>mi/h</source>
|
|
|
|
<translation>mi/h</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="26"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>kn</source>
|
|
|
|
<translation>kn</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="29"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/km</source>
|
|
|
|
<translation>min/km</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="30"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/mi</source>
|
|
|
|
<translation>min/mi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="30"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>min/nmi</source>
|
|
|
|
<translation>min/nmi</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="33"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/speedgraphitem.cpp" line="37"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Pace</source>
|
|
|
|
<translation>Tempo</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>TemperatureGraph</name>
|
|
|
|
<message>
|
2018-09-11 01:01:09 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="12"/>
|
2019-09-06 20:10:09 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.h" line="16"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Temperature</source>
|
|
|
|
<translation>Temperatura</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="28"/>
|
|
|
|
<source>Avg</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="30"/>
|
|
|
|
<source>Min</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="32"/>
|
|
|
|
<source>Max</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="35"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="37"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimum</source>
|
|
|
|
<translation>Minimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2022-06-30 00:32:20 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="39"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="112"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>C</source>
|
|
|
|
<translation>C</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-01 16:29:30 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraph.cpp" line="116"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>F</source>
|
|
|
|
<translation>F</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>TemperatureGraphItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraphitem.cpp" line="23"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>C</source>
|
|
|
|
<translation>C</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraphitem.cpp" line="23"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>F</source>
|
|
|
|
<translation>F</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraphitem.cpp" line="26"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Average</source>
|
|
|
|
<translation>Średnia</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraphitem.cpp" line="28"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Maximum</source>
|
|
|
|
<translation>Maksimum</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/temperaturegraphitem.cpp" line="30"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Minimum</source>
|
|
|
|
<translation>Minimum</translation>
|
|
|
|
</message>
|
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>TrackItem</name>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="15"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Name</source>
|
|
|
|
<translation>Nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="17"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Description</source>
|
|
|
|
<translation>Opis</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="19"/>
|
2020-03-17 21:13:21 +01:00
|
|
|
<source>Comment</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Komentarz</translation>
|
2020-03-17 21:13:21 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="20"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Distance</source>
|
|
|
|
<translation>Dystans</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="23"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Total time</source>
|
|
|
|
<translation>Całkowity czas</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2021-02-06 00:18:49 +01:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="25"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Moving time</source>
|
|
|
|
<translation>Czas ruchu</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="28"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Date</source>
|
|
|
|
<translation>Data</translation>
|
|
|
|
</message>
|
2019-10-22 22:35:36 +02:00
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="40"/>
|
2019-10-22 22:35:36 +02:00
|
|
|
<source>Links</source>
|
2020-07-22 19:34:38 +02:00
|
|
|
<translation>Odnośniki do stron</translation>
|
2019-10-22 22:35:36 +02:00
|
|
|
</message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<message>
|
|
|
|
<location filename="../src/GUI/trackitem.cpp" line="46"/>
|
|
|
|
<source>File</source>
|
|
|
|
<translation type="unfinished">Plik</translation>
|
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
</context>
|
|
|
|
<context>
|
|
|
|
<name>WaypointItem</name>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="26"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Name</source>
|
|
|
|
<translation>Nazwa</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="27"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Coordinates</source>
|
|
|
|
<translation>Współrzędne</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="34"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Elevation</source>
|
|
|
|
<translation>Wysokość</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="38"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Date</source>
|
|
|
|
<translation>Data</translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="43"/>
|
2018-04-17 22:40:12 +02:00
|
|
|
<source>Description</source>
|
|
|
|
<translation>Opis</translation>
|
|
|
|
</message>
|
2019-10-22 22:35:36 +02:00
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="47"/>
|
2020-03-17 21:13:21 +01:00
|
|
|
<source>Comment</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Komentarz</translation>
|
2020-03-17 21:13:21 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="50"/>
|
2021-10-10 12:31:02 +02:00
|
|
|
<source>Symbol</source>
|
|
|
|
<translation type="unfinished"></translation>
|
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="55"/>
|
2019-11-09 21:26:52 +01:00
|
|
|
<source>Address</source>
|
2020-02-20 03:43:08 +01:00
|
|
|
<translation>Adres</translation>
|
2019-11-09 21:26:52 +01:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="58"/>
|
2021-05-12 22:00:48 +02:00
|
|
|
<source>Phone</source>
|
2021-05-22 14:57:42 +02:00
|
|
|
<translation>Telefon</translation>
|
2021-05-12 22:00:48 +02:00
|
|
|
</message>
|
|
|
|
<message>
|
2024-09-06 00:07:43 +02:00
|
|
|
<location filename="../src/GUI/waypointitem.cpp" line="68"/>
|
2019-10-22 22:35:36 +02:00
|
|
|
<source>Links</source>
|
2020-07-22 19:36:43 +02:00
|
|
|
<translation>Linki</translation>
|
2019-10-22 22:35:36 +02:00
|
|
|
</message>
|
2018-04-17 22:40:12 +02:00
|
|
|
</context>
|
|
|
|
</TS>
|