1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Compare commits

...

7 Commits

Author SHA1 Message Date
Hosted Weblate
c0e2597dcc
Merge branch 'origin/master' into Weblate. 2022-01-20 23:50:24 +01:00
ff0affc8ec Version++ 2022-01-20 23:50:23 +01:00
e38772c9b6 Added default DEM download URL 2022-01-20 23:48:38 +01:00
Hosted Weblate
713876d7a4
Merge branch 'origin/master' into Weblate. 2022-01-18 21:31:18 +01:00
Nikolay Korotkiy
2529ea9932
Translated using Weblate (Esperanto)
Currently translated at 92.7% (407 of 439 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/eo/
2022-01-17 17:52:48 +01:00
Nikolay Korotkiy
025313edb0
Translated using Weblate (Russian)
Currently translated at 100.0% (439 of 439 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/ru/
2022-01-17 17:52:48 +01:00
Nikolay Korotkiy
86dbc58e8e
Translated using Weblate (Finnish)
Currently translated at 97.9% (430 of 439 strings)

Translation: GPXSee/Translations
Translate-URL: https://hosted.weblate.org/projects/gpxsee/translations/fi/
2022-01-17 17:52:48 +01:00
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
version: 10.1.{build} version: 10.2.{build}
configuration: configuration:
- Release - Release

View File

@ -3,7 +3,7 @@ unix:!macx {
} else { } else {
TARGET = GPXSee TARGET = GPXSee
} }
VERSION = 10.1 VERSION = 10.2
QT += core \ QT += core \
gui \ gui \

View File

@ -157,7 +157,7 @@
<message> <message>
<location filename="../src/data/data.cpp" line="167"/> <location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source> <source>TwoNav files</source>
<translation type="unfinished"></translation> <translation>TwoNav-dosieroj</translation>
</message> </message>
<message> <message>
<location filename="../src/data/data.cpp" line="168"/> <location filename="../src/data/data.cpp" line="168"/>

View File

@ -157,7 +157,7 @@
<message> <message>
<location filename="../src/data/data.cpp" line="167"/> <location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source> <source>TwoNav files</source>
<translation type="unfinished"></translation> <translation>TwoNav-tiedostot</translation>
</message> </message>
<message> <message>
<location filename="../src/data/data.cpp" line="168"/> <location filename="../src/data/data.cpp" line="168"/>

View File

@ -157,7 +157,7 @@
<message> <message>
<location filename="../src/data/data.cpp" line="167"/> <location filename="../src/data/data.cpp" line="167"/>
<source>TwoNav files</source> <source>TwoNav files</source>
<translation type="unfinished"></translation> <translation>TwoNav файлы</translation>
</message> </message>
<message> <message>
<location filename="../src/data/data.cpp" line="168"/> <location filename="../src/data/data.cpp" line="168"/>

View File

@ -37,7 +37,7 @@ Unicode true
; The name of the installer ; The name of the installer
Name "GPXSee" Name "GPXSee"
; Program version ; Program version
!define VERSION "10.1" !define VERSION "10.2"
; The file to write ; The file to write
OutFile "GPXSee-${VERSION}_x64.exe" OutFile "GPXSee-${VERSION}_x64.exe"

View File

@ -198,7 +198,7 @@
#define POI_RADIUS_SETTING "poiRadius" #define POI_RADIUS_SETTING "poiRadius"
#define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM) #define POI_RADIUS_DEFAULT (int)(IMPERIAL_UNITS() ? MIINM : KMINM)
#define DEM_URL_SETTING "demURL" #define DEM_URL_SETTING "demURL"
#define DEM_URL_DEFAULT "" #define DEM_URL_DEFAULT "http://dem.gpxsee.org/$lat/$lat$lon.hgt.zip"
#define DEM_AUTH_SETTING "demAuthentication" #define DEM_AUTH_SETTING "demAuthentication"
#define DEM_AUTH_DEFAULT false #define DEM_AUTH_DEFAULT false
#define DEM_USERNAME_SETTING "demUsername" #define DEM_USERNAME_SETTING "demUsername"