From 533af6608076bf06ee83f3788859e4fdbe449b05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Thu, 6 Apr 2017 09:08:25 +0200 Subject: [PATCH] Fixed typo --- lang/gpxsee_cs.ts | 16 ++++++++-------- lang/gpxsee_sv.ts | 14 +++++++------- src/gui.cpp | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) 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 c36daa85..3740c057 100644 --- a/lang/gpxsee_sv.ts +++ b/lang/gpxsee_sv.ts @@ -468,7 +468,7 @@ - + Zoom @@ -482,11 +482,6 @@ Online map URLs are read on program startup from the following file: - - - Ofline maps - - Offline maps are loaded on program startup from the following directory: @@ -547,7 +542,7 @@ Rutter - + Next file Nästa fil @@ -601,6 +596,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 + "

"