diff --git a/lang/gpxsee_cs.ts b/lang/gpxsee_cs.ts index 6ade5f1f..fef2ceb3 100644 --- a/lang/gpxsee_cs.ts +++ b/lang/gpxsee_cs.ts @@ -445,7 +445,7 @@ Next/Previous - Následující/Předchozí + Následující/Předchozí @@ -468,7 +468,7 @@ Digitální zoom - + Zoom Zoom @@ -482,11 +482,6 @@ Online map URLs are read on program startup from the following file: URL online map jsou načteny při startu programu z následujícího souboru: - - - Ofline maps - Offline mapy - Offline maps are loaded on program startup from the following directory: @@ -548,7 +543,7 @@ - + Next file Následující soubor @@ -602,6 +597,11 @@ The file format is one map entry per line, consisting of the map name and tiles URL delimited by a TAB character. The tile X and Y coordinates are replaced with $x and $y in the URL and the zoom level is replaced with $z. An example map file could look like: Formát souboru je jeden mapový záznam na řádku, kde mapový záznam sestává ze jména mapy a URL dlaždic navzájem oddělených tabulátorem. Souřadnice dlaždice jsou v URL nahrazeny řetězci $x a $y, úroven přiblížení (zoom) pak řetězcem $z. Příklad: + + + Offline maps + Offline mapy + To make GPXSee load a POI file automatically on startup, add the file to the following directory: diff --git a/lang/gpxsee_sv.ts b/lang/gpxsee_sv.ts index bfa36f3b..70cf99bb 100644 --- a/lang/gpxsee_sv.ts +++ b/lang/gpxsee_sv.ts @@ -468,7 +468,7 @@ Digital zoom - + Zoom Zoom @@ -484,7 +484,7 @@ - Ofline maps + Offline maps Offline-kartor @@ -547,7 +547,7 @@ Rutter - + Next file Nästa fil @@ -601,6 +601,11 @@ The file format is one map entry per line, consisting of the map name and tiles URL delimited by a TAB character. The tile X and Y coordinates are replaced with $x and $y in the URL and the zoom level is replaced with $z. An example map file could look like: Filformatet är en kartpost per rad, bestående av kartnamn och kartrutans URL, avgränsade med ett TAB-tecken. Kartrutans X- och Y-koordinater ersätts med $x och $y i URL:en och zoomnivån ersätts med $z. Exempel på en kartfil kan se ut så här: + + + Offline maps + + To make GPXSee load a POI file automatically on startup, add the file to the following directory: diff --git a/src/gui.cpp b/src/gui.cpp index 07bf543d..c44516f3 100644 --- a/src/gui.cpp +++ b/src/gui.cpp @@ -634,7 +634,7 @@ void GUI::dataSources() + "

Map1 http://tile.server.com/map/$z/$x/$y.png" "
Map2 http://mapserver.org/map/$z-$x-$y

" - + "

" + tr("Ofline maps") + "

" + + "

" + tr("Offline maps") + "

" + tr("Offline maps are loaded on program startup from the following " "directory:") + "

" + USER_MAP_DIR + "

"