From 65028896bdadb8d4c29a842a996fa0410deb42f5 Mon Sep 17 00:00:00 2001 From: tsteven4 <13596209+tsteven4@users.noreply.github.com> Date: Mon, 6 Jul 2020 06:38:58 -0600 Subject: [PATCH] Release candidate (#602) * prep for release 1.7.0. * update reference files for release. * use windows resource compiler scripts for CLI and GUI. These rc scripts are used to set the icon the OS sees and to supply version information that is shown by windows explorer. * correct file permissions. * update rc copyright --- CMakeLists.txt | 1 + GPSBabel.pro | 1 + Makefile.in | 9 +- configure | 27 +- configure.ac | 10 +- gbversion.h | 13 +- gbversion.h.in | 9 + gui/app.rc | 39 +- gui/coretool/core_strings.h | 19 +- gui/coretool/gpsbabel_de.qm | Bin 42043 -> 41144 bytes gui/coretool/gpsbabel_de.ts | 1253 +++++++++++++++++----------------- gui/coretool/gpsbabel_es.qm | Bin 43485 -> 42542 bytes gui/coretool/gpsbabel_es.ts | 1255 +++++++++++++++++----------------- gui/coretool/gpsbabel_fr.qm | Bin 21448 -> 20686 bytes gui/coretool/gpsbabel_fr.ts | 1277 ++++++++++++++++++----------------- gui/coretool/gpsbabel_hu.qm | Bin 19207 -> 18531 bytes gui/coretool/gpsbabel_hu.ts | 1253 +++++++++++++++++----------------- gui/coretool/gpsbabel_it.qm | Bin 21803 -> 21045 bytes gui/coretool/gpsbabel_it.ts | 1247 +++++++++++++++++----------------- gui/coretool/gpsbabel_ru.ts | 1249 +++++++++++++++++----------------- gui/gpsbabelfe_de.ts | 54 +- gui/gpsbabelfe_es.ts | 54 +- gui/gpsbabelfe_fr.ts | 54 +- gui/gpsbabelfe_hu.ts | 54 +- gui/gpsbabelfe_it.ts | 54 +- gui/gpsbabelfe_ru.ts | 54 +- gui/setup.iss | 6 +- reference/help.txt | 2 +- reference/usage.txt | 2 +- win32/.gitignore | 1 - win32/gpsbabel.rc | 38 ++ win32/gpsbabel.rc.in | 27 - 32 files changed, 4078 insertions(+), 3984 deletions(-) create mode 100644 win32/gpsbabel.rc delete mode 100644 win32/gpsbabel.rc.in diff --git a/CMakeLists.txt b/CMakeLists.txt index 1a5b27ead..2b2ec2c6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,6 +227,7 @@ if(WIN32) set(HEADERS ${HEADERS} gbser_win.h) set(JEEPS ${JEEPS} jeeps/gpsusbwin.cc) set(LIBS ${LIBS} setupapi) + set(RC_FILE win32/gpsbabel.rc) endif() if(MSVC) diff --git a/GPSBabel.pro b/GPSBabel.pro index 10537d028..3e1ca1573 100644 --- a/GPSBabel.pro +++ b/GPSBabel.pro @@ -210,6 +210,7 @@ win32 { HEADERS += gbser_win.h JEEPS += jeeps/gpsusbwin.cc LIBS += "-lsetupapi" + RC_FILE = win32/gpsbabel.rc } win32-msvc* { diff --git a/Makefile.in b/Makefile.in index 8b471c0f0..5ace8da17 100644 --- a/Makefile.in +++ b/Makefile.in @@ -501,7 +501,8 @@ f90g_track.o: f90g_track.cc defs.h config.h zlib/zlib.h zlib/zconf.h \ formspec.h inifile.h gbfile.h session.h src/core/datetime.h \ src/core/optional.h fatal.o: fatal.cc defs.h config.h zlib/zlib.h zlib/zconf.h formspec.h \ - inifile.h gbfile.h session.h src/core/datetime.h src/core/optional.h + inifile.h gbfile.h session.h src/core/datetime.h src/core/optional.h \ + src/core/logging.h filter_vecs.o: filter_vecs.cc defs.h config.h zlib/zlib.h zlib/zconf.h \ formspec.h inifile.h gbfile.h session.h src/core/datetime.h \ src/core/optional.h filter_vecs.h arcdist.h filter.h bend.h discard.h \ @@ -882,9 +883,9 @@ navilink.o: navilink.cc defs.h config.h zlib/zlib.h zlib/zconf.h \ navitel.o: navitel.cc defs.h config.h zlib/zlib.h zlib/zconf.h formspec.h \ inifile.h gbfile.h session.h src/core/datetime.h src/core/optional.h \ jeeps/gpsmath.h jeeps/gpsport.h -netstumbler.o: netstumbler.cc defs.h config.h zlib/zlib.h zlib/zconf.h \ - formspec.h inifile.h gbfile.h session.h src/core/datetime.h \ - src/core/optional.h cet_util.h csv_util.h +netstumbler.o: netstumbler.cc cet_util.h defs.h config.h zlib/zlib.h \ + zlib/zconf.h formspec.h inifile.h gbfile.h session.h \ + src/core/datetime.h src/core/optional.h csv_util.h nmea.o: nmea.cc defs.h config.h zlib/zlib.h zlib/zconf.h formspec.h \ inifile.h gbfile.h session.h src/core/datetime.h src/core/optional.h \ nmea.h format.h cet_util.h gbser.h jeeps/gpsmath.h jeeps/gpsport.h \ diff --git a/configure b/configure index 8819601ce..610b837f0 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for GPSBabel 1.6.0. +# Generated by GNU Autoconf 2.69 for GPSBabel 1.7.0. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='GPSBabel' PACKAGE_TARNAME='gpsbabel' -PACKAGE_VERSION='1.6.0' -PACKAGE_STRING='GPSBabel 1.6.0' +PACKAGE_VERSION='1.7.0' +PACKAGE_STRING='GPSBabel 1.7.0' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1293,7 +1293,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GPSBabel 1.6.0 to adapt to many kinds of systems. +\`configure' configures GPSBabel 1.7.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1360,7 +1360,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GPSBabel 1.6.0:";; + short | recursive ) echo "Configuration of GPSBabel 1.7.0:";; esac cat <<\_ACEOF @@ -1459,7 +1459,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GPSBabel configure 1.6.0 +GPSBabel configure 1.7.0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1862,7 +1862,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GPSBabel $as_me 1.6.0, which was +It was created by GPSBabel $as_me 1.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2210,15 +2210,15 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -DOCVERSION=1.6.0 +DOCVERSION=1.7.0 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -DOCVERSION=development +#DOCVERSION=development # Increase GBBUILD for a new release (why? Where is this ever used?) # A: it's used by win32/gpsbabel.rc.in which is used by the setup program, -GBBUILD=30 +GBBUILD=31 # PACKAGE_RELEASE="-beta20190413" cat >>confdefs.h <<_ACEOF @@ -6549,7 +6549,7 @@ as_dir=zlib/contrib/minizip; as_fn_mkdir_p as_dir=testo.d; as_fn_mkdir_p as_dir=mac/libusb; as_fn_mkdir_p -ac_config_files="$ac_config_files Makefile gbversion.h gui/setup.iss xmldoc/makedoc win32/gpsbabel.rc" +ac_config_files="$ac_config_files Makefile gbversion.h gui/setup.iss xmldoc/makedoc" ac_config_files="$ac_config_files tools/mkcapabilities" @@ -7060,7 +7060,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GPSBabel $as_me 1.6.0, which was +This file was extended by GPSBabel $as_me 1.7.0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7122,7 +7122,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -GPSBabel config.status 1.6.0 +GPSBabel config.status 1.7.0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -7250,7 +7250,6 @@ do "gbversion.h") CONFIG_FILES="$CONFIG_FILES gbversion.h" ;; "gui/setup.iss") CONFIG_FILES="$CONFIG_FILES gui/setup.iss" ;; "xmldoc/makedoc") CONFIG_FILES="$CONFIG_FILES xmldoc/makedoc" ;; - "win32/gpsbabel.rc") CONFIG_FILES="$CONFIG_FILES win32/gpsbabel.rc" ;; "tools/mkcapabilities") CONFIG_FILES="$CONFIG_FILES tools/mkcapabilities" ;; *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; diff --git a/configure.ac b/configure.ac index a6b9ae01d..cdfe3f978 100644 --- a/configure.ac +++ b/configure.ac @@ -4,16 +4,16 @@ AC_PREREQ([2.59]) #PACKAGE_RELEASE= -AC_INIT([GPSBabel], [1.6.0]) -DOCVERSION=1.6.0 +AC_INIT([GPSBabel], [1.7.0]) +DOCVERSION=1.7.0 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -DOCVERSION=development +#DOCVERSION=development # Increase GBBUILD for a new release (why? Where is this ever used?) # A: it's used by win32/gpsbabel.rc.in which is used by the setup program, -GBBUILD=30 +GBBUILD=31 # PACKAGE_RELEASE="-beta20190413" AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) @@ -369,6 +369,6 @@ AS_MKDIR_P([zlib/contrib/minizip]) AS_MKDIR_P([testo.d]) AS_MKDIR_P([mac/libusb]) -AC_CONFIG_FILES([Makefile gbversion.h gui/setup.iss xmldoc/makedoc win32/gpsbabel.rc]) +AC_CONFIG_FILES([Makefile gbversion.h gui/setup.iss xmldoc/makedoc]) AC_CONFIG_FILES([tools/mkcapabilities], [chmod +x tools/mkcapabilities]) AC_OUTPUT diff --git a/gbversion.h b/gbversion.h index df8382bb3..baac2f459 100644 --- a/gbversion.h +++ b/gbversion.h @@ -4,5 +4,14 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.6.0" -#define WEB_DOC_DIR "https://www.gpsbabel.org/htmldoc-development" +#ifdef RC_INVOKED +// These defines are for the Microsoft resource compiler scripts +// win32/gpsbabel.rc and gui/app.rc +#define VER_FILE 1,7,0,31 +#define VER_PRODUCT 1,7,0,31 +#define VER_FILE_STR "1.7.0" +#define VER_PRODUCT_STR "1.7.0" +#else +#define VERSION "1.7.0" +#define WEB_DOC_DIR "https://www.gpsbabel.org/htmldoc-1.7.0" +#endif diff --git a/gbversion.h.in b/gbversion.h.in index b2778a09e..6e8c7e309 100644 --- a/gbversion.h.in +++ b/gbversion.h.in @@ -4,5 +4,14 @@ * * Isn't simplification via automation grand? */ +#ifdef RC_INVOKED +// These defines are for the Microsoft resource compiler scripts +// win32/gpsbabel.rc and gui/app.rc +#define VER_FILE @GBMAJOR@,@GBMINOR@,@GBMICRO@,@GBBUILD@ +#define VER_PRODUCT @GBMAJOR@,@GBMINOR@,@GBMICRO@,@GBBUILD@ +#define VER_FILE_STR "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@" +#define VER_PRODUCT_STR "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@" +#else #define VERSION "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@" #define WEB_DOC_DIR "https://www.gpsbabel.org/htmldoc-@DOCVERSION@" +#endif diff --git a/gui/app.rc b/gui/app.rc index 5f0fddf3b..b53f37499 100644 --- a/gui/app.rc +++ b/gui/app.rc @@ -1 +1,38 @@ -IDI_ICON1 ICON DISCARDABLE "images/appicon.ico" +#include +#include "../gbversion.h" + +IDI_ICON1 ICON "images/appicon.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION VER_FILE + PRODUCTVERSION VER_PRODUCT + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "GPSBabel Team" + VALUE "FileDescription", "GPS format converter" + VALUE "FileVersion", VER_FILE_STR + VALUE "InternalName", "GPSBabelFE.exe" + VALUE "LegalCopyright", L"\x00a9 2002-2020 Robert Lipe" + VALUE "OriginalFilename", "GPSBabelFE.exe" + VALUE "ProductName", "GPSBabel" + VALUE "ProductVersion", VER_PRODUCT_STR + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END +/* End of Version info */ diff --git a/gui/coretool/core_strings.h b/gui/coretool/core_strings.h index 3cc80cd5e..453ad92a9 100644 --- a/gui/coretool/core_strings.h +++ b/gui/coretool/core_strings.h @@ -100,6 +100,7 @@ QT_TRANSLATE_NOOP("core","Time-frame (in seconds)") QT_TRANSLATE_NOOP("core","Locate waypoint for tagging by this name") QT_TRANSLATE_NOOP("core","!OVERWRITE! the original file. Default=N") QT_TRANSLATE_NOOP("core","Embedded Exif-GPS data (.jpg)") +QT_TRANSLATE_NOOP("core","Time zone ID") QT_TRANSLATE_NOOP("core","Energympro GPS training watch") QT_TRANSLATE_NOOP("core","Enigma binary waypoint file (.ert)") QT_TRANSLATE_NOOP("core","Source for name field in .dbf") @@ -109,6 +110,7 @@ QT_TRANSLATE_NOOP("core","F90G Automobile DVR GPS log file") QT_TRANSLATE_NOOP("core","(integer sec or 'auto') Barograph to GPS time diff") QT_TRANSLATE_NOOP("core","FAI/IGC Flight Recorder Data Format") QT_TRANSLATE_NOOP("core","Read all points even if latitude or longitude is missing") +QT_TRANSLATE_NOOP("core","Attempt to recovery data from corrupt file") QT_TRANSLATE_NOOP("core","Flexible and Interoperable Data Transfer (FIT) Activity file") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") @@ -151,15 +153,9 @@ QT_TRANSLATE_NOOP("core","Default category on output (1..16)") QT_TRANSLATE_NOOP("core","Bitmap of categories") QT_TRANSLATE_NOOP("core","Version of gdb file to generate (1..3)") QT_TRANSLATE_NOOP("core","Drop route points that do not have an equivalent waypoint (hidden points)") +QT_TRANSLATE_NOOP("core","Don't create waypoints for non-user points") QT_TRANSLATE_NOOP("core","Include major turn points (with description) from calculated route") QT_TRANSLATE_NOOP("core","Garmin MapSource - gdb") -QT_TRANSLATE_NOOP("core","Length of generated shortnames") -QT_TRANSLATE_NOOP("core","Allow whitespace synth. shortnames") -QT_TRANSLATE_NOOP("core","Version of mapsource file to generate (3,4,5)") -QT_TRANSLATE_NOOP("core","Merge output with existing file") -QT_TRANSLATE_NOOP("core","Use depth values on output (default is ignore)") -QT_TRANSLATE_NOOP("core","Use proximity values on output (default is ignore)") -QT_TRANSLATE_NOOP("core","Garmin MapSource - mps") QT_TRANSLATE_NOOP("core","Read/Write date format (i.e. yyyy/mm/dd)") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") QT_TRANSLATE_NOOP("core","Distance unit [m=metric, s=statute]") @@ -235,6 +231,7 @@ QT_TRANSLATE_NOOP("core","list tracks") QT_TRANSLATE_NOOP("core","get track") QT_TRANSLATE_NOOP("core","Dump raw data to this file") QT_TRANSLATE_NOOP("core","Dump raw data to this file") +QT_TRANSLATE_NOOP("core","Time zone ID") QT_TRANSLATE_NOOP("core","GlobalSat GH625XT GPS training watch") QT_TRANSLATE_NOOP("core","Google Directions XML") QT_TRANSLATE_NOOP("core","Default icon name") @@ -369,7 +366,6 @@ QT_TRANSLATE_NOOP("core","Basename prepended to URL on output") QT_TRANSLATE_NOOP("core","Use shortname instead of description") QT_TRANSLATE_NOOP("core","GPS datum (def. WGS 84)") QT_TRANSLATE_NOOP("core","Kompass (DAV) Waypoints (.wp)") -QT_TRANSLATE_NOOP("core","KuDaTa PsiTrex text") QT_TRANSLATE_NOOP("core","(USR input) Ignore event marker icons on read") QT_TRANSLATE_NOOP("core","(USR output) Treat waypoints as icons on write") QT_TRANSLATE_NOOP("core","(USR output) Merge into one segmented trail") @@ -568,6 +564,7 @@ QT_TRANSLATE_NOOP("core","OziExplorer") QT_TRANSLATE_NOOP("core","PocketFMS breadcrumbs") QT_TRANSLATE_NOOP("core","PocketFMS flightplan (.xml)") QT_TRANSLATE_NOOP("core","PocketFMS waypoints (.txt)") +QT_TRANSLATE_NOOP("core","Qstarz BL-1000") QT_TRANSLATE_NOOP("core","Default location") QT_TRANSLATE_NOOP("core","Raymarine Waypoint File (.rwf)") QT_TRANSLATE_NOOP("core","Max synthesized shortname length") @@ -605,9 +602,9 @@ QT_TRANSLATE_NOOP("core","Last sector to be read from the file (-1: read till em QT_TRANSLATE_NOOP("core","Seconds that GPS time tracks UTC (0: best guess)") QT_TRANSLATE_NOOP("core","GPS week rollover period we're in (-1: best guess)") QT_TRANSLATE_NOOP("core","SkyTraq Venus based loggers Binary File Format") -QT_TRANSLATE_NOOP("core","Video position for which exact GPS time is known (hhmmss, default is 0:00:00)") -QT_TRANSLATE_NOOP("core","GPS time at position video_time (hhmmss, default is first timestamp of track)") -QT_TRANSLATE_NOOP("core","GPS date at position video_time (hhmmss, default is first timestamp of track)") +QT_TRANSLATE_NOOP("core","Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000)") +QT_TRANSLATE_NOOP("core","GPS time at position video_time (hhmmss[.sss], default is first timestamp of track)") +QT_TRANSLATE_NOOP("core","GPS date at position video_time (yyyymmdd, default is first timestamp of track)") QT_TRANSLATE_NOOP("core","Format for subtitles") QT_TRANSLATE_NOOP("core","SubRip subtitles for video mapping (.srt)") QT_TRANSLATE_NOOP("core","Index of route (if more than one in source)") diff --git a/gui/coretool/gpsbabel_de.qm b/gui/coretool/gpsbabel_de.qm index cfd4e53d2eaaac044a9532bc63b5c2f364df47bf..92da50fa5a98930ec31724f3cec5e9977c1343a9 100644 GIT binary patch delta 2292 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 F``-(XD^CCb diff --git a/gui/coretool/gpsbabel_de.ts b/gui/coretool/gpsbabel_de.ts index 6816431f3..3a44ba7e2 100644 --- a/gui/coretool/gpsbabel_de.ts +++ b/gui/coretool/gpsbabel_de.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff Zeitdifferent zwischen Barograph und GPS (ganzz. Sekunden oder 'auto') @@ -17,17 +17,17 @@ USR-Ausgabe: zu einem segmentierten Track zusammenfassen - + Ad-hoc closed icon name Icon allgemein für "geschlossen" - + Ad-hoc open icon name Icon allgemein für "offen" - + After output job done sleep n second(s) Im Anschluß n Sekunde(n) pausieren @@ -40,43 +40,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames Leerzeichen in Kurznamen erlauben - + Altitudes are absolute and not clamped to ground Absolute Höhenangaben (nicht bodenverbunden) @@ -85,12 +84,12 @@ Beschreibung um Symbolbeschreibung erweitern - + Append realtime positioning data to the output file instead of truncating Echtzeit-Positionierungsdaten an Ausgabendatei anhängen und nicht kürzen - + Base URL for link tag in output Basis-URL für Verknüpfungseintrag in Ausgabe @@ -103,41 +102,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output Basis-Adresse für erzeugte URLs - - + + Bitmap of categories Mehrfachkategorie, als Dezimal- oder Hexadezimalwert @@ -146,7 +145,7 @@ Kategoriename (Cache) - + Category number to use for written waypoints Kategorienummer (1..16) beim Schreiben von Wegpunkten verwenden @@ -156,24 +155,24 @@ Farbe für Linien oder Kartenangaben - - + + Command unit to power itself down Gerät im Anschluß abschalten - - + + Complete date-free tracks with given date (YYYYMMDD). Tracks ohne Datumsangaben mit diesem Datum vervollständigen (YYYYMMDD) - + Create unique waypoint names (default = yes) Eindeutige Wegpunktnamen erzeugen (Vorgabe: JA) - + Create waypoints from geocache log entries Wegpunkte aus Geocache Log-Einträgen erzeugen @@ -186,91 +185,91 @@ Datenbankname (Dateiname) - + Datum (default=NAD27) GPS-Datum (Vorgabe: NAD27) - + Days after which points are considered old Anzahl an Tagen, nach denen Punkte als alt betrachtet werden - + Decimal seconds to pause between groups of strings Pause (in Sekunden) zwischen Zeilengruppen - + Default category on output Standardkategorie beim Schreiben - + Default category on output (1..16) Standardkategorie der Ausgabe (1..16) - - - - - - - + + + + + + + Default icon name Standard Symbol - + Default location Vorgabestandort - + Default proximity Vorgabe-Annäherungsabstand - + Default speed Standardgeschwindigkeit - + Default speed for waypoints (knots/hr) Vorgabegeschwindigkeit für Wegpunkte (Knoten/h) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Schreibe Gradangaben in 'ddd', 'dmm' (Vorgabe) oder 'dms' (Gitter) - + Delete all routes Alle Routen löschen - + Delete all track points Alle Trackpunkte löschen - - + + Delete all waypoints Alle Wegpunkte löschen - + Display labels on track and routepoints (default = 1) Beschriftung bei Track- und Routenpunkten anzeigen (Vorgabe: 1) - + Distance unit [m=metric, s=statute] Entfernungsangaben [m=Metrisch, s=Statute] @@ -285,29 +284,29 @@ Keine URLs zur Beschreibung hinzufügen - + Don't show gpi bitmap on device Kein Bitmap (Icon) auf dem GPS anzeigen - + Draw extrusion line from trackpoint to ground Verbindungslinie vom Trackpunkt zum Erdboden zeichnen - + Drop route points that do not have an equivalent waypoint (hidden points) Versteckte Wegpunkte löschen (automatisch berechnete Routenpunkte) - + Enable alerts on speed or proximity distance Alarm für Annäherung oder Geschwindigkeit aktivieren - - - + + + Encrypt hints using ROT13 Verschlüsselung mit ROT13 @@ -316,24 +315,24 @@ Verschlüsselung mit ROT13 - - - - - - - - + + + + + + + + Erase device data after download Nachdem Download Daten auf dem Gerät löschen - + Export linestrings for tracks and routes Linendaten (linestrings) für Tracks und Routen exportieren (Vorgabe: JA) - + Export placemarks for tracks and routes Markierungen für Tracks und Routen exportieren @@ -346,7 +345,7 @@ # Punkte erzeugen - + Generate file with lat/lon for centering map Datei mit Breiten- und Längengradwerten erzeugen (für Kartenzentrierung) @@ -364,42 +363,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) GPS-Datum (Vorgabe: WGS 84) - + Height in pixels of map Kartenhöhe in Pixel @@ -408,23 +407,23 @@ Ereignis-Symbole beim Lesen ignorieren - + Include extended data for trackpoints (default = 1) Erweiterte Daten in Trackpoints mit einbeziehen (Vorgabe = 1) - - + + Include groundspeak logs if present Groundspeak Logs beifügen (sofern vorhandan) - + Include major turn points (with description) from calculated route Hauptrichtungsänderungen (Ansage vorhanden) mit einbeziehen - + Include only via stations in route Nur Stationspunkte ('via stations') der Route übernehmen @@ -437,29 +436,29 @@ Index des Namensfeldes innerhalb der .dbf - + Index of route (if more than one in source) Routen-Index (falls mehrere im Eingabeformat) - - + + Index of route to write (if more than one in source) Zu Schreibender Routen-Index (falls mehrere im Eingabeformat) - + Index of route/track to write (if more than one in source) Routen- oder Track-Index (falls mehrere im Eingabeformat) - + Index of track (if more than one in source) Track-Index (falls mehrere im Eingabeformat) - + Index of track to write (if more than one in source) Track-Index (falls mehrere im Eingabeformat) @@ -468,17 +467,17 @@ Index der URL innerhalb der .dbf - + Indicate direction of travel in track icons (default = 0) Bewegungsrichtung in Tracksymbolen mit Richtungspfeilen anzeigen (Vorgabe: 0) - + Infrastructure closed icon name Icon "Komplex (Infrastruktur) geschlossen" - + Infrastructure open icon name Icon "Komplex (Infrastruktur) offen" @@ -488,9 +487,8 @@ Abbiegungen bei Verwendung des Simplify(Vereinfachen)-Filters beibehalten - - - + + Length of generated shortnames Maximale Länge der generierten Kurznamen @@ -500,7 +498,7 @@ Maximale Länge der zu generierenden Kurznamen (Vorgabe: 16) - + Line color, specified in hex AABBGGRR Linienfarbe (hexadezimaler Wert AABBGGRR) @@ -513,78 +511,93 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique Eindeutige Kurznamen erzeugen - + MapSend version TRK file to generate (3,4) TRK-Datei in MapSend-Version # (3,4) erzeugen - + + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) + + + + + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) + + + + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) + + + + Margin for map. Degrees or percentage Begrenzung der Karte (in Grad oder Prozent) - + Marker type for new points Markierungstyp für neue Punkte - + Marker type for old points Markierungstyp für alte Punkte - + Marker type for unfound points Markierungstyp für nicht gefundene Punkte - + Max length of waypoint name to write Max. Länge der zu schreibenden Wegpunktnamen - - - + + + Max number of comments to write (maxcmts=200) Maximale Anzahl an Kommentaren für die Ausgabe - + Max shortname length when used with -s Maximale Länge der generierten Kurznamen @@ -595,51 +608,50 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length Maximale Länge der generierten Kurznamen - Merge output with existing file - Ausgabe in existierende Datei einfügen + Ausgabe in existierende Datei einfügen - - - - + + + + MTK compatible CSV output file Ausgabe-CSV-Datei kompatibel zum MTK-Datalogger @@ -648,7 +660,7 @@ Name der 'unassigned'-Kategorie - + New name for the route Name der neuen Route @@ -657,27 +669,27 @@ Keine Trennlinien zwischen den Wegpunkten - + No whitespace in generated shortnames Leerzeichen in Kurznamen unterdrücken - + Non-stealth encrypted icon name Sichtbar verschlüsselter Symbolname - + Non-stealth non-encrypted icon name Sichtbar und unverschlüsselter Symbolname - + Numeric value of bitrate (baud=4800) Baudrate (Vorgabe: 4800) - + Omit Placer name Placername auslassen @@ -687,17 +699,17 @@ Nur Abbiegungen lesen und alle sonstigen Punkte überspringen - + Path to HTML style sheet Pfad zum HTML-Stylesheet - + Precision of coordinates Präzision der Koordinaten (Anzahl Nachkommastellen) - + Proximity distance Standardmäßiger Annäherungsabstand @@ -707,7 +719,7 @@ Kreisradius - + Radius of our big earth (default 6371000 meters) Erdradius in Meter (Vorgabe: 6371000 Meter) @@ -721,43 +733,43 @@ Datumsformat für Ein-/Ausgabe (z.B. DDMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Datumsformat (z.B. DD.MM.YYYY) - + Read/write GPGGA sentences Schreibe/Lese GPGGA Sequenzen - + Read/write GPGSA sentences Schreibe/Lese GPGSA Sequenzen - + Read/write GPRMC sentences Schreibe/Lese GPRMC Sequenzen - + Read/write GPVTG sentences Schreibe/Lese GPVTG Sequenzen - + Read/Write time format (i.e. HH:mm:ss xx) Zeitformat (z.B. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Höchstens diese Anzahl an Positionspunkten behalten (0 = keine Begrenzung) - - + + Return current position as a waypoint Aktuelle Position als Wegpunkt übertragen @@ -767,18 +779,18 @@ Straßentyp-Wechsel - - + + Shortname is MAC address Kurzname ergibt sich aus MAC-Adresse - + Speed in bits per second of serial port (baud=4800) Übertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800) - + Split input into separate files Gelesene Daten in einzelne Dateien aufteilen @@ -792,52 +804,52 @@ Garmin Training Center - + Write course rather than history, default yes Kurs statt Verlauf schreiben (Vorgabe: ja) - + Sport: Biking (deflt), Running, MultiSport, Other Sport: Radfahren, Laufen, Mehrere Sportarten, Andere - + Geogrid-Viewer ascii overlay file (.ovl) Geogrid-Viewer ASCII Overlay-Datei (.ovl) - + Geogrid-Viewer tracklogs (.log) Geogrid-Viewer Tracklogs (.log) - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints Minimalgeschwindigkeit (km/h) bei Bewegung von einem Wegpunkt zum nächsten. Größer Null wählen, um doppelte Wegpunkte zu entfernen. - + iGO2008 points of interest (.upoi) iGO2008 points of interest (.upoi) - + IGO8 .trk IGO8 .trk - + Track identification number Track-Identifikationsnummer - + Track title Tracktitel - + Track description Trackbeschreibung @@ -846,161 +858,151 @@ Startwert für internen Zufallszahlengenerator - + Jelbert GeoTagger data file Jelbert GeoTagger data file - + Stealth encrypted icon name Unsichtbar verschlüsselter Symbolname - + Stealth non-encrypted icon name Unsichtbarer unverschlüsselter Symbolname - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + + Qstarz BL-1000 + + + + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) - - - - - GPS time at position video_time (hhmmss, default is first timestamp of track) - - - - - GPS date at position video_time (hhmmss, default is first timestamp of track) - - - - Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Swiss Map 25/50/100 (.xol) Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + TomTom Places Itineraries (.itn) - + Write name(s) of format(s) from input session(s) Name(n) der Format(e) der Eingabesitzung(en) ausgeben - + Write filename(s) from input session(s) Dateiname(n) der Eingabesitzung(en) ausgeben - + Version of VidaOne file to read or write (1 or 2) Version der zu schreibenden/lesenden VidaOne-Datei (1 oder 2) - + Wintec TES file - + String to separate concatenated address fields (default=", ") Trennzeichen für zusammengefügte Adressfelder (Vorgabe: ", ") - + Suppress labels on generated pins Unterdücke Kennzeichnung für erzeugte Pins - + Suppress retired geocaches Unterdrücke zurückgezogene (?) Geocaches - + Suppress separator lines between waypoints Keine Trennlinien zwischen den Wegpunkten - + Suppress use of handshaking in name of speed Kein 'Handshaking' (im Namen der Geschwindigkeit) - + Suppress whitespace in generated shortnames Keine Leerzeichen in Kurznamen @@ -1010,7 +1012,7 @@ Symbol für Punkte - + Sync GPS time to computer time Synchronisiere PC-Uhr mit dem GPS (PC -> GPS) @@ -1020,17 +1022,17 @@ Erzeuge Tracknamen - + Target GPX version for output Schreibe in GPX-Version (1.0 oder 1.1) - + Temperature unit [c=Celsius, f=Fahrenheit] Temperatureinheit [c=Celsius, F=Fahrenheit] - + The icon description is already the marker Die Symbolbeschreibung ist bereits die Markierung @@ -1044,13 +1046,13 @@ .an1 Dateityp - - + + Units for altitude (f)eet or (m)etres Höhenangaben in Fuß oder Meter ('f' oder 'm') - + Units used for names with @speed ('s'tatute or 'm'etric) Einheit für Geschwindigkeit in Wegpunkten [...@30] ( 's'tatute oder 'm'etrisch) @@ -1067,48 +1069,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames Erzeuge Kurznamen in Großbuchstaben - Use depth values on output (default is ignore) - Tiefenangaben mit ausgeben (normalerweise ausgeschaltet) + Tiefenangaben mit ausgeben (normalerweise ausgeschaltet) - Use proximity values on output (default is ignore) - Proximity-Werte bei der Ausgabe verwenden (Vorgabe: NEIN) + Proximity-Werte bei der Ausgabe verwenden (Vorgabe: NEIN) @@ -1119,61 +1119,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description Kurznamen anstelle der Beschreibung verwenden - + Use specified bitmap on output Gewähltes Bitmap (.BMP) für die Ausgabe verwenden - + Version of gdb file to generate (1..3) Schreibe GDB-Version 1, 2 oder 3 - Version of mapsource file to generate (3,4,5) - Schreibe MapSource Datei in Version ... (3,4 oder 5) + Schreibe MapSource Datei in Version ... (3,4 oder 5) - + Waypoint background color Wegpunkt Hintergrundfarbe - + Waypoint foreground color Wegpunkt Vordergrundfarbe @@ -1183,69 +1182,69 @@ Wegpunkt Typ - + Width in pixels of map Kartenbreite in Pixel - + Width of lines, in pixels Linienhöhe in Pixel - + Write additional node tag key/value pairs Zusätzliche Wegpunkt (node) Informationspaare (tags) schreiben - + Write additional way tag key/value pairs Zusätzliche Routen (way) Informationspaare (tags) schreiben - + Write all tracks into one file Alle Tracks in eine Datei schreiben - + Write description to address field Beschreibung in das Adressfeld schreiben - + Write each waypoint in a separate file Jeden Wegpunkt in eine separate Datei schreiben - + Write notes to address field Kommentar (Notizen) in das Adressfeld schreiben - + Write position to address field Koordinaten in das Adressfeld schreiben - - + + Write position using this grid. Koordinaten unter Benutzung dieses Gitters (Grids) erzeugen. - - + + Write timestamps with offset x to UTC time Zeitstempel mit Versatz x zur UTC schreiben - + Write tracks compatible with Carto Exploreur Tracks ohne Titel erzeugen (kompatibel zu "Carto Exploreur") - + Write tracks for Gisteq Phototracker Tracks für "Gisteq Phototracker" schreiben @@ -1427,147 +1426,146 @@ Originaldatei !ÜBERSCHREIBEN!. Standard=N - + Energympro GPS training watch - + Enigma binary waypoint file (.ert) Enigma binäre Wegpunkt-Datei (.ert) - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - + F90G Automobile DVR GPS log file - + FAI/IGC Flight Recorder Data Format FAI/IGC Flight Recorder Datenformat - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Franson GPSGate Simulation Franson GPSGate Simulation - + Fugawi Fugawi - + G7ToWin data files (.g7t) G7ToWin Datendatei (.g7t) - + Garmin 301 Custom position and heartrate Garmin 301 Custom Position und Herzfrequenz - + Garmin G1000 datalog input filter file - + Garmin Logbook XML Garmin Logbook XML - + Garmin MapSource - gdb Garmin MapSource - gdb - Garmin MapSource - mps - Garmin MapSource - mps + Garmin MapSource - mps - + Garmin MapSource - txt (tab delimited) Garmin MapSource - txt (Tabulator getrennt) - + Garmin PCX5 Garmin PCX5 - + Garmin POI database Garmin POI-Datenbank - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Übertragungsrate des seriellen Ports in Bits/Sekunde (Vorgabe: baud=4800) {9600)?} - + Garmin serial/USB protocol Garmin Serielles/USB-Protokoll - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc Geocaching.com .loc @@ -1576,7 +1574,7 @@ GeocachingDB für Palm/OS - + GEOnet Names Server (GNS) GEOnet Names Server (GNS) @@ -1585,20 +1583,20 @@ GeoNiche .pdb - + GlobalSat DG-100/BT-335 Download GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything Nur Gerätedaten löschen, aber nichts herunter laden - + Google Earth (Keyhole) Markup Language Google Earth (Keyhole) Markup Language (.kml) @@ -1607,22 +1605,22 @@ Google Maps XML - + Google Navigator Tracklines (.trl) Google Navigator Tracklines (.trl) - + GoPal GPS track log (.trk) GoPal GPS Tracklog (.trk) - + The maximum speed (km/h) traveling from waypoint to waypoint. Maximalgeschwindigkeit (km/h) für Bewegung von einem Wegpunkt zum nächsten. - + Cleanup common errors in trackdata Gängige Fehler in Trackdaten beseitigen @@ -1631,27 +1629,27 @@ GpilotS - + GPS TrackMaker GPS TrackMaker - + GPSBabel arc filter file GPSBabel arc Filterdatei - + GpsDrive Format GpsDrive Format - + GpsDrive Format for Tracks GpsDrive Format für Tracks - + GPSman GPSman @@ -1660,54 +1658,54 @@ GPSPilot Tracker für Palm/OS - + gpsutil gpsutil - + GPX XML GPX XML - + Add info (depth) as Humminbird extension Information (Tiefe) als Humminbird-Erweiterung hinzufügen - + Add info (depth) as Garmin extension Information (Tiefe) als Garminerweiterung hinzufügen - + HikeTech HikeTech - + Holux (gm-100) .wpo Format Holux (gm-100) .wpo Format - + Holux M-241 (MTK based) Binary File Format Holux M-241 (MTK basiert) Binärdatei - + Holux M-241 (MTK based) download Holux M-241 (MTK basiert) Download - - - + + + Enable logging after download Logging nach dem Download aktivieren - + Honda/Acura Navigation System VP Log File Format Honda/Acura Navigationssystem VP Logdatei @@ -1716,22 +1714,22 @@ HSA Endeavour Navigator Export - + HTML Output HTML Ausgabe - + Humminbird tracks (.ht) Humminbird Tracks (.ht) - + Humminbird waypoints and routes (.hwr) Humminbird Wegpunkte und Routen (.hwr) - + IGN Rando track files IGN Rando Trackdatei @@ -1744,37 +1742,36 @@ Kartex 5 Wegpunktdatei - + Kompass (DAV) Track (.tk) Kompass (DAV) Track (.tk) - + Kompass (DAV) Waypoints (.wp) Kompass (DAV) Wegpunkte (.wp) - KuDaTa PsiTrex text - KuDaTa PsiTrex Text + KuDaTa PsiTrex Text - + Lowrance USR Lowrance USR - + (USR output) Write version (USR Ausgabe) Write version - + Magellan Explorist Geocaching Magellan Explorist Geocaching - + Magellan Mapsend Magellan Mapsend @@ -1783,27 +1780,27 @@ Magellan NAV Companion für Palm/OS - + Magellan SD files (as for eXplorist) Magellan SD files (für eXplorist) - + Magellan SD files (as for Meridian) Magellan SD files (für Meridian) - + Magellan serial protocol Magellan serielles Protokoll - + MagicMaps IK3D project file (.ikt) MagicMaps IK3D Projektdatei (.ikt) - + Map&Guide 'TourExchangeFormat' XML Map&Guide 'TourExchangeFormat' XML @@ -1812,37 +1809,37 @@ Map&Guide nach Palm/OS exportierte Datei (.pdb) - + MapAsia track file (.tr7) MapAsia Trackdatei (.tr7) - + Mapopolis.com Mapconverter CSV Mapopolis.com Mapconverter CSV - + MapTech Exchange Format MapTech Exchange Format - + Memory-Map Navigator overlay files (.mmo) Memory-Map Navigator Overlay-Datei (.mmo) - + Write items 'locked' [default no] Element 'locked' schreiben [Standard nein] - + Write items 'visible' [default yes] Element 'visible' schreiben [Standard ja] - + Write files with internal version [n] Dateien mit interner Version schreiben [n] @@ -1855,12 +1852,12 @@ Microsoft Streets and Trips (pin/route reader) - + Microsoft Streets and Trips 2002-2007 Microsoft Streets and Trips 2002-2007 - + Motorrad Routenplaner (Map&Guide) .bcr files Motorrad Routenplaner (Map&Guide) (.bcr) @@ -1869,396 +1866,412 @@ MS PocketStreets 2002 Pushpin - + MTK Logger (iBlue 747,...) Binary File Format MTK Logger (iBlue 747,...) Binärdatei - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download MTK Logger (iBlue 747,Qstarz BT-1000,...) Download - + National Geographic Topo .tpg (waypoints) National Geographic Topo .tpg (Wegpunkte) - + National Geographic Topo 2.x .tpo National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo National Geographic Topo 3.x/4.x .tpo - + Navicache.com XML Navicache.com XML - + Navigon Mobile Navigator .rte files Navigon Mobile Navigator .rte-Datei - + Navigon Waypoints Navigon Wegpunkte - + NaviGPS GT-11/BGT-11 Download NaviGPS GT-11/BGT-11 Download - + Clear the datalog Datalog löschen - + Read from datalogger buffer Datalogger-Puffer auslesen - + NaviGPS GT-31/BGT-31 datalogger (.sbp) NaviGPS GT-31/BGT-31 Datalogger (.sbp) - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) NaviGPS GT-31/BGT-31 SiRF binäre Logdatei (.sbn) - + Naviguide binary route file (.twl) Naviguide binäre Routendatei (.twl) - + 'wp' - Create waypoint file , 'rte' - Create route file 'wp' - Wegpunktdatei erstellen, 'rte' - Routendatei erstellen - + + + Time zone ID + + + + + Attempt to recovery data from corrupt file + + + + + Don't create waypoints for non-user points + + + + Geogrid-Viewer binary overlay file (.ovl) - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - + iGo Primo points of interest (.upoi) - + Jogmap.de XML format - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Mainnav - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - + MyNav TRC format - + 'n' - Keep the existing wp name, 'y' - rename waypoints 'n' - Existierende Wegpunktnamen behalten, 'y' - Wegpunkte umbenennen - + Navitel binary track (.bin) Navitel binäre Trackdatei (.bin) - + Navitrak DNA marker format Navitrak DNA marker format - + NetStumbler Summary File (text) NetStumbler Summary File (text) - + NIMA/GNIS Geographic Names File NIMA/GNIS Geographic Names File - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences NMEA 0183 Sätze - + Compact binary representation - + Nokia Landmark Exchange Nokia Landmark Exchange - + OpenStreetMap data files OpenStreetMap Datendatei (.osm) - + Use this value as custom created_by value Diesen Wert als eigenen Wert für created_by verwenden - + OziExplorer OziExplorer - + Unit used in altitude values Einheit für Höhenwerte - + Unit used in proximity values Einheit für Entfernungswerte @@ -2275,17 +2288,17 @@ Name des Fahrzeugsymbols der Datenbank - + PocketFMS breadcrumbs PocketFMS breadcrumbs - + PocketFMS flightplan (.xml) PocketFMS flightplan (.xml) - + PocketFMS waypoints (.txt) PocketFMS Wegpunkte (.txt) @@ -2294,22 +2307,22 @@ Quovadis - + Raymarine Waypoint File (.rwf) Raymarine Wegpunktdatei (.rwf) - + Ricoh GPS Log File Ricoh GPS Logdatei - + See You flight analysis data You flight Analysedaten anzeigen - + Skymap / KMD150 ascii files Skymap / KMD150 ASCII-Datei @@ -2322,8 +2335,8 @@ Baudrate für die Geräteinitialisierung, 0=automatische Erkennung - - + + Baud rate used for download Baudrate für das Herunterladen @@ -2336,12 +2349,12 @@ Sportsim Trackdatei (Teil gezippter .ssz Dateien) - + Suunto Trek Manager (STM) .sdf files Suunto Trek Manager (STM) .sdf-Datei - + Suunto Trek Manager (STM) WaypointPlus files Suunto Trek Manager (STM) WaypointPlus-Datei @@ -2350,109 +2363,109 @@ Tabulator-getrennte Felder (nützlich für OpenOffice, Ploticus etc.) - + Textual Output Textausgabe - + TomTom Itineraries (.itn) TomTom Reiserouten (.itn) - + TomTom POI file (.asc) TomTom POI-Datei (.asc) - + TomTom POI file (.ov2) TomTom POI-Datei (.ov2) - + TopoMapPro Places File TopoMapPro Places-Datei - + TrackLogs digital mapping (.trl) TrackLogs digital mapping (.trl) - + U.S. Census Bureau Tiger Mapping Service U.S. Census Bureau Tiger Mapping Service - + Universal csv with field structure in first line Universelle CSV-Datei mit Feldstruktur in der ersten Zeile - + Vcard Output (for iPod) VCard-Ausgabe (für iPod) - + VidaOne GPS for Pocket PC (.gpb) VidaOne GPS für Pocket PC (.gpb) - + Vito Navigator II tracks Vito Navigator II Tracks - + Vito SmartMap tracks (.vtt) Vito SmartMap Tracks (.vtt) - + WiFiFoFum 2.0 for PocketPC XML WiFiFoFum 2.0 für PocketPC XML - + Wintec WBT-100/200 Binary File Format Wintec WBT-100/200 Binärdatei - + Wintec WBT-100/200 GPS Download Wintec WBT-100/200 GPS Download - + Wintec WBT-201/G-Rays 2 Binary File Format Wintec WBT-201/G-Rays 2 Binärdatei - + XAiOX iTrackU Logger XAiOX iTrackU Logger + - Appends the input to a backup file Eingabe an Sicherungsdatei anhängen + - Only waypoints that are not the backup file Nur Wegpunkte, die keine Sicherungsdatei sind - + XAiOX iTrackU Logger Binary File Format XAiOX iTrackU Logger Binärdatei - + Yahoo Geocode API data Yahoo Geocode API-Daten diff --git a/gui/coretool/gpsbabel_es.qm b/gui/coretool/gpsbabel_es.qm index 1dd06616ba2a98b9333ebc8dfae07790d1869705..9d0ef45116c03c8c6a0198a6a30c402725d3c493 100644 GIT binary patch delta 2306 zcmW+&dsq{97Co6{GMSlVhKIl^2m(q0l@$<+f(nWX6a|rI1VIrNs^SwhXb8TGS_DGC z2fMAp*3!>{8W5@P1wR|qW!1W$w6v~DZGEj;1(!bTUi#O3zszsWJ@?#m@6ETjn5Jt? z#V}I>?4R5QW^`jjb3X9y8hHHF11!A&zr8kKN+zN&^#gx4A}Q=T;JF1kFQb6yPp~<6 zG_Za*j3q_%z740E9f57N=(BGCG79ixvJxncR>&Vk|xz6$5VgFwI?MQCXT zo#&oZObMP0%;GEm>Ta^UQ7n!O0mAzfxi@A2a{?4=0*?Xu845!gg$tDwo6gk(t4}M+ z0?j~jiDHlC9I(klQL~%iXJ#r6pJa$$fudvH0-(ZE@!dtDb*N79>x40M{*lory@3=9 zqq%zkSayQpU4nu4H#6dN1~ai)$s|@0KPNw?sED34LKBhKlYtD1YxI zoH74U*;jS|^Q%>^pR>T)8dX4>5-3`(iZ3P>UKzcrL~Rj}HC>faz7vSAQ<;WjpSMr7 zbH4$oi!g^UlT0h7sQUC#K+Q4LQ}aEbkW~%raR(e6Rlg?p6CY0X+soA?pC7BRr}!}` ztTg&7il4_iXE_1R$5>CF(Zu&A>wD7-EG}l}Po=Qqn%TmelvmMRc1_%HATo~Ks3jft z6thNup73w5hYQt_OH;4BL5-fTvzyFJG(%d^6Z9b~7naNA`-l z6-cOIZGY6uiM5@)1#AdodsDUo2P)a#0W*;EjJ;diKsK&tUpbRN%VO1g=}!uVM^4YJI>3nznfQe)dMq7nl2~1s`e79&!TqM{2IR z^%7o!=FRQfz+Q$Qt=|DCp75b!D|O0k-jwpUD&U|mpPK%Nm>=O6a(#fmGjDu84sdbf zO+M?Wrd#FJ12rn~c0`3_?|FvL1E*DizkEo`rMgH1k3X~}ddh*WZQc=EipQL{* z+7E=2o>v0mD+o3>W$?t6R)oLHMRjy|{9yP2PVXu79%aWn_V`Jga^?YT1v{-ilcxRnIokXZp1N&@c0sy`Oywr?c+TBq;IzH0fkGu} z?1d~g<)~AeduZ?$>%7V-m(rhg<70;d z=C!({1`6$1u1n7#yu3(V){-U?y;*1U4FP=obtTQKXhPWOKJFs>sycKHZ#rodrR~yL zBTkUN3w39M=;E#oy36Ytfrtj(<=aY{!75#sK)JZn)0H|tKT7xQdNa-L&vXxi*U}8k zkr+cdklrClb7+EOUy|HbJ5uoiq>;|KG+WE1k)99FZr|%QewOmXepvm zv?y7czmddQH9|`I*JPmVq?B&IgNE)iDZPu%ZcUOtZRq`fB>i_6s93*CxoHRJp0|{% zr}xtqN$X~}(1_Y26?fIqjCYWXFX()5kF;eXxn`leRQ2D@z=V@h?G-Cv43$1gB)p`2 z>FDRCK43(o^hI|Y*(*Zodi_0Bt4R9yF$3AhCVex@28^93y{gEe5i(2q-_%YTrY~f> z0Rq;S%Rwy`TGq$qiPs3wV~!l+;{wDkm!~XOkvqo9(<4U$mMnRC1AV`7sT|qfL(3>o zo}J53gGbAS3pyKUsfNoNdWO~nR<{5nKgHw|Pl1=OA#KzJpic$z zelP-4Ojs!O2j-uKXORmS)&-x`2LMYi5Q-wpA;T`Duj#{gr-$)ro;fl1e8_K3Z}s~(xVlIUVB zvIR$W0rn@d$_O8j-XvR9a|BqJDciV`;1fQT?fh6y^192Kr_Tg@J7hPGldSDQvR{V1 z1Z*gjs}=o#S)a?*H{S;4J(P3$C}8dZxn`Uk3Gj@Sr&g1`Zeenli^igt~2{ns}GsR_!U4;jFDNf~}X0hI1hCYO_nzS(+Zs@4VMmMgQ? zE(cN)mEKOG;!);?!EgE+#!#O$;-!3)2h%$|ZLKwdjjx3v{W{DL{Pg@DKQWKJL7 z0EA{SXZ#X?87G-DAq_N6U|L?}D}`zK_zF-~%Cx1w3B2paw6*&vO`*)qO|>MbgLx82 z2F+W>s#}YJO&_q@&<>z-G%Frn0u0Py2W{W)1*%_RBRgV%H@|0x-=@q|%xA~ut^k5f zY|^&@K=xxc&D53Z^Z+~i5ee$vht2IEfYM-g`9sQtBXuQVme@y{I z>e;WgnY8uIMKQ4V+HRW)R z?~yXZn}39>aMuw3BW^`X0|gk&ZDN+v75|yr5l*A=Ft;;u0+sYpt|5wavJCghFcYwG z3inxZKR}<(ool&5nZ3dNZNVKNdM(!`-3Mm(jZn z`(c2$ou6|w1L%E#&t5qbaChYw)N})aCh^OpyMSpoU!$o5da3!%HB?dy9`o;g^%9`C z&o^_mbh!`lXCB_Cg%w-**1AR@=R5vRI%TGCuusS8z2`OD`4L33S;J>ifp`vS#1prH ztrm@c`)Km@OO0_Tot~Janbn2ljLXr?3Lg%1ou$dr-v`XRCbyVSvuiZA7gr-hQ~JzC zz8uvob|(O9_G&7>y+?9JYpUXQ0jh5`8<-Zlv;LYIH_1yK;iuX20`ODK&x45It+`sI zaXKY2mfyta*T6K$&YRtnW~@kQ)d&Ws!L)>41@;cq&NZPnERd?E12gLoRJAG9_Jy@wb z%TpL3GzQU)w|I5eOMTS4@9OSFIjCnJ73A&=y2u@ZFo`;d`4^$r8v%3yEkbahM7^~| z2>v(OHRwH|x2GAf-Vg>fJ|~_#LPU*=T2W4wFr$oodBY^6eLjK`5+P*xFQcZrRmeC? z^IrRe%-OVV4-ztO90M{&3exPi$(as8%B1zNO@edceri#xgz~dnsmHGuJm1rN8!uEu zM^OjJ5URghNcF4}Hl1kz7CD6Nsf1_J3wu8F-T`{X3kNSA0K_=q?2mUTQ7+-{d)?$f zf8nbMEx_Pt;Yn2o~9MH8n-K%&cNPBR-)9F{b@RAz8WWzL2f$pNA!4JKIWgdGN7+|uqmLF5svm8O2P z^&>lJEClH!IBVzg56IrrBzvJ`u(_NiE~jC>#aU#K$}A42#ad`6u*{Ph(zD$W+*<_i zAYpdjUsm_%Rzfs36p&ym@(DMeR`Px8stmrbZNd2t;xN#^g|up;on{)t{@@EYIV3~A zR6;zZ=6Np3VX#?$XAjMn3e2u~PJ_i^uoPNtb}39nQ7iN4O{So?<$sppOI#E1JL!!7 zO&ZxrT4J}AS&A)A_y0xQaAIAKLXnO1>e&PRizx_7ABE$hfbt;uj#u}HkHQc{(=X;v w;SEif><&w3NCk#sbBV*|vgb)Jj5IiHhC<0I+09PL5E?ZkdPq!zzb`o8zxlT$V*mgE diff --git a/gui/coretool/gpsbabel_es.ts b/gui/coretool/gpsbabel_es.ts index 37ff9e504..7eead7518 100644 --- a/gui/coretool/gpsbabel_es.ts +++ b/gui/coretool/gpsbabel_es.ts @@ -16,36 +16,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length Longitud máxima del nombre corto @@ -58,38 +58,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames Permitir espacios en nombres cortos @@ -102,36 +101,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames MAYÚSCULAS en nombres cortos @@ -144,36 +143,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique Hacer los nombres cortos únicos @@ -186,35 +185,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output Prefijo añadido a la URL en la salida @@ -227,36 +226,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description Usar nombre corto en lugar de descripción @@ -269,37 +268,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) GPS datum (def. WGS 84) @@ -361,19 +360,19 @@ - - - - - - - + + + + + + + Default icon name Nombre de la imagen por defecto - + Index of route/track to write (if more than one in source) Indice de la ruta/trazado a escribir (si la fuente tiene más de uno) @@ -587,7 +586,7 @@ ¡Seguro! que quieres sobreescribir el fichero original. Por defecto=N - + Enigma binary waypoint file (.ert) Fichero binario de puntos de interés (.ert) @@ -600,324 +599,318 @@ Indice del campo URL en .dbf - + FAI/IGC Flight Recorder Data Format Formato de datos FAI/IGC Flight Recorder - + (integer sec or 'auto') Barograph to GPS time diff (entero seg o 'auto') Barograph a GPS tiempo diff - + Franson GPSGate Simulation Simulación Franson GPSGate - + Default speed for waypoints (knots/hr) Velocidad por defecto para puntos de interés (nudos) - + Split input into separate files Dividir en ficheros separados - + Fugawi Fugawi - + G7ToWin data files (.g7t) Ficheros de datos G7ToWin - + Garmin 301 Custom position and heartrate Localización y frecuencia de latido Garmin 301 personalizado - + Garmin Logbook XML Garmin Logbook XML - + Garmin MapSource - gdb Garmin MapSource - gdb - + Default category on output (1..16) Categoría por defecto en la salida (1..16) - - + + Bitmap of categories Bitmap de categorías - + Version of gdb file to generate (1..3) Versión del fichero gdb a generar (1..3) - + Drop route points that do not have an equivalent waypoint (hidden points) Eliminar puntos de ruta que no tienen un punto de interés equivalente (puntos ocultos) - + Include major turn points (with description) from calculated route Incluir giros importantes (con descripción) de la ruta calculada - Garmin MapSource - mps - Garmin MapSource - mps + Garmin MapSource - mps - - - + + Length of generated shortnames Longitud de los nombres cortos generados - Version of mapsource file to generate (3,4,5) - Versión del fichero mapsource a generar (3,4,5) + Versión del fichero mapsource a generar (3,4,5) - Merge output with existing file - Unir el resultado con el fichero existente + Unir el resultado con el fichero existente - Use depth values on output (default is ignore) - Usar valores de profundidad en el resultado (por defecto se ignoran) + Usar valores de profundidad en el resultado (por defecto se ignoran) - Use proximity values on output (default is ignore) - Usar valores de proximidad en el resultado (por defecto se ignoran) + Usar valores de proximidad en el resultado (por defecto se ignoran) - + Garmin MapSource - txt (tab delimited) Garmin MapSource - txt (delimitado por tabuladores) - + Read/Write date format (i.e. yyyy/mm/dd) Leer/Escribir el formato de la fecha (por ejemplo aaaa/mm/dd) - + Distance unit [m=metric, s=statute] Unidades de distancia [m=métricas, s=statute] - - + + Write position using this grid. Escribir la posición usando esta cuadrícula. - + Precision of coordinates Precisión de las coordenadas - + Temperature unit [c=Celsius, f=Fahrenheit] Unidad de temperatura [c=Celsius, f=Fahrenheit] - + Read/Write time format (i.e. HH:mm:ss xx) Leer/Escribir el formato de la hora (por ejemplo HH:mm:ss xx) - - + + Write timestamps with offset x to UTC time Escribir marcas de tiempo con un retraso de x a UTC - + Garmin PCX5 Garmin PCX5 - + Write tracks compatible with Carto Exploreur Escribir trazados compatibles con Carto Exploreur - + Garmin POI database Base de datos Garmin POI (Puntos de Interés) - + Garmin Points of Interest (.gpi) Puntos de interés Garmin (.gpi) - + Enable alerts on speed or proximity distance Habilitar alertas sobre la velocidad o la proximidad - + Energympro GPS training watch - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - + F90G Automobile DVR GPS log file - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Garmin G1000 datalog input filter file - + Use specified bitmap on output Usar bitmap especificado en el resultado - + Default category on output Categoría por defecto en la salida - + Don't show gpi bitmap on device No mostrar gpi bitmap en el dispositivo - + Write description to address field Escribir la descripción al campo dirección - + Write notes to address field Escribir las notas al campo dirección - + Write position to address field Escribir la posición al campo dirección - + Default proximity Proximidad por defecto - + After output job done sleep n second(s) Después de recibir la señal de trabajo realizado, dormir n segundo(s) - + Default speed Velocidad por defecto - + Create unique waypoint names (default = yes) Crear nombres únicos para los puntos de interés (defecto=si) - + Units used for names with @speed ('s'tatute or 'm'etric) Unidades usadas para nombres con @velocidad ('s'tatute p 'm'etricas) - + codec to use for writing strings - + language code to use for reading dual language files - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Velocidad en bits por segunod del puerto serie (4800 baudios) {9600)?} - + Garmin serial/USB protocol Protocolo serial/USB Garmin - - + + Return current position as a waypoint Devolver la posición actual como un punto de interés - - + + Command unit to power itself down Mandar apagarse a la unidad de GPS - + Sync GPS time to computer time Sincronizar la hora con el ordenador - + Category number to use for written waypoints Número de la categoría donde escribir los puntos de interés @@ -926,22 +919,22 @@ Centro de Entrenamiento Garmin - + Write course rather than history, default yes Escribir la dirección en lugar de la historia, por defecto si - + Sport: Biking (deflt), Running, MultiSport, Other Deporte: Ciclismo(deflt), Correr, MultiDeporte, Otros - + Geocaching.com .loc Geocaching.com .loc - + Omit Placer name Omitir el nombre del lugar @@ -950,17 +943,17 @@ GeocachingDB para Palm/OS - + Geogrid-Viewer ascii overlay file (.ovl) Fichero de Transparencia ascii Geogrid-Viewer (.ovl) - + Geogrid-Viewer tracklogs (.log) Trazados Geogrid-Viewer (.log) - + GEOnet Names Server (GNS) Servidor de Topónimos GEOnet (GNS) @@ -977,72 +970,72 @@ Nombre de la categoría (Caché) - + GlobalSat DG-100/BT-335 Download Bajar GlobalSat DG-100/BT-335 - - - - - - - - + + + + + + + + Erase device data after download Borrar dispostivio después de la descarga - - - - + + + + Only erase device data, do not download anything Sólo borrar los datos del dispositivo, no descargar nada - + Google Earth (Keyhole) Markup Language Google Earth (Keyhole) Markup Language KML - + Export linestrings for tracks and routes Exportar cadenas de texto de los trazados y rutas - + Export placemarks for tracks and routes Exportar hitos de los trazados y rutas - + Width of lines, in pixels Achura de las líneas (en píxeles) - + Line color, specified in hex AABBGGRR Color de la línea, en hex AABBGGRR - + Altitudes are absolute and not clamped to ground Las altitudes son absolutas y no están pegadas al terreno - + Draw extrusion line from trackpoint to ground Extruir línea desde el trazado hasta el suelo - + Include extended data for trackpoints (default = 1) Incluir datos extendidos para los puntos de trazado (defecto=1) - + Indicate direction of travel in track icons (default = 0) Indicar la dirección del viaje con iconos (defecto=0) @@ -1051,12 +1044,12 @@ Unidades usadas al escribir los comentarios ('s'tatute p 'm'etricas) - + Display labels on track and routepoints (default = 1) Mostrar etiquetas en los puntos de los trazados y las rutas (defecto= 1) - + Retain at most this number of position points (0 = unlimited) Retener como máximo este número de puntos de posición (0 = ilimitados) @@ -1065,33 +1058,33 @@ Google Maps XML - + Google Navigator Tracklines (.trl) Google Navigator Tracklines (.trl) - + GoPal GPS track log (.trk) Trazado GoPal GPS (.trk) - - + + Complete date-free tracks with given date (YYYYMMDD). Completar trazados con una fecha determinada (AAAAMMDD). - + The maximum speed (km/h) traveling from waypoint to waypoint. La velocidad máxima (Km/h) desde un punto a otro. - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints La velocidad mínima (Km/h) desde un punto a otro. Poner a >0 para eliminar duplicados - + Cleanup common errors in trackdata Limpiar errores comunes en trazados @@ -1100,27 +1093,27 @@ GpilotS - + GPS TrackMaker GPS TrackMaker - + GPSBabel arc filter file Fichero de filtro arc GPSBabel - + GpsDrive Format Formato GpsDrive - + GpsDrive Format for Tracks Formato GpsDrive para trazados - + GPSman GPSman @@ -1129,82 +1122,82 @@ GPSPilot Tracker para Palm/OS - + gpsutil gpsutil - + GPX XML GPX XML - + No whitespace in generated shortnames No permitir espacios en nombres cortos generados - + Create waypoints from geocache log entries Crear puntos de interés desde las entradas de los trazados geocache - + Base URL for link tag in output URL base para enlazar etiquetas en el resultado - + Target GPX version for output Versión GPX del resultado - + Add info (depth) as Humminbird extension Añadir info (profundidad) como extensión Humminbird - + Add info (depth) as Garmin extension Añadir info (profundidad) como extensión Garmin - + HikeTech HikeTech - + Holux (gm-100) .wpo Format Formato Holux (gm-100) .wpo - + Holux M-241 (MTK based) Binary File Format Formato de fichero binario Holux M-241 (MTK based) - - - - + + + + MTK compatible CSV output file Fichero de salida CSV MTK compatible - + Holux M-241 (MTK based) download Descarga de Holux M-241 (basado en MTK) - - - + + + Enable logging after download Habilitar registro después de la descarga - + Honda/Acura Navigation System VP Log File Format Fichero de trazado formato Honda/Acura Navigation System VP @@ -1213,82 +1206,82 @@ Fihero de exportación HSA Endeavour Navigator - + HTML Output Salida a HTML - + Path to HTML style sheet Ruta a la hoja de estilo HTML - - - + + + Encrypt hints using ROT13 Emcriptar trucos usando ROT13 - - + + Include groundspeak logs if present Incluir registros 'groundspeak' si están presentes - - - + + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Salida en grados como 'ddd', 'dmm'(defecto) o 'dms' - - + + Units for altitude (f)eet or (m)etres Unidades de altitud pies (f) o metros (m) - + Humminbird tracks (.ht) Trazados Humminbird (.ht) - + Humminbird waypoints and routes (.hwr) Puntos de interés y rutas Humminbird (.hwr) - + IGN Rando track files Trazados IGN Rando - + Index of track to write (if more than one in source) Indice del trazado a escribir (si la fuente tiene más de uno) - + iGO2008 points of interest (.upoi) Puntos de interés iGO2008 (.upoi) - + IGO8 .trk IGO8 .trk - + Track identification number Identificador del tratado - + Track title Título del trazado - + Track description Descripción del trazado @@ -1301,7 +1294,7 @@ Iniciar el generador interno de números - + Jelbert GeoTagger data file Fichero de datos Jelbert GeoTagger @@ -1314,22 +1307,21 @@ Fichero de puntos de interés Kartex 5 - + Kompass (DAV) Track (.tk) Trazado Kompass (DAV) (.tk) - + Kompass (DAV) Waypoints (.wp) Puntos de interés Kompass (DAV) (.wp) - KuDaTa PsiTrex text - Texto KuDaTa PsiTrex + Texto KuDaTa PsiTrex - + Lowrance USR Lowrance USR @@ -1350,22 +1342,22 @@ (entrada USR) Dividir los segmentos en trazados separados - + (USR output) Write version (salida USR) Escribir versión - + Magellan Explorist Geocaching Magellan Explorist Geocaching - + Magellan Mapsend Magellan Mapsend - + MapSend version TRK file to generate (3,4) versión del fichero TRK MapSend a generar (3,4) @@ -1374,56 +1366,56 @@ Magellan NAV Companion para Palm/OS - + Magellan SD files (as for eXplorist) Ficheros Magellan SD (como los del eXplorist) - - - + + + Max number of comments to write (maxcmts=200) Máximo número de comentarios a escribir (maxcmts=200) - + Magellan SD files (as for Meridian) Ficheros Magellan SD (como los del Meridian) - + Magellan serial protocol Protocolo serie Magellan - + Numeric value of bitrate (baud=4800) Valor numérico de la conexión (baudios=4800) - + Suppress use of handshaking in name of speed no sé Suprimir el uso del agitador en nombre de la velocidad - - + + Delete all waypoints Borrrar todos los puntos de interés - + MagicMaps IK3D project file (.ikt) Fichero de proyecto MagicMaps IK3D (.ikt) - + Map&Guide 'TourExchangeFormat' XML Map&Guide 'TourExchangeFormat' XML - + Include only via stations in route Incluir sólo a través de las estaciones en la ruta @@ -1432,37 +1424,37 @@ Fichero de exportación Map&Guide a Palm/OS (.pdb) - + MapAsia track file (.tr7) Trazado MapAsia (.tr7) - + Mapopolis.com Mapconverter CSV Mapopolis.com Mapconverter CSV - + MapTech Exchange Format Formato de intercambio MapTech - + Memory-Map Navigator overlay files (.mmo) Capa de cobertura Memory-Map Navigator - + Write items 'locked' [default no] Escribir elementos bloqueados [por defecto no] - + Write items 'visible' [default yes] Escribir elementos 'visibles' [por defecto si] - + Write files with internal version [n] Escribir ficheros con la versión del sistema [n] @@ -1475,28 +1467,28 @@ Microsoft Streets and Trips (lector de puntos y rutas) - + Microsoft Streets and Trips 2002-2007 Microsoft Streets and Trips 2002-2007 - + Motorrad Routenplaner (Map&Guide) .bcr files Ficheros Motorrad Routenplaner (Map&Guide) .bcr - - + + Index of route to write (if more than one in source) Indice de la ruta a escribir (si la fuente tiene más de uno) - + New name for the route Nuevo nombre de la ruta - + Radius of our big earth (default 6371000 meters) Radio del planeta tierra (por defecto 6371000 metros) @@ -1505,260 +1497,260 @@ MS PocketStreets 2002 Pushpin - + MTK Logger (iBlue 747,...) Binary File Format Formato de fichero binario MTK Logger (iBlue 747,...) - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download Descarga de MTK Logger (iBlue 747,...) - + National Geographic Topo .tpg (waypoints) National Geographic Topo .tpg (Puntos de interés) - + Datum (default=NAD27) esta opción es buena para América del Norte sólo Datum (default=NAD27, esta opción es buena para América del Norte sólo) - + National Geographic Topo 2.x .tpo National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo National Geographic Topo 3.x/4.x .tpo - + Navicache.com XML Navicache.com XML - + Suppress retired geocaches Eliminar los geocaches recogidos - + Navigon Mobile Navigator .rte files Ficheros del Navigon Mobile Navigator .rte - + Navigon Waypoints Puntos de interés Navigon - + NaviGPS GT-11/BGT-11 Download Descarga de NaviGPS GT-11/BGT-11 - + Delete all track points Borrrar todos los puntos del trazado - + Delete all routes Borrrar todas las rutas - + Clear the datalog Limpiar la memoria - + Read from datalogger buffer Leer de la memoria - + NaviGPS GT-31/BGT-31 datalogger (.sbp) Memoria del NaviGPS GT-31/BGT-31 - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) Fichero de almacenamiento binario del NaviGPS GT-31/BGT-31 SiRF - + Naviguide binary route file (.twl) Fichero binario de rutas Naviguide - + 'wp' - Create waypoint file , 'rte' - Create route file 'wp' - Crear fichero de puntos de interés , 'rte' - Crear fichero de rutas - + 'n' - Keep the existing wp name, 'y' - rename waypoints 'n' - Conserva el nombre del punto de interés existente, 'y' - cambia el nombre de los puntos de interés - + Navitel binary track (.bin) Trazado binario Navitel (.bin) - + Navitrak DNA marker format Fomato del marcador Navitrak DNA - + NetStumbler Summary File (text) Fichero resumen NetStumbler (texto) - + Non-stealth encrypted icon name Hay que encontrar una traducción mejor Nombre del icono encriptado pero no oculto - + Non-stealth non-encrypted icon name Nombre del icono desencriptado y no oculto - + Stealth encrypted icon name Nombre del icono oculto y encriptado - + Stealth non-encrypted icon name Nombre del icono oculto y no encriptado - - + + Shortname is MAC address El nombre corto es la MAC address - + NIMA/GNIS Geographic Names File Fichero de topónimos NIMA/GNIS - + NMEA 0183 sentences Frases NMEA 018 - + Max length of waypoint name to write Longitud máxima del nombre del punto de interés - + Read/write GPRMC sentences Leer/escribir GPRMC frases - + Read/write GPGGA sentences Leer/escribir GPGGA frases - + Read/write GPVTG sentences Leer/escribir GPVTG frases - + Read/write GPGSA sentences Leer/escribir GPGSA frases - + Decimal seconds to pause between groups of strings Demora en décimas de segundo entre textos - + Append realtime positioning data to the output file instead of truncating Añadrir el la hora del poscionamiento al fichero de salida en lugar de truncarla - + Speed in bits per second of serial port (baud=4800) Velocidad en bits por segunod del puerto serie (4800 baudios) - + Write tracks for Gisteq Phototracker Escribir trazados para el Gisteq Phototracker - + Nokia Landmark Exchange Nokia Landmark Exchange - + OpenStreetMap data files Ficheros de datos de OpenStreetMap (gratuitos) - + Write additional way tag key/value pairs Escribir pares adiciones de clave/valor para la etiqueta de sentido - + Write additional node tag key/value pairs Escribir pares adiciones de clave/valor para la etiqueta de nodo - + Use this value as custom created_by value Usar este valor como valor personalizado - + OziExplorer OziExplorer - + Write all tracks into one file Escribir todos los trazados a un fichero único - + Waypoint foreground color Color del primer plano del punto de interés - + Waypoint background color Color del fondo del punto de interés - + Proximity distance Distancia de proximidad - + Unit used in altitude values Unidades usadas en los valores de altitud - + Unit used in proximity values Unidades usadas en los valores de proximidad @@ -1791,17 +1783,17 @@ Base de datos de las imágnes de vehículos - + PocketFMS breadcrumbs Picatostes de PocketFMS - + PocketFMS flightplan (.xml) Plan de vuelo de PocketFMS (.xml) - + PocketFMS waypoints (.txt) Punto de interés Pocket (.txt) @@ -1810,27 +1802,27 @@ Quovadis - + Raymarine Waypoint File (.rwf) Fichero de puntos de interés Raymarine (.rwf) - + Default location Localización por defecto - + Ricoh GPS Log File Fichero de memoria de Ricoh GPS - + See You flight analysis data Revisar los datos del análisis de tu vuelo - + Skymap / KMD150 ascii files Ficheros Skymap / KMD150 ascii @@ -1843,8 +1835,8 @@ Baudios usados para inicializar el dispositivo, autodetectar=0 - - + + Baud rate used for download Baudios usados para la descarga @@ -1857,22 +1849,22 @@ Ficheros de trazado de Spotsim (partes de ficheros comprimidos .ssz) - + Suunto Trek Manager (STM) .sdf files Ficheros Suunto Trek Manager (STM) .sdf - + Index of route (if more than one in source) Indice de la ruta (si la fuente tiene más de uno) - + Suunto Trek Manager (STM) WaypointPlus files Ficheros Suunto Trek Manager (STM) WaypointPlus - + Swiss Map 25/50/100 (.xol) Swiss Map 25/50/100 (.xol) @@ -1881,582 +1873,603 @@ Campos delimitados por tabuladores, útila para OpenOffice, Ploticus etc. - + Textual Output Salida literal - + Suppress separator lines between waypoints Suprimir saltos de línea entre los puntos de interés - + Write each waypoint in a separate file escribir cada punto de interés en un fichero separado - + TomTom Itineraries (.itn) TomTom Itineraries (.itn) - + TomTom POI file (.asc) TomTom POI file (.asc) - + TomTom POI file (.ov2) TomTom POI file (.ov2) - + TopoMapPro Places File Fichero de TopoMapPro Places - + TrackLogs digital mapping (.trl) Mapa digital TrackLogs (.trl) - + Index of track (if more than one in source) Indice del trazado (si la fuente tiene más de uno) - + U.S. Census Bureau Tiger Mapping Service Servicio de mapas Tgier del U.S. Census Bureau - - Suppress labels on generated pins - Suprimir etiquetas en los puntos creados + + Suppress labels on generated pins + Suprimir etiquetas en los puntos creados + + + + + Time zone ID + + + + + Attempt to recovery data from corrupt file + - + + Don't create waypoints for non-user points + + + + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geogrid-Viewer binary overlay file (.ovl) - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - + iGo Primo points of interest (.upoi) - + Jogmap.de XML format - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Mainnav - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - + MyNav TRC format - + Accept position fixes in gpgga marked invalid - + Compact binary representation - + codec to use for reading and writing strings (default windows-1252) - + + Qstarz BL-1000 + + + + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) - - - - - GPS time at position video_time (hhmmss, default is first timestamp of track) - - - - - GPS date at position video_time (hhmmss, default is first timestamp of track) - - - - Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + TomTom Places Itineraries (.itn) - + Generate file with lat/lon for centering map Crear fichero con lat/lon para centrar el mapa - + Margin for map. Degrees or percentage Margen del mapa. Grados o porcentaje - + Max shortname length when used with -s Max nombre corto cuando se usa -s - + Days after which points are considered old Número de días a partir del cual los puntos se consideran antiguos - + Marker type for old points Tipo de marca para los puntos antiguos - + Marker type for new points Tipo de marca para los puntos nuevos - + Suppress whitespace in generated shortnames Suprimir espacios en nombres cortos generados - + Marker type for unfound points Tipo de marca para los puntos no encontrados - + Width in pixels of map Anchura del mapa (píxeles) - + Height in pixels of map Altura del mapa (píxeles) - + The icon description is already the marker La descripción ya es la marca - + Universal csv with field structure in first line Formato csv universal con la estructura de campos en la primera línea - + Write name(s) of format(s) from input session(s) Escribir los de los formatos de entrada en cada sesión - + Write filename(s) from input session(s) Escribir el nombre de los ficheros de entrada en cada sesión - + Vcard Output (for iPod) Salida Vcard (para iPod) - + VidaOne GPS for Pocket PC (.gpb) GPS VidaOne para Pocket PC (.gpb) - + Version of VidaOne file to read or write (1 or 2) Versión del fichero VidaOne para leer o escribir (1 ó 2) - + Vito Navigator II tracks Trazados Vito Navigator II - + Vito SmartMap tracks (.vtt) Trazados Vito SmartMap (.vtt) - + WiFiFoFum 2.0 for PocketPC XML WiFiFoFum 2.0 para PocketPC XML - + Infrastructure closed icon name Nombre del icono de infraestructura cerrada - + + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) + + + + + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) + + + + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) + + + + Infrastructure open icon name Nombre del icono de infraestructura abierta - + Ad-hoc closed icon name Nombre del icono cerrado ad-hoc - + Ad-hoc open icon name Nombre del icono abierto ad-hoc - + Wintec TES file - + Wintec WBT-100/200 Binary File Format Formato de fichero binario Wintec WBT-100/200 - + Wintec WBT-100/200 GPS Download Descarga de Wintec WBT-100/200 GPS - + Wintec WBT-201/G-Rays 2 Binary File Format Formato de fichero binario Wintec WBT-201/G-Rays 2 - + XAiOX iTrackU Logger Registors del XAiOX iTrackU + - Appends the input to a backup file Añadir la entrada a una copia de seguridad + - Only waypoints that are not the backup file Sólo los puntos que no están en la copia de seguridad - + XAiOX iTrackU Logger Binary File Format Formato de fichero binario XAiOX iTrackU Logger - + Yahoo Geocode API data Datos de geocodificación Yahoo API - + String to separate concatenated address fields (default=", ") Texto para separar campos de dirección ("," por defecto) diff --git a/gui/coretool/gpsbabel_fr.qm b/gui/coretool/gpsbabel_fr.qm index 96b14dadedd33424a7b535f84c2b05b178d5b49c..c28d4f59daff233b612856ad576bd45bc5e9eb3a 100644 GIT binary patch delta 824 zcmWlXdrVGo9LAq>?>*;qjzpGtOOzM&N(tTXN@A%{Eh)*&+%Kb08 z4+Pe+rfEUIq9|60Vu2_RHtozfAS-P3&w60VTlU)fTwwAt&Mo^Az<%XYS<=T3a9hUr z0gHEWr#)r^(QaJ*pA5iT&gWffI{=?n-lI_fmVV`}w}~#~9iOHi0OqIG{`2)t%IAMo znE`1;u=E+gg73o4KC%nlARJOB194A`1jd>j@KETw`IsW!5nir42CUpK{BR@lz}cc| zaR4#xqTX^Ga4QxA9l=E3DMsd<0JL5)<+Cd=&n#xFodWQ7G0#D|kX*51v=Uf&%IIax zvC+j+eOCjptXR6`cm`O)rHZri!@2^Z z`XqnLi39X6^3R?i>QYej_IE&XuaYy3Fy@acc{`es4oj=DYofJ9O-kkGAu@te6J1ZY z%vbsN)xe6q>cO!0#JyR)@z+EE+3LNIodoby9ZaPij?^54~EOv4@)X570c1cF;a_ZOtL_T>MhYaw(^MRA^ZbLg+$X zT6QMA2iIwZnY6>$SK8Ia4@5Si{irD*KSBE)K@71udgyi@NE*@)4onPVn_iqH(5&|A h4KYQ45y#JDQ_Ag|_;!ok?$5j13z8Zb`}JhA=|AWI=luWx delta 1448 zcma))eN0t#7{|Zo+&AvIhkLz%I3(aCFJ25t-bw)x5CnM(3<#K0?k)$s+l70*F9K%K zOfyjnW5dOE8FLpLp{U5dOdUG zpq$*pjF!F#6r5)+jsyawmzevjqk&BaS-(rifaEAvyDS+<{EpSFXX)HW?B>IF0Zzwu zF7yJ=JJ=7eYy|?=D1vL>2iQLqWh~|Adle0LT|mm;inl@|fvi47?_U+b3eK!Fc8>zl z!^+STDqziP%7o8}F3qXj%zJ=Um%AUttSCxX-Z~TxXy#O=a}p4@N7a0efu8qAyk53?}g;ubMY40vjHv4MVR3!MoH+i>X9Wq0X$^ z59lY<#j}Ax?4Y`$G6+z5)pd)Mw{~8=@A?5?b(l24gy&>)n%?mN3UiuI7cT&&49)0| zZv%x!&8apyZAf!rn9NFu)La`PI^nG5_O=ip=6k>HSE<~(H>7wre0lLjzuS}Kb-thW zrJ5OF$+)&X#tp>hNg|ujUf8ESJ5Eg$glVTgCe`f2T%hU$>N%DZGRlAu6IWs(XP&L+ zUhY{6@Y7s}_$$#2b3Hnu^WV!I?V%$WVT1JCT%)iu$9*b<%H=VF%b!0a^=gsv;Amu73$ z-CGq)uEy}n+)|*pn9qG@3drl@ThgykU-kUpeJugj@?ZUSioky0r_0E$6o#KUy%$jB z^S2C3$cIAy-sqP=c&NWxnv!-X0+}(XLlMz_!+&g20jRh8pW#T)(5ZiF2Tdt{L?7|W zDCxYbFK;FNRGYrW*gLz+zq6pa{KrsPYMYuHtzqASQ62C~}#DN-56zOc=kqdaMfuEs`q;DQx)G}9x( z2>~{k>FuJJ6K+@~d+Aast;j!}f+AWe*+pS9rMvxP-_*1sN`jBv kWOlgh9;Ze04ODR3g+{Sibei3wU`mcliA(h!&yUys1Bldn4gdfE diff --git a/gui/coretool/gpsbabel_fr.ts b/gui/coretool/gpsbabel_fr.ts index cac291499..7507291b2 100644 --- a/gui/coretool/gpsbabel_fr.ts +++ b/gui/coretool/gpsbabel_fr.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff (entier sec ou 'auto') Barograph de différence temporelle GPS @@ -17,17 +17,17 @@ (sortie USR) Fusionner en une trace segmentée - + Ad-hoc closed icon name Nom de l'icône pour Ad-hoc fermé - + Ad-hoc open icon name Nom de l'icône pour Ad-hoc ouvert - + After output job done sleep n second(s) Faire une pause de n secondes lorsque l'éxécution est terminée @@ -40,43 +40,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames Autoriser les espaces dans les noms courts - + Altitudes are absolute and not clamped to ground Les altitudes sont absolue et idépendantes du sol @@ -85,18 +84,18 @@ Ajouter icon_descr à la description - + Append realtime positioning data to the output file instead of truncating Ajoute les données de position en temps réel au fichier de sortie plutôt que de le tronquer - + Base URL for link tag in output URL de base pour l'étiquette de lien en sortie - - + + Bitmap of categories Cartographie des catégories @@ -105,7 +104,7 @@ Nom de la catégorie - + Category number to use for written waypoints Numéro de catégorie pour les balises écrites @@ -115,24 +114,24 @@ Couleur des lignes ou des notes - - + + Command unit to power itself down Ordonner au GPS de s'éteindre - - + + Complete date-free tracks with given date (YYYYMMDD). Ajouter une date donnée (AAAAMMJJ) à une trace sans horodatage - + Create unique waypoint names (default = yes) Créer des noms de balises uniques (oui par défaut) - + Create waypoints from geocache log entries Créer des balises à partir des entrés de log géocache @@ -145,91 +144,91 @@ Nom de la base de données (nom de fichier) - + Datum (default=NAD27) Datum (défaut=NAD27) - + Days after which points are considered old Nombre de jours après lesquels les points sont considérés comme anciens - + Decimal seconds to pause between groups of strings Dixième de seconde de pause entre les groups de chaines - + Default category on output Catégorie par défaut en sortie - + Default category on output (1..16) Catégorie par défaut en sortie (1..16) - - - - - - - + + + + + + + Default icon name Nom d'icone par défaut - + Default location Endroit par défaut - + Default proximity Proximité par défaut - + Default speed Vitesse par défaut - + Default speed for waypoints (knots/hr) Vitesse par défaut pour les balises (noeuds par heures) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Ecrire les dégrés en 'd°d°d°', 'd°m'm''(défaut) ou 'd°m's''' - + Delete all routes Supprimer toutes les routes - + Delete all track points Supprimer tous les points de traces - - + + Delete all waypoints Supprimer toutes les balises - + Display labels on track and routepoints (default = 1) Afficher les labels sur les traces et les points de routes (défaut = 1) - + Distance unit [m=metric, s=statute] Unité de distance [m = métrique, s=stature] @@ -244,29 +243,29 @@ Ne pas ajouter les URLs aux descriptions - + Don't show gpi bitmap on device Ne pas afficher les images gpi sur le périphérique - + Draw extrusion line from trackpoint to ground Générer une ligne d'extrusion entre le sol et le point de trace - + Drop route points that do not have an equivalent waypoint (hidden points) Eliminer les points de route qui n'ont pas de balises équivallentes (points cachés) - + Enable alerts on speed or proximity distance Activer les alertes de vitesse ou de proximité - - - + + + Encrypt hints using ROT13 Encrypter les signes en ROT13 @@ -275,24 +274,24 @@ Encrypter les signes avec ROT13 - - - - - - - - + + + + + + + + Erase device data after download Effacer les données du périphérique après téléchargement - + Export linestrings for tracks and routes Exporter les chaînes de caractères pour les traces et les routes - + Export placemarks for tracks and routes Exporter les marqueurs pour les traces et les routes @@ -305,7 +304,7 @@ Générer # points - + Generate file with lat/lon for centering map Générer le fichier avec les infos de centrage de carte (lat/lon) @@ -323,42 +322,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) - + Height in pixels of map Hauteur de la carte en pixels @@ -367,23 +366,23 @@ Ignorer les marqueurs d'événements lors de la lecture - + Include extended data for trackpoints (default = 1) Inclure les données étendues pour les points de trace (défaut = 1) - - + + Include groundspeak logs if present Inclure les logs groundspeak si disponible - + Include major turn points (with description) from calculated route Inclure les points de virage (avec description) de la route calculée - + Include only via stations in route Inclure seulement les étapes dans la route @@ -400,17 +399,17 @@ Index du champ URL dans le .dbf - + Indicate direction of travel in track icons (default = 0) Indiquer la direction de déplacement dans les icones de la trace (défaut = 0) - + Infrastructure closed icon name Nom de l'icône pour l'Infrastructure fermée - + Infrastructure open icon name Nom de l'icône pour l'Infrastructure ouverte @@ -420,9 +419,8 @@ Garder les virages si le filtre simplifié est utilisé - - - + + Length of generated shortnames Longueur des nom courts générés @@ -432,7 +430,7 @@ Longueur des nom courts générés (défaut : 16) - + Line color, specified in hex AABBGGRR Couleur de la ligne, spécifié en hexadécimal AABBGGRR @@ -445,78 +443,78 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique Les noms courts sont tous différents - + MapSend version TRK file to generate (3,4) Version des fichiers TRK Mapsend à générer (3,4) - + Margin for map. Degrees or percentage Marge de la carte. Degrés ou pourcentage - + Marker type for new points Type de marqueur pour les nouveaux points - + Marker type for old points Type de marqueur pour les anciens points - + Marker type for unfound points Type de marqueur pour les points non trouvés - + Max length of waypoint name to write Longueur maximum du nom de la balise - - - + + + Max number of comments to write (maxcmts=200) Nombre maximum de commentaires à écrire (maxcmts=200) - + Max shortname length when used with -s Longueur maximum du nom court lorsque utilisé avec l'option -s @@ -529,49 +527,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length Longueur max. de noms courts générés - Merge output with existing file - Fusionner la sortie avec un fichier existant + Fusionner la sortie avec un fichier existant - - - - + + + + MTK compatible CSV output file Fichier de sortie CSV compatible MTK @@ -580,7 +577,7 @@ Nom de la catégorie 'non assignée' - + New name for the route Nouveau nom pour la route @@ -589,27 +586,27 @@ Supprimer les lignes de séparation entre les balises - + No whitespace in generated shortnames Supprimer les espaces dans les noms courts générés - + Non-stealth encrypted icon name Ne pas récupérer les noms d'icones encryptés - + Non-stealth non-encrypted icon name Ne pas récupérer les noms d'icones non encryptés - + Numeric value of bitrate (baud=4800) Valeur numérique de la vitesse de transfert (4800 bauds) - + Omit Placer name Omettre le nom du Placer @@ -619,17 +616,17 @@ Lire seulement les virages; ne pas tenire compte des autres points - + Path to HTML style sheet Chemin vers une feuille de style HTML - + Precision of coordinates Précision des coordonnées - + Proximity distance Distance de proximité @@ -639,7 +636,7 @@ Rayon des cercles - + Radius of our big earth (default 6371000 meters) Rayon de la terre (défaut : 6371000 mètres) @@ -653,43 +650,43 @@ Lire/Ecrire le format date (i.e. JJMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Lire/Ecrire le format de date (i.e. YYYY/MM/DD) - + Read/write GPGGA sentences Lire/Ecrire des séquences GPGGA - + Read/write GPGSA sentences Lire/Ecrire des séquences GPGSA - + Read/write GPRMC sentences Lire/Ecrire des séquences GPRMC - + Read/write GPVTG sentences Lire/ECrire des séquences GPVTG - + Read/Write time format (i.e. HH:mm:ss xx) Lire/Ecrire le format horaire (i.e. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Retenir au maximum ce nombre de points de positions (0 = illimité) - - + + Return current position as a waypoint Renvoyer la position courante en tant que balise @@ -707,58 +704,58 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output Set waypoint name to source filename. Faire correspondre les nom de la balise au nom du fichier source. - - + + Shortname is MAC address Le nom court est l'adresse MAC - + Speed in bits per second of serial port (baud=4800) Vitesse du port série en bits par seconde (baud=4800) - + Split input into separate files Découper l'entrée en fichiers séparés - + Index of route/track to write (if more than one in source) @@ -768,57 +765,57 @@ Séparer en plusieurs routes à chaque virage - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - + Geogrid-Viewer ascii overlay file (.ovl) - + Geogrid-Viewer tracklogs (.log) - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints - + Index of track to write (if more than one in source) - + iGO2008 points of interest (.upoi) - + IGO8 .trk - + Track identification number - + Track title - + Track description @@ -827,177 +824,162 @@ Racine du générateur de nombres internes - + Jelbert GeoTagger data file - - + + Index of route to write (if more than one in source) - + Stealth encrypted icon name Récupérer les noms d'icones encryptés - + Stealth non-encrypted icon name Récupérer les noms d'icones non encryptés - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) - - - - - GPS time at position video_time (hhmmss, default is first timestamp of track) - - - - - GPS date at position video_time (hhmmss, default is first timestamp of track) - - - - Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Index of route (if more than one in source) - + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + TomTom Places Itineraries (.itn) - + Index of track (if more than one in source) - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - + Version of VidaOne file to read or write (1 or 2) - + Wintec TES file - + String to separate concatenated address fields (default=", ") Chaine de caractère pour séparer les champs d'adresse (", " par défaut) - + Suppress labels on generated pins Supprimer les labels des points créés - + Suppress retired geocaches Suypprimer les géocaches désactivées - + Suppress separator lines between waypoints Supprimer les lignes séparatrices entre les balises - + Suppress use of handshaking in name of speed Supprimer les controles pour améliorer les performances - + Suppress whitespace in generated shortnames Supprimer les espaces dans les noms courts générés @@ -1007,7 +989,7 @@ Symbole à utiliser pour les données de type point - + Sync GPS time to computer time Synchroniser l'heure du GPS avec l'heure du PC @@ -1017,17 +999,17 @@ Simplifier l'horodatage des traces - + Target GPX version for output Version du fichier GPX pour la sortie - + Temperature unit [c=Celsius, f=Fahrenheit] Unité de température (c=Celsius, f=Farenheit) - + The icon description is already the marker Les description de l'icon est identique au marqueur @@ -1041,13 +1023,13 @@ Type de fichier .an1 - - + + Units for altitude (f)eet or (m)etres Unités d'altitude (p)ieds ou (m)ètres - + Units used for names with @speed ('s'tatute or 'm'etric) Unités utilisées avec @vitess ('s'tatute ou 'm'étrique) @@ -1064,113 +1046,110 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames Noms courts en MAJUSCULE - Use depth values on output (default is ignore) - Utiliser les valeurs de profondeur sur la sortie (par défaut : ignorer) - - - - Use proximity values on output (default is ignore) - Utiliser les valeurs de proximité sur la sortie (par défaut : ignorer) + Utiliser les valeurs de profondeur sur la sortie (par défaut : ignorer) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Use proximity values on output (default is ignore) + Utiliser les valeurs de proximité sur la sortie (par défaut : ignorer) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description Utiliser le nom court au lieu de la description - + Use specified bitmap on output Utiliser l'images spécifiée en sortie - + Version of gdb file to generate (1..3) Version du fichier gbd à générer (1..3) - Version of mapsource file to generate (3,4,5) - Version du fichier mapsource à créer (3,4,5) + Version du fichier mapsource à créer (3,4,5) - + Waypoint background color Couleur de fond de la balise - + Waypoint foreground color Couleur de la balise @@ -1180,69 +1159,69 @@ Type de balise - + Width in pixels of map Largeur de la carte en pixels - + Width of lines, in pixels Largeur des lignes en pixels - + Write additional node tag key/value pairs Ecrire des étiquettes de noeuds additionnelles clé/valeurs - + Write additional way tag key/value pairs Ecrire des étiquettes de chemins additionnelles clé/valeurs - + Write all tracks into one file Ecrire toutes les traces dans un fichier - + Write description to address field Ecrire la description dans le champ d'adresse - + Write each waypoint in a separate file Ecrire chaque balise dans un fichier séparé - + Write notes to address field Ecrire les notes dans le champ d'adresse - + Write position to address field Ecrire la position dans le champ d'adresse - - + + Write position using this grid. Ecrire la position en utilisant cette grille. - - + + Write timestamps with offset x to UTC time Ecrire l'horodatage avec un décalage de x par rapport à l'heure UTC - + Write tracks compatible with Carto Exploreur Ecrire des traces compatibles avec CartoExploreur - + Write tracks for Gisteq Phototracker Ecrire les traces pour Gisteq Phototracker @@ -1392,944 +1371,970 @@ - + Energympro GPS training watch - + Enigma binary waypoint file (.ert) - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - + F90G Automobile DVR GPS log file - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Franson GPSGate Simulation - + Fugawi - + G7ToWin data files (.g7t) - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - + Garmin Logbook XML - + Garmin MapSource - gdb - - Garmin MapSource - mps - - - - + Garmin MapSource - txt (tab delimited) - + Garmin PCX5 - + Garmin POI database - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Vitesse du port série en bits par seconde (baud=4800) {9600)?} - + Garmin serial/USB protocol - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc - + GEOnet Names Server (GNS) - + GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything - + Google Earth (Keyhole) Markup Language - + Google Navigator Tracklines (.trl) - + GoPal GPS track log (.trk) - + The maximum speed (km/h) traveling from waypoint to waypoint. - + Cleanup common errors in trackdata - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPSman - + gpsutil - + GPX XML - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - + HikeTech - + Holux (gm-100) .wpo Format - + Holux M-241 (MTK based) Binary File Format - + Holux M-241 (MTK based) download - - - + + + Enable logging after download - + Honda/Acura Navigation System VP Log File Format - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - + IGN Rando track files - + Kompass (DAV) Track (.tk) - + Kompass (DAV) Waypoints (.wp) - - KuDaTa PsiTrex text - - - - + Lowrance USR - + (USR output) Write version - + Magellan Explorist Geocaching - + Magellan Mapsend - + Magellan SD files (as for eXplorist) - + Magellan SD files (as for Meridian) - + Magellan serial protocol - + MagicMaps IK3D project file (.ikt) - + Map&Guide 'TourExchangeFormat' XML - + MapAsia track file (.tr7) - + Mapopolis.com Mapconverter CSV - + MapTech Exchange Format - + Memory-Map Navigator overlay files (.mmo) - + Write items 'locked' [default no] - + Write items 'visible' [default yes] - + Write files with internal version [n] - + Microsoft Streets and Trips 2002-2007 - + Motorrad Routenplaner (Map&Guide) .bcr files - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - + Navicache.com XML - + Navigon Mobile Navigator .rte files - + Navigon Waypoints - + NaviGPS GT-11/BGT-11 Download - + Clear the datalog - + Read from datalogger buffer - + NaviGPS GT-31/BGT-31 datalogger (.sbp) - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - + Naviguide binary route file (.twl) - + 'wp' - Create waypoint file , 'rte' - Create route file - + + + Time zone ID + + + + + Attempt to recovery data from corrupt file + + + + + Don't create waypoints for non-user points + + + + Geogrid-Viewer binary overlay file (.ovl) - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - + iGo Primo points of interest (.upoi) - + Jogmap.de XML format - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Mainnav - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - + MyNav TRC format - + 'n' - Keep the existing wp name, 'y' - rename waypoints - + Navitel binary track (.bin) - + Navitrak DNA marker format - + NetStumbler Summary File (text) - + NIMA/GNIS Geographic Names File - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - + Compact binary representation - + Nokia Landmark Exchange - + OpenStreetMap data files - + Use this value as custom created_by value - + OziExplorer - + Unit used in altitude values - + Unit used in proximity values - + PocketFMS breadcrumbs - + PocketFMS flightplan (.xml) - + PocketFMS waypoints (.txt) - + Raymarine Waypoint File (.rwf) - + Ricoh GPS Log File - + See You flight analysis data - + Skymap / KMD150 ascii files - - + + Baud rate used for download - + + Qstarz BL-1000 + + + + + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) + + + + + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) + + + + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) + + + + Suunto Trek Manager (STM) .sdf files - + Suunto Trek Manager (STM) WaypointPlus files - + Textual Output - + TomTom Itineraries (.itn) - + TomTom POI file (.asc) - + TomTom POI file (.ov2) - + TopoMapPro Places File - + TrackLogs digital mapping (.trl) - + U.S. Census Bureau Tiger Mapping Service - + Universal csv with field structure in first line - + Vcard Output (for iPod) - + VidaOne GPS for Pocket PC (.gpb) - + Vito Navigator II tracks - + Vito SmartMap tracks (.vtt) - + WiFiFoFum 2.0 for PocketPC XML - + Wintec WBT-100/200 Binary File Format - + Wintec WBT-100/200 GPS Download - + Wintec WBT-201/G-Rays 2 Binary File Format - + XAiOX iTrackU Logger + - Appends the input to a backup file + - Only waypoints that are not the backup file - + XAiOX iTrackU Logger Binary File Format - + Yahoo Geocode API data diff --git a/gui/coretool/gpsbabel_hu.qm b/gui/coretool/gpsbabel_hu.qm index a672acc1846bdc12e35662c483e15461793a6445..e17af112290a7a3c1f59de4d920f5303e74fe077 100644 GIT binary patch delta 791 zcmWlXdrXaS7{|Zw^_=s*r}vekjCA2tPT_QP6x~$HeYYi=ZI4E;0SyQURbxRv*76oBQGy!A2R*;DxpV-XNy ztC8$$(MfSrvP5P()dd|Ae74LvjJdDp`1ULFhZJS$F7I85%ZwDXU4Q8&2stZ zFbP4fPO7I>`WX4tG$1)m%i;nJMaBtr7GciPin##Ra!I?)1(pcto~RxP`7P?!I!XaR@L> zD`VA8(rZ+HC$v#KNR8de14(by1AQ}Vx2cD71Uedv+K_w*(BgQ1HZ{zZ%YQYyS}k{c OUHwT{8Q1KTaovCUx7?=y delta 1284 zcma)4ZBSHY6n^gA@4L%g2!Ut?E+5jOK*q8t$j9;_(=@^mUkRzOv)skig{9rQ3KVT) zgN`{v&=t%6C6!Sy!+?(cz$U|LuxyHk398XS41@ep;{aMpon^+RAN}aZIrq%_p7T7< zdG0&k%N#q!^lpf^A?(*_!1NcYcU%RGjd)Q^0y4kBFEt7v>-#=ya$xJr%!&Ssz_t{vCiFQdF?iU$Crj-tz(JbBfnYi9q&t#lRocNQCy1GOTX` zh~KL;4Xc2RP-XfBl4to`S!wVCn@0N{BqtPISFW6h1=L+C^OOucu2!{95nQHK)oyr% z;5m6GlU~22Ni{k89bj!x{ZxAd*x94H6G`ByAF2)JH6S;jHjcjngfFNw)~uv{NuA$# z3@}WqcP)hjNgt`JYc>GNY<1%r^;t^QM{geoHkZj)nYh9s&A{X!N$k;_TbltA_h}}6 zI0+Onn#&!*t{a+}i{zC#pjj9vaWM|fYC|-Tkf-f?iP*9#%zK$*suAzE7|maa`^h)!Sfkj+SP>TzAQ diff --git a/gui/coretool/gpsbabel_hu.ts b/gui/coretool/gpsbabel_hu.ts index 6cd545ecb..56c93acea 100644 --- a/gui/coretool/gpsbabel_hu.ts +++ b/gui/coretool/gpsbabel_hu.ts @@ -4,7 +4,7 @@ core - + (integer sec or 'auto') Barograph to GPS time diff Barométer adatok GPS pozícióba (másodperc vagy 'auto') @@ -17,17 +17,17 @@ Szegmensek egy nyomvonalba føzése (USR kimenet) - + Ad-hoc closed icon name Ad-hoc zárt hálózat ikonnév - + Ad-hoc open icon name Ad-hoc nyílt hálózat ikonnév - + After output job done sleep n second(s) Feltöltés után x másodperccel kikapcsolás @@ -40,43 +40,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames Szóközök engedélyezése rövidnevek készítésekor - + Altitudes are absolute and not clamped to ground A magasság abszolút, nincs a felszínhez kötve @@ -85,18 +84,18 @@ icon_descr hozzáføzése a megjegyzéshez - + Append realtime positioning data to the output file instead of truncating A kimeneti fájl csonkítása helyett valósidõ hozzáføzése a pozícióhoz - + Base URL for link tag in output Alapért. URL a hivatkozásokban - - + + Bitmap of categories Raszter kategória @@ -105,7 +104,7 @@ Kategória név (Cache) - + Category number to use for written waypoints A készülõ útpontok kategória-száma @@ -115,24 +114,24 @@ Vonalak és térkép-megjegyzések színe - - + + Command unit to power itself down Zárásként a készülék kikapcsolása - - + + Complete date-free tracks with given date (YYYYMMDD). Dátum nélküli nyomvonalak új idõpontja (ÉÉÉÉHHNN) - + Create unique waypoint names (default = yes) Egyedi útpont nevek (alapért. = igen) - + Create waypoints from geocache log entries Útpontok készítése a geocaching bejegyzésekbõl @@ -145,91 +144,91 @@ Adatbázis név (fájlnév) - + Datum (default=NAD27) Térképdátum (alapért.=NAD27) - + Days after which points are considered old Ennyi nap után a pontok elévültnek számítanak - + Decimal seconds to pause between groups of strings Ennyi másodpercnyi szünet az adatfolyamban - + Default category on output Alapért. kimeneti kategória - + Default category on output (1..16) Alapértelmezett kimeneti kategória (1.. 16) - - - - - - - + + + + + + + Default icon name Alapértelmezett ikonnév - + Default location Alapértelmezett pozíció - + Default proximity Alapért. távolság - + Default speed Alapért. sebesség - + Default speed for waypoints (knots/hr) Alapértelmezett sebesség a pontokhoz (csomó/ó) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Pozíció formátum 'fff', 'fpp'(alapért.) vagy 'fpm' - + Delete all routes Minden útvonal törlése - + Delete all track points Minden nyomvonalpont törlése - - + + Delete all waypoints Minden útpont törlése - + Display labels on track and routepoints (default = 1) Címke megjelenítése nyomvonalakon és útvonalakon (alapért.=1) - + Distance unit [m=metric, s=statute] Távolság mértékegysége [m=metrikus, s=angolszász] @@ -244,29 +243,29 @@ URL mezõ kihagyása a megjegyzésbõl - + Don't show gpi bitmap on device gpi raszter rejtése a készüléken - + Draw extrusion line from trackpoint to ground Meghosszabított vonal rajzolása útponttól felszínig - + Drop route points that do not have an equivalent waypoint (hidden points) Útvonalpont elhagyása, aminek nincs megegyezõ útpontja (rejtett pontok) - + Enable alerts on speed or proximity distance Figyelmeztetés engedélyezése sebességnél vagy közeledéskor - - - + + + Encrypt hints using ROT13 Megjegyzések kódolása ROT13 használatával @@ -275,24 +274,24 @@ Megyjegyzések kódolása ROT13-al - - - - - - - - + + + + + + + + Erase device data after download A készülék memóriájának törlése letöltés után - + Export linestrings for tracks and routes Vonal-szöveg exportálása nyomvonalakba és útvonalakba - + Export placemarks for tracks and routes Hely-jelölések exportálása nyomvonalakba és útvonalakba @@ -305,7 +304,7 @@ # pontok készítése - + Generate file with lat/lon for centering map Szélesség/hosszúság használata térképi kalibráláshoz @@ -323,42 +322,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) GPS dátum (alapért. WGS 84) - + Height in pixels of map Magasság a térképen (pixel) @@ -367,23 +366,23 @@ Esemény pontok kihagyása - + Include extended data for trackpoints (default = 1) Bõvített információk használata a nyomvonalakban (alapért.=1) - - + + Include groundspeak logs if present Groundspeak bejegyzések használata (ha van) - + Include major turn points (with description) from calculated route Fõ kanyarodási pontok használata a számított útvonalból (megjegyzéssel) - + Include only via stations in route Csak az állomások használata az útvonalban @@ -400,17 +399,17 @@ URL mezõ hivatkozása a .dbf fájlban - + Indicate direction of travel in track icons (default = 0) Irány mutatása a nyomvonal ikonjánál - + Infrastructure closed icon name Zárt HotSpot ikonnév - + Infrastructure open icon name Nyitott HotSpot ikonnév @@ -420,9 +419,8 @@ Fordulópontok megtartása egyszerøsítés esetén is. - - - + + Length of generated shortnames Rövidnevek hosszúsága @@ -432,7 +430,7 @@ Rövidnevek hosszúsága (alapért. 16) - + Line color, specified in hex AABBGGRR Vonal színe (hexa érték AABBGGRR) @@ -445,78 +443,78 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique A készülõ rövidnevek egyediek legyenek - + MapSend version TRK file to generate (3,4) MapSend TRK fájl verziója (3,4) - + Margin for map. Degrees or percentage Térképi margó. Fok vagy százalék. - + Marker type for new points Új pont jele - + Marker type for old points Régi pont jele - + Marker type for unfound points Meg nem talált pont jele - + Max length of waypoint name to write Útpont nevének max. hosszúsága - - - + + + Max number of comments to write (maxcmts=200) Megjegyzés max. hossza (maxcmts=200) - + Max shortname length when used with -s Rövidnév hosszának értéke -s használatával @@ -529,49 +527,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length Elõállított rövidnevek max. hosszúsága - Merge output with existing file - A jelenleg és a kész fájl összeføzése + A jelenleg és a kész fájl összeføzése - - - - + + + + MTK compatible CSV output file MTK kompatibilis CSV készítés @@ -580,7 +577,7 @@ Az 'unassigned' kategória neve - + New name for the route Az útvonal új neve @@ -589,27 +586,27 @@ Nincs elválasztó karakter az útpontok között - + No whitespace in generated shortnames Szóközök mellõzése a rövidnevekben - + Non-stealth encrypted icon name Nem elcsent, titkosított ikonnév - + Non-stealth non-encrypted icon name Nem elcsent, nem titkosított ikonnév - + Numeric value of bitrate (baud=4800) Bitráta értéke (baud=4800) - + Omit Placer name Elhelyezõ nevének elhagyása @@ -619,17 +616,17 @@ Csak a fordulópontok használata (a többi pont kihagyása) - + Path to HTML style sheet Hivatkozás HTML style sheet-be - + Precision of coordinates Koordináták pontossága - + Proximity distance Közelesédi riasztás értéke @@ -639,7 +636,7 @@ Kör sugara - + Radius of our big earth (default 6371000 meters) A Föld sugara (alapért. 6371000 méter) @@ -653,43 +650,43 @@ Dátum formátum írása/olvasása (NN/HH/ÉÉÉÉ) - + Read/Write date format (i.e. yyyy/mm/dd) Dátum formátum írása/olvasása (éééé/hh/nn) - + Read/write GPGGA sentences GPGGA montadok írása/olvasása - + Read/write GPGSA sentences GPGSA montadok írása/olvasása - + Read/write GPRMC sentences GPRMC montadok írása/olvasása - + Read/write GPVTG sentences GPVTG montadok írása/olvasása - + Read/Write time format (i.e. HH:mm:ss xx) Idõ írása/olvasása (ÓÓ:pp:mm xx) - + Retain at most this number of position points (0 = unlimited) Max. pontszám megtartása a 'snail tail' elõállításakor (0= végtelen) - - + + Return current position as a waypoint Visszatérés a jelenlegi pozícióba, mint útpont @@ -699,24 +696,24 @@ Út típus változások - - + + Shortname is MAC address A rövidnév, mint MAC cím - + Speed in bits per second of serial port (baud=4800) Soros port sebessége (bps; baud=4800) - + Split input into separate files Beviteli adatok darabolása külön fájlokba - + Index of route/track to write (if more than one in source) @@ -726,57 +723,57 @@ Összetett útvonalakba és fordulópontokba darabolás - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - + Geogrid-Viewer ascii overlay file (.ovl) - + Geogrid-Viewer tracklogs (.log) - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints - + Index of track to write (if more than one in source) - + iGO2008 points of interest (.upoi) - + IGO8 .trk - + Track identification number - + Track title - + Track description @@ -785,177 +782,162 @@ Kezdõérték a belsõ indexhez - + Jelbert GeoTagger data file - - + + Index of route to write (if more than one in source) - + Stealth encrypted icon name Titkosan kódolt ikonnevek - + Stealth non-encrypted icon name Nem titkosított ikonnevek elcsenése - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + codec to use for reading and writing strings (default windows-1252) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) - - - - - GPS time at position video_time (hhmmss, default is first timestamp of track) - - - - - GPS date at position video_time (hhmmss, default is first timestamp of track) - - - - Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Index of route (if more than one in source) - + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + TomTom Places Itineraries (.itn) - + Index of track (if more than one in source) - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - + Version of VidaOne file to read or write (1 or 2) - + Wintec TES file - + String to separate concatenated address fields (default=", ") Összeføzött címnevek elválasztása (alapért.=", ") - + Suppress labels on generated pins Címkék elhagyása a készülõ pontokon - + Suppress retired geocaches Kiöregedett geoládák elhagyása - + Suppress separator lines between waypoints Elválasztó vonalak elhagyása útpontok között - + Suppress use of handshaking in name of speed Kézfogás elhagyása a sebességneveknél - + Suppress whitespace in generated shortnames Szóközök elhagyása a készülõ rövidnevekben @@ -965,7 +947,7 @@ Útpontok szimbóluma - + Sync GPS time to computer time GPS idõ szinkronizálása a számítógéppel @@ -975,17 +957,17 @@ Nyomvonal idejének elõállítása - + Target GPX version for output A kimeneti GPX fájl verziója - + Temperature unit [c=Celsius, f=Fahrenheit] Hõmérséklet mértékegysége [c=Celsius, f=Fahrenheit] - + The icon description is already the marker Az ikon meghatározás már a pontjelzõben @@ -999,13 +981,13 @@ A .an1 fájl típusa - - + + Units for altitude (f)eet or (m)etres Magasság mértékegysége (méter vagy láb) - + Units used for names with @speed ('s'tatute or 'm'etric) Sebesség mértékegysége a neveknél ('s' angolszász vagy 'm' metrikus) @@ -1022,48 +1004,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames NAGYBETØS rövidnevek elõállítása - Use depth values on output (default is ignore) - Mélység adat használata a kimenetben (alapért. nincs) + Mélység adat használata a kimenetben (alapért. nincs) - Use proximity values on output (default is ignore) - Pontossági érték használata a kimenetben (alapért. nincs) + Pontossági érték használata a kimenetben (alapért. nincs) @@ -1074,61 +1054,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description Rövid név használata a megyjegyzés helyett - + Use specified bitmap on output Meghatározott raszter használata a kimenetben - + Version of gdb file to generate (1..3) A készülõ gdb fájl típusa (1..3) - Version of mapsource file to generate (3,4,5) - A készülõ MapSource fájl típusa (3,4,5) + A készülõ MapSource fájl típusa (3,4,5) - + Waypoint background color Útpont háttérszíne - + Waypoint foreground color Útpont színe @@ -1138,69 +1117,69 @@ Útpont típusa - + Width in pixels of map Térképi szélesség (pixel) - + Width of lines, in pixels Vonalvastagság (pixel) - + Write additional node tag key/value pairs További kulcs/érték címkepár írása (pont) - + Write additional way tag key/value pairs További kulcs/érték címkepár írása (út) - + Write all tracks into one file Az összes nyomvonal összeføzése egy fájlba - + Write description to address field Megjegyzést a cím mezõbe - + Write each waypoint in a separate file Minden útpont külön fájlba - + Write notes to address field Megjegyzés írása a cím megjegyzésbe - + Write position to address field Pozíció írása a cím megjegyzésbe - - + + Write position using this grid. Pozíció készítése ezzel a ráccsal - - + + Write timestamps with offset x to UTC time Idõértékek eltolása x értékkel UTC-hez képest - + Write tracks compatible with Carto Exploreur Carto Exploreur kompatibilis nyomvonal készítése - + Write tracks for Gisteq Phototracker Gisteq Phototracker kompatibilis nyomvonal készítése @@ -1218,35 +1197,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output @@ -1391,944 +1370,970 @@ - + Energympro GPS training watch - + Enigma binary waypoint file (.ert) - + Source for name field in .dbf - + Source for URL field in .dbf - + ESRI shapefile - + F90G Automobile DVR GPS log file - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Franson GPSGate Simulation - + Fugawi - + G7ToWin data files (.g7t) - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - + Garmin Logbook XML - + Garmin MapSource - gdb - - Garmin MapSource - mps - - - - + Garmin MapSource - txt (tab delimited) - + Garmin PCX5 - + Garmin POI database - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Soros port sebessége (bps; baud=4800) {9600)?} - + Garmin serial/USB protocol - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc - + GEOnet Names Server (GNS) - + GlobalSat DG-100/BT-335 Download - - - - + + + + Only erase device data, do not download anything - + Google Earth (Keyhole) Markup Language - + Google Navigator Tracklines (.trl) - + GoPal GPS track log (.trk) - + The maximum speed (km/h) traveling from waypoint to waypoint. - + Cleanup common errors in trackdata - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPSman - + gpsutil - + GPX XML - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - + HikeTech - + Holux (gm-100) .wpo Format - + Holux M-241 (MTK based) Binary File Format - + Holux M-241 (MTK based) download - - - + + + Enable logging after download - + Honda/Acura Navigation System VP Log File Format - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - + IGN Rando track files - + Kompass (DAV) Track (.tk) - + Kompass (DAV) Waypoints (.wp) - - KuDaTa PsiTrex text - - - - + Lowrance USR - + (USR output) Write version - + Magellan Explorist Geocaching - + Magellan Mapsend - + Magellan SD files (as for eXplorist) - + Magellan SD files (as for Meridian) - + Magellan serial protocol - + MagicMaps IK3D project file (.ikt) - + Map&Guide 'TourExchangeFormat' XML - + MapAsia track file (.tr7) - + Mapopolis.com Mapconverter CSV - + MapTech Exchange Format - + Memory-Map Navigator overlay files (.mmo) - + Write items 'locked' [default no] - + Write items 'visible' [default yes] - + Write files with internal version [n] - + Microsoft Streets and Trips 2002-2007 - + Motorrad Routenplaner (Map&Guide) .bcr files - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - + Navicache.com XML - + Navigon Mobile Navigator .rte files - + Navigon Waypoints - + NaviGPS GT-11/BGT-11 Download - + Clear the datalog - + Read from datalogger buffer - + NaviGPS GT-31/BGT-31 datalogger (.sbp) - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - + Naviguide binary route file (.twl) - + 'wp' - Create waypoint file , 'rte' - Create route file - + + + Time zone ID + + + + + Attempt to recovery data from corrupt file + + + + + Don't create waypoints for non-user points + + + + Geogrid-Viewer binary overlay file (.ovl) - + Compact Output. Default is off. - + GeoJson - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + GPS Tracking Key Pro text - + Precision of elevations, number of decimals - - + + Size of blocks in KB to request from device - + iGo Primo points of interest (.upoi) - + Jogmap.de XML format - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Mainnav - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - + MyNav TRC format - + 'n' - Keep the existing wp name, 'y' - rename waypoints - + Navitel binary track (.bin) - + Navitrak DNA marker format - + NetStumbler Summary File (text) - + NIMA/GNIS Geographic Names File - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - + Compact binary representation - + Nokia Landmark Exchange - + OpenStreetMap data files - + Use this value as custom created_by value - + OziExplorer - + Unit used in altitude values - + Unit used in proximity values - + PocketFMS breadcrumbs - + PocketFMS flightplan (.xml) - + PocketFMS waypoints (.txt) - + Raymarine Waypoint File (.rwf) - + Ricoh GPS Log File - + See You flight analysis data - + Skymap / KMD150 ascii files - - + + Baud rate used for download - + + Qstarz BL-1000 + + + + + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) + + + + + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) + + + + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) + + + + Suunto Trek Manager (STM) .sdf files - + Suunto Trek Manager (STM) WaypointPlus files - + Textual Output - + TomTom Itineraries (.itn) - + TomTom POI file (.asc) - + TomTom POI file (.ov2) - + TopoMapPro Places File - + TrackLogs digital mapping (.trl) - + U.S. Census Bureau Tiger Mapping Service - + Universal csv with field structure in first line - + Vcard Output (for iPod) - + VidaOne GPS for Pocket PC (.gpb) - + Vito Navigator II tracks - + Vito SmartMap tracks (.vtt) - + WiFiFoFum 2.0 for PocketPC XML - + Wintec WBT-100/200 Binary File Format - + Wintec WBT-100/200 GPS Download - + Wintec WBT-201/G-Rays 2 Binary File Format - + XAiOX iTrackU Logger + - Appends the input to a backup file + - Only waypoints that are not the backup file - + XAiOX iTrackU Logger Binary File Format - + Yahoo Geocode API data diff --git a/gui/coretool/gpsbabel_it.qm b/gui/coretool/gpsbabel_it.qm index 322f2948b6159cf143e0f6e77c47b51100c24b83..4b3732582c57e0a994bd5909308d3245e98cec4e 100644 GIT binary patch delta 983 zcmW-ge@v8h9LL|!bI*@^ev8Ks9ZWzB4&;~8r3eTLnk0BgpdMpL-LBPEk|_gBydsLB zmcn(WYil!biY0<4Sq--8#6k@=jFPCF;wZ$nT%C@hvyc7tY~OvJ&*$}ieZJq1PBVR- z%;C`34G5VT17dnmmh~+#&x*aSB|x?vzm=PS)koWG@$MCa%mMEJklV@}*-zE6>5PBV z)4-EW%r9S9fZ|eSF8wiJgN-%cI0j@)uu?<@u>2gWhrJX%B zSw++OP2m-t0QGAVqK?ZGIr3nu|Qc1DSIK5f%Hc}YT43o++rRNig?G982NnTBBX1q`04Yv>$0)VS>f~Q3S_nile7!m!SeN1{ zX42ete(2maiW=m9+R_9RUE%)>rx_Xbf@%!{Yv%-`{|zAYl(0N#qY#6_>gpCis}+jw zSb(Gnp{zUX6tm z)CIURN5u2N>pB`VGGCwTc?4j9fQ)CN&g4CJinCub?ku4WHYbn$+`Bg9VR%&Fg z(gmoC<)dB-pDW29P7o`;mdCsLXb~>?_7*3QmLuP*%m?&lIdGLE@C}Obt&tZbc6 ztWn36%7|&Wk=&?MzeGPKy{6RsZ$C_Fy)#7(p&ZWZpsTS|K(ZdS z(?T}gdUT_o?&=PGb3Fk)k*hmG-XyyTy5n*tfnCxowmmwZ)m__;0R>UItAfrW1NzA` zw<*9*{ritSD>=)G{I`u&FLD&oWz>z+^(;7R>~Zk)N=A&XHG~>IY;+&Yr|)_rQ1cx{ dx$y!$xvRb=t~tqfByH~kUr(Wr@hL?y(tmeV60iUO delta 1439 zcma)*YfKbZ6vzMjn3>(#nO%{W77OER*+m{ItS?Y}prU03g+(w%9_xS`f!*#yK&xw8 z)c6RBQyQ&J69p4#Bh^xBZ6T@RquN>%EvdA%RBdgwHnA~itd#bwiA_KBgCFM3y?4$% z=lB2LGo7uf_uf_Qi5R^GVZZeP(lHdIUjl|%@QOSR$mqwf4h@iLX|kDv(;TXu&E3H4 zk*YU$Q1s}Ds-7kJz~Um+51)ktc^1{+#PPsO2DPq#KajRot&dIxQs=4-nQA)sv3l9w z$AGR=-8j$!OzT%4xwVR_b!nnjv;yi+GiY~v0PDrqz6pR6-t+p z#&~l^0&yy)P8bekYZSXGCD_kg_~0rqvyu6}@HHU!AoC!KYNY8{!7>EQPhd@5uLBWB z*vUgSf^o33O1A-GfX%rZ4oq0f7C0gRjgu`MqPX-q?ACkRfk_SQK-qK#a<7p)Q%?ydPvWk1lbb2)xZ7Pm zV9YA+Q3>H&-qAH}B9K|Tb$hot$c#I>_FMuDo31;NYo)kvbX^A`fhBg`quySUS*>4Q zd4RoJko>m()%s>&+(-Itc^y#Jt49ZOV)S2JxJu5q>TevQ+H<@4aON;sw~v=H z@<>DmZ+8ZOiKqAt&6L~V=C{Z{0|}e?WFhXeg}?9UNwG zhi)VFuwnb%+mslFJ+oV=RVEmoBv5=-v7pUb0@zOpS#R|L3$6>b>9?rBeW86&5AZjI zbHAJ+z&hbZ9+_*)67GE7K(}>EcxW0%=A0Lv^qdS*Q(O^Qg%XU67Yka)0^Fcjyt1AY zzaW;Bw^P~6;zo;&+8|Qg^u7le(Jgk&K2EnVMm+0p17eqoXL~h(_Oy7B4*?_^N4*?Q zicQA2jXhL&$hfqQfTmnF7Kd#i_v4Ml7pD{0Ipc~Vkv>e_Zj_7mlY+$xqcu;R|EXz4 zm6n91n`-;0Sr=|GtuJP%40S|SQYa0@j#t0qf zgA*=DN^*8A3yBtP<-R>~h72EV`{0L+n$V~Vnaa`=XP3Q|vg8i+-LWM;)+2NC=)v|{wt}Ckw$Uezk^Nho?TCOMyRQV;BPjXe(xV^HKBUr7I zW-9U<&kN)uY{iqRf5wvi|16V3EFQ1B&Q core - + (integer sec or 'auto') Barograph to GPS time diff (sec interi o 'auto') Differenza temporale tra barografo e GPS @@ -17,17 +17,17 @@ Uscita USR: unisci in una traccia segmentata - + Ad-hoc closed icon name Nome ad-hoc icona chiusa - + Ad-hoc open icon name Nome ad-hoc icona aperta - + After output job done sleep n second(s) Attendi n secondi dopo il termine dell'elaborazione @@ -40,43 +40,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames Permetti spazi nei nomi brevi sintetizzati - + Altitudes are absolute and not clamped to ground Le quote sono assolute e non relative al terreno @@ -85,7 +84,7 @@ Aggiungi icon_descr alla descrizione - + Base URL for link tag in output Url di base per i tag link in uscita @@ -98,41 +97,41 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output Nome base anteposto all'URL in uscita - - + + Bitmap of categories Bitmap delle categorie @@ -141,7 +140,7 @@ Nome della categoria (cache) - + Category number to use for written waypoints Numero categoria da usare per i punti d'interesse scritti @@ -151,24 +150,24 @@ Colore per le linee o le note della mappa - - + + Command unit to power itself down Chiedi al dispositivo di spegnersi - - + + Complete date-free tracks with given date (YYYYMMDD). Completa le tracce senza data con la data fornita (AAAAMMGG). - + Create unique waypoint names (default = yes) Crea punti d'interesse con nomi univoci (predefinito: sì) - + Create waypoints from geocache log entries Crea punti d'interesse dagli elementi nel registro geocache @@ -181,91 +180,91 @@ Nome della banca dati (nome file) - + Datum (default=NAD27) Datum (predefinito: NAD27) - + Days after which points are considered old Giorni dopo i quali i punti sono considerati vecchi - + Decimal seconds to pause between groups of strings Pausa (in decimi di secondo) tra gruppi di stringhe - + Default category on output Categoria predefinita in uscita - + Default category on output (1..16) Categoria predefinita in uscita (1... 16) - - - - - - - + + + + + + + Default icon name Nome dell'icona predefinita - + Default location Posizione predefinita - + Default proximity Prossimità predefinita - + Default speed Velocità predefinita - + Default speed for waypoints (knots/hr) Velocità predefinita per i punti di interesse (nodi/ora) - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' Gradi in uscita come 'ggg', 'gmm' (predefinito) o 'gms' - + Delete all routes Cancella tutte le rotte - + Delete all track points Cancella tutti i punti traccia - - + + Delete all waypoints Cancella tutti i punti d'interesse - + Display labels on track and routepoints (default = 1) Mostra le etichette su tracce e punti rotta (predefinito: 1) - + Distance unit [m=metric, s=statute] Unità di lunghezza [m=metrico, s=statutario] @@ -421,259 +420,270 @@ - Energympro GPS training watch + + Time zone ID - Enigma binary waypoint file (.ert) + Energympro GPS training watch - Source for name field in .dbf + Enigma binary waypoint file (.ert) - Source for URL field in .dbf + Source for name field in .dbf - ESRI shapefile + Source for URL field in .dbf + ESRI shapefile + + + + F90G Automobile DVR GPS log file - + FAI/IGC Flight Recorder Data Format - + Read all points even if latitude or longitude is missing - + + Attempt to recovery data from corrupt file + + + + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Franson GPSGate Simulation - + Fugawi - + G7ToWin data files (.g7t) - + Garmin 301 Custom position and heartrate - + Garmin G1000 datalog input filter file - + Garmin Logbook XML - - Garmin MapSource - gdb + + Don't create waypoints for non-user points - - Garmin MapSource - mps + + Garmin MapSource - gdb - + Garmin MapSource - txt (tab delimited) - + Garmin PCX5 - + Garmin POI database - + Don't show gpi bitmap on device Non mostrare la bitmap gpi sul dispositivo - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - + Erase existing courses when writing new ones - + Speed in bits per second of serial port (baud=9600) Velocità in bit/secondo della porta seriale (baud=4800) {9600)?} - + Garmin serial/USB protocol - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Geocaching.com .loc - + Geogrid-Viewer ascii overlay file (.ovl) - + Geogrid-Viewer binary overlay file (.ovl) - + Geogrid-Viewer tracklogs (.log) - + Compact Output. Default is off. - + GeoJson - + GEOnet Names Server (GNS) - - - - + + + + Only erase device data, do not download anything - + GlobalSat DG-100/BT-335 Download - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Draw extrusion line from trackpoint to ground Disegna linee estruse dai punti traccia al terreno - + Drop route points that do not have an equivalent waypoint (hidden points) Ometti i punti rotta che non hanno un punto di interesse equivalente (punti nascosti) - + Enable alerts on speed or proximity distance Abilita avvisi su velocità o prossimità - - - + + + Encrypt hints using ROT13 Cripta le note usando ROT13 @@ -682,24 +692,24 @@ Cripta le note con ROT13 - - - - - - - - + + + + + + + + Erase device data after download Cancella i dati dal dispositivo dopo lo scaricamento - + Export linestrings for tracks and routes Esporta le linee stringa da tracce e rotte - + Export placemarks for tracks and routes Esporta segnaposti da tracce e rotte @@ -712,7 +722,7 @@ N° punti da creare - + Generate file with lat/lon for centering map Crea un file con lat/lon per centrare la mappa @@ -730,42 +740,42 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) Datum GPS (predefinito: WGS 84) - + Height in pixels of map Altezza della mappa, in pixel @@ -774,23 +784,23 @@ Ignora le icone dei marcatori in fase di lettura - + Include extended data for trackpoints (default = 1) Includi dati estesi sui punti traccia (predefinito: 1) - - + + Include groundspeak logs if present Includi registri groundspeak (se presenti) - + Include major turn points (with description) from calculated route Includi i punti di svolta principali (con descrizione) dalla rotta calcolata - + Include only via stations in route Includi solo stazioni intermedie nella rotta @@ -803,29 +813,29 @@ Indice del campo nome del .dbf - + Index of route (if more than one in source) Indice della rotta (se nell'origine ce nè più d'una) - - + + Index of route to write (if more than one in source) Indice della rotta da scrivere (se nell'origine ce nè più d'una) - + Index of route/track to write (if more than one in source) Indice della rotta/traccia da scrivere (se nell'origine ce nè più d'una) - + Index of track (if more than one in source) Indice della traccia (se nell'origine ce nè più d'una) - + Index of track to write (if more than one in source) Indice della traccia da scrivere (se nell'origine ce nè più d'una) @@ -834,62 +844,77 @@ Indice del campo url nel .dbf - + Indicate direction of travel in track icons (default = 0) Indica la direzione di viaggio nelle icone di traccia (predefinito: 0) - + + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) + + + + + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) + + + + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) + + + + U.S. Census Bureau Tiger Mapping Service - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - + Universal csv with field structure in first line - + Vcard Output (for iPod) - + Version of VidaOne file to read or write (1 or 2) - + VidaOne GPS for Pocket PC (.gpb) - + Vito Navigator II tracks - + Vito SmartMap tracks (.vtt) - + Infrastructure closed icon name Nome icona per infrastrutture chiuse - + Infrastructure open icon name Nome icona per infrastrutture aperte @@ -899,9 +924,8 @@ Mantieni le svolte se si usa il filtro di semplificazione - - - + + Length of generated shortnames Lunghezza dei nomi brevi generati @@ -911,7 +935,7 @@ Lunghezza dei nomi brevi generati (predefinito: 16) - + Line color, specified in hex AABBGGRR Colore delle linee, indicato in esadecimale AABBVVRR @@ -924,872 +948,857 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique Crea nomi brevi sintetizzati univoci - + Write KML track (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + Google Earth (Keyhole) Markup Language - + Google Navigator Tracklines (.trl) - + The maximum speed (km/h) traveling from waypoint to waypoint. - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints - + Cleanup common errors in trackdata - + GoPal GPS track log (.trk) - + GPS Tracking Key Pro text - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPSman - + gpsutil - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - + Precision of elevations, number of decimals - + GPX XML - + HikeTech - + Holux (gm-100) .wpo Format - + Holux M-241 (MTK based) Binary File Format - - - + + + Enable logging after download - - + + Size of blocks in KB to request from device - + Holux M-241 (MTK based) download - + Honda/Acura Navigation System VP Log File Format - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - + IGN Rando track files - + iGo Primo points of interest (.upoi) - + iGO2008 points of interest (.upoi) - + Track identification number - + Track title - + Track description - + IGO8 .trk - + Jelbert GeoTagger data file - + Jogmap.de XML format - + Kompass (DAV) Track (.tk) - + Kompass (DAV) Waypoints (.wp) - - KuDaTa PsiTrex text - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Write version (USR input) Read version - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Lowrance USR - + Magellan Explorist Geocaching - + MapSend version TRK file to generate (3,4) Versione del file TRK di MapSend da generare (3, 4) - + Magellan Mapsend - + Magellan SD files (as for eXplorist) - + Magellan SD files (as for Meridian) - + Magellan serial protocol - + MagicMaps IK3D project file (.ikt) - + Mainnav - + Map&Guide 'TourExchangeFormat' XML - + MapAsia track file (.tr7) - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Mapopolis.com Mapconverter CSV - + MapTech Exchange Format - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - + Write items 'locked' [default no] - + Write items 'visible' [default yes] - + Write files with internal version [n] - + Memory-Map Navigator overlay files (.mmo) - + Microsoft Streets and Trips 2002-2007 - - + + Baud rate used for download - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - + Motorrad Routenplaner (Map&Guide) .bcr files - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + MyNav TRC format - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - + Navicache.com XML - + Navigon Mobile Navigator .rte files - + Navigon Waypoints - + Clear the datalog - + Read from datalogger buffer - + NaviGPS GT-11/BGT-11 Download - + NaviGPS GT-31/BGT-31 datalogger (.sbp) - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - + 'wp' - Create waypoint file , 'rte' - Create route file - + 'n' - Keep the existing wp name, 'y' - rename waypoints - + Naviguide binary route file (.twl) - + Navitel binary track (.bin) - + Navitrak DNA marker format - + NetStumbler Summary File (text) - + NIMA/GNIS Geographic Names File - + Append realtime positioning data to the output file instead of truncating - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - + Compact binary representation - + Nokia Landmark Exchange - + Use this value as custom created_by value - + OpenStreetMap data files - + Unit used in altitude values - + Unit used in proximity values - + codec to use for reading and writing strings (default windows-1252) - + OziExplorer - + PocketFMS breadcrumbs - + PocketFMS flightplan (.xml) - + PocketFMS waypoints (.txt) - + + Qstarz BL-1000 + + + + Raymarine Waypoint File (.rwf) - + Ricoh GPS Log File - + See You flight analysis data - + Skymap / KMD150 ascii files - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - + + + Seconds that GPS time tracks UTC (0: best guess) - - - + + + GPS week rollover period we're in (-1: best guess) - + SkyTraq Venus based loggers (download) - + First sector to be read from the file - + Last sector to be read from the file (-1: read till empty sector) - + SkyTraq Venus based loggers Binary File Format - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) - - - - - GPS time at position video_time (hhmmss, default is first timestamp of track) - - - - - GPS date at position video_time (hhmmss, default is first timestamp of track) - - - - Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Suunto Trek Manager (STM) .sdf files - + Suunto Trek Manager (STM) WaypointPlus files - + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + Textual Output - + TomTom Itineraries (.itn) - + TomTom Places Itineraries (.itn) - + TomTom POI file (.asc) - + TomTom POI file (.ov2) - + TopoMapPro Places File - + TrackLogs digital mapping (.trl) - + Margin for map. Degrees or percentage Margine della mappa. Gradi o percentuale - + Marker type for new points Tipo di marcatore per i punti nuovi - + Yahoo Geocode API data - + Marker type for old points Tipo di marcatore per i punti vecchi - + Marker type for unfound points Tipo di marcatore per i punti non trovati - + Max length of waypoint name to write Lunghezza massima dei nomi dei punti d'interesse da scrivere - - - + + + Max number of comments to write (maxcmts=200) Numero massimo di commenti da scrivere (maxcmts=200) - + Max shortname length when used with -s Lunghezza massima dei nomi brevi quando si usa -s @@ -1802,49 +1811,48 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length Lunghezza massima dei nomi brevi sintetizzati - Merge output with existing file - Unisci la destinazione con un file esistente + Unisci la destinazione con un file esistente - - - - + + + + MTK compatible CSV output file File di destinazione CVS compatibile con MTK @@ -1853,7 +1861,7 @@ Nome della categoria 'Non assegnato' - + New name for the route Nuovo nome della rotta @@ -1862,27 +1870,27 @@ Nessuna linea di separazione tra punti d'interesse - + No whitespace in generated shortnames Nessuno spazio nei nomi brevi generati - + Non-stealth encrypted icon name Nome dell'icona non nascosta/codificata - + Non-stealth non-encrypted icon name Nome dell'icona non nascosta/non codificata - + Numeric value of bitrate (baud=4800) Valore numerico del bitrate (baud=4800) - + Omit Placer name Ometti nome localizzatore @@ -1892,17 +1900,17 @@ Leggi solo le svolte; tralascia tutti gli altri punti - + Path to HTML style sheet Percorso del foglio di stile html - + Precision of coordinates Precisione delle coordinate - + Proximity distance Distanza di prossimità @@ -1912,7 +1920,7 @@ Raggio dei cerchi - + Radius of our big earth (default 6371000 meters) Raggio della Terra (predefinito: 6371000 metri) @@ -1926,43 +1934,43 @@ Formato data in lettura/scrittura (per es. DDMMYYYY) - + Read/Write date format (i.e. yyyy/mm/dd) Formato data in lettura/scrittura (per es. yyyy/mm/dd) - + Read/write GPGGA sentences Leggi/scrivi frasi GPGGA - + Read/write GPGSA sentences Leggi/scrivi frasi GPGSA - + Read/write GPRMC sentences Leggi/scrivi frasi GPRMC - + Read/write GPVTG sentences Leggi/scrivi frasi GPVTG - + Read/Write time format (i.e. HH:mm:ss xx) Formato ora in lettura/scrittura (per es. HH:mm:ss xx) - + Retain at most this number of position points (0 = unlimited) Mantieni almeno questo numero di punti posizione (0 = illimitati) - - + + Return current position as a waypoint Ritorna la posizione corrente sotto forma di punto d'interesse @@ -1976,18 +1984,18 @@ Imposta il nome del punto di interesse col nome del file di origine - - + + Shortname is MAC address Il nome breve è un indirizzo MAC - + Speed in bits per second of serial port (baud=4800) Velocità in bit/secondo della porta seriale (baud=4800) - + Split input into separate files Suddividi l'ingresso in più file separati @@ -2001,89 +2009,89 @@ Seme iniziale del generatore interno di numeri - + Stealth encrypted icon name Nome dell'icona nascosta/codificata - + Stealth non-encrypted icon name Nome dell'icona nascosta/non codificata - + WiFiFoFum 2.0 for PocketPC XML - + Wintec TES file - + Wintec WBT-100/200 Binary File Format - + Wintec WBT-100/200 GPS Download - + Wintec WBT-201/G-Rays 2 Binary File Format + - Appends the input to a backup file + - Only waypoints that are not the backup file - + XAiOX iTrackU Logger - + XAiOX iTrackU Logger Binary File Format - + String to separate concatenated address fields (default=", ") Stringa per separare i campi indirizzo concatenati (predefinito: ", ") - + Suppress labels on generated pins Ometti le etichette sugli spilli generati - + Suppress retired geocaches Ometti i geocache obsoleti - + Suppress separator lines between waypoints Ometti le linee di separazione tra punti d'interesse - + Suppress use of handshaking in name of speed Ometti l'uso dell'handshake per aumentare la velocità - + Suppress whitespace in generated shortnames Ometti gli spazi nei nomi brevi generati @@ -2093,7 +2101,7 @@ Simbolo da usare per i punti - + Sync GPS time to computer time Sincronizza l'ora del GPS con quella del computer @@ -2103,17 +2111,17 @@ Sintetizza gli orari delle tracce - + Target GPX version for output Versione GPX del file di destinazione - + Temperature unit [c=Celsius, f=Fahrenheit] Unità di temperatura [c=Celsius, f=Fahrenheit] - + The icon description is already the marker La descrizione dell'icona è già il segnaposto @@ -2127,13 +2135,13 @@ Tipo del file .an1 - - + + Units for altitude (f)eet or (m)etres Unità di misura della quota [m: metri, f: piedi] - + Units used for names with @speed ('s'tatute or 'm'etric) Untià di misura per nomi con @speed [m: metrico, s: statutario] @@ -2150,48 +2158,46 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames Nomi brevi sintetizzati in MAIUSCOLO - Use depth values on output (default is ignore) - Usa i valori di profondità nella destinazione (predefinito: ignora) + Usa i valori di profondità nella destinazione (predefinito: ignora) - Use proximity values on output (default is ignore) - Usa i valori di prossimità nella destinazione (predefinito: ignora) + Usa i valori di prossimità nella destinazione (predefinito: ignora) @@ -2202,61 +2208,60 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description Usa il nome breve invece della descrizione - + Use specified bitmap on output Usa la bitmap specificata nella destinazione - + Version of gdb file to generate (1..3) Versione del file gdb da generare (1... 3) - Version of mapsource file to generate (3,4,5) - Versione del file MapSource da generare (3, 4, 5) + Versione del file MapSource da generare (3, 4, 5) - + Waypoint background color Colore di sfondo dei punti d'interesse - + Waypoint foreground color Colore dei punti d'interesse @@ -2266,69 +2271,69 @@ Tipo dei punti d'interesse - + Width in pixels of map Larghezza della mappa, in pixel - + Width of lines, in pixels Larghezza delle linee, in pixel - + Write additional node tag key/value pairs Scrivi coppie addizionali di tag chiave/valore per i nodi - + Write additional way tag key/value pairs Scrivi coppie addizionali di tag chiave/valore per le vie - + Write all tracks into one file Scrivi tutte le tracce in un solo file - + Write description to address field Scrivi la descrizione nel campo indirizzo - + Write each waypoint in a separate file Scrivi ciascun punto d'interesse in un file separato - + Write notes to address field Scrivi le note nel campo indirizzo - + Write position to address field Scrivi la posizione del campo indirizzo - - + + Write position using this grid. Scrivi la posizione usando questa griglia. - - + + Write timestamps with offset x to UTC time Scrivi date e ore con scostamento X rispetto al tempo UTC - + Write tracks compatible with Carto Exploreur Scrivi tracce compatibili con Carto Exploreur - + Write tracks for Gisteq Phototracker Scrivi tracce per Gisteq Phototracker diff --git a/gui/coretool/gpsbabel_ru.ts b/gui/coretool/gpsbabel_ru.ts index 001782ac2..cbc34a3ca 100644 --- a/gui/coretool/gpsbabel_ru.ts +++ b/gui/coretool/gpsbabel_ru.ts @@ -37,36 +37,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Max synthesized shortname length @@ -79,38 +79,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Allow whitespace synth. shortnames @@ -123,36 +122,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + UPPERCASE synth. shortnames @@ -165,36 +164,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Make synth. shortnames unique @@ -207,35 +206,35 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Basename prepended to URL on output @@ -248,36 +247,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Use shortname instead of description @@ -290,37 +289,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + GPS datum (def. WGS 84) @@ -346,19 +345,19 @@ - - - - - - - + + + + + + + Default icon name - + Index of route/track to write (if more than one in source) @@ -539,1721 +538,1711 @@ - Energympro GPS training watch + + Time zone ID - Enigma binary waypoint file (.ert) + Energympro GPS training watch - Source for name field in .dbf + Enigma binary waypoint file (.ert) - Source for URL field in .dbf + Source for name field in .dbf - ESRI shapefile + Source for URL field in .dbf - F90G Automobile DVR GPS log file + ESRI shapefile - (integer sec or 'auto') Barograph to GPS time diff + F90G Automobile DVR GPS log file - FAI/IGC Flight Recorder Data Format + (integer sec or 'auto') Barograph to GPS time diff + FAI/IGC Flight Recorder Data Format + + + + Read all points even if latitude or longitude is missing - + + Attempt to recovery data from corrupt file + + + + Flexible and Interoperable Data Transfer (FIT) Activity file - + FlySight GPS File - + Default speed for waypoints (knots/hr) - + Split input into separate files - + Franson GPSGate Simulation - + Fugawi - + G7ToWin data files (.g7t) - + Garmin 301 Custom position and heartrate - - - Garmin G1000 datalog input filter file - - - - - Garmin Logbook XML - - - Default category on output (1..16) + Garmin G1000 datalog input filter file - - Bitmap of categories + Garmin Logbook XML - Version of gdb file to generate (1..3) + Default category on output (1..16) - Drop route points that do not have an equivalent waypoint (hidden points) + + Bitmap of categories - Include major turn points (with description) from calculated route + Version of gdb file to generate (1..3) - Garmin MapSource - gdb + Drop route points that do not have an equivalent waypoint (hidden points) - - - Length of generated shortnames - - - - - Version of mapsource file to generate (3,4,5) - - - - - Merge output with existing file + Don't create waypoints for non-user points - - Use depth values on output (default is ignore) + + Include major turn points (with description) from calculated route - - Use proximity values on output (default is ignore) + + Garmin MapSource - gdb - - Garmin MapSource - mps + + + Length of generated shortnames - + Read/Write date format (i.e. yyyy/mm/dd) - + Distance unit [m=metric, s=statute] - - + + Write position using this grid. - + Precision of coordinates - + Temperature unit [c=Celsius, f=Fahrenheit] - + Read/Write time format (i.e. HH:mm:ss xx) - - + + Write timestamps with offset x to UTC time - + Garmin MapSource - txt (tab delimited) - + Write tracks compatible with Carto Exploreur - + Garmin PCX5 - + Garmin POI database - + Enable alerts on speed or proximity distance - + Use specified bitmap on output - + Default category on output - + Don't show gpi bitmap on device - + Write description to address field - + Write notes to address field - + Write position to address field - + Default proximity - + After output job done sleep n second(s) - + Default speed - + Create unique waypoint names (default = yes) - + Units used for names with @speed ('s'tatute or 'm'etric) - + codec to use for writing strings - + language code to use for reading dual language files - + Garmin Points of Interest (.gpi) - - + + Return current position as a waypoint - - + + Command unit to power itself down - + Erase existing courses when writing new ones - + Sync GPS time to computer time - + Category number to use for written waypoints - + Speed in bits per second of serial port (baud=9600) - + Garmin serial/USB protocol - + Write course rather than history, default yes - + Sport: Biking (deflt), Running, MultiSport, Other - + Garmin Training Center (.tcx/.crs/.hst/.xml) - + Omit Placer name - + Geocaching.com .loc - + Geogrid-Viewer ascii overlay file (.ovl) - + Geogrid-Viewer binary overlay file (.ovl) - + Geogrid-Viewer tracklogs (.log) - + Compact Output. Default is off. - + GeoJson - + GEOnet Names Server (GNS) - - - - - - - - + + + + + + + + Erase device data after download - - - - + + + + Only erase device data, do not download anything - + GlobalSat DG-100/BT-335 Download - + GlobalSat DG-200 Download - + list tracks - + get track - - - - + + + + Dump raw data to this file - + GlobalSat GH625XT GPS training watch - + Google Directions XML - + Export linestrings for tracks and routes - + Export placemarks for tracks and routes - + Width of lines, in pixels - + Line color, specified in hex AABBGGRR - + Altitudes are absolute and not clamped to ground - + Draw extrusion line from trackpoint to ground - + Write KML track (default = 0) - + Include extended data for trackpoints (default = 1) - + Indicate direction of travel in track icons (default = 0) - + Units used when writing comments ('s'tatute, 'm'etric,' 'n'autical, 'a'viation) - + Display labels on track and routepoints (default = 1) - + Retain at most this number of position points (0 = unlimited) - + Rotate colors for tracks and routes (default automatic) - + Precision of coordinates, number of decimals - + Google Earth (Keyhole) Markup Language - + Google Navigator Tracklines (.trl) - - + + Complete date-free tracks with given date (YYYYMMDD). - + The maximum speed (km/h) traveling from waypoint to waypoint. - + The minimum speed (km/h) traveling from waypoint to waypoint. Set >0 to remove duplicate waypoints - + Cleanup common errors in trackdata - + GoPal GPS track log (.trk) - + GPS Tracking Key Pro text - + GPS TrackMaker - + GPSBabel arc filter file - + GpsDrive Format - + GpsDrive Format for Tracks - + GPSman - + gpsutil - + No whitespace in generated shortnames - + Create waypoints from geocache log entries - + Base URL for link tag in output - + Target GPX version for output - + Add info (depth) as Humminbird extension - + Add info (depth) as Garmin extension - + Precision of elevations, number of decimals - + GPX XML - + HikeTech - + Holux (gm-100) .wpo Format - - - - + + + + MTK compatible CSV output file - + Holux M-241 (MTK based) Binary File Format - - - + + + Enable logging after download - - + + Size of blocks in KB to request from device - + Holux M-241 (MTK based) download - + Honda/Acura Navigation System VP Log File Format - + Path to HTML style sheet - - - + + + Encrypt hints using ROT13 - - + + Include groundspeak logs if present - - + + Degrees output as 'ddd', 'dmm'(default) or 'dms' - - + + Units for altitude (f)eet or (m)etres - + HTML Output - + Humminbird tracks (.ht) - + Humminbird waypoints and routes (.hwr) - + Index of track to write (if more than one in source) - + IGN Rando track files - + iGo Primo points of interest (.upoi) - + iGO2008 points of interest (.upoi) - + Track identification number - + Track title - + Track description - + IGO8 .trk - + Jelbert GeoTagger data file - + Jogmap.de XML format - + Kompass (DAV) Track (.tk) - + Kompass (DAV) Waypoints (.wp) - - KuDaTa PsiTrex text - - - - + (USR input) Ignore event marker icons on read - + (USR output) Treat waypoints as icons on write - + (USR output) Merge into one segmented trail - + (USR input) Break segments into separate trails - + (USR output) Write version (USR input) Read version - + (USR output) Output file title string - + (USR output) Device serial number - + (USR output) Output file content description - + Lowrance USR - + Magellan Explorist Geocaching - + MapSend version TRK file to generate (3,4) - + Magellan Mapsend - - - + + + Max number of comments to write (maxcmts=200) - + Magellan SD files (as for eXplorist) - + Magellan SD files (as for Meridian) - + Numeric value of bitrate (baud=4800) - + Suppress use of handshaking in name of speed - - + + Delete all waypoints - + Magellan serial protocol - + MagicMaps IK3D project file (.ikt) - + Mainnav - + Include only via stations in route - + Map&Guide 'TourExchangeFormat' XML - + MapAsia track file (.tr7) - + Mapbar (China) navigation track for Sonim Xp3300 - + Mapfactor Navigator - + Mapopolis.com Mapconverter CSV - + MapTech Exchange Format - + Speed in bits per second of serial port (autodetect=0) - + Download logged fixes - + Show device status - + MediaTek Locus - + Write items 'locked' [default no] - + Write items 'visible' [default yes] - + Write files with internal version [n] - + Memory-Map Navigator overlay files (.mmo) - + Microsoft Streets and Trips 2002-2007 - - + + Baud rate used for download - - + + First sector to be read from the device - - + + Baud rate used to init device (0=autodetect) - - + + Last sector to be read from the device (-1: smart read everything) - - + + Disable output (useful with erase) - - + + Number of sectors to read at once (0=use single sector mode) - + POI for Home Symbol as lat:lng[:alt] - + POI for Car Symbol as lat:lng[:alt] - + POI for Boat Symbol as lat:lng[:alt] - + POI for Heart Symbol as lat:lng[:alt] - + POI for Bar Symbol as lat:lng[:alt] - + MiniHomer, a skyTraq Venus 6 based logger (download tracks, waypoints and get/set POI) - + Garmin Mobile XT ([ATRK]/STRK) - + Track name processing option ([0]-nrm/1-ign) - + Mobile Garmin XT Track files - + Motoactiv CSV - - + + Index of route to write (if more than one in source) - + New name for the route - + Radius of our big earth (default 6371000 meters) - + Motorrad Routenplaner (Map&Guide) .bcr files - + MTK Logger (iBlue 747,...) Binary File Format - + MTK Logger (iBlue 747,Qstarz BT-1000,...) download - + MyNav TRC format - + Datum (default=NAD27) - + National Geographic Topo .tpg (waypoints) - + National Geographic Topo 2.x .tpo - + National Geographic Topo 3.x/4.x .tpo - + Suppress retired geocaches - + Navicache.com XML - + Navigon Mobile Navigator .rte files - + Navigon Waypoints - + Delete all track points - + Delete all routes - + Clear the datalog - + Read from datalogger buffer - + NaviGPS GT-11/BGT-11 Download - + NaviGPS GT-31/BGT-31 datalogger (.sbp) - + NaviGPS GT-31/BGT-31 SiRF binary logfile (.sbn) - + 'wp' - Create waypoint file , 'rte' - Create route file - + 'n' - Keep the existing wp name, 'y' - rename waypoints - + Naviguide binary route file (.twl) - + Navitel binary track (.bin) - + Navitrak DNA marker format - + Non-stealth encrypted icon name - + Non-stealth non-encrypted icon name - + Stealth encrypted icon name - + Stealth non-encrypted icon name - - + + Shortname is MAC address - + NetStumbler Summary File (text) - + NIMA/GNIS Geographic Names File - + Max length of waypoint name to write - + Read/write GPRMC sentences - + Read/write GPGGA sentences - + Read/write GPVTG sentences - + Read/write GPGSA sentences - + Decimal seconds to pause between groups of strings - + Append realtime positioning data to the output file instead of truncating - + Speed in bits per second of serial port (baud=4800) - + Write tracks for Gisteq Phototracker - + Accept position fixes in gpgga marked invalid - + NMEA 0183 sentences - + Compact binary representation - + Nokia Landmark Exchange - + Write additional way tag key/value pairs - + Write additional node tag key/value pairs - + Use this value as custom created_by value - + OpenStreetMap data files - + Write all tracks into one file - + Waypoint foreground color - + Waypoint background color - + Proximity distance - + Unit used in altitude values - + Unit used in proximity values - + codec to use for reading and writing strings (default windows-1252) - + OziExplorer - + PocketFMS breadcrumbs - + PocketFMS flightplan (.xml) - + PocketFMS waypoints (.txt) - + + Qstarz BL-1000 + + + + Default location - + Raymarine Waypoint File (.rwf) - + Ricoh GPS Log File - + See You flight analysis data - + Skymap / KMD150 ascii files - + Set location finder target location as lat,lng - + Configure logging parameter as tmin:tmax:dmin:dmax - - - Seconds that GPS time tracks UTC (0: best guess) + Video position for which exact GPS time is known (hhmmss[.sss], default is 00:00:00,000) - - - GPS week rollover period we're in (-1: best guess) + GPS time at position video_time (hhmmss[.sss], default is first timestamp of track) - - SkyTraq Venus based loggers (download) + + GPS date at position video_time (yyyymmdd, default is first timestamp of track) - - First sector to be read from the file + + + + Seconds that GPS time tracks UTC (0: best guess) - - Last sector to be read from the file (-1: read till empty sector) + + + + GPS week rollover period we're in (-1: best guess) - - SkyTraq Venus based loggers Binary File Format + + SkyTraq Venus based loggers (download) - - Video position for which exact GPS time is known (hhmmss, default is 0:00:00) + + First sector to be read from the file - - GPS time at position video_time (hhmmss, default is first timestamp of track) + + Last sector to be read from the file (-1: read till empty sector) - - GPS date at position video_time (hhmmss, default is first timestamp of track) + + SkyTraq Venus based loggers Binary File Format - + Format for subtitles - + SubRip subtitles for video mapping (.srt) - + Index of route (if more than one in source) - + Suunto Trek Manager (STM) .sdf files - + Suunto Trek Manager (STM) WaypointPlus files - + Swiss Map 25/50/100 (.xol) - + Tab delimited fields useful for OpenOffice - + Teletype [ Get Jonathon Johnson to describe - + Suppress separator lines between waypoints - + Write each waypoint in a separate file - + Textual Output - + TomTom Itineraries (.itn) - + TomTom Places Itineraries (.itn) - + TomTom POI file (.asc) - + TomTom POI file (.ov2) - + TopoMapPro Places File - + Index of track (if more than one in source) - + TrackLogs digital mapping (.trl) - + Suppress labels on generated pins - + Generate file with lat/lon for centering map - + Margin for map. Degrees or percentage - + Max shortname length when used with -s - + Days after which points are considered old - + Marker type for old points - + Marker type for new points - + Suppress whitespace in generated shortnames - + Marker type for unfound points - + Width in pixels of map - + Height in pixels of map - + The icon description is already the marker - + U.S. Census Bureau Tiger Mapping Service - + Write name(s) of format(s) from input session(s) - + Write filename(s) from input session(s) - + Universal csv with field structure in first line - + Vcard Output (for iPod) - + Version of VidaOne file to read or write (1 or 2) - + VidaOne GPS for Pocket PC (.gpb) - + Vito Navigator II tracks - + Vito SmartMap tracks (.vtt) - + Infrastructure closed icon name - + Infrastructure open icon name - + Ad-hoc closed icon name - + Ad-hoc open icon name - + WiFiFoFum 2.0 for PocketPC XML - + Wintec TES file - + Wintec WBT-100/200 Binary File Format - + Wintec WBT-100/200 GPS Download - + Wintec WBT-201/G-Rays 2 Binary File Format + - Appends the input to a backup file + - Only waypoints that are not the backup file - + XAiOX iTrackU Logger - + XAiOX iTrackU Logger Binary File Format - + String to separate concatenated address fields (default=", ") - + Yahoo Geocode API data diff --git a/gui/gpsbabelfe_de.ts b/gui/gpsbabelfe_de.ts index 03761cf71..9d78c94af 100644 --- a/gui/gpsbabelfe_de.ts +++ b/gui/gpsbabelfe_de.ts @@ -335,91 +335,91 @@ p, li { white-space: pre-wrap; } Alt.: %1 - + Start: %1 Start: %1 - + Stop: %1 Stop: %1 - + Points: %1 Punkte: %1 - + Waypoints Wegpunkte - + Tracks Tracks - + Routes Routen - + Show All Waypoints alle Wegpunkte zeigen - + Hide All Waypoints alle Wegpunkte verbergen - - - + + + Expand All alles ausführlich - - - + + + Collapse All alles kurz - + Show All Routes alle Routen zeigen - + Hide All Routes alle Routen verbergen - + Show All Tracks alle Tracks zeigen - + Hide All Tracks alle Tracks verbergen - + Show Only This Waypoint nur diesen Wegpunkt zeigen - + Show Only This Track nur diesen Track zeigen - + Show Only This Route nur diese Route zeigen @@ -605,33 +605,33 @@ Das Prgramm muss abgebrochen werden. Prozess endete mit code %1 - + Translation successful Konvertierung erfolgreich - + Error running gpsbabel: %1 Fehler beim Aufruf von gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Sind Sie sicher, dass Sie alle Formatoptionen auf die Vorgaben stellen wollen? - + About %1 Über %1 - + One or more data filters are active Einer oder mehrere Datenfilter sind aktiviert - + No data filters are active Keine Datenfilter sind aktiv diff --git a/gui/gpsbabelfe_es.ts b/gui/gpsbabelfe_es.ts index d5044e033..ea1d0d39d 100644 --- a/gui/gpsbabelfe_es.ts +++ b/gui/gpsbabelfe_es.ts @@ -378,91 +378,91 @@ p, li { white-space: pre-wrap; } Ele: %1 - + Start: %1 Comenzar: %1 - + Stop: %1 Parar: %1 - + Points: %1 Puntos: %1 - + Waypoints Puntos de interés - + Tracks Registro de trazados - + Routes Rutas - + Show All Waypoints Mostrar todos los puntos de interés - + Hide All Waypoints Ocultar todos los puntos de interés - - - + + + Expand All Expandir todo - - - + + + Collapse All Colapsar todo - + Show All Routes Mostrar todas las rutas - + Hide All Routes Ocultar todas las rutas - + Show All Tracks Mostrar todos los trazados - + Hide All Tracks Ocultar todos los trazados - + Show Only This Waypoint Mostras sólo este punto de interés - + Show Only This Track Mostrar sólo este trazado - + Show Only This Route Mostrar sólo esta ruta @@ -644,33 +644,33 @@ This program cannot continue. El proceso terminó sin suerte y con el código %1 - + Translation successful Traducción realizada con éxito - + Error running gpsbabel: %1 Error ejecutando gpsbabel: %1 - + Are you sure you want to reset all format options to default values? ¿Estás seguro de que quieres volver a los formatos por defecto? - + About %1 Acerca de %1 - + One or more data filters are active Uno o más filtros de datos están activos - + No data filters are active Ningún filtro de datos está activo diff --git a/gui/gpsbabelfe_fr.ts b/gui/gpsbabelfe_fr.ts index b6e74a945..c7cf061c2 100644 --- a/gui/gpsbabelfe_fr.ts +++ b/gui/gpsbabelfe_fr.ts @@ -317,91 +317,91 @@ p, li { white-space: pre-wrap; } - + Start: %1 - + Stop: %1 - + Points: %1 - + Waypoints Waypoints - + Tracks Traces - + Routes Routes - + Show All Waypoints - + Hide All Waypoints - - - + + + Expand All - - - + + + Collapse All - + Show All Routes - + Hide All Routes - + Show All Tracks - + Hide All Tracks - + Show Only This Waypoint - + Show Only This Track - + Show Only This Route @@ -575,33 +575,33 @@ This program cannot continue. - + Translation successful - + Error running gpsbabel: %1 - + Are you sure you want to reset all format options to default values? - + About %1 - + One or more data filters are active - + No data filters are active diff --git a/gui/gpsbabelfe_hu.ts b/gui/gpsbabelfe_hu.ts index 1586a5fc8..15da0a957 100644 --- a/gui/gpsbabelfe_hu.ts +++ b/gui/gpsbabelfe_hu.ts @@ -317,91 +317,91 @@ p, li { white-space: pre-wrap; } - + Start: %1 - + Stop: %1 - + Points: %1 - + Waypoints Útpontok - + Tracks Nyomvonalak - + Routes Útvonalak - + Show All Waypoints - + Hide All Waypoints - - - + + + Expand All - - - + + + Collapse All - + Show All Routes - + Hide All Routes - + Show All Tracks - + Hide All Tracks - + Show Only This Waypoint - + Show Only This Track - + Show Only This Route @@ -575,33 +575,33 @@ This program cannot continue. - + Translation successful - + Error running gpsbabel: %1 - + Are you sure you want to reset all format options to default values? - + About %1 - + One or more data filters are active - + No data filters are active diff --git a/gui/gpsbabelfe_it.ts b/gui/gpsbabelfe_it.ts index 95ba0b807..3ae9935f9 100644 --- a/gui/gpsbabelfe_it.ts +++ b/gui/gpsbabelfe_it.ts @@ -339,91 +339,91 @@ p, li { white-space: pre-wrap; } Alt: %1 - + Start: %1 Avvio: %1 - + Stop: %1 Stop: %1 - + Points: %1 Punti: %1 - + Waypoints Punti di interesse - + Tracks Tracce - + Routes Rotte - + Show All Waypoints Mostra tutti i punti di interesse - + Hide All Waypoints Nascondi tutti i punti di interesse - - - + + + Expand All Espandi tutto - - - + + + Collapse All Contrai tutto - + Show All Routes Mostra tutte le rotte - + Hide All Routes Nascondi tutte le rotte - + Show All Tracks Mostra tutte le tracce - + Hide All Tracks Nascondi tutte le tracce - + Show Only This Waypoint Mostra solo questo punto di interesse - + Show Only This Track Mostra solo questa traccia - + Show Only This Route Mostra solo questa rotta @@ -802,34 +802,34 @@ Questo programma non può proseguire. Il processo è terminato con il codice di errorre %1 - + Translation successful Traduzione terminata con successo - + Error running gpsbabel: %1 Errore durante l'esecuzione di gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Si è certi di voler reimpostare tutte le opzioni dei formati ai valori predefiniti? - + About %1 Informazioni su %1 - + One or more data filters are active È attivo uno o più filtri di dati - + No data filters are active Nessun filtro di dati è attivo diff --git a/gui/gpsbabelfe_ru.ts b/gui/gpsbabelfe_ru.ts index bc6dba09d..a975eb022 100644 --- a/gui/gpsbabelfe_ru.ts +++ b/gui/gpsbabelfe_ru.ts @@ -337,91 +337,91 @@ p, li { white-space: pre-wrap; } Высота: %1 - + Start: %1 Начало: %1 - + Stop: %1 Конец: %1 - + Points: %1 Точек: %1 - + Waypoints Маршрутные точки - + Tracks Треки - + Routes Маршруты - + Show All Waypoints Показать все маршрутные точки - + Hide All Waypoints Скрыть все маршрутные точки - - - + + + Expand All Развернуть все - - - + + + Collapse All Свернуть все - + Show All Routes Показать все маршруты - + Hide All Routes Скрыть все маршруты - + Show All Tracks Показать все треки - + Hide All Tracks Скрыть все треки - + Show Only This Waypoint Показать только эту маршрутную точку - + Show Only This Track Показать только этот трек - + Show Only This Route Показать только этот маршрут @@ -796,33 +796,33 @@ This program cannot continue. Процесс завершился неудачей с кодом %1 - + Translation successful Конвертация выполнена - + Error running gpsbabel: %1 Ошибка запуска gpsbabel: %1 - + Are you sure you want to reset all format options to default values? Вы действительно желаете сбросить все параметры формата в значения по умолчанию? - + About %1 О %1 - + One or more data filters are active Один или более фильтров данных активны - + No data filters are active Фильтры данных не активны diff --git a/gui/setup.iss b/gui/setup.iss index 84ade5038..4148c70dc 100644 --- a/gui/setup.iss +++ b/gui/setup.iss @@ -20,7 +20,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{1B8FE958-A304-4902-BF7A-4E2F0F5B7017} AppName=GPSBabel -AppVerName=GPSBabel 1.6.0 +AppVerName=GPSBabel 1.7.0 AppPublisher=GPSBabel AppPublisherURL=https://www.gpsbabel.org AppSupportURL=https://www.gpsbabel.org @@ -28,8 +28,8 @@ AppUpdatesURL=https://www.gpsbabel.org DefaultDirName={pf}\GPSBabel DefaultGroupName=GPSBabel OutputDir=release -OutputBaseFilename=GPSBabel-1.6.0-Setup -OutputManifestFile=GPSBabel-1.6.0-Manifest.txt +OutputBaseFilename=GPSBabel-1.7.0-Setup +OutputManifestFile=GPSBabel-1.7.0-Manifest.txt SetupIconFile=images\babel2.ico Compression=lzma SolidCompression=yes diff --git a/reference/help.txt b/reference/help.txt index 3fdad3b64..d509d5bf1 100644 --- a/reference/help.txt +++ b/reference/help.txt @@ -1,4 +1,4 @@ -GPSBabel Version 1.6.0. https://www.gpsbabel.org +GPSBabel Version 1.7.0. https://www.gpsbabel.org Usage: ./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE diff --git a/reference/usage.txt b/reference/usage.txt index 82bac6896..fb682f716 100644 --- a/reference/usage.txt +++ b/reference/usage.txt @@ -1,4 +1,4 @@ -GPSBabel Version 1.6.0. https://www.gpsbabel.org +GPSBabel Version 1.7.0. https://www.gpsbabel.org Usage: ./gpsbabel [options] -i INTYPE -f INFILE [filter] -o OUTTYPE -F OUTFILE diff --git a/win32/.gitignore b/win32/.gitignore index edec35f3f..e69de29bb 100644 --- a/win32/.gitignore +++ b/win32/.gitignore @@ -1 +0,0 @@ -/gpsbabel.rc diff --git a/win32/gpsbabel.rc b/win32/gpsbabel.rc new file mode 100644 index 000000000..003e27ae0 --- /dev/null +++ b/win32/gpsbabel.rc @@ -0,0 +1,38 @@ +#include +#include "../gbversion.h" + +IDI_ICON1 ICON "gpsbabel.ico" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION VER_FILE + PRODUCTVERSION VER_PRODUCT + FILEFLAGSMASK 0x3fL +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0x0L +#endif + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904b0" + BEGIN + VALUE "CompanyName", "GPSBabel Team" + VALUE "FileDescription", "GPS format converter" + VALUE "FileVersion", VER_FILE_STR + VALUE "InternalName", "gpsbabel.exe" + VALUE "LegalCopyright", L"\x00a9 2002-2020 Robert Lipe" + VALUE "OriginalFilename", "gpsbabel.exe" + VALUE "ProductName", "GPSBabel" + VALUE "ProductVersion", VER_PRODUCT_STR + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x409, 1200 + END +END +/* End of Version info */ diff --git a/win32/gpsbabel.rc.in b/win32/gpsbabel.rc.in deleted file mode 100644 index e0344b027..000000000 --- a/win32/gpsbabel.rc.in +++ /dev/null @@ -1,27 +0,0 @@ -MAINICON ICON "@srcdir@/win32/gpsbabel.ico" - -1 VERSIONINFO -FILEVERSION @GBMAJOR@,@GBMINOR@,@GBMICRO@,@GBBUILD@ -PRODUCTVERSION @GBMAJOR@,@GBMINOR@,@GBMICRO@,@GBBUILD@ -FILEOS 0x4 -FILETYPE 0x1 -FILESUBTYPE 0x0L -FILEFLAGSMASK 0x3fL -{ - BLOCK "StringFileInfo" - { - BLOCK "040904E4" - { - VALUE "CompanyName", "GPSBabel Team\0" - VALUE "FileDescription", "GPS format converter\0" - VALUE "FileVersion", "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@\0" - VALUE "InternalName", "\0" - VALUE "LegalCopyright", "(C) 2002-2019 Robert Lipe and GPSBabel contributors\0" - VALUE "LegalTrademarks", "\0" - VALUE "OriginalFilename", "gpsbabel.exe\0" - VALUE "ProductName", "GPSBabel\0" - VALUE "ProductVersion", "@GBMAJOR@.@GBMINOR@.@GBMICRO@@PACKAGE_RELEASE@\0" - VALUE "Comments", "https://www.gpsbabel.org\0" - } - } -}