Subversion Repositories public

Compare Revisions

Ignore whitespace Rev 285 → Rev 286

/sportwatcher/trunk/src/authenticationdialog.ui
0,0 → 1,130
<ui version="4.0" >
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>389</width>
<height>243</height>
</rect>
</property>
<property name="windowTitle" >
<string>Http authentication required</string>
</property>
<layout class="QGridLayout" >
<item row="0" column="0" colspan="2" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>You need to supply a Username and a Password to access this site</string>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QLabel" name="label_2" >
<property name="text" >
<string>Username:</string>
</property>
</widget>
</item>
<item row="2" column="1" >
<widget class="QLineEdit" name="userEdit" />
</item>
<item row="3" column="0" >
<widget class="QLabel" name="label_3" >
<property name="text" >
<string>Password:</string>
</property>
</widget>
</item>
<item row="3" column="1" >
<widget class="QLineEdit" name="passwordEdit" />
</item>
<item row="5" column="0" colspan="2" >
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="orientation" >
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons" >
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
<item row="1" column="0" >
<widget class="QLabel" name="label_4" >
<property name="text" >
<string>Site:</string>
</property>
</widget>
</item>
<item row="1" column="1" >
<widget class="QLabel" name="siteDescription" >
<property name="font" >
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text" >
<string>%1 at %2</string>
</property>
<property name="wordWrap" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="4" column="0" >
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel" >
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>Dialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel" >
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel" >
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>
 
/sportwatcher/trunk/extract-messages.sh
8,7 → 8,7
echo "Preparing rc files"
cd ${BASEDIR}
# we use simple sorting to make sure the lines do not jump around too much from system to system
## find . -name '*.rc' -o -name '*.ui' -o -name '*.kcfg' | sort > ${WDIR}/rcfiles.list
find ${BASEDIR} -name '*.ui' -o -name '*.kcfg' | sort > ${WDIR}/rcfiles.list
xargs --arg-file=${WDIR}/rcfiles.list extractrc > ${WDIR}/rc.cpp
# additional string for KAboutData
echo 'i18nc("NAME OF TRANSLATORS","Andreas Theofilu");' >> ${WDIR}/rc.cpp
/sportwatcher/trunk/po/sportwatcher.po
6,7 → 6,7
msgstr ""
"Project-Id-Version: sportwatcher\n"
"Report-Msgid-Bugs-To: http://www.theosys.at/sportwatcher\n"
"POT-Creation-Date: 2009-09-11 08:45+0200\n"
"POT-Creation-Date: 2009-09-26 17:44+0200\n"
"PO-Revision-Date: 2009-09-11 08:38+0200\n"
"Last-Translator: Andreas Theofilu <andreas@theosys.at>\n"
"Language-Team: German <sportwatcher_en@theossoft.net>\n"
122,7 → 122,7
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QWidget, sportwatcherWidgetBase)
#: /home/andreas/sportwatcher/src/main.cpp:57
#: /home/andreas/sportwatcher/rc.cpp:342
#: /home/andreas/sportwatcher/rc.cpp:361
msgid "SportWatcher"
msgstr "SportWatcher"
 
267,73 → 267,73
msgid "Configure Map ..."
msgstr "Landkarteneinstellungen ..."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:246
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:267
msgid "Error initializing some widgets of main window!"
msgstr "Fehler beim Initialisieren einiger Widget des Hauptfensters!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:260
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:281
msgid "Not enough memory to initilize application!"
msgstr "Nicht genügend Speicher um die Applikation zu initialisieren!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:268
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1841
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:289
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1863
msgid "Running"
msgstr "Laufen"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:269
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1846
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:290
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1868
msgid "Biking"
msgstr "Radfahren"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:270
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1851
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:291
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1873
msgid "Others"
msgstr "Anderes"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:277
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:298
msgid "\"Running\" activities."
msgstr "Laufaktivitäten"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:278
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:299
msgid "\"Biking\" activities."
msgstr "Radaktivitäten"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:279
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:300
msgid "\"Other\" and \"Multisport\" activities."
msgstr "Andere Aktivitäten"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:661
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:682
msgid "You must select an activity first!"
msgstr "Sie müssen zuerst eine Aktivität auswählen!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:689
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:711
msgid "Error initializing printer! Printing is currently not available!"
msgstr ""
"Fehler beim Initialisieren des Druckers! Der Ducker ist derzeit nicht "
"verfügbar!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:742
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2424
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:764
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2446
msgid "Running: "
msgstr "Laufen:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:743
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2425
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:765
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2447
msgid "Biking: "
msgstr "Radfahren:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:744
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2426
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:766
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2448
msgid "Other: "
msgstr "Anderes:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:746
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2428
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:768
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2450
msgid "Unknown: "
msgstr "Unbekannt:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:757
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1016
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:779
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1038
msgid "Lap"
msgstr "Runde:"
 
341,86 → 341,86
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:576
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:759
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1018
#: /home/andreas/sportwatcher/rc.cpp:363 /home/andreas/sportwatcher/rc.cpp:426
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:781
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1040
#: /home/andreas/sportwatcher/rc.cpp:382 /home/andreas/sportwatcher/rc.cpp:445
msgid "Distance"
msgstr "Distanz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:571
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:761
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1020
#: /home/andreas/sportwatcher/rc.cpp:423
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:783
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1042
#: /home/andreas/sportwatcher/rc.cpp:442
msgid "Time"
msgstr "Zeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:481
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:763
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1022
#: /home/andreas/sportwatcher/rc.cpp:417
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:785
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1044
#: /home/andreas/sportwatcher/rc.cpp:436
msgid "Speed"
msgstr "Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:467
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:765
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1024
#: /home/andreas/sportwatcher/rc.cpp:411
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:787
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1046
#: /home/andreas/sportwatcher/rc.cpp:430
msgid "Heart rate"
msgstr "Puls"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:767
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1026
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:789
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1048
msgid "Cadence"
msgstr "Trittfrequenz"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:790
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2447
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:812
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2469
msgid "Error getting the last messure point!"
msgstr "Konnte den letzten Messpunkt nicht finden!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:999
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1055
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1156
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1021
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1077
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1178
msgid "Page %1"
msgstr "Seite %1"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1100
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1122
msgid "Heart rate:"
msgstr "Puls:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1121
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1143
msgid "Elevation:"
msgstr "Höhenprofil:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1138
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1160
msgid "Speed:"
msgstr "Geschwindigkeit:"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1200
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1222
msgid "Currently no activity is selected!"
msgstr "Derzeit ist keine Aktivität ausgewählt!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1212
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1234
msgid "The file %1 has no valid file extension!"
msgstr "Die Datei %1 hat keine gültige Dateierweiterung!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1220
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2019
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1242
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2041
msgid "Do you really want to overwrite this file?"
msgstr "Wollen Sie diese Datei wirklich überschreiben?"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1249
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1472
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1600
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1271
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1494
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1622
msgid "No data to save!"
msgstr "Keine Daten zum Speichern!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1255
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1480
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1608
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1277
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1502
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1630
msgid ""
"Error creating file %1!\n"
"Please check permissions"
428,53 → 428,53
"Fehler beim Erzeugen der Datei %1!\n"
"Bitte überprüfen Sie die Berechtigungen"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1446
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1579
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1468
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1601
msgid "File "
msgstr "Datei"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1446
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1579
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1468
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1601
msgid " was written successfully."
msgstr "wurde erfolgreich geschrieben."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1451
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1473
msgid "This function is currently not implemented!"
msgstr "Diese Funktion ist derzeit nicht implementiert!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1714
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1736
msgid "File %1 was written successfully."
msgstr "Datei %1 wurde erfolgreich geschrieben."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1895
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1917
msgid "There is no session selected!"
msgstr "Es ist keine Aktivität ausgewählt!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1908
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1930
msgid "Rename session"
msgstr "Aktivität umbenennen"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1908
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1930
msgid "Session name"
msgstr "Name der Aktivität"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1910
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1932
msgid "Enter a new name for the currently selected activity."
msgstr "Geben Sie einen neuen Namen für die aktuelle Aktivität ein."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1931
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1953
msgid "editRename: Unexpected structure type %1 found!"
msgstr "editRename: Unerwartete Struktur der Type %1 gefunden!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1939
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1961
msgid "editRename: The run node was not found!"
msgstr "editRename: Der Laufknoten wurde nicht gefunden!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2000
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2022
msgid "There is no activity open"
msgstr "Derzeit ist keine Aktivität geöffnet"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2025
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2047
msgid ""
"Error creating a file!\n"
"Please check permissions."
482,22 → 482,22
"Fehler beim Erzeugen einer Datei!\n"
"Bitte überprüfen Sie die Berechtigungen."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2246
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2268
msgid "File successfully written."
msgstr "Datei wurde erfolgreich geschrieben."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2315
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2337
msgid "This function was disabled at compile time because of missing Mapnik!"
msgstr ""
"Diese Funktion wurde zur Zeit der Übersetzung des Programms deaktiviert, da "
"die Bibliothek Mapnik nicht vorhanden war!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2316
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2338
msgid "SportWatcher needs Mapnik 0.6 or newer, to enable this function.\n"
msgstr ""
"SportWatcher benötigt Mapnik 0.6 um diese Funktion aktivieren zu können.\n"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2317
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2339
msgid ""
"If you like this to be working, install Mapnik and recompile the source."
msgstr ""
504,28 → 504,28
"Wenn Sie diese Funktion wollen, installieren Sie Mapnik und übersetzen Sie "
"den Source-Code erneut!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2322
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2344
msgid "You have not choosen a WMS tag file or shape file directory!"
msgstr "Die haben keine WMS-Tag-Datei oder Shape-Datei-Verzeichnis angegeben!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2323
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2345
msgid "This dialog is especialy to set map specific parameters. "
msgstr "Dieser DIalog dient dazu, Kartenspezifische Einstellungen zu treffen."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2324
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2346
msgid "Therefore this dialog is temporary disabled. It will be "
msgstr ""
"Deshalb ist dieser Dialog vorübergehend deaktiviert. Er wird aktiviert,"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2325
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2347
msgid "available again, as soon as you choose \"WMS server\" or "
msgstr "sobald Sie einen WMS-Server oder als Landkartentyp auswählen"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2326
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2348
msgid "Shape file as your map type."
msgstr "und eine WMS-Tag-Datei, oder ein Shape-Datei-Verzeichnis angeben."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2331
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2353
msgid ""
"This function was disabled at compile time because of missing GDAL v1.x.x!"
msgstr ""
532,66 → 532,70
"Diese Funktion wurde zur Zeit der Übersetzung des Programms deaktiviert, da "
"die Bibliothek GDAL v1.x.x bicht vorhanden war!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2332
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2354
msgid "Sportwatcher needs GDAL v1.5.x or newer, to enable this function.\n"
msgstr ""
"SportWatcher benötigt GDAL v1.5.x oder neuer, um diese Funktion aktivieren "
"zu können.\n"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2333
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2355
msgid "If you like this to be working, install GDAL and recompile the source!"
msgstr ""
"Wenn Sie diese Funktion wollen, installieren Sie GDAL und übersetzen Sie den "
"Source-Code erneut!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2364
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2386
msgid "No data found!"
msgstr "Es wurden keine Daten gefunden!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2370
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2392
msgid "Found unexpected data type %1!"
msgstr "Der unerwartete Datentyp %1 wurde gefunden!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3165
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3191
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:470
msgid "Not enough memory for a raster operation!"
msgstr "Nicht genügend Speicher für eine Rasteroperation!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3181
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3207
msgid "Error reading a raster band!"
msgstr ""
"Fehler beim Lesen eines Rasterbands!Überprüfen Sie in den Einstellungen, ob "
"die Anzahl Bänder korrekt gesetzt wurde."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3314
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3340
msgid "There is no shape file in directory %1"
msgstr "Im Verzeichnis %1 befindet sich keine Shape Datei"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3347
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3373
msgid "The OSM file %1 does not exist!"
msgstr "Die OSM-Datei %1 existiert nicht!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3377
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3403
msgid "Error opening map file!"
msgstr "Fehler beim Öffnen der Landkartendatei!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3771
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3775
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4522
msgid "Elevation (ft)"
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3797
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3801
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4550
#, fuzzy
msgid "Elevation (%1)"
msgstr "Höhenprofil (Fuß)"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3773
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3786
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4523
msgid "Speed (mph)"
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3799
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3812
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4551
#, fuzzy
msgid "Speed (%1)"
msgstr "Geschwindigkeit (mph)"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3784
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4521
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3810
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4549
msgid "Heart Rate (bpm)"
msgstr "Puls (spm)"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5386
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5402
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1477
msgid ""
"Error opening or creating the WMS tag file!\n"
"Please check file name and/or permissions."
599,45 → 603,45
"Fehler beim Öffnen oder Erzeugen der WMS-Tag-Datei!\n"
"Bitte prüfen Sie die Dateinamen und/oder die Berechtigungen."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5555
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5571
msgid "Translation between coordinate systems failed!"
msgstr "Übersetzung zwischen Koordinatensystem ist fehlgeschlagen!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5637
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5675
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5653
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5691
msgid "Error opening an image file!"
msgstr "Fehler beim Öffnen einer Rasterbilddatei!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5648
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5686
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5664
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5702
msgid "Error loading the TIFF driver!"
msgstr "Fehler beim Laden des TIFF-Treibers!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5716
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5732
msgid "Error setting projection on source!"
msgstr "Fehler beim Setzten der Projekten auf die Quelle!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5730
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5746
msgid "Error setting geo transform data to source!"
msgstr "Fehler beim Setzen der Geotransformationsdaten auf die Quelle!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5740
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5756
msgid "Error getting the projection reference"
msgstr "Die Projektionsreferenz wurde nicht geliefert."
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5764
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5780
msgid "Error creating a temporary image file! (%1)"
msgstr "Fehler beim Erzeugen einer temporären Bilddatei! (%1)"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5779
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5795
msgid "Error setting projection on destination!"
msgstr "Fehler beim Setzen der Projektion auf das Ziel!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5788
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5804
msgid "Error setting geo transform data to destination!"
msgstr "Fehler beim Setzen der Geotransformationsdaten auf das Ziel!"
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5841
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5857
msgid "Error initializing warp operation!"
msgstr "Fehler beim Initialisieren der Warp-Operation!"
 
649,27 → 653,150
msgid "Error saving a temporary image file!"
msgstr "Fehler beim Speichern einer temporären Bilddatei!"
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:386
#, fuzzy
msgid "Error writing a tag file!"
msgstr "Fehler beim Öffnen einer Rasterbilddatei!"
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:422
#, fuzzy
msgid ""
"Error getting a raster band:\n"
"%1"
msgstr ""
"Fehler beim Lesen eines Rasterbands!Überprüfen Sie in den Einstellungen, ob "
"die Anzahl Bänder korrekt gesetzt wurde."
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:503
#, fuzzy
msgid ""
"Error reading a raster band:\n"
"%1"
msgstr ""
"Fehler beim Lesen eines Rasterbands!Überprüfen Sie in den Einstellungen, ob "
"die Anzahl Bänder korrekt gesetzt wurde."
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:632
#, fuzzy
msgid ""
"Error initializing GDAL:\n"
"%1"
msgstr "Fehler beim Initialisieren der Warp-Operation!"
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:811
msgid ""
"Error at line %1: Element LatLonBoundingBox was found outside of a Layer "
"element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:817
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:843
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:872
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:895
msgid "Fatal error at line %1: Layer was not initialized!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:837
msgid ""
"Error at line %1: Element BoundingBox was found outside of a Layer element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:889
msgid ""
"Error at line %1: Element ScaleHint was found outside of a Layer element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1060
msgid "Fatal error at line %1: No, or unable to allocate memory for a style!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1081
msgid "Unable to save the file %1: %2."
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1082
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1182
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1232
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1279
msgid "WMS capabilities"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1101
msgid "Getting capabilities"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1102
msgid "Downloading capabilities."
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1182
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1231
msgid "Download failed: %1."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:72
#. i18n: ectx: property (text), widget (QLabel, siteDescription)
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1255
#: /home/andreas/sportwatcher/rc.cpp:19
#, no-c-format
msgid "%1 at %2"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1278
msgid "One or more SSL errors has occurred: %1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:13
#. i18n: ectx: property (windowTitle), widget (QDialog, Dialog)
#: /home/andreas/sportwatcher/rc.cpp:3
msgid "Http authentication required"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:19
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:6
msgid "You need to supply a Username and a Password to access this site"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:29
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:9
msgid "Username:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:39
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:12
msgid "Password:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:59
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:15
msgid "Site:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, coordinatesWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:3
#: /home/andreas/sportwatcher/rc.cpp:22
msgid "Image coordinates"
msgstr "Grafikkoordinaten"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:25
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:6
#: /home/andreas/sportwatcher/rc.cpp:25
msgid "<center><b>Geo coordinates (e.g. 16.4356)</b></center>"
msgstr "<center><b>Geokoordinaten (z.B.: 16.4356)</b></center>"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:35
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#: /home/andreas/sportwatcher/rc.cpp:9
#: /home/andreas/sportwatcher/rc.cpp:28
msgid "Upper left corner"
msgstr "Obere linke Ecke"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:41
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:12
#: /home/andreas/sportwatcher/rc.cpp:31
msgid "Longitute"
msgstr "Längengrad"
 
677,7 → 804,7
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edLeftLon)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:130
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edRightLon)
#: /home/andreas/sportwatcher/rc.cpp:15 /home/andreas/sportwatcher/rc.cpp:30
#: /home/andreas/sportwatcher/rc.cpp:34 /home/andreas/sportwatcher/rc.cpp:49
msgid "The longitute (X) origin of the downloaded image"
msgstr "Die X-Koordinate in Form des Längengrads der Grafikdatei"
 
685,7 → 812,10
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:155
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:18 /home/andreas/sportwatcher/rc.cpp:33
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:36
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:37 /home/andreas/sportwatcher/rc.cpp:52
#: /home/andreas/sportwatcher/rc.cpp:601
msgid "Latitude"
msgstr "Breitengrad"
 
693,31 → 823,33
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edLeftLat)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:165
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edRightLat)
#: /home/andreas/sportwatcher/rc.cpp:21 /home/andreas/sportwatcher/rc.cpp:36
#: /home/andreas/sportwatcher/rc.cpp:40 /home/andreas/sportwatcher/rc.cpp:55
msgid "The latitute (Y) origin of the downloaded image"
msgstr "Die Y-Koordinate in Form des Breitengrads der Grafikdatei"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:114
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#: /home/andreas/sportwatcher/rc.cpp:24
#: /home/andreas/sportwatcher/rc.cpp:43
msgid "Lower right corner"
msgstr "Untere rechte Ecke"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:120
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:27
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:56
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:46 /home/andreas/sportwatcher/rc.cpp:604
msgid "Longitude"
msgstr "Längengrad"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:199
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:39
#: /home/andreas/sportwatcher/rc.cpp:58
msgid "Projection"
msgstr "Projektion"
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:205
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:42
#: /home/andreas/sportwatcher/rc.cpp:61
msgid "Date"
msgstr "Datum"
 
727,8 → 859,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:496
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:45 /home/andreas/sportwatcher/rc.cpp:516
#: /home/andreas/sportwatcher/rc.cpp:624
#: /home/andreas/sportwatcher/rc.cpp:64 /home/andreas/sportwatcher/rc.cpp:652
#: /home/andreas/sportwatcher/rc.cpp:760
msgid "EPSG:4326"
msgstr ""
 
736,7 → 868,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:135
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:48 /home/andreas/sportwatcher/rc.cpp:519
#: /home/andreas/sportwatcher/rc.cpp:67 /home/andreas/sportwatcher/rc.cpp:655
msgid "EPSG:31257"
msgstr ""
 
744,7 → 876,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:140
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:51 /home/andreas/sportwatcher/rc.cpp:522
#: /home/andreas/sportwatcher/rc.cpp:70 /home/andreas/sportwatcher/rc.cpp:658
msgid "EPSG:31258"
msgstr ""
 
754,8 → 886,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:501
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:54 /home/andreas/sportwatcher/rc.cpp:525
#: /home/andreas/sportwatcher/rc.cpp:627
#: /home/andreas/sportwatcher/rc.cpp:73 /home/andreas/sportwatcher/rc.cpp:661
#: /home/andreas/sportwatcher/rc.cpp:763
msgid "EPSG:31259"
msgstr ""
 
763,7 → 895,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:150
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:57 /home/andreas/sportwatcher/rc.cpp:528
#: /home/andreas/sportwatcher/rc.cpp:76 /home/andreas/sportwatcher/rc.cpp:664
msgid "EPSG:31286"
msgstr ""
 
773,8 → 905,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:506
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:60 /home/andreas/sportwatcher/rc.cpp:531
#: /home/andreas/sportwatcher/rc.cpp:630
#: /home/andreas/sportwatcher/rc.cpp:79 /home/andreas/sportwatcher/rc.cpp:667
#: /home/andreas/sportwatcher/rc.cpp:766
msgid "EPSG:31287"
msgstr ""
 
782,7 → 914,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:160
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:63 /home/andreas/sportwatcher/rc.cpp:534
#: /home/andreas/sportwatcher/rc.cpp:82 /home/andreas/sportwatcher/rc.cpp:670
msgid "EPSG:31288"
msgstr ""
 
792,8 → 924,8
#. i18n: ectx: property (text), widget (KPushButton, btSave)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:87
#. i18n: ectx: property (text), widget (KPushButton, pbSave)
#: /home/andreas/sportwatcher/rc.cpp:66 /home/andreas/sportwatcher/rc.cpp:186
#: /home/andreas/sportwatcher/rc.cpp:507
#: /home/andreas/sportwatcher/rc.cpp:85 /home/andreas/sportwatcher/rc.cpp:205
#: /home/andreas/sportwatcher/rc.cpp:643
msgid "Save"
msgstr "Speichern"
 
801,76 → 933,78
#. i18n: ectx: property (text), widget (QPushButton, pbCancel)
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:450
#. i18n: ectx: property (text), widget (KPushButton, btCancel)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:398
#. i18n: ectx: property (text), widget (KPushButton, pbCancel)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:29
#. i18n: ectx: property (text), widget (KPushButton, pbCancel)
#: /home/andreas/sportwatcher/rc.cpp:69 /home/andreas/sportwatcher/rc.cpp:192
#: /home/andreas/sportwatcher/rc.cpp:501
#: /home/andreas/sportwatcher/rc.cpp:88 /home/andreas/sportwatcher/rc.cpp:211
#: /home/andreas/sportwatcher/rc.cpp:592 /home/andreas/sportwatcher/rc.cpp:637
msgid "Cancel"
msgstr "Abbrechen"
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, Progress)
#: /home/andreas/sportwatcher/rc.cpp:72
#: /home/andreas/sportwatcher/rc.cpp:91
msgid "SportWatcher progress"
msgstr "SportWatcher Fortschritt"
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:34
#. i18n: ectx: property (text), widget (QLabel, lblInfo)
#: /home/andreas/sportwatcher/rc.cpp:75
#: /home/andreas/sportwatcher/rc.cpp:94
msgid "Reading ..."
msgstr "Lese ..."
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:44
#. i18n: ectx: property (text), widget (QLabel, lblReading)
#: /home/andreas/sportwatcher/rc.cpp:78
#: /home/andreas/sportwatcher/rc.cpp:97
msgid "Reading..."
msgstr "Lese ..."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, settingsWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:81
#: /home/andreas/sportwatcher/rc.cpp:100
msgid "Settings"
msgstr "Einstellungen"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:25
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox2)
#: /home/andreas/sportwatcher/rc.cpp:84
#: /home/andreas/sportwatcher/rc.cpp:103
msgid "Other limits"
msgstr "Andere Limits"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:31
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:87
#: /home/andreas/sportwatcher/rc.cpp:106
msgid "Weight (Kg)"
msgstr "Gewicht (Kg)"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:41
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:90
#: /home/andreas/sportwatcher/rc.cpp:109
msgid "VO2max"
msgstr "VO2max"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:51
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#: /home/andreas/sportwatcher/rc.cpp:93
#: /home/andreas/sportwatcher/rc.cpp:112
msgid "Sample time"
msgstr "Abtastrate"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:61
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intVO2max)
#: /home/andreas/sportwatcher/rc.cpp:96
#: /home/andreas/sportwatcher/rc.cpp:115
msgid "Enter the maximum O2 you can get in percent."
msgstr "Geben Sie die maximale Sauerstoffsättigung in Prozent ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:80
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intWeight)
#: /home/andreas/sportwatcher/rc.cpp:99
#: /home/andreas/sportwatcher/rc.cpp:118
msgid "Enter your weight in Kg."
msgstr "Geben Sie Ihr Körpergewicht in Kg ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:99
#. i18n: ectx: property (toolTip), widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:102
#: /home/andreas/sportwatcher/rc.cpp:121
msgid ""
"Choose the sample time you want to have when storing the heart rate into a "
"Polar compatibel HRM file."
880,73 → 1014,73
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:103
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:105
#: /home/andreas/sportwatcher/rc.cpp:124
msgid "5"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:108
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:108
#: /home/andreas/sportwatcher/rc.cpp:127
msgid "15"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:113
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:111
#: /home/andreas/sportwatcher/rc.cpp:130
msgid "30"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:118
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:114
#: /home/andreas/sportwatcher/rc.cpp:133
msgid "60"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:129
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox1)
#: /home/andreas/sportwatcher/rc.cpp:117
#: /home/andreas/sportwatcher/rc.cpp:136
msgid "Heart rate limits"
msgstr "Pulslimits"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:135
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
#: /home/andreas/sportwatcher/rc.cpp:120
#: /home/andreas/sportwatcher/rc.cpp:139
msgid "Lower level 2"
msgstr "Unterer Level 2"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:145
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:123
#: /home/andreas/sportwatcher/rc.cpp:142
msgid "Lower level 1"
msgstr "Unterer Level 1"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:155
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:126
#: /home/andreas/sportwatcher/rc.cpp:145
msgid "Lower level 3"
msgstr "Unterer Level 3"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:165
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_3)
#: /home/andreas/sportwatcher/rc.cpp:129
#: /home/andreas/sportwatcher/rc.cpp:148
msgid "Upper level 1"
msgstr "Oberer Level 1"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:175
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4)
#: /home/andreas/sportwatcher/rc.cpp:132
#: /home/andreas/sportwatcher/rc.cpp:151
msgid "Upper level 2"
msgstr "Oberer Level 2"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:185
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_2)
#: /home/andreas/sportwatcher/rc.cpp:135
#: /home/andreas/sportwatcher/rc.cpp:154
msgid "Upper level 3"
msgstr "Oberer Level 3"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:195
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:138
#: /home/andreas/sportwatcher/rc.cpp:157
msgid "Rest heart rate"
msgstr "Ruhepuls"
 
954,151 → 1088,151
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:616
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:141 /home/andreas/sportwatcher/rc.cpp:450
#: /home/andreas/sportwatcher/rc.cpp:160 /home/andreas/sportwatcher/rc.cpp:469
msgid "Max. heart rate"
msgstr "Max. Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:215
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower1)
#: /home/andreas/sportwatcher/rc.cpp:144
#: /home/andreas/sportwatcher/rc.cpp:163
msgid "Enter the lower level one heart rate."
msgstr "Geben Sie die Herzfrequenz für den unteren Level eins ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:234
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower2)
#: /home/andreas/sportwatcher/rc.cpp:147
#: /home/andreas/sportwatcher/rc.cpp:166
msgid "Enter the lower level two heart rate."
msgstr "Geben Sie die Herzfrequenz für den unteren Level zwei ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:253
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower3)
#: /home/andreas/sportwatcher/rc.cpp:150
#: /home/andreas/sportwatcher/rc.cpp:169
msgid "Enter the lower level three heart rate."
msgstr "Geben Sie die Herzfrequenz für den unteren Level drei ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:272
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intMaxHr)
#: /home/andreas/sportwatcher/rc.cpp:153
#: /home/andreas/sportwatcher/rc.cpp:172
msgid "Enter the maximum heart rate you can reach."
msgstr "Geben Sie die maximale Herzfrequenz an, die SIe erreichen können."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:291
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper1)
#: /home/andreas/sportwatcher/rc.cpp:156
#: /home/andreas/sportwatcher/rc.cpp:175
msgid "Enter the upper level one heart rate."
msgstr "Geben Sie die Herzfrequenz für den oberen Level eins ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:310
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper2)
#: /home/andreas/sportwatcher/rc.cpp:159
#: /home/andreas/sportwatcher/rc.cpp:178
msgid "Enter the upper level two heart rate."
msgstr "Geben Sie die Herzfrequenz für den oberen Level zwei ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:329
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper3)
#: /home/andreas/sportwatcher/rc.cpp:162
#: /home/andreas/sportwatcher/rc.cpp:181
msgid "Enter the upper level three heart rate."
msgstr "Geben Sie die Herzfrequenz für den oberen Level drei ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:348
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intRestHr)
#: /home/andreas/sportwatcher/rc.cpp:165
#: /home/andreas/sportwatcher/rc.cpp:184
msgid "Enter the rest heart rate."
msgstr "Geben Sie den Ruhepuls ein."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:370
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox4)
#: /home/andreas/sportwatcher/rc.cpp:168
#: /home/andreas/sportwatcher/rc.cpp:187
msgid "Units"
msgstr "Einheiten"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:392
#. i18n: ectx: property (toolTip), widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:171
#: /home/andreas/sportwatcher/rc.cpp:190
msgid "Select between metric and U.S. statute."
msgstr "Wählen Sie zwischen metrischen und amerikanischen Einheiten."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:396
#. i18n: ectx: property (text), item, widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:174
#: /home/andreas/sportwatcher/rc.cpp:193
msgid "Metric"
msgstr "Metrisch"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:401
#. i18n: ectx: property (text), item, widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:177
#: /home/andreas/sportwatcher/rc.cpp:196
msgid "Statute"
msgstr "Amerikanisch"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:409
#. i18n: ectx: property (text), widget (QLabel, textLabel1_7)
#: /home/andreas/sportwatcher/rc.cpp:180
#: /home/andreas/sportwatcher/rc.cpp:199
msgid "Scale units"
msgstr "Einheiten"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:428
#. i18n: ectx: property (toolTip), widget (KPushButton, btSave)
#: /home/andreas/sportwatcher/rc.cpp:183
#: /home/andreas/sportwatcher/rc.cpp:202
msgid "Click to save the settings."
msgstr "Klicken Sie um die Einstellungen zu speichern."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:447
#. i18n: ectx: property (toolTip), widget (KPushButton, btCancel)
#: /home/andreas/sportwatcher/rc.cpp:189
#: /home/andreas/sportwatcher/rc.cpp:208
msgid "Click to close dialog without save settings."
msgstr "Klicken Sie um die geänderten Einstellungen zu verwerfen."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:505
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox3)
#: /home/andreas/sportwatcher/rc.cpp:195
#: /home/andreas/sportwatcher/rc.cpp:214
msgid "Device and file settings"
msgstr "Geräte- und Dateieinstellungen"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:511
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbContour)
#: /home/andreas/sportwatcher/rc.cpp:198
#: /home/andreas/sportwatcher/rc.cpp:217
msgid "Check this if you like to have the surface lines to be more even."
msgstr "Markieren Sie das um das Höhenprofil etwas zu glätten."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:514
#. i18n: ectx: property (text), widget (QCheckBox, cbContour)
#: /home/andreas/sportwatcher/rc.cpp:201
#: /home/andreas/sportwatcher/rc.cpp:220
msgid "even surface contour line"
msgstr "Höhenprofil glätten"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:537
#. i18n: ectx: property (text), widget (QLabel, textLabel1_6)
#: /home/andreas/sportwatcher/rc.cpp:204
#: /home/andreas/sportwatcher/rc.cpp:223
msgid "Map file"
msgstr "Landkartendatei"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:547
#. i18n: ectx: property (text), widget (QLabel, textLabel1_8)
#: /home/andreas/sportwatcher/rc.cpp:207
#: /home/andreas/sportwatcher/rc.cpp:226
msgid "Map type"
msgstr "Landkartentyp"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:557
#. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
#: /home/andreas/sportwatcher/rc.cpp:210
#: /home/andreas/sportwatcher/rc.cpp:229
msgid "HRM-files"
msgstr "HRM-Dateien"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:567
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#: /home/andreas/sportwatcher/rc.cpp:213
#: /home/andreas/sportwatcher/rc.cpp:232
msgid "Data files"
msgstr "Datendateien"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:580
#. i18n: ectx: property (text), widget (QLabel, textLabel1_5)
#: /home/andreas/sportwatcher/rc.cpp:216
#: /home/andreas/sportwatcher/rc.cpp:235
msgid "Serial device"
msgstr "Serielles Gerät"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:590
#. i18n: ectx: property (toolTip), widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:219
#: /home/andreas/sportwatcher/rc.cpp:238
msgid ""
"Choose the type of map, you want to use to be shown underneath your track."
msgstr ""
1107,61 → 1241,61
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:594
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:222
#: /home/andreas/sportwatcher/rc.cpp:241
msgid "BMP Image format"
msgstr "BMP Rasterbild"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:599
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:225
#: /home/andreas/sportwatcher/rc.cpp:244
msgid "ESRI Shape files (Directory)"
msgstr "ESRI Shape Dateien (Verzeichnis)"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:604
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:228
#: /home/andreas/sportwatcher/rc.cpp:247
msgid "GDAL virtual (.vrt tag file)"
msgstr "GDAL virtuell (.vrt Tag Datei)"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:609
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:231
#: /home/andreas/sportwatcher/rc.cpp:250
msgid "GIF image format"
msgstr "GIF Rasterbild"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:614
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:234
#: /home/andreas/sportwatcher/rc.cpp:253
msgid "PNG image format"
msgstr "PNG Rasterbild"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:619
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:237
#: /home/andreas/sportwatcher/rc.cpp:256
msgid "SGI image format"
msgstr "SGI Rasterbild"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:624
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:240
#: /home/andreas/sportwatcher/rc.cpp:259
msgid "TIFF image format"
msgstr "TIFF Rasterbild"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:629
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:243
#: /home/andreas/sportwatcher/rc.cpp:262
msgid "WMS Server (tag file)"
msgstr "WMS Server (Tag Datei)"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:634
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:246
#: /home/andreas/sportwatcher/rc.cpp:265
msgid "OSM Open Streetmap (file)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:642
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbSerial)
#: /home/andreas/sportwatcher/rc.cpp:249
#: /home/andreas/sportwatcher/rc.cpp:268
msgid ""
"In case you've an old Garmin device with a serial port, you can try this to "
"get the data out of it."
1171,37 → 1305,37
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:645
#. i18n: ectx: property (text), widget (QCheckBox, cbSerial)
#: /home/andreas/sportwatcher/rc.cpp:252
#: /home/andreas/sportwatcher/rc.cpp:271
msgid "Use serial port instead of USB port"
msgstr "Serielles Port statt USB-Port verwenden"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:655
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbFr405)
#: /home/andreas/sportwatcher/rc.cpp:255
#: /home/andreas/sportwatcher/rc.cpp:274
msgid "If you've a Garmin Forerunner 405, or compatible, check this."
msgstr "Markieren Sie das für einen Garmin Forerunner 405, oder kompatiblen."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:658
#. i18n: ectx: property (text), widget (QRadioButton, rbFr405)
#: /home/andreas/sportwatcher/rc.cpp:258
#: /home/andreas/sportwatcher/rc.cpp:277
msgid "Garmin Forerunner 405"
msgstr "Garmin Forerunner 405"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:665
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbFr50)
#: /home/andreas/sportwatcher/rc.cpp:261
#: /home/andreas/sportwatcher/rc.cpp:280
msgid "If you've a Garmin Forerunner 50, or compatible, check this."
msgstr "Markieren Sie das für einen Garmin Forerunner 50, oder kompatiblen."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:668
#. i18n: ectx: property (text), widget (QRadioButton, rbFr50)
#: /home/andreas/sportwatcher/rc.cpp:264
#: /home/andreas/sportwatcher/rc.cpp:283
msgid "Garmin Forerunner 50"
msgstr "Garmin Forerunner 50"
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:675
#. i18n: ectx: property (toolTip), widget (KUrlComboRequester, cbDevice)
#: /home/andreas/sportwatcher/rc.cpp:267
#: /home/andreas/sportwatcher/rc.cpp:286
msgid ""
"Select the special device representing the serial device, where your Garmin "
"is connected."
1211,13 → 1345,13
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:682
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnData)
#: /home/andreas/sportwatcher/rc.cpp:270
#: /home/andreas/sportwatcher/rc.cpp:289
msgid "Enter the path where SportWatcher will store all the data."
msgstr "Geben Sie das Verzeichnis an, in den SportWatcher alle Daten ablegt."
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:689
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnHRM)
#: /home/andreas/sportwatcher/rc.cpp:273
#: /home/andreas/sportwatcher/rc.cpp:292
msgid "In case you've a directory with Polar HRM files, enter it name here."
msgstr ""
"Falls Sie ein Verzeichnis mit Polar HRM-Dateien haben, geben Sie den "
1225,7 → 1359,7
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:696
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnMapFile)
#: /home/andreas/sportwatcher/rc.cpp:276
#: /home/andreas/sportwatcher/rc.cpp:295
msgid ""
"Enter the path and name of the map file, or the name of the control file "
"containing instructions for an external map server (WMS server, for example)."
1235,7 → 1369,7
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:26
#. i18n: ectx: property (windowTitle), widget (QDialog, shapeWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:279
#: /home/andreas/sportwatcher/rc.cpp:298
#, fuzzy
msgid "Shape file settings"
msgstr "Server Einstellungen"
1242,19 → 1376,19
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:33
#. i18n: ectx: property (toolTip), widget (QDialog, shapeWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:282
#: /home/andreas/sportwatcher/rc.cpp:301
msgid "Allows to set everything needed for a set of shape files"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:42
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:285
#: /home/andreas/sportwatcher/rc.cpp:304
msgid "Path to shape file set"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:49
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edShapeFileSet)
#: /home/andreas/sportwatcher/rc.cpp:288
#: /home/andreas/sportwatcher/rc.cpp:307
msgid ""
"This Line contains the path to the directory with the shape files, "
"containing the map."
1262,37 → 1396,37
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:52
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edShapeFileSet)
#: /home/andreas/sportwatcher/rc.cpp:291
#: /home/andreas/sportwatcher/rc.cpp:310
msgid "An input line, containing the path to the shape files."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:59
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:294
#: /home/andreas/sportwatcher/rc.cpp:313
msgid "Path to Mapnik plugin directory"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:66
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edPluginPath)
#: /home/andreas/sportwatcher/rc.cpp:297
#: /home/andreas/sportwatcher/rc.cpp:316
msgid "Path to the directory containing the plugins for Mapnik."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:69
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edPluginPath)
#: /home/andreas/sportwatcher/rc.cpp:300
#: /home/andreas/sportwatcher/rc.cpp:319
msgid "An edit line containing the path to the Mapnik plugin directory."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:76
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:303
#: /home/andreas/sportwatcher/rc.cpp:322
msgid "Path to Mapnik font directory"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:83
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edFontPath)
#: /home/andreas/sportwatcher/rc.cpp:306
#: /home/andreas/sportwatcher/rc.cpp:325
msgid ""
"Contains the path to a font directory with true type fonts used to draw the "
"labels of the map."
1300,19 → 1434,19
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:86
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edFontPath)
#: /home/andreas/sportwatcher/rc.cpp:309
#: /home/andreas/sportwatcher/rc.cpp:328
msgid "Input line containing the path to a font directory."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:93
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:312
#: /home/andreas/sportwatcher/rc.cpp:331
msgid "Name and path to description file"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:100
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edXmlFile)
#: /home/andreas/sportwatcher/rc.cpp:315
#: /home/andreas/sportwatcher/rc.cpp:334
msgid ""
"Contains the file name of a file, describing the contents of the shape file."
msgstr ""
1319,7 → 1453,7
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:103
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edXmlFile)
#: /home/andreas/sportwatcher/rc.cpp:318
#: /home/andreas/sportwatcher/rc.cpp:337
msgid ""
"Input line containing the name of a file describing the contents of shape "
"files."
1327,103 → 1461,105
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:110
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:321
#: /home/andreas/sportwatcher/rc.cpp:340
msgid "If map file is projected:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:117
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:324
#: /home/andreas/sportwatcher/rc.cpp:343
msgid "Forward if mapfile is projected."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:120
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:327
#: /home/andreas/sportwatcher/rc.cpp:346
msgid "Makes a forward projection if the mapfile is projected."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:123
#. i18n: ectx: property (text), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:330
#: /home/andreas/sportwatcher/rc.cpp:349
msgid "Forwarded"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:153
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:333
#: /home/andreas/sportwatcher/rc.cpp:352
msgid "Inverse if map file is geographic."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:159
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:336
#: /home/andreas/sportwatcher/rc.cpp:355
msgid "Makes an inverse projection if the map file is geographic."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:162
#. i18n: ectx: property (text), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:339
#: /home/andreas/sportwatcher/rc.cpp:358
msgid "Inversed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:19
#. i18n: ectx: property (accessibleName), widget (QWidget, sportwatcherWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:345
#: /home/andreas/sportwatcher/rc.cpp:364
msgid "sportwatcher"
msgstr "sportwatcher"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:41
#. i18n: ectx: property (text), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:348
#: /home/andreas/sportwatcher/rc.cpp:367
msgid "Activities"
msgstr "Aktivitäten"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:44
#. i18n: ectx: property (toolTip), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:351
#: /home/andreas/sportwatcher/rc.cpp:370
msgid "Saved activities, separated into run, bike and other activities."
msgstr "Gespeicherte Aktivitäten, aufgeteilt in Laufen, Radfahren und Anderes."
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:47
#. i18n: ectx: property (whatsThis), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:354
#: /home/andreas/sportwatcher/rc.cpp:373
msgid "Shows all saved activities."
msgstr "Zeigt alle gespeicherten Aktivitäten an."
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:65
#. i18n: ectx: attribute (title), widget (QWidget, tabSummary)
#: /home/andreas/sportwatcher/rc.cpp:357
#: /home/andreas/sportwatcher/rc.cpp:376
msgid "Summary"
msgstr "Zusammenfassung"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:84
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:360
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:29
#. i18n: ectx: property (text), widget (QLabel, label_12)
#: /home/andreas/sportwatcher/rc.cpp:379 /home/andreas/sportwatcher/rc.cpp:520
msgid "Name"
msgstr "Name"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:106
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:366
#: /home/andreas/sportwatcher/rc.cpp:385
msgid "Elapsed Time"
msgstr "Benötigte Zeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:117
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:369
#: /home/andreas/sportwatcher/rc.cpp:388
msgid "Avg Pace"
msgstr "Ds. Runde"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:128
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:372
#: /home/andreas/sportwatcher/rc.cpp:391
msgid "Avg Speed"
msgstr "Ds. Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:139
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:375
#: /home/andreas/sportwatcher/rc.cpp:394
msgid "Max Speed"
msgstr "Max. Geschwindigkeit"
 
1431,247 → 1567,454
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:606
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:378 /home/andreas/sportwatcher/rc.cpp:444
#: /home/andreas/sportwatcher/rc.cpp:397 /home/andreas/sportwatcher/rc.cpp:463
msgid "Calories"
msgstr "Kalorien"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:161
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:381
#: /home/andreas/sportwatcher/rc.cpp:400
msgid "Avg Heart Rate"
msgstr "Ds. Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:172
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:384
#: /home/andreas/sportwatcher/rc.cpp:403
msgid "Max Heart Rate"
msgstr "Max. Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:183
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:387
#: /home/andreas/sportwatcher/rc.cpp:406
msgid "Avg Cadence"
msgstr "Ds. Trittfrequenz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:194
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:390
#: /home/andreas/sportwatcher/rc.cpp:409
msgid "Ascent"
msgstr "Anstieg"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:205
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:393
#: /home/andreas/sportwatcher/rc.cpp:412
msgid "Descent"
msgstr "Abstieg"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:368
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:396
#: /home/andreas/sportwatcher/rc.cpp:415
msgid "Altitude & heart rate"
msgstr "Höhenprofil und Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:373
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:399
#: /home/andreas/sportwatcher/rc.cpp:418
msgid "Speed & heart rate"
msgstr "Geschwindigkeit und Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:378
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:402
#: /home/andreas/sportwatcher/rc.cpp:421
msgid "Altitude & speed"
msgstr "Höhenprofil und Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:441
#. i18n: ectx: attribute (title), widget (QWidget, tabMap)
#: /home/andreas/sportwatcher/rc.cpp:405
#: /home/andreas/sportwatcher/rc.cpp:424
msgid "Map"
msgstr "Landkarte"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:461
#. i18n: ectx: attribute (title), widget (QWidget, tabHR)
#: /home/andreas/sportwatcher/rc.cpp:408
#: /home/andreas/sportwatcher/rc.cpp:427
msgid "HR / Speed"
msgstr "Puls / Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:474
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:414
#: /home/andreas/sportwatcher/rc.cpp:433
msgid "Elevation"
msgstr "Höhenprofil"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:564
#. i18n: ectx: attribute (title), widget (QWidget, tabLap)
#: /home/andreas/sportwatcher/rc.cpp:420
#: /home/andreas/sportwatcher/rc.cpp:439
msgid "Lap details"
msgstr "Rundendetails"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:581
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:429
#: /home/andreas/sportwatcher/rc.cpp:448
msgid "Tot. Distance"
msgstr "Gesamtdistanz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:586
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:432
#: /home/andreas/sportwatcher/rc.cpp:451
msgid "Pace"
msgstr "Rundenzeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:591
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:435
#: /home/andreas/sportwatcher/rc.cpp:454
msgid "Avg. Pace"
msgstr "Ds. Rundenzeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:596
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:438
#: /home/andreas/sportwatcher/rc.cpp:457
msgid "Avg. Speed"
msgstr "Ds. Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:601
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:441
#: /home/andreas/sportwatcher/rc.cpp:460
msgid "Max. Speed"
msgstr "Max. Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:611
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:447
#: /home/andreas/sportwatcher/rc.cpp:466
msgid "Avg. heart rate"
msgstr "Ds. Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:621
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:453
#: /home/andreas/sportwatcher/rc.cpp:472
msgid "Avg. Cadence"
msgstr "Ds. Trittfrequenz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:626
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:456
#: /home/andreas/sportwatcher/rc.cpp:475
msgid "Up"
msgstr "Anstieg"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:643
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:459
#: /home/andreas/sportwatcher/rc.cpp:478
msgid "Total distance"
msgstr "Gesamtdistanz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:670
#. i18n: ectx: property (text), widget (QLabel, label_9)
#: /home/andreas/sportwatcher/rc.cpp:462
#: /home/andreas/sportwatcher/rc.cpp:481
msgid "Distance of lap"
msgstr "Rundendistanz"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:680
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:465
#: /home/andreas/sportwatcher/rc.cpp:484
msgid "Total time"
msgstr "Gesamtzeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:707
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: /home/andreas/sportwatcher/rc.cpp:468
#: /home/andreas/sportwatcher/rc.cpp:487
msgid "Time of lap"
msgstr "Rundenzeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:717
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: /home/andreas/sportwatcher/rc.cpp:471
#: /home/andreas/sportwatcher/rc.cpp:490
msgid "Average speed"
msgstr "Durchschnittliche Geschwindigkeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:744
#. i18n: ectx: property (text), widget (QLabel, label_11)
#: /home/andreas/sportwatcher/rc.cpp:474
#: /home/andreas/sportwatcher/rc.cpp:493
msgid "Average speed of lap"
msgstr "Durchschnittliche Geschwindigkeit der Runde"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:754
#. i18n: ectx: property (text), widget (QLabel, label_7)
#: /home/andreas/sportwatcher/rc.cpp:477
#: /home/andreas/sportwatcher/rc.cpp:496
msgid "Total height"
msgstr "Gesamthöhe"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:781
#. i18n: ectx: property (text), widget (QLabel, label_12)
#: /home/andreas/sportwatcher/rc.cpp:480
#: /home/andreas/sportwatcher/rc.cpp:499
msgid "Total height of lap"
msgstr "Höhe der Runde"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:791
#. i18n: ectx: property (text), widget (QLabel, label_8)
#: /home/andreas/sportwatcher/rc.cpp:483
#: /home/andreas/sportwatcher/rc.cpp:502
msgid "Average heart rate"
msgstr "Durchschnittlicher Puls"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:818
#. i18n: ectx: property (text), widget (QLabel, label_13)
#: /home/andreas/sportwatcher/rc.cpp:486
#: /home/andreas/sportwatcher/rc.cpp:505
msgid "Average heart rate of lap"
msgstr "Durchschnittlicher Puls der Runde"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:828
#. i18n: ectx: property (text), widget (QLabel, label_14)
#: /home/andreas/sportwatcher/rc.cpp:489
#: /home/andreas/sportwatcher/rc.cpp:508
msgid "Number laps"
msgstr "Anzahl Runden"
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:851
#. i18n: ectx: property (text), widget (QLabel, label_15)
#: /home/andreas/sportwatcher/rc.cpp:492
#: /home/andreas/sportwatcher/rc.cpp:511
msgid "Actual lap number"
msgstr "Aktuelle Runde"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsCapabilitiesWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:514
#, fuzzy
msgid "Capabilities"
msgstr "Kalorien"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:23
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#: /home/andreas/sportwatcher/rc.cpp:517
#, fuzzy
msgid "Service"
msgstr "Serielles Gerät"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:50
#. i18n: ectx: property (text), widget (QLabel, label_14)
#: /home/andreas/sportwatcher/rc.cpp:523
msgid "Abstract"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:67
#. i18n: ectx: property (text), widget (QLabel, label_13)
#: /home/andreas/sportwatcher/rc.cpp:526
#, fuzzy
msgid "Title"
msgstr "Zeit"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:74
#. i18n: ectx: property (text), widget (QLabel, label_15)
#: /home/andreas/sportwatcher/rc.cpp:529
msgid "Online ressource"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:98
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:532
msgid "Contact person primary"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:104
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:535
msgid "Contact person"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:121
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:538
msgid "Contact organisation"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:135
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:541
msgid "Voice telephone"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:149
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:544
msgid "Facsimile telephone"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:163
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:547
msgid "Electronic mail address"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:177
#. i18n: ectx: property (text), widget (QLabel, label_16)
#: /home/andreas/sportwatcher/rc.cpp:550
msgid "Address"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:184
#. i18n: ectx: property (text), widget (QLabel, label_17)
#: /home/andreas/sportwatcher/rc.cpp:553
msgid "City"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:191
#. i18n: ectx: property (text), widget (QLabel, label_18)
#: /home/andreas/sportwatcher/rc.cpp:556
msgid "State or province"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:198
#. i18n: ectx: property (text), widget (QLabel, label_19)
#: /home/andreas/sportwatcher/rc.cpp:559
msgid "Post code"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:205
#. i18n: ectx: property (text), widget (QLabel, label_20)
#: /home/andreas/sportwatcher/rc.cpp:562
msgid "Country"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:250
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#: /home/andreas/sportwatcher/rc.cpp:565
msgid "Get map"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:256
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:320
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: /home/andreas/sportwatcher/rc.cpp:568 /home/andreas/sportwatcher/rc.cpp:580
msgid "Get"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:270
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:334
#. i18n: ectx: property (text), widget (QLabel, label_7)
#: /home/andreas/sportwatcher/rc.cpp:571 /home/andreas/sportwatcher/rc.cpp:583
msgid "Post"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:284
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: /home/andreas/sportwatcher/rc.cpp:574
msgid "Formats"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:314
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:89
#. i18n: ectx: property (text), widget (KPushButton, pbGetCapabilities)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:553
#. i18n: ectx: property (text), widget (KPushButton, pbGetCapabilities)
#: /home/andreas/sportwatcher/rc.cpp:577 /home/andreas/sportwatcher/rc.cpp:610
#: /home/andreas/sportwatcher/rc.cpp:775
msgid "Get capabilities"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:355
#. i18n: ectx: property (text), widget (QLabel, label_11)
#: /home/andreas/sportwatcher/rc.cpp:586
msgid "Format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:369
#. i18n: ectx: property (text), widget (QLabel, label_21)
#: /home/andreas/sportwatcher/rc.cpp:589
msgid "Features"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsSelectorWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:595
msgid "WMS Selector"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:30
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:598
msgid "Waypoint in WGS84 date"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:76
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:607
msgid "Capital city"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:96
#. i18n: ectx: property (text), widget (KPushButton, pbDetails)
#: /home/andreas/sportwatcher/rc.cpp:613
msgid "Details about WMS server"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:154
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:475
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:616 /home/andreas/sportwatcher/rc.cpp:751
msgid "Bands"
msgstr "Bänder"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:171
#. i18n: ectx: property (text), widget (QCheckBox, cbStyles)
#: /home/andreas/sportwatcher/rc.cpp:619
#, fuzzy
msgid "Set styles"
msgstr "Stile"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:178
#. i18n: ectx: property (toolTip), widget (QSlider, slideZoom)
#: /home/andreas/sportwatcher/rc.cpp:622
msgid "Slide to zoom map"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:184
#. i18n: ectx: property (whatsThis), widget (QSlider, slideZoom)
#: /home/andreas/sportwatcher/rc.cpp:625
msgid "With this slider you can change the toom level ov the map in 10 steps."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:200
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:628
msgid "Zoom"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:495
#: /home/andreas/sportwatcher/rc.cpp:631
msgid "WMS"
msgstr "WMS"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:26
#. i18n: ectx: property (toolTip), widget (KPushButton, pbCancel)
#: /home/andreas/sportwatcher/rc.cpp:498
#: /home/andreas/sportwatcher/rc.cpp:634
msgid "Click this to cancel all made settings and close this dialog."
msgstr "Klicken Sie hier um alle Änderungen zu verwerfen."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:84
#. i18n: ectx: property (toolTip), widget (KPushButton, pbSave)
#: /home/andreas/sportwatcher/rc.cpp:504
#: /home/andreas/sportwatcher/rc.cpp:640
msgid "Click this to save all settings."
msgstr "Klicken Sie hier um die Änderungen zu speichern"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:97
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox1)
#: /home/andreas/sportwatcher/rc.cpp:510
#: /home/andreas/sportwatcher/rc.cpp:646
msgid "Server settings"
msgstr "Server Einstellungen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:119
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#: /home/andreas/sportwatcher/rc.cpp:513
#: /home/andreas/sportwatcher/rc.cpp:649
msgid "Depth"
msgstr "Tiefe"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:168
#. i18n: ectx: property (text), widget (QLabel, textLabel7)
#: /home/andreas/sportwatcher/rc.cpp:537
#: /home/andreas/sportwatcher/rc.cpp:673
msgid "Styles"
msgstr "Stile"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:178
#. i18n: ectx: property (text), widget (QLabel, textLabel11)
#: /home/andreas/sportwatcher/rc.cpp:540
#: /home/andreas/sportwatcher/rc.cpp:676
msgid "Version"
msgstr "Version"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:188
#. i18n: ectx: property (toolTip), widget (KLineEdit, edLayer)
#: /home/andreas/sportwatcher/rc.cpp:543
#: /home/andreas/sportwatcher/rc.cpp:679
msgid "If you need or want to specify layers, do it here."
msgstr ""
"Wenn Sie Layer benötigen, geben Sie die Namen durch Beistriche getrennt, "
1679,13 → 2022,13
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:211
#. i18n: ectx: property (text), widget (QLabel, textLabel8)
#: /home/andreas/sportwatcher/rc.cpp:546
#: /home/andreas/sportwatcher/rc.cpp:682
msgid "Overview count"
msgstr "Anzahl Übersichten"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:221
#. i18n: ectx: property (toolTip), widget (KLineEdit, edStyles)
#: /home/andreas/sportwatcher/rc.cpp:549
#: /home/andreas/sportwatcher/rc.cpp:685
msgid ""
"In case you've entered layers, you must enter one style for every layer!"
msgstr ""
1694,61 → 2037,61
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:228
#. i18n: ectx: property (text), widget (QLabel, textLabel12)
#: /home/andreas/sportwatcher/rc.cpp:552
#: /home/andreas/sportwatcher/rc.cpp:688
msgid "Image format"
msgstr "Grafikformat"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:322
#. i18n: ectx: property (toolTip), widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:555
#: /home/andreas/sportwatcher/rc.cpp:691
msgid "The version of the WMS server. This defines the used protocol."
msgstr "Gibt an, mit welchem Protokoll mit dem WMS-Server kommuniziert wird."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:326
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:558
#: /home/andreas/sportwatcher/rc.cpp:694
msgid "1.1.1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:331
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:561
#: /home/andreas/sportwatcher/rc.cpp:697
msgid "1.1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:336
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:564
#: /home/andreas/sportwatcher/rc.cpp:700
msgid "1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:344
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:567
#: /home/andreas/sportwatcher/rc.cpp:703
msgid "SRS"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:354
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#: /home/andreas/sportwatcher/rc.cpp:570
#: /home/andreas/sportwatcher/rc.cpp:706
msgid "Layer Name"
msgstr "Layer Name"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:367
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edServerURL)
#: /home/andreas/sportwatcher/rc.cpp:573
#: /home/andreas/sportwatcher/rc.cpp:709
msgid "Enter the URL to the WMS server."
msgstr "Geben Sie die URL zum WMS Server an."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:374
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:576
#: /home/andreas/sportwatcher/rc.cpp:712
msgid "Server URL"
msgstr "Server URL"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:400
#. i18n: ectx: property (toolTip), widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:579
#: /home/andreas/sportwatcher/rc.cpp:715
msgid "The size of the tiles you want. The performance depends on this."
msgstr ""
"Die größe der Grafikteile, aus denen die Landkarte zusammengesetzt wird. "
1756,123 → 2099,117
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:407
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:582
#: /home/andreas/sportwatcher/rc.cpp:718
msgid "64x64"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:412
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:585
#: /home/andreas/sportwatcher/rc.cpp:721
msgid "128x128"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:417
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:588
#: /home/andreas/sportwatcher/rc.cpp:724
msgid "256x256"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:422
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:591
#: /home/andreas/sportwatcher/rc.cpp:727
msgid "512x512"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:427
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:594
#: /home/andreas/sportwatcher/rc.cpp:730
msgid "1024x1024"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:435
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:597
#: /home/andreas/sportwatcher/rc.cpp:733
msgid "Tile size"
msgstr "Teilgröße"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:445
#. i18n: ectx: property (toolTip), widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:600
#: /home/andreas/sportwatcher/rc.cpp:736
msgid "The grafic format the server returns."
msgstr "Das Grafikformat, welches der Server zurück gibt."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:452
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:603
#: /home/andreas/sportwatcher/rc.cpp:739
msgid "GIF"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:457
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:606
#: /home/andreas/sportwatcher/rc.cpp:742
msgid "JPEG"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:462
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:609
#: /home/andreas/sportwatcher/rc.cpp:745
msgid "PNG"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:467
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:612
#: /home/andreas/sportwatcher/rc.cpp:748
msgid "TIFF"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:475
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:615
msgid "Bands"
msgstr "Bänder"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:486
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:618
#: /home/andreas/sportwatcher/rc.cpp:754
msgid "CRS:83"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:491
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:621
#: /home/andreas/sportwatcher/rc.cpp:757
msgid "CRS:84"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:514
#. i18n: ectx: property (text), widget (QLabel, textLabel9)
#: /home/andreas/sportwatcher/rc.cpp:633
#: /home/andreas/sportwatcher/rc.cpp:769
msgid "CRS"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:540
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edBands)
#: /home/andreas/sportwatcher/rc.cpp:636
#: /home/andreas/sportwatcher/rc.cpp:772
msgid "Set the number of bands the server returns (mostly 3 or 4)."
msgstr ""
"Geben Sie die Anzahl Bänder an, die der Server zurück gibt (zumeist 3 oder "
"4)."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:556
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:563
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox2)
#: /home/andreas/sportwatcher/rc.cpp:639
#: /home/andreas/sportwatcher/rc.cpp:778
msgid "Read modes"
msgstr "Lesemodus"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:562
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:569
#. i18n: ectx: property (toolTip), widget (QCheckBox, chOffline)
#: /home/andreas/sportwatcher/rc.cpp:642
#: /home/andreas/sportwatcher/rc.cpp:781
msgid "Check this if you don't want to get maps online."
msgstr "Markieren Sie das um keine Daten online herunter zu laden."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:565
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:572
#. i18n: ectx: property (text), widget (QCheckBox, chOffline)
#: /home/andreas/sportwatcher/rc.cpp:645
#: /home/andreas/sportwatcher/rc.cpp:784
msgid "Offline mode"
msgstr "Offlinemodus"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:572
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:579
#. i18n: ectx: property (toolTip), widget (QCheckBox, chSquare)
#: /home/andreas/sportwatcher/rc.cpp:648
#: /home/andreas/sportwatcher/rc.cpp:787
msgid ""
"In rare cases, a WMS server is not able to convert the map into the right "
"dimensions. Then this may help."
1880,64 → 2217,64
"In seltenen Fällen kann der WMS Server die Landkarte nicht in die richtigen "
"Dimensionen konvertieren. Dann kann diese Einstellung helfen."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:575
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:582
#. i18n: ectx: property (text), widget (QCheckBox, chSquare)
#: /home/andreas/sportwatcher/rc.cpp:651
#: /home/andreas/sportwatcher/rc.cpp:790
msgid "WMS Server uses square pixels"
msgstr "WMS Server verwendet Quadratpixel"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:582
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:589
#. i18n: ectx: property (text), widget (QCheckBox, chAdvice)
#: /home/andreas/sportwatcher/rc.cpp:654
#: /home/andreas/sportwatcher/rc.cpp:793
msgid "Advise read"
msgstr "Vorausschauendes Lesen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:653
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:660
#. i18n: ectx: property (text), widget (QCheckBox, chVerify)
#: /home/andreas/sportwatcher/rc.cpp:657
#: /home/andreas/sportwatcher/rc.cpp:796
msgid "Verify advise read"
msgstr "Prüfe vorausschauendes Lesen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:730
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:737
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox3)
#: /home/andreas/sportwatcher/rc.cpp:660
#: /home/andreas/sportwatcher/rc.cpp:799
msgid "Manual corrections"
msgstr "Manuelle Korrekturen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:736
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:743
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:663
#: /home/andreas/sportwatcher/rc.cpp:802
msgid "Add meters to longitude"
msgstr "Meter zum Längengrad hinzufügen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:746
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:753
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#: /home/andreas/sportwatcher/rc.cpp:666
#: /home/andreas/sportwatcher/rc.cpp:805
msgid "Add meters to latitude"
msgstr "Meter zum Breitengrad hinzufügen"
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:756
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:763
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edCorrX)
#: /home/andreas/sportwatcher/rc.cpp:669
#: /home/andreas/sportwatcher/rc.cpp:808
msgid "Add some meters to longitude, to correct an error."
msgstr ""
"Meter zum Längengrad hinzufügen, um die Darstellung des Pfads mit der "
"Landkarte zu synchronisieren."
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:769
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:776
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edCorrY)
#: /home/andreas/sportwatcher/rc.cpp:672
#: /home/andreas/sportwatcher/rc.cpp:811
msgid "Add some meters to latitude, to correct an error."
msgstr ""
"Meter zum Breitengrad hinzufügen, um die Darstellung des Pfads mit der "
"Landkarte zu synchronisieren."
 
#: /home/andreas/sportwatcher/rc.cpp:673
#: /home/andreas/sportwatcher/rc.cpp:812
msgctxt "NAME OF TRANSLATORS"
msgid "Andreas Theofilu"
msgstr ""
 
#: /home/andreas/sportwatcher/rc.cpp:674
#: /home/andreas/sportwatcher/rc.cpp:813
msgctxt "EMAIL OF TRANSLATORS"
msgid "andreas@theosys.at"
msgstr ""
/sportwatcher/trunk/po/sportwatcher.pot
8,7 → 8,7
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: http://www.theosys.at/sportwatcher\n"
"POT-Creation-Date: 2009-09-11 08:45+0200\n"
"POT-Creation-Date: 2009-09-26 17:44+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
120,7 → 120,7
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QWidget, sportwatcherWidgetBase)
#: /home/andreas/sportwatcher/src/main.cpp:57
#: /home/andreas/sportwatcher/rc.cpp:342
#: /home/andreas/sportwatcher/rc.cpp:361
msgid "SportWatcher"
msgstr ""
 
265,71 → 265,71
msgid "Configure Map ..."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:246
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:267
msgid "Error initializing some widgets of main window!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:260
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:281
msgid "Not enough memory to initilize application!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:268
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1841
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:289
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1863
msgid "Running"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:269
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1846
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:290
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1868
msgid "Biking"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:270
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1851
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:291
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1873
msgid "Others"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:277
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:298
msgid "\"Running\" activities."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:278
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:299
msgid "\"Biking\" activities."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:279
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:300
msgid "\"Other\" and \"Multisport\" activities."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:661
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:682
msgid "You must select an activity first!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:689
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:711
msgid "Error initializing printer! Printing is currently not available!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:742
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2424
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:764
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2446
msgid "Running: "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:743
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2425
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:765
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2447
msgid "Biking: "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:744
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2426
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:766
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2448
msgid "Other: "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:746
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2428
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:768
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2450
msgid "Unknown: "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:757
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1016
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:779
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1038
msgid "Lap"
msgstr ""
 
337,283 → 337,285
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:576
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:759
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1018
#: /home/andreas/sportwatcher/rc.cpp:363 /home/andreas/sportwatcher/rc.cpp:426
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:781
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1040
#: /home/andreas/sportwatcher/rc.cpp:382 /home/andreas/sportwatcher/rc.cpp:445
msgid "Distance"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:571
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:761
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1020
#: /home/andreas/sportwatcher/rc.cpp:423
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:783
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1042
#: /home/andreas/sportwatcher/rc.cpp:442
msgid "Time"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:481
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:763
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1022
#: /home/andreas/sportwatcher/rc.cpp:417
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:785
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1044
#: /home/andreas/sportwatcher/rc.cpp:436
msgid "Speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:467
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:765
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1024
#: /home/andreas/sportwatcher/rc.cpp:411
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:787
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1046
#: /home/andreas/sportwatcher/rc.cpp:430
msgid "Heart rate"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:767
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1026
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:789
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1048
msgid "Cadence"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:790
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2447
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:812
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2469
msgid "Error getting the last messure point!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:999
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1055
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1156
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1021
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1077
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1178
msgid "Page %1"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1100
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1122
msgid "Heart rate:"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1121
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1143
msgid "Elevation:"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1138
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1160
msgid "Speed:"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1200
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1222
msgid "Currently no activity is selected!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1212
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1234
msgid "The file %1 has no valid file extension!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1220
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2019
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1242
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2041
msgid "Do you really want to overwrite this file?"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1249
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1472
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1600
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1271
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1494
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1622
msgid "No data to save!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1255
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1480
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1608
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1277
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1502
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1630
msgid ""
"Error creating file %1!\n"
"Please check permissions"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1446
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1579
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1468
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1601
msgid "File "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1446
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1579
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1468
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1601
msgid " was written successfully."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1451
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1473
msgid "This function is currently not implemented!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1714
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1736
msgid "File %1 was written successfully."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1895
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1917
msgid "There is no session selected!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1908
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1930
msgid "Rename session"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1908
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1930
msgid "Session name"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1910
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1932
msgid "Enter a new name for the currently selected activity."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1931
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1953
msgid "editRename: Unexpected structure type %1 found!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1939
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:1961
msgid "editRename: The run node was not found!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2000
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2022
msgid "There is no activity open"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2025
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2047
msgid ""
"Error creating a file!\n"
"Please check permissions."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2246
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2268
msgid "File successfully written."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2315
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2337
msgid "This function was disabled at compile time because of missing Mapnik!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2316
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2338
msgid "SportWatcher needs Mapnik 0.6 or newer, to enable this function.\n"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2317
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2339
msgid ""
"If you like this to be working, install Mapnik and recompile the source."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2322
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2344
msgid "You have not choosen a WMS tag file or shape file directory!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2323
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2345
msgid "This dialog is especialy to set map specific parameters. "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2324
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2346
msgid "Therefore this dialog is temporary disabled. It will be "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2325
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2347
msgid "available again, as soon as you choose \"WMS server\" or "
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2326
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2348
msgid "Shape file as your map type."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2331
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2353
msgid ""
"This function was disabled at compile time because of missing GDAL v1.x.x!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2332
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2354
msgid "Sportwatcher needs GDAL v1.5.x or newer, to enable this function.\n"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2333
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2355
msgid "If you like this to be working, install GDAL and recompile the source!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2364
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2386
msgid "No data found!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2370
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:2392
msgid "Found unexpected data type %1!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3165
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3191
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:470
msgid "Not enough memory for a raster operation!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3181
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3207
msgid "Error reading a raster band!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3314
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3340
msgid "There is no shape file in directory %1"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3347
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3373
msgid "The OSM file %1 does not exist!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3377
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3403
msgid "Error opening map file!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3771
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3775
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4522
msgid "Elevation (ft)"
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3797
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3801
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4550
msgid "Elevation (%1)"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3773
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3786
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4523
msgid "Speed (mph)"
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3799
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3812
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4551
msgid "Speed (%1)"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3784
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4521
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:3810
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:4549
msgid "Heart Rate (bpm)"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5386
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5402
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1477
msgid ""
"Error opening or creating the WMS tag file!\n"
"Please check file name and/or permissions."
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5555
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5571
msgid "Translation between coordinate systems failed!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5637
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5675
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5653
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5691
msgid "Error opening an image file!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5648
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5686
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5664
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5702
msgid "Error loading the TIFF driver!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5716
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5732
msgid "Error setting projection on source!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5730
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5746
msgid "Error setting geo transform data to source!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5740
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5756
msgid "Error getting the projection reference"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5764
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5780
msgid "Error creating a temporary image file! (%1)"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5779
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5795
msgid "Error setting projection on destination!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5788
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5804
msgid "Error setting geo transform data to destination!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5841
#: /home/andreas/sportwatcher/src/sportwatcherwidget.cpp:5857
msgid "Error initializing warp operation!"
msgstr ""
 
625,27 → 627,142
msgid "Error saving a temporary image file!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:386
msgid "Error writing a tag file!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:422
msgid ""
"Error getting a raster band:\n"
"%1"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:503
msgid ""
"Error reading a raster band:\n"
"%1"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:632
msgid ""
"Error initializing GDAL:\n"
"%1"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:811
msgid ""
"Error at line %1: Element LatLonBoundingBox was found outside of a Layer "
"element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:817
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:843
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:872
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:895
msgid "Fatal error at line %1: Layer was not initialized!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:837
msgid ""
"Error at line %1: Element BoundingBox was found outside of a Layer element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:889
msgid ""
"Error at line %1: Element ScaleHint was found outside of a Layer element!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1060
msgid "Fatal error at line %1: No, or unable to allocate memory for a style!"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1081
msgid "Unable to save the file %1: %2."
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1082
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1182
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1232
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1279
msgid "WMS capabilities"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1101
msgid "Getting capabilities"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1102
msgid "Downloading capabilities."
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1182
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1231
msgid "Download failed: %1."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:72
#. i18n: ectx: property (text), widget (QLabel, siteDescription)
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1255
#: /home/andreas/sportwatcher/rc.cpp:19
#, no-c-format
msgid "%1 at %2"
msgstr ""
 
#: /home/andreas/sportwatcher/src/wmsselectorwidget.cpp:1278
msgid "One or more SSL errors has occurred: %1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:13
#. i18n: ectx: property (windowTitle), widget (QDialog, Dialog)
#: /home/andreas/sportwatcher/rc.cpp:3
msgid "Http authentication required"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:19
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:6
msgid "You need to supply a Username and a Password to access this site"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:29
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:9
msgid "Username:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:39
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:12
msgid "Password:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/authenticationdialog.ui:59
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:15
msgid "Site:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, coordinatesWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:3
#: /home/andreas/sportwatcher/rc.cpp:22
msgid "Image coordinates"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:25
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:6
#: /home/andreas/sportwatcher/rc.cpp:25
msgid "<center><b>Geo coordinates (e.g. 16.4356)</b></center>"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:35
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#: /home/andreas/sportwatcher/rc.cpp:9
#: /home/andreas/sportwatcher/rc.cpp:28
msgid "Upper left corner"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:41
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:12
#: /home/andreas/sportwatcher/rc.cpp:31
msgid "Longitute"
msgstr ""
 
653,7 → 770,7
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edLeftLon)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:130
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edRightLon)
#: /home/andreas/sportwatcher/rc.cpp:15 /home/andreas/sportwatcher/rc.cpp:30
#: /home/andreas/sportwatcher/rc.cpp:34 /home/andreas/sportwatcher/rc.cpp:49
msgid "The longitute (X) origin of the downloaded image"
msgstr ""
 
661,7 → 778,10
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:155
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:18 /home/andreas/sportwatcher/rc.cpp:33
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:36
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:37 /home/andreas/sportwatcher/rc.cpp:52
#: /home/andreas/sportwatcher/rc.cpp:601
msgid "Latitude"
msgstr ""
 
669,31 → 789,33
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edLeftLat)
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:165
#. i18n: ectx: property (toolTip), widget (KDoubleNumInput, edRightLat)
#: /home/andreas/sportwatcher/rc.cpp:21 /home/andreas/sportwatcher/rc.cpp:36
#: /home/andreas/sportwatcher/rc.cpp:40 /home/andreas/sportwatcher/rc.cpp:55
msgid "The latitute (Y) origin of the downloaded image"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:114
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#: /home/andreas/sportwatcher/rc.cpp:24
#: /home/andreas/sportwatcher/rc.cpp:43
msgid "Lower right corner"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:120
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:27
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:56
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:46 /home/andreas/sportwatcher/rc.cpp:604
msgid "Longitude"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:199
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:39
#: /home/andreas/sportwatcher/rc.cpp:58
msgid "Projection"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/coordinateswidgetbase.ui:205
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:42
#: /home/andreas/sportwatcher/rc.cpp:61
msgid "Date"
msgstr ""
 
703,8 → 825,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:496
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:45 /home/andreas/sportwatcher/rc.cpp:516
#: /home/andreas/sportwatcher/rc.cpp:624
#: /home/andreas/sportwatcher/rc.cpp:64 /home/andreas/sportwatcher/rc.cpp:652
#: /home/andreas/sportwatcher/rc.cpp:760
msgid "EPSG:4326"
msgstr ""
 
712,7 → 834,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:135
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:48 /home/andreas/sportwatcher/rc.cpp:519
#: /home/andreas/sportwatcher/rc.cpp:67 /home/andreas/sportwatcher/rc.cpp:655
msgid "EPSG:31257"
msgstr ""
 
720,7 → 842,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:140
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:51 /home/andreas/sportwatcher/rc.cpp:522
#: /home/andreas/sportwatcher/rc.cpp:70 /home/andreas/sportwatcher/rc.cpp:658
msgid "EPSG:31258"
msgstr ""
 
730,8 → 852,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:501
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:54 /home/andreas/sportwatcher/rc.cpp:525
#: /home/andreas/sportwatcher/rc.cpp:627
#: /home/andreas/sportwatcher/rc.cpp:73 /home/andreas/sportwatcher/rc.cpp:661
#: /home/andreas/sportwatcher/rc.cpp:763
msgid "EPSG:31259"
msgstr ""
 
739,7 → 861,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:150
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:57 /home/andreas/sportwatcher/rc.cpp:528
#: /home/andreas/sportwatcher/rc.cpp:76 /home/andreas/sportwatcher/rc.cpp:664
msgid "EPSG:31286"
msgstr ""
 
749,8 → 871,8
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:506
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:60 /home/andreas/sportwatcher/rc.cpp:531
#: /home/andreas/sportwatcher/rc.cpp:630
#: /home/andreas/sportwatcher/rc.cpp:79 /home/andreas/sportwatcher/rc.cpp:667
#: /home/andreas/sportwatcher/rc.cpp:766
msgid "EPSG:31287"
msgstr ""
 
758,7 → 880,7
#. i18n: ectx: property (text), item, widget (KComboBox, cbDate)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:160
#. i18n: ectx: property (text), item, widget (KComboBox, cbSRS)
#: /home/andreas/sportwatcher/rc.cpp:63 /home/andreas/sportwatcher/rc.cpp:534
#: /home/andreas/sportwatcher/rc.cpp:82 /home/andreas/sportwatcher/rc.cpp:670
msgid "EPSG:31288"
msgstr ""
 
768,8 → 890,8
#. i18n: ectx: property (text), widget (KPushButton, btSave)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:87
#. i18n: ectx: property (text), widget (KPushButton, pbSave)
#: /home/andreas/sportwatcher/rc.cpp:66 /home/andreas/sportwatcher/rc.cpp:186
#: /home/andreas/sportwatcher/rc.cpp:507
#: /home/andreas/sportwatcher/rc.cpp:85 /home/andreas/sportwatcher/rc.cpp:205
#: /home/andreas/sportwatcher/rc.cpp:643
msgid "Save"
msgstr ""
 
777,76 → 899,78
#. i18n: ectx: property (text), widget (QPushButton, pbCancel)
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:450
#. i18n: ectx: property (text), widget (KPushButton, btCancel)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:398
#. i18n: ectx: property (text), widget (KPushButton, pbCancel)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:29
#. i18n: ectx: property (text), widget (KPushButton, pbCancel)
#: /home/andreas/sportwatcher/rc.cpp:69 /home/andreas/sportwatcher/rc.cpp:192
#: /home/andreas/sportwatcher/rc.cpp:501
#: /home/andreas/sportwatcher/rc.cpp:88 /home/andreas/sportwatcher/rc.cpp:211
#: /home/andreas/sportwatcher/rc.cpp:592 /home/andreas/sportwatcher/rc.cpp:637
msgid "Cancel"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, Progress)
#: /home/andreas/sportwatcher/rc.cpp:72
#: /home/andreas/sportwatcher/rc.cpp:91
msgid "SportWatcher progress"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:34
#. i18n: ectx: property (text), widget (QLabel, lblInfo)
#: /home/andreas/sportwatcher/rc.cpp:75
#: /home/andreas/sportwatcher/rc.cpp:94
msgid "Reading ..."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/progresswidgetbase.ui:44
#. i18n: ectx: property (text), widget (QLabel, lblReading)
#: /home/andreas/sportwatcher/rc.cpp:78
#: /home/andreas/sportwatcher/rc.cpp:97
msgid "Reading..."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:16
#. i18n: ectx: property (windowTitle), widget (QDialog, settingsWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:81
#: /home/andreas/sportwatcher/rc.cpp:100
msgid "Settings"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:25
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox2)
#: /home/andreas/sportwatcher/rc.cpp:84
#: /home/andreas/sportwatcher/rc.cpp:103
msgid "Other limits"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:31
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:87
#: /home/andreas/sportwatcher/rc.cpp:106
msgid "Weight (Kg)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:41
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:90
#: /home/andreas/sportwatcher/rc.cpp:109
msgid "VO2max"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:51
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#: /home/andreas/sportwatcher/rc.cpp:93
#: /home/andreas/sportwatcher/rc.cpp:112
msgid "Sample time"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:61
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intVO2max)
#: /home/andreas/sportwatcher/rc.cpp:96
#: /home/andreas/sportwatcher/rc.cpp:115
msgid "Enter the maximum O2 you can get in percent."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:80
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intWeight)
#: /home/andreas/sportwatcher/rc.cpp:99
#: /home/andreas/sportwatcher/rc.cpp:118
msgid "Enter your weight in Kg."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:99
#. i18n: ectx: property (toolTip), widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:102
#: /home/andreas/sportwatcher/rc.cpp:121
msgid ""
"Choose the sample time you want to have when storing the heart rate into a "
"Polar compatibel HRM file."
854,73 → 978,73
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:103
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:105
#: /home/andreas/sportwatcher/rc.cpp:124
msgid "5"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:108
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:108
#: /home/andreas/sportwatcher/rc.cpp:127
msgid "15"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:113
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:111
#: /home/andreas/sportwatcher/rc.cpp:130
msgid "30"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:118
#. i18n: ectx: property (text), item, widget (KComboBox, cbSampleTime)
#: /home/andreas/sportwatcher/rc.cpp:114
#: /home/andreas/sportwatcher/rc.cpp:133
msgid "60"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:129
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox1)
#: /home/andreas/sportwatcher/rc.cpp:117
#: /home/andreas/sportwatcher/rc.cpp:136
msgid "Heart rate limits"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:135
#. i18n: ectx: property (text), widget (QLabel, textLabel1_3)
#: /home/andreas/sportwatcher/rc.cpp:120
#: /home/andreas/sportwatcher/rc.cpp:139
msgid "Lower level 2"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:145
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:123
#: /home/andreas/sportwatcher/rc.cpp:142
msgid "Lower level 1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:155
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:126
#: /home/andreas/sportwatcher/rc.cpp:145
msgid "Lower level 3"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:165
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_3)
#: /home/andreas/sportwatcher/rc.cpp:129
#: /home/andreas/sportwatcher/rc.cpp:148
msgid "Upper level 1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:175
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4)
#: /home/andreas/sportwatcher/rc.cpp:132
#: /home/andreas/sportwatcher/rc.cpp:151
msgid "Upper level 2"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:185
#. i18n: ectx: property (text), widget (QLabel, textLabel1_4_2)
#: /home/andreas/sportwatcher/rc.cpp:135
#: /home/andreas/sportwatcher/rc.cpp:154
msgid "Upper level 3"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:195
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:138
#: /home/andreas/sportwatcher/rc.cpp:157
msgid "Rest heart rate"
msgstr ""
 
928,151 → 1052,151
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:616
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:141 /home/andreas/sportwatcher/rc.cpp:450
#: /home/andreas/sportwatcher/rc.cpp:160 /home/andreas/sportwatcher/rc.cpp:469
msgid "Max. heart rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:215
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower1)
#: /home/andreas/sportwatcher/rc.cpp:144
#: /home/andreas/sportwatcher/rc.cpp:163
msgid "Enter the lower level one heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:234
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower2)
#: /home/andreas/sportwatcher/rc.cpp:147
#: /home/andreas/sportwatcher/rc.cpp:166
msgid "Enter the lower level two heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:253
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intLower3)
#: /home/andreas/sportwatcher/rc.cpp:150
#: /home/andreas/sportwatcher/rc.cpp:169
msgid "Enter the lower level three heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:272
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intMaxHr)
#: /home/andreas/sportwatcher/rc.cpp:153
#: /home/andreas/sportwatcher/rc.cpp:172
msgid "Enter the maximum heart rate you can reach."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:291
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper1)
#: /home/andreas/sportwatcher/rc.cpp:156
#: /home/andreas/sportwatcher/rc.cpp:175
msgid "Enter the upper level one heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:310
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper2)
#: /home/andreas/sportwatcher/rc.cpp:159
#: /home/andreas/sportwatcher/rc.cpp:178
msgid "Enter the upper level two heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:329
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intUpper3)
#: /home/andreas/sportwatcher/rc.cpp:162
#: /home/andreas/sportwatcher/rc.cpp:181
msgid "Enter the upper level three heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:348
#. i18n: ectx: property (toolTip), widget (KIntNumInput, intRestHr)
#: /home/andreas/sportwatcher/rc.cpp:165
#: /home/andreas/sportwatcher/rc.cpp:184
msgid "Enter the rest heart rate."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:370
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox4)
#: /home/andreas/sportwatcher/rc.cpp:168
#: /home/andreas/sportwatcher/rc.cpp:187
msgid "Units"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:392
#. i18n: ectx: property (toolTip), widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:171
#: /home/andreas/sportwatcher/rc.cpp:190
msgid "Select between metric and U.S. statute."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:396
#. i18n: ectx: property (text), item, widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:174
#: /home/andreas/sportwatcher/rc.cpp:193
msgid "Metric"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:401
#. i18n: ectx: property (text), item, widget (KComboBox, cbUnit)
#: /home/andreas/sportwatcher/rc.cpp:177
#: /home/andreas/sportwatcher/rc.cpp:196
msgid "Statute"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:409
#. i18n: ectx: property (text), widget (QLabel, textLabel1_7)
#: /home/andreas/sportwatcher/rc.cpp:180
#: /home/andreas/sportwatcher/rc.cpp:199
msgid "Scale units"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:428
#. i18n: ectx: property (toolTip), widget (KPushButton, btSave)
#: /home/andreas/sportwatcher/rc.cpp:183
#: /home/andreas/sportwatcher/rc.cpp:202
msgid "Click to save the settings."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:447
#. i18n: ectx: property (toolTip), widget (KPushButton, btCancel)
#: /home/andreas/sportwatcher/rc.cpp:189
#: /home/andreas/sportwatcher/rc.cpp:208
msgid "Click to close dialog without save settings."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:505
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox3)
#: /home/andreas/sportwatcher/rc.cpp:195
#: /home/andreas/sportwatcher/rc.cpp:214
msgid "Device and file settings"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:511
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbContour)
#: /home/andreas/sportwatcher/rc.cpp:198
#: /home/andreas/sportwatcher/rc.cpp:217
msgid "Check this if you like to have the surface lines to be more even."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:514
#. i18n: ectx: property (text), widget (QCheckBox, cbContour)
#: /home/andreas/sportwatcher/rc.cpp:201
#: /home/andreas/sportwatcher/rc.cpp:220
msgid "even surface contour line"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:537
#. i18n: ectx: property (text), widget (QLabel, textLabel1_6)
#: /home/andreas/sportwatcher/rc.cpp:204
#: /home/andreas/sportwatcher/rc.cpp:223
msgid "Map file"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:547
#. i18n: ectx: property (text), widget (QLabel, textLabel1_8)
#: /home/andreas/sportwatcher/rc.cpp:207
#: /home/andreas/sportwatcher/rc.cpp:226
msgid "Map type"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:557
#. i18n: ectx: property (text), widget (QLabel, textLabel3_2)
#: /home/andreas/sportwatcher/rc.cpp:210
#: /home/andreas/sportwatcher/rc.cpp:229
msgid "HRM-files"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:567
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#: /home/andreas/sportwatcher/rc.cpp:213
#: /home/andreas/sportwatcher/rc.cpp:232
msgid "Data files"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:580
#. i18n: ectx: property (text), widget (QLabel, textLabel1_5)
#: /home/andreas/sportwatcher/rc.cpp:216
#: /home/andreas/sportwatcher/rc.cpp:235
msgid "Serial device"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:590
#. i18n: ectx: property (toolTip), widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:219
#: /home/andreas/sportwatcher/rc.cpp:238
msgid ""
"Choose the type of map, you want to use to be shown underneath your track."
msgstr ""
1079,61 → 1203,61
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:594
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:222
#: /home/andreas/sportwatcher/rc.cpp:241
msgid "BMP Image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:599
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:225
#: /home/andreas/sportwatcher/rc.cpp:244
msgid "ESRI Shape files (Directory)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:604
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:228
#: /home/andreas/sportwatcher/rc.cpp:247
msgid "GDAL virtual (.vrt tag file)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:609
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:231
#: /home/andreas/sportwatcher/rc.cpp:250
msgid "GIF image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:614
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:234
#: /home/andreas/sportwatcher/rc.cpp:253
msgid "PNG image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:619
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:237
#: /home/andreas/sportwatcher/rc.cpp:256
msgid "SGI image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:624
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:240
#: /home/andreas/sportwatcher/rc.cpp:259
msgid "TIFF image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:629
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:243
#: /home/andreas/sportwatcher/rc.cpp:262
msgid "WMS Server (tag file)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:634
#. i18n: ectx: property (text), item, widget (KComboBox, cbMapType)
#: /home/andreas/sportwatcher/rc.cpp:246
#: /home/andreas/sportwatcher/rc.cpp:265
msgid "OSM Open Streetmap (file)"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:642
#. i18n: ectx: property (toolTip), widget (QCheckBox, cbSerial)
#: /home/andreas/sportwatcher/rc.cpp:249
#: /home/andreas/sportwatcher/rc.cpp:268
msgid ""
"In case you've an old Garmin device with a serial port, you can try this to "
"get the data out of it."
1141,37 → 1265,37
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:645
#. i18n: ectx: property (text), widget (QCheckBox, cbSerial)
#: /home/andreas/sportwatcher/rc.cpp:252
#: /home/andreas/sportwatcher/rc.cpp:271
msgid "Use serial port instead of USB port"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:655
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbFr405)
#: /home/andreas/sportwatcher/rc.cpp:255
#: /home/andreas/sportwatcher/rc.cpp:274
msgid "If you've a Garmin Forerunner 405, or compatible, check this."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:658
#. i18n: ectx: property (text), widget (QRadioButton, rbFr405)
#: /home/andreas/sportwatcher/rc.cpp:258
#: /home/andreas/sportwatcher/rc.cpp:277
msgid "Garmin Forerunner 405"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:665
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbFr50)
#: /home/andreas/sportwatcher/rc.cpp:261
#: /home/andreas/sportwatcher/rc.cpp:280
msgid "If you've a Garmin Forerunner 50, or compatible, check this."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:668
#. i18n: ectx: property (text), widget (QRadioButton, rbFr50)
#: /home/andreas/sportwatcher/rc.cpp:264
#: /home/andreas/sportwatcher/rc.cpp:283
msgid "Garmin Forerunner 50"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:675
#. i18n: ectx: property (toolTip), widget (KUrlComboRequester, cbDevice)
#: /home/andreas/sportwatcher/rc.cpp:267
#: /home/andreas/sportwatcher/rc.cpp:286
msgid ""
"Select the special device representing the serial device, where your Garmin "
"is connected."
1179,19 → 1303,19
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:682
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnData)
#: /home/andreas/sportwatcher/rc.cpp:270
#: /home/andreas/sportwatcher/rc.cpp:289
msgid "Enter the path where SportWatcher will store all the data."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:689
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnHRM)
#: /home/andreas/sportwatcher/rc.cpp:273
#: /home/andreas/sportwatcher/rc.cpp:292
msgid "In case you've a directory with Polar HRM files, enter it name here."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/settingswidgetbase.ui:696
#. i18n: ectx: property (toolTip), widget (KUrlRequester, lnMapFile)
#: /home/andreas/sportwatcher/rc.cpp:276
#: /home/andreas/sportwatcher/rc.cpp:295
msgid ""
"Enter the path and name of the map file, or the name of the control file "
"containing instructions for an external map server (WMS server, for example)."
1199,25 → 1323,25
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:26
#. i18n: ectx: property (windowTitle), widget (QDialog, shapeWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:279
#: /home/andreas/sportwatcher/rc.cpp:298
msgid "Shape file settings"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:33
#. i18n: ectx: property (toolTip), widget (QDialog, shapeWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:282
#: /home/andreas/sportwatcher/rc.cpp:301
msgid "Allows to set everything needed for a set of shape files"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:42
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:285
#: /home/andreas/sportwatcher/rc.cpp:304
msgid "Path to shape file set"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:49
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edShapeFileSet)
#: /home/andreas/sportwatcher/rc.cpp:288
#: /home/andreas/sportwatcher/rc.cpp:307
msgid ""
"This Line contains the path to the directory with the shape files, "
"containing the map."
1225,37 → 1349,37
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:52
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edShapeFileSet)
#: /home/andreas/sportwatcher/rc.cpp:291
#: /home/andreas/sportwatcher/rc.cpp:310
msgid "An input line, containing the path to the shape files."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:59
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:294
#: /home/andreas/sportwatcher/rc.cpp:313
msgid "Path to Mapnik plugin directory"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:66
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edPluginPath)
#: /home/andreas/sportwatcher/rc.cpp:297
#: /home/andreas/sportwatcher/rc.cpp:316
msgid "Path to the directory containing the plugins for Mapnik."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:69
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edPluginPath)
#: /home/andreas/sportwatcher/rc.cpp:300
#: /home/andreas/sportwatcher/rc.cpp:319
msgid "An edit line containing the path to the Mapnik plugin directory."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:76
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:303
#: /home/andreas/sportwatcher/rc.cpp:322
msgid "Path to Mapnik font directory"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:83
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edFontPath)
#: /home/andreas/sportwatcher/rc.cpp:306
#: /home/andreas/sportwatcher/rc.cpp:325
msgid ""
"Contains the path to a font directory with true type fonts used to draw the "
"labels of the map."
1263,19 → 1387,19
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:86
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edFontPath)
#: /home/andreas/sportwatcher/rc.cpp:309
#: /home/andreas/sportwatcher/rc.cpp:328
msgid "Input line containing the path to a font directory."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:93
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:312
#: /home/andreas/sportwatcher/rc.cpp:331
msgid "Name and path to description file"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:100
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edXmlFile)
#: /home/andreas/sportwatcher/rc.cpp:315
#: /home/andreas/sportwatcher/rc.cpp:334
msgid ""
"Contains the file name of a file, describing the contents of the shape file."
msgstr ""
1282,7 → 1406,7
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:103
#. i18n: ectx: property (whatsThis), widget (KUrlRequester, edXmlFile)
#: /home/andreas/sportwatcher/rc.cpp:318
#: /home/andreas/sportwatcher/rc.cpp:337
msgid ""
"Input line containing the name of a file describing the contents of shape "
"files."
1290,103 → 1414,105
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:110
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:321
#: /home/andreas/sportwatcher/rc.cpp:340
msgid "If map file is projected:"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:117
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:324
#: /home/andreas/sportwatcher/rc.cpp:343
msgid "Forward if mapfile is projected."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:120
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:327
#: /home/andreas/sportwatcher/rc.cpp:346
msgid "Makes a forward projection if the mapfile is projected."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:123
#. i18n: ectx: property (text), widget (QRadioButton, rbForward)
#: /home/andreas/sportwatcher/rc.cpp:330
#: /home/andreas/sportwatcher/rc.cpp:349
msgid "Forwarded"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:153
#. i18n: ectx: property (toolTip), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:333
#: /home/andreas/sportwatcher/rc.cpp:352
msgid "Inverse if map file is geographic."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:159
#. i18n: ectx: property (whatsThis), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:336
#: /home/andreas/sportwatcher/rc.cpp:355
msgid "Makes an inverse projection if the map file is geographic."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/shapewidgetbase.ui:162
#. i18n: ectx: property (text), widget (QRadioButton, rbInverse)
#: /home/andreas/sportwatcher/rc.cpp:339
#: /home/andreas/sportwatcher/rc.cpp:358
msgid "Inversed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:19
#. i18n: ectx: property (accessibleName), widget (QWidget, sportwatcherWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:345
#: /home/andreas/sportwatcher/rc.cpp:364
msgid "sportwatcher"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:41
#. i18n: ectx: property (text), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:348
#: /home/andreas/sportwatcher/rc.cpp:367
msgid "Activities"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:44
#. i18n: ectx: property (toolTip), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:351
#: /home/andreas/sportwatcher/rc.cpp:370
msgid "Saved activities, separated into run, bike and other activities."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:47
#. i18n: ectx: property (whatsThis), widget (QTreeWidget, liActivities)
#: /home/andreas/sportwatcher/rc.cpp:354
#: /home/andreas/sportwatcher/rc.cpp:373
msgid "Shows all saved activities."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:65
#. i18n: ectx: attribute (title), widget (QWidget, tabSummary)
#: /home/andreas/sportwatcher/rc.cpp:357
#: /home/andreas/sportwatcher/rc.cpp:376
msgid "Summary"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:84
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:360
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:29
#. i18n: ectx: property (text), widget (QLabel, label_12)
#: /home/andreas/sportwatcher/rc.cpp:379 /home/andreas/sportwatcher/rc.cpp:520
msgid "Name"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:106
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:366
#: /home/andreas/sportwatcher/rc.cpp:385
msgid "Elapsed Time"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:117
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:369
#: /home/andreas/sportwatcher/rc.cpp:388
msgid "Avg Pace"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:128
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:372
#: /home/andreas/sportwatcher/rc.cpp:391
msgid "Avg Speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:139
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:375
#: /home/andreas/sportwatcher/rc.cpp:394
msgid "Max Speed"
msgstr ""
 
1394,259 → 1520,462
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:606
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:378 /home/andreas/sportwatcher/rc.cpp:444
#: /home/andreas/sportwatcher/rc.cpp:397 /home/andreas/sportwatcher/rc.cpp:463
msgid "Calories"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:161
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:381
#: /home/andreas/sportwatcher/rc.cpp:400
msgid "Avg Heart Rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:172
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:384
#: /home/andreas/sportwatcher/rc.cpp:403
msgid "Max Heart Rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:183
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:387
#: /home/andreas/sportwatcher/rc.cpp:406
msgid "Avg Cadence"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:194
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:390
#: /home/andreas/sportwatcher/rc.cpp:409
msgid "Ascent"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:205
#. i18n: ectx: property (text), widget (K3ListView, liLaps)
#: /home/andreas/sportwatcher/rc.cpp:393
#: /home/andreas/sportwatcher/rc.cpp:412
msgid "Descent"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:368
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:396
#: /home/andreas/sportwatcher/rc.cpp:415
msgid "Altitude & heart rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:373
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:399
#: /home/andreas/sportwatcher/rc.cpp:418
msgid "Speed & heart rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:378
#. i18n: ectx: property (text), item, widget (KComboBox, kcbCurveTypes)
#: /home/andreas/sportwatcher/rc.cpp:402
#: /home/andreas/sportwatcher/rc.cpp:421
msgid "Altitude & speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:441
#. i18n: ectx: attribute (title), widget (QWidget, tabMap)
#: /home/andreas/sportwatcher/rc.cpp:405
#: /home/andreas/sportwatcher/rc.cpp:424
msgid "Map"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:461
#. i18n: ectx: attribute (title), widget (QWidget, tabHR)
#: /home/andreas/sportwatcher/rc.cpp:408
#: /home/andreas/sportwatcher/rc.cpp:427
msgid "HR / Speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:474
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:414
#: /home/andreas/sportwatcher/rc.cpp:433
msgid "Elevation"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:564
#. i18n: ectx: attribute (title), widget (QWidget, tabLap)
#: /home/andreas/sportwatcher/rc.cpp:420
#: /home/andreas/sportwatcher/rc.cpp:439
msgid "Lap details"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:581
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:429
#: /home/andreas/sportwatcher/rc.cpp:448
msgid "Tot. Distance"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:586
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:432
#: /home/andreas/sportwatcher/rc.cpp:451
msgid "Pace"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:591
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:435
#: /home/andreas/sportwatcher/rc.cpp:454
msgid "Avg. Pace"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:596
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:438
#: /home/andreas/sportwatcher/rc.cpp:457
msgid "Avg. Speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:601
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:441
#: /home/andreas/sportwatcher/rc.cpp:460
msgid "Max. Speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:611
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:447
#: /home/andreas/sportwatcher/rc.cpp:466
msgid "Avg. heart rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:621
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:453
#: /home/andreas/sportwatcher/rc.cpp:472
msgid "Avg. Cadence"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:626
#. i18n: ectx: property (text), widget (QTreeWidget, twLaps)
#: /home/andreas/sportwatcher/rc.cpp:456
#: /home/andreas/sportwatcher/rc.cpp:475
msgid "Up"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:643
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:459
#: /home/andreas/sportwatcher/rc.cpp:478
msgid "Total distance"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:670
#. i18n: ectx: property (text), widget (QLabel, label_9)
#: /home/andreas/sportwatcher/rc.cpp:462
#: /home/andreas/sportwatcher/rc.cpp:481
msgid "Distance of lap"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:680
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:465
#: /home/andreas/sportwatcher/rc.cpp:484
msgid "Total time"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:707
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: /home/andreas/sportwatcher/rc.cpp:468
#: /home/andreas/sportwatcher/rc.cpp:487
msgid "Time of lap"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:717
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: /home/andreas/sportwatcher/rc.cpp:471
#: /home/andreas/sportwatcher/rc.cpp:490
msgid "Average speed"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:744
#. i18n: ectx: property (text), widget (QLabel, label_11)
#: /home/andreas/sportwatcher/rc.cpp:474
#: /home/andreas/sportwatcher/rc.cpp:493
msgid "Average speed of lap"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:754
#. i18n: ectx: property (text), widget (QLabel, label_7)
#: /home/andreas/sportwatcher/rc.cpp:477
#: /home/andreas/sportwatcher/rc.cpp:496
msgid "Total height"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:781
#. i18n: ectx: property (text), widget (QLabel, label_12)
#: /home/andreas/sportwatcher/rc.cpp:480
#: /home/andreas/sportwatcher/rc.cpp:499
msgid "Total height of lap"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:791
#. i18n: ectx: property (text), widget (QLabel, label_8)
#: /home/andreas/sportwatcher/rc.cpp:483
#: /home/andreas/sportwatcher/rc.cpp:502
msgid "Average heart rate"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:818
#. i18n: ectx: property (text), widget (QLabel, label_13)
#: /home/andreas/sportwatcher/rc.cpp:486
#: /home/andreas/sportwatcher/rc.cpp:505
msgid "Average heart rate of lap"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:828
#. i18n: ectx: property (text), widget (QLabel, label_14)
#: /home/andreas/sportwatcher/rc.cpp:489
#: /home/andreas/sportwatcher/rc.cpp:508
msgid "Number laps"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/sportwatcherwidgetbase.ui:851
#. i18n: ectx: property (text), widget (QLabel, label_15)
#: /home/andreas/sportwatcher/rc.cpp:492
#: /home/andreas/sportwatcher/rc.cpp:511
msgid "Actual lap number"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsCapabilitiesWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:514
msgid "Capabilities"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:23
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_4)
#: /home/andreas/sportwatcher/rc.cpp:517
msgid "Service"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:50
#. i18n: ectx: property (text), widget (QLabel, label_14)
#: /home/andreas/sportwatcher/rc.cpp:523
msgid "Abstract"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:67
#. i18n: ectx: property (text), widget (QLabel, label_13)
#: /home/andreas/sportwatcher/rc.cpp:526
msgid "Title"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:74
#. i18n: ectx: property (text), widget (QLabel, label_15)
#: /home/andreas/sportwatcher/rc.cpp:529
msgid "Online ressource"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:98
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:532
msgid "Contact person primary"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:104
#. i18n: ectx: property (text), widget (QLabel, label)
#: /home/andreas/sportwatcher/rc.cpp:535
msgid "Contact person"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:121
#. i18n: ectx: property (text), widget (QLabel, label_2)
#: /home/andreas/sportwatcher/rc.cpp:538
msgid "Contact organisation"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:135
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:541
msgid "Voice telephone"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:149
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: /home/andreas/sportwatcher/rc.cpp:544
msgid "Facsimile telephone"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:163
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:547
msgid "Electronic mail address"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:177
#. i18n: ectx: property (text), widget (QLabel, label_16)
#: /home/andreas/sportwatcher/rc.cpp:550
msgid "Address"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:184
#. i18n: ectx: property (text), widget (QLabel, label_17)
#: /home/andreas/sportwatcher/rc.cpp:553
msgid "City"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:191
#. i18n: ectx: property (text), widget (QLabel, label_18)
#: /home/andreas/sportwatcher/rc.cpp:556
msgid "State or province"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:198
#. i18n: ectx: property (text), widget (QLabel, label_19)
#: /home/andreas/sportwatcher/rc.cpp:559
msgid "Post code"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:205
#. i18n: ectx: property (text), widget (QLabel, label_20)
#: /home/andreas/sportwatcher/rc.cpp:562
msgid "Country"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:250
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#: /home/andreas/sportwatcher/rc.cpp:565
msgid "Get map"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:256
#. i18n: ectx: property (text), widget (QLabel, label_8)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:320
#. i18n: ectx: property (text), widget (QLabel, label_6)
#: /home/andreas/sportwatcher/rc.cpp:568 /home/andreas/sportwatcher/rc.cpp:580
msgid "Get"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:270
#. i18n: ectx: property (text), widget (QLabel, label_9)
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:334
#. i18n: ectx: property (text), widget (QLabel, label_7)
#: /home/andreas/sportwatcher/rc.cpp:571 /home/andreas/sportwatcher/rc.cpp:583
msgid "Post"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:284
#. i18n: ectx: property (text), widget (QLabel, label_10)
#: /home/andreas/sportwatcher/rc.cpp:574
msgid "Formats"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:314
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:89
#. i18n: ectx: property (text), widget (KPushButton, pbGetCapabilities)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:553
#. i18n: ectx: property (text), widget (KPushButton, pbGetCapabilities)
#: /home/andreas/sportwatcher/rc.cpp:577 /home/andreas/sportwatcher/rc.cpp:610
#: /home/andreas/sportwatcher/rc.cpp:775
msgid "Get capabilities"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:355
#. i18n: ectx: property (text), widget (QLabel, label_11)
#: /home/andreas/sportwatcher/rc.cpp:586
msgid "Format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmscapabilitieswidgetbase.ui:369
#. i18n: ectx: property (text), widget (QLabel, label_21)
#: /home/andreas/sportwatcher/rc.cpp:589
msgid "Features"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsSelectorWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:595
msgid "WMS Selector"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:30
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: /home/andreas/sportwatcher/rc.cpp:598
msgid "Waypoint in WGS84 date"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:76
#. i18n: ectx: property (text), widget (QLabel, label_3)
#: /home/andreas/sportwatcher/rc.cpp:607
msgid "Capital city"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:96
#. i18n: ectx: property (text), widget (KPushButton, pbDetails)
#: /home/andreas/sportwatcher/rc.cpp:613
msgid "Details about WMS server"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:154
#. i18n: ectx: property (text), widget (QLabel, label_4)
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:475
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:616 /home/andreas/sportwatcher/rc.cpp:751
msgid "Bands"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:171
#. i18n: ectx: property (text), widget (QCheckBox, cbStyles)
#: /home/andreas/sportwatcher/rc.cpp:619
msgid "Set styles"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:178
#. i18n: ectx: property (toolTip), widget (QSlider, slideZoom)
#: /home/andreas/sportwatcher/rc.cpp:622
msgid "Slide to zoom map"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:184
#. i18n: ectx: property (whatsThis), widget (QSlider, slideZoom)
#: /home/andreas/sportwatcher/rc.cpp:625
msgid "With this slider you can change the toom level ov the map in 10 steps."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmsselectorwidgetbase.ui:200
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: /home/andreas/sportwatcher/rc.cpp:628
msgid "Zoom"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:14
#. i18n: ectx: property (windowTitle), widget (QDialog, wmsWidgetBase)
#: /home/andreas/sportwatcher/rc.cpp:495
#: /home/andreas/sportwatcher/rc.cpp:631
msgid "WMS"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:26
#. i18n: ectx: property (toolTip), widget (KPushButton, pbCancel)
#: /home/andreas/sportwatcher/rc.cpp:498
#: /home/andreas/sportwatcher/rc.cpp:634
msgid "Click this to cancel all made settings and close this dialog."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:84
#. i18n: ectx: property (toolTip), widget (KPushButton, pbSave)
#: /home/andreas/sportwatcher/rc.cpp:504
#: /home/andreas/sportwatcher/rc.cpp:640
msgid "Click this to save all settings."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:97
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox1)
#: /home/andreas/sportwatcher/rc.cpp:510
#: /home/andreas/sportwatcher/rc.cpp:646
msgid "Server settings"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:119
#. i18n: ectx: property (text), widget (QLabel, textLabel6)
#: /home/andreas/sportwatcher/rc.cpp:513
#: /home/andreas/sportwatcher/rc.cpp:649
msgid "Depth"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:168
#. i18n: ectx: property (text), widget (QLabel, textLabel7)
#: /home/andreas/sportwatcher/rc.cpp:537
#: /home/andreas/sportwatcher/rc.cpp:673
msgid "Styles"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:178
#. i18n: ectx: property (text), widget (QLabel, textLabel11)
#: /home/andreas/sportwatcher/rc.cpp:540
#: /home/andreas/sportwatcher/rc.cpp:676
msgid "Version"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:188
#. i18n: ectx: property (toolTip), widget (KLineEdit, edLayer)
#: /home/andreas/sportwatcher/rc.cpp:543
#: /home/andreas/sportwatcher/rc.cpp:679
msgid "If you need or want to specify layers, do it here."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:211
#. i18n: ectx: property (text), widget (QLabel, textLabel8)
#: /home/andreas/sportwatcher/rc.cpp:546
#: /home/andreas/sportwatcher/rc.cpp:682
msgid "Overview count"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:221
#. i18n: ectx: property (toolTip), widget (KLineEdit, edStyles)
#: /home/andreas/sportwatcher/rc.cpp:549
#: /home/andreas/sportwatcher/rc.cpp:685
msgid ""
"In case you've entered layers, you must enter one style for every layer!"
msgstr ""
1653,240 → 1982,234
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:228
#. i18n: ectx: property (text), widget (QLabel, textLabel12)
#: /home/andreas/sportwatcher/rc.cpp:552
#: /home/andreas/sportwatcher/rc.cpp:688
msgid "Image format"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:322
#. i18n: ectx: property (toolTip), widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:555
#: /home/andreas/sportwatcher/rc.cpp:691
msgid "The version of the WMS server. This defines the used protocol."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:326
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:558
#: /home/andreas/sportwatcher/rc.cpp:694
msgid "1.1.1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:331
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:561
#: /home/andreas/sportwatcher/rc.cpp:697
msgid "1.1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:336
#. i18n: ectx: property (text), item, widget (KComboBox, cbVersion)
#: /home/andreas/sportwatcher/rc.cpp:564
#: /home/andreas/sportwatcher/rc.cpp:700
msgid "1"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:344
#. i18n: ectx: property (text), widget (QLabel, textLabel3)
#: /home/andreas/sportwatcher/rc.cpp:567
#: /home/andreas/sportwatcher/rc.cpp:703
msgid "SRS"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:354
#. i18n: ectx: property (text), widget (QLabel, textLabel2)
#: /home/andreas/sportwatcher/rc.cpp:570
#: /home/andreas/sportwatcher/rc.cpp:706
msgid "Layer Name"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:367
#. i18n: ectx: property (toolTip), widget (KUrlRequester, edServerURL)
#: /home/andreas/sportwatcher/rc.cpp:573
#: /home/andreas/sportwatcher/rc.cpp:709
msgid "Enter the URL to the WMS server."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:374
#. i18n: ectx: property (text), widget (QLabel, textLabel1)
#: /home/andreas/sportwatcher/rc.cpp:576
#: /home/andreas/sportwatcher/rc.cpp:712
msgid "Server URL"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:400
#. i18n: ectx: property (toolTip), widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:579
#: /home/andreas/sportwatcher/rc.cpp:715
msgid "The size of the tiles you want. The performance depends on this."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:407
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:582
#: /home/andreas/sportwatcher/rc.cpp:718
msgid "64x64"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:412
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:585
#: /home/andreas/sportwatcher/rc.cpp:721
msgid "128x128"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:417
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:588
#: /home/andreas/sportwatcher/rc.cpp:724
msgid "256x256"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:422
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:591
#: /home/andreas/sportwatcher/rc.cpp:727
msgid "512x512"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:427
#. i18n: ectx: property (text), item, widget (KComboBox, cbTile)
#: /home/andreas/sportwatcher/rc.cpp:594
#: /home/andreas/sportwatcher/rc.cpp:730
msgid "1024x1024"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:435
#. i18n: ectx: property (text), widget (QLabel, textLabel5)
#: /home/andreas/sportwatcher/rc.cpp:597
#: /home/andreas/sportwatcher/rc.cpp:733
msgid "Tile size"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:445
#. i18n: ectx: property (toolTip), widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:600
#: /home/andreas/sportwatcher/rc.cpp:736
msgid "The grafic format the server returns."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:452
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:603
#: /home/andreas/sportwatcher/rc.cpp:739
msgid "GIF"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:457
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:606
#: /home/andreas/sportwatcher/rc.cpp:742
msgid "JPEG"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:462
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:609
#: /home/andreas/sportwatcher/rc.cpp:745
msgid "PNG"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:467
#. i18n: ectx: property (text), item, widget (KComboBox, cbImage)
#: /home/andreas/sportwatcher/rc.cpp:612
#: /home/andreas/sportwatcher/rc.cpp:748
msgid "TIFF"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:475
#. i18n: ectx: property (text), widget (QLabel, textLabel4)
#: /home/andreas/sportwatcher/rc.cpp:615
msgid "Bands"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:486
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:618
#: /home/andreas/sportwatcher/rc.cpp:754
msgid "CRS:83"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:491
#. i18n: ectx: property (text), item, widget (KComboBox, cbCRS)
#: /home/andreas/sportwatcher/rc.cpp:621
#: /home/andreas/sportwatcher/rc.cpp:757
msgid "CRS:84"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:514
#. i18n: ectx: property (text), widget (QLabel, textLabel9)
#: /home/andreas/sportwatcher/rc.cpp:633
#: /home/andreas/sportwatcher/rc.cpp:769
msgid "CRS"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:540
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edBands)
#: /home/andreas/sportwatcher/rc.cpp:636
#: /home/andreas/sportwatcher/rc.cpp:772
msgid "Set the number of bands the server returns (mostly 3 or 4)."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:556
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:563
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox2)
#: /home/andreas/sportwatcher/rc.cpp:639
#: /home/andreas/sportwatcher/rc.cpp:778
msgid "Read modes"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:562
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:569
#. i18n: ectx: property (toolTip), widget (QCheckBox, chOffline)
#: /home/andreas/sportwatcher/rc.cpp:642
#: /home/andreas/sportwatcher/rc.cpp:781
msgid "Check this if you don't want to get maps online."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:565
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:572
#. i18n: ectx: property (text), widget (QCheckBox, chOffline)
#: /home/andreas/sportwatcher/rc.cpp:645
#: /home/andreas/sportwatcher/rc.cpp:784
msgid "Offline mode"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:572
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:579
#. i18n: ectx: property (toolTip), widget (QCheckBox, chSquare)
#: /home/andreas/sportwatcher/rc.cpp:648
#: /home/andreas/sportwatcher/rc.cpp:787
msgid ""
"In rare cases, a WMS server is not able to convert the map into the right "
"dimensions. Then this may help."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:575
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:582
#. i18n: ectx: property (text), widget (QCheckBox, chSquare)
#: /home/andreas/sportwatcher/rc.cpp:651
#: /home/andreas/sportwatcher/rc.cpp:790
msgid "WMS Server uses square pixels"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:582
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:589
#. i18n: ectx: property (text), widget (QCheckBox, chAdvice)
#: /home/andreas/sportwatcher/rc.cpp:654
#: /home/andreas/sportwatcher/rc.cpp:793
msgid "Advise read"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:653
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:660
#. i18n: ectx: property (text), widget (QCheckBox, chVerify)
#: /home/andreas/sportwatcher/rc.cpp:657
#: /home/andreas/sportwatcher/rc.cpp:796
msgid "Verify advise read"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:730
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:737
#. i18n: ectx: property (title), widget (Q3GroupBox, groupBox3)
#: /home/andreas/sportwatcher/rc.cpp:660
#: /home/andreas/sportwatcher/rc.cpp:799
msgid "Manual corrections"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:736
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:743
#. i18n: ectx: property (text), widget (QLabel, textLabel1_2)
#: /home/andreas/sportwatcher/rc.cpp:663
#: /home/andreas/sportwatcher/rc.cpp:802
msgid "Add meters to longitude"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:746
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:753
#. i18n: ectx: property (text), widget (QLabel, textLabel2_2)
#: /home/andreas/sportwatcher/rc.cpp:666
#: /home/andreas/sportwatcher/rc.cpp:805
msgid "Add meters to latitude"
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:756
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:763
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edCorrX)
#: /home/andreas/sportwatcher/rc.cpp:669
#: /home/andreas/sportwatcher/rc.cpp:808
msgid "Add some meters to longitude, to correct an error."
msgstr ""
 
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:769
#. i18n: file: /home/andreas/sportwatcher/src/wmswidgetbase.ui:776
#. i18n: ectx: property (toolTip), widget (KIntSpinBox, edCorrY)
#: /home/andreas/sportwatcher/rc.cpp:672
#: /home/andreas/sportwatcher/rc.cpp:811
msgid "Add some meters to latitude, to correct an error."
msgstr ""
 
#: /home/andreas/sportwatcher/rc.cpp:673
#: /home/andreas/sportwatcher/rc.cpp:812
msgctxt "NAME OF TRANSLATORS"
msgid "Andreas Theofilu"
msgstr ""
 
#: /home/andreas/sportwatcher/rc.cpp:674
#: /home/andreas/sportwatcher/rc.cpp:813
msgctxt "EMAIL OF TRANSLATORS"
msgid "andreas@theosys.at"
msgstr ""