diff -Nru fldigi-3.21.33/ChangeLog fldigi-3.21.34/ChangeLog --- fldigi-3.21.33/ChangeLog 2011-12-10 21:53:39.000000000 +0000 +++ fldigi-3.21.34/ChangeLog 2011-12-24 18:17:31.000000000 +0000 @@ -1,8 +1,15 @@ -=Version 3.21.33= +=Version 3.21.34= + +2011-12-24 David Freese + + ba3a926: VAC PTT delay + 62532af: Mono audio + a7f741b: VSP boolean -2011-12-09 David Freese + +=Version 3.21.33= a68d917: Right Channel audio 00d4308: WEFAX update diff -Nru fldigi-3.21.33/configure fldigi-3.21.34/configure --- fldigi-3.21.33/configure 2011-12-10 21:54:18.000000000 +0000 +++ fldigi-3.21.34/configure 2011-12-24 18:17:54.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.67 for fldigi 3.21.33. +# Generated by GNU Autoconf 2.67 for fldigi 3.21.34. # # Report bugs to . # @@ -554,8 +554,8 @@ # Identity of this package. PACKAGE_NAME='fldigi' PACKAGE_TARNAME='fldigi' -PACKAGE_VERSION='3.21.33' -PACKAGE_STRING='fldigi 3.21.33' +PACKAGE_VERSION='3.21.34' +PACKAGE_STRING='fldigi 3.21.34' PACKAGE_BUGREPORT='fldigi-devel@lists.berlios.de' PACKAGE_URL='' @@ -1440,7 +1440,7 @@ # 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 fldigi 3.21.33 to adapt to many kinds of systems. +\`configure' configures fldigi 3.21.34 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1511,7 +1511,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of fldigi 3.21.33:";; + short | recursive ) echo "Configuration of fldigi 3.21.34:";; esac cat <<\_ACEOF @@ -1683,7 +1683,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -fldigi configure 3.21.33 +fldigi configure 3.21.34 generated by GNU Autoconf 2.67 Copyright (C) 2010 Free Software Foundation, Inc. @@ -2361,7 +2361,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by fldigi $as_me 3.21.33, which was +It was created by fldigi $as_me 3.21.34, which was generated by GNU Autoconf 2.67. Invocation command line was $ $0 $@ @@ -2716,9 +2716,9 @@ FLDIGI_VERSION_MINOR=21 -FLDIGI_VERSION_PATCH=.33 +FLDIGI_VERSION_PATCH=.34 -FLDIGI_VERSION=3.21.33 +FLDIGI_VERSION=3.21.34 FLARQ_VERSION_MAJOR=4 @@ -2736,7 +2736,7 @@ $as_echo "#define FLDIGI_VERSION_MINOR 21" >>confdefs.h -$as_echo "#define FLDIGI_VERSION_PATCH \".33\"" >>confdefs.h +$as_echo "#define FLDIGI_VERSION_PATCH \".34\"" >>confdefs.h $as_echo "#define FLARQ_VERSION_MAJOR 4" >>confdefs.h @@ -2748,7 +2748,7 @@ $as_echo "#define FLARQ_VERSION_PATCH \".1\"" >>confdefs.h -$as_echo "#define FLDIGI_VERSION \"3.21.33\"" >>confdefs.h +$as_echo "#define FLDIGI_VERSION \"3.21.34\"" >>confdefs.h $as_echo "#define FLARQ_VERSION \"4.3.1\"" >>confdefs.h @@ -3339,7 +3339,7 @@ # Define the identity of the package. PACKAGE='fldigi' - VERSION='3.21.33' + VERSION='3.21.34' cat >>confdefs.h <<_ACEOF @@ -12705,7 +12705,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by fldigi $as_me 3.21.33, which was +This file was extended by fldigi $as_me 3.21.34, which was generated by GNU Autoconf 2.67. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -12771,7 +12771,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -fldigi config.status 3.21.33 +fldigi config.status 3.21.34 configured by $0, generated by GNU Autoconf 2.67, with options \\"\$ac_cs_config\\" diff -Nru fldigi-3.21.33/configure.ac fldigi-3.21.34/configure.ac --- fldigi-3.21.33/configure.ac 2011-12-10 21:53:21.000000000 +0000 +++ fldigi-3.21.34/configure.ac 2011-12-24 18:17:31.000000000 +0000 @@ -9,7 +9,7 @@ dnl contain other characters or be empty m4_define(FLDIGI_MAJOR, [3]) m4_define(FLDIGI_MINOR, [21]) -m4_define(FLDIGI_PATCH, [.33]) +m4_define(FLDIGI_PATCH, [.34]) m4_define(FLARQ_MAJOR, [4]) m4_define(FLARQ_MINOR, [3]) m4_define(FLARQ_PATCH, [.1]) diff -Nru fldigi-3.21.33/debian/changelog fldigi-3.21.34/debian/changelog --- fldigi-3.21.33/debian/changelog 2011-12-13 02:25:15.000000000 +0000 +++ fldigi-3.21.34/debian/changelog 2011-12-28 18:40:04.000000000 +0000 @@ -1,3 +1,9 @@ +fldigi (3.21.34-1) unstable; urgency=low + + * New upstream release + + -- Kamal Mostafa Wed, 28 Dec 2011 10:40:01 -0800 + fldigi (3.21.33-1) unstable; urgency=low * New upstream release diff -Nru fldigi-3.21.33/debian/patches/0001-Code-cleanup-cast-to-pointer-warnings.patch fldigi-3.21.34/debian/patches/0001-Code-cleanup-cast-to-pointer-warnings.patch --- fldigi-3.21.33/debian/patches/0001-Code-cleanup-cast-to-pointer-warnings.patch 1970-01-01 00:00:00.000000000 +0000 +++ fldigi-3.21.34/debian/patches/0001-Code-cleanup-cast-to-pointer-warnings.patch 2011-12-28 21:17:50.000000000 +0000 @@ -0,0 +1,80 @@ +From 5171375399f7bfb19d49ce66613cb3960680ee0c Mon Sep 17 00:00:00 2001 +From: Kamal Mostafa +Date: Wed, 28 Dec 2011 13:10:56 -0800 +Subject: [PATCH] Code cleanup ("cast to pointer" warnings) + + * Fix instances of: "warning: cast to pointer from integer of + different size [-Wint-to-pointer-cast]" on 64-bit platforms +--- + src/dialogs/fl_digi.cxx | 4 ++-- + src/dialogs/font_browser.cxx | 6 +++--- + src/rigcontrol/FreqControl.cxx | 2 +- + 3 files changed, 6 insertions(+), 6 deletions(-) + +diff --git a/src/dialogs/fl_digi.cxx b/src/dialogs/fl_digi.cxx +index 6d4e298..15bae49 100644 +--- a/src/dialogs/fl_digi.cxx ++++ b/src/dialogs/fl_digi.cxx +@@ -4355,7 +4355,7 @@ void create_fl_digi_main_primary() { + } + btnMacro[NUMMACKEYS + i] = new Fl_Button(xpos, ypos, Wmacrobtn, Hmacrobtn, + macros.name[NUMMACKEYS + i].c_str()); +- btnMacro[NUMMACKEYS + i]->callback(macro_cb, (void *)(NUMMACKEYS + i)); ++ btnMacro[NUMMACKEYS + i]->callback(macro_cb, (void *)(uintptr_t)(NUMMACKEYS + i)); + btnMacro[NUMMACKEYS + i]->tooltip( + _("Left Click - execute\nShift-Fkey - execute\nRight Click - edit")); + colorize_macro(NUMMACKEYS + i); +@@ -4531,7 +4531,7 @@ void create_fl_digi_main_primary() { + } + btnMacro[i] = new Fl_Button(xpos, ypos, Wmacrobtn, Hmacrobtn, + macros.name[i].c_str()); +- btnMacro[i]->callback(macro_cb, (void *)(i)); ++ btnMacro[i]->callback(macro_cb, (void *)(uintptr_t)(i)); + btnMacro[i]->tooltip(_("Left Click - execute\nFkey - execute\nRight Click - edit")); + colorize_macro(i); + xpos += Wmacrobtn; +diff --git a/src/dialogs/font_browser.cxx b/src/dialogs/font_browser.cxx +index e15c94e..55b162e 100644 +--- a/src/dialogs/font_browser.cxx ++++ b/src/dialogs/font_browser.cxx +@@ -103,13 +103,13 @@ void Font_Browser::FontNameSelect() + // + for (int i = !*sizes; i < nsizes; i++) + if ((size_t)snprintf(buf, sizeof(buf), "%d", sizes[i]) < sizeof(buf)) +- lst_Size->add(buf, (void*)sizes[i]); ++ lst_Size->add(buf, (void*)(uintptr_t)sizes[i]); + + // scalable font with no suggested sizes + if (!lst_Size->size()) { + for (int i = 1; i <= 48; i++) { + snprintf(buf, sizeof(buf), "%d", i); +- lst_Size->add(buf, (void*)i); ++ lst_Size->add(buf, (void*)(uintptr_t)i); + } + } + fontSize(fontsize); +@@ -167,7 +167,7 @@ Font_Browser::Font_Browser(int x, int y, int w, int h, const char *lbl ) + for(int i = 0; i < numfonts; i++) { + name = Fl::get_font_name((Fl_Font)i); + if (isalpha(*name)) +- lst_Font->add(name, (void *)i); ++ lst_Font->add(name, (void *)(uintptr_t)i); + } + FontSort(); + +diff --git a/src/rigcontrol/FreqControl.cxx b/src/rigcontrol/FreqControl.cxx +index 9630eb4..351a6a8 100644 +--- a/src/rigcontrol/FreqControl.cxx ++++ b/src/rigcontrol/FreqControl.cxx +@@ -111,7 +111,7 @@ cFreqControl::cFreqControl(int x, int y, int w, int h, const char *lbl): + Digit[n]->labelcolor(ONCOLOR); + Digit[n]->color(OFFCOLOR, SELCOLOR); + Digit[n]->labelsize(fcHeight-4); +- Digit[n]->callback(cbSelectDigit, (void *) n); ++ Digit[n]->callback(cbSelectDigit, (void *)(uintptr_t) n); + mult[n] = max; + max *= 10; + } +-- +1.7.5.4 + diff -Nru fldigi-3.21.33/debian/patches/series fldigi-3.21.34/debian/patches/series --- fldigi-3.21.33/debian/patches/series 2011-12-13 02:23:42.000000000 +0000 +++ fldigi-3.21.34/debian/patches/series 2011-12-28 21:17:54.000000000 +0000 @@ -1 +1,2 @@ remove-dummy-man-pages.patch +0001-Code-cleanup-cast-to-pointer-warnings.patch Binary files /tmp/LyV1CoLO60/fldigi-3.21.33/po/es.gmo and /tmp/ZErsrKKh5m/fldigi-3.21.34/po/es.gmo differ diff -Nru fldigi-3.21.33/po/es.po fldigi-3.21.34/po/es.po --- fldigi-3.21.33/po/es.po 2011-12-10 22:01:26.000000000 +0000 +++ fldigi-3.21.34/po/es.po 2011-12-24 18:32:39.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fldigi 3.22.0 ALPHA series\n" "Report-Msgid-Bugs-To: w1hkj AT w1hkj DOT com\n" -"POT-Creation-Date: 2011-12-10 16:01-0600\n" +"POT-Creation-Date: 2011-12-24 12:32-0600\n" "PO-Revision-Date: 2011-11-25 16:34-0500\n" "Last-Translator: Pavel Milanes Costa \n" "Language-Team: Spanish (Pavel Milanes Costa) \n" @@ -72,7 +72,7 @@ msgid "&Weather Fax Image" msgstr "&Imagen de Fax meteorológico" -#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3395 +#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3474 msgid "Contest" msgstr "Concurso" @@ -93,8 +93,8 @@ msgstr "Completo" #: src/dialogs/fl_digi.cxx:164 src/waterfall/waterfall.cxx:2080 -#: src/dialogs/confdialog.cxx:3342 src/dialogs/confdialog.cxx:6734 -#: src/dialogs/confdialog.cxx:6764 +#: src/dialogs/confdialog.cxx:3421 src/dialogs/confdialog.cxx:6844 +#: src/dialogs/confdialog.cxx:6874 msgid "None" msgstr "Ninguno" @@ -148,7 +148,7 @@ #: src/dialogs/fl_digi.cxx:2403 src/dialogs/fl_digi.cxx:2415 #: src/dialogs/fl_digi.cxx:3152 src/dialogs/fl_digi.cxx:3943 #: src/dialogs/fl_digi.cxx:4141 src/dialogs/fl_digi.cxx:4246 -#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:6957 +#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:7067 msgid "Save" msgstr "Salvar" @@ -216,7 +216,7 @@ #: src/dialogs/fl_digi.cxx:1614 src/dialogs/Viewer.cxx:266 #: src/misc/debug.cxx:278 src/misc/macroedit.cxx:361 src/mfsk/mfsk-pic.cxx:376 #: src/spot/notify.cxx:512 src/spot/notify.cxx:516 -#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:6960 +#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:7070 msgid "Close" msgstr "Cerrar" @@ -323,7 +323,7 @@ msgid "NBEMS files..." msgstr "Ficheros NBEMS..." -#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3749 +#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3828 msgid "Macros" msgstr "Macros" @@ -340,7 +340,7 @@ msgstr "Captura de Texto" #: src/dialogs/fl_digi.cxx:2948 src/misc/debug.cxx:79 -#: src/dialogs/confdialog.cxx:5906 +#: src/dialogs/confdialog.cxx:6010 msgid "Audio" msgstr "Audio" @@ -352,7 +352,7 @@ msgid "TX generate" msgstr "Generar TX" -#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:5999 +#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:6103 msgid "Playback" msgstr "Reproducir" @@ -364,7 +364,7 @@ msgid "&Configure" msgstr "&Configuración" -#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3185 +#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3264 msgid "Operator" msgstr "Operador" @@ -377,7 +377,7 @@ msgstr "Interfaz de Usuario" #: src/dialogs/fl_digi.cxx:3098 src/dialogs/fl_digi.cxx:3129 -#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3912 +#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3991 msgid "Waterfall" msgstr "Cascada" @@ -386,7 +386,7 @@ msgstr "Controles de la cascada" #: src/dialogs/fl_digi.cxx:3100 src/dialogs/fl_digi.cxx:4913 -#: src/dialogs/confdialog.cxx:4245 +#: src/dialogs/confdialog.cxx:4324 msgid "Modems" msgstr "Modems" @@ -398,7 +398,7 @@ msgid "IDs" msgstr "IDs" -#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6350 +#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6460 msgid "Misc" msgstr "Misc." @@ -464,7 +464,7 @@ msgid "New" msgstr "Nuevo" -#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5495 +#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5599 msgid "Open..." msgstr "Abrir..." @@ -581,7 +581,7 @@ #: src/dialogs/fl_digi.cxx:4239 src/dialogs/fl_digi.cxx:4454 #: src/dialogs/Viewer.cxx:274 src/widgets/FTextView.cxx:476 #: src/widgets/FTextView.cxx:642 src/widgets/flinput2.cxx:47 -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Clear" msgstr "Limpiar" @@ -956,7 +956,7 @@ msgstr "No se puede iniciar flmsg" #: src/logger/rx_extract.cxx:189 src/logger/rx_extract.cxx:192 -#: src/dialogs/confdialog.cxx:6411 +#: src/dialogs/confdialog.cxx:6521 msgid "Locate flmsg executable" msgstr "Localización del ejecutable de flmsg" @@ -1426,7 +1426,7 @@ msgid "Save image as:" msgstr "Guardar imagen como..." -#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:3975 +#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:4054 msgid "Save..." msgstr "Salvar..." @@ -1523,7 +1523,7 @@ msgid "Lock transmit frequency" msgstr "Bloquear la frecuencia de transmisión" -#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3832 +#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3911 msgid "Reverse" msgstr "Invertir" @@ -1563,11 +1563,11 @@ msgid "Memory Mapped Rig" msgstr "Radio mapeado en memoria" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Open rig xml file" msgstr "Abrir fichero de radio xml" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Fldigi rig xml definition file\t*.xml" msgstr "Fichero de definicioan de radio xml\t*.xml" @@ -1721,7 +1721,7 @@ msgid "Look up call" msgstr "Buscar indicativo" -#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3500 +#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3579 #: src/logbook/lgbook.cxx:509 msgid "State" msgstr "Estado" @@ -1738,13 +1738,13 @@ msgid "RST(r)" msgstr "RST(r)" -#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3506 +#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3585 #: src/logbook/lgbook.cxx:533 src/logbook/lgbook.cxx:953 #: src/logbook/lgbook.cxx:1108 msgid "Exchange In" msgstr "Intercambio RX" -#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3431 +#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3510 msgid "Serial number" msgstr "Numero de serie" @@ -1768,11 +1768,11 @@ msgid "Last QSO" msgstr "Último QSO" -#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4322 +#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4400 msgid "Transmit" msgstr "Transmitir" -#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4256 +#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4334 msgid "Receive" msgstr "Recibir" @@ -2043,91 +2043,91 @@ msgid "Signal Level Colors" msgstr "Colores de detección de nivel" -#: src/dialogs/confdialog.cxx:3176 +#: src/dialogs/confdialog.cxx:3255 msgid "Fldigi configuration" msgstr "Configuración" -#: src/dialogs/confdialog.cxx:3186 +#: src/dialogs/confdialog.cxx:3265 msgid "Operator information" msgstr "Información del operador" -#: src/dialogs/confdialog.cxx:3189 +#: src/dialogs/confdialog.cxx:3268 msgid "Station" msgstr "Estación" -#: src/dialogs/confdialog.cxx:3192 +#: src/dialogs/confdialog.cxx:3271 msgid "Callsign:" msgstr "Indicativo:" -#: src/dialogs/confdialog.cxx:3193 +#: src/dialogs/confdialog.cxx:3272 msgid "Operators callsign" msgstr "Indicativo del operador" -#: src/dialogs/confdialog.cxx:3206 +#: src/dialogs/confdialog.cxx:3285 msgid "Name:" msgstr "Nombre:" -#: src/dialogs/confdialog.cxx:3207 +#: src/dialogs/confdialog.cxx:3286 msgid "Operators name" msgstr "Nombre del operador" -#: src/dialogs/confdialog.cxx:3220 +#: src/dialogs/confdialog.cxx:3299 msgid "QTH:" msgstr "QTH:" -#: src/dialogs/confdialog.cxx:3221 +#: src/dialogs/confdialog.cxx:3300 msgid "Operators QTH" msgstr "QTH del operador" -#: src/dialogs/confdialog.cxx:3234 +#: src/dialogs/confdialog.cxx:3313 msgid "Locator:" msgstr "Localizador:" -#: src/dialogs/confdialog.cxx:3235 +#: src/dialogs/confdialog.cxx:3314 msgid "Maidenhead locator as in EM64qv" msgstr "Localizador como por ejemplo FL11aj" -#: src/dialogs/confdialog.cxx:3250 +#: src/dialogs/confdialog.cxx:3329 msgid "Antenna:" msgstr "Antena:" -#: src/dialogs/confdialog.cxx:3251 +#: src/dialogs/confdialog.cxx:3330 msgid "Short description of antenna" msgstr "Descripción corta de la antena" -#: src/dialogs/confdialog.cxx:3264 +#: src/dialogs/confdialog.cxx:3343 msgid "Test Signal - Do NOT use with transmitter" msgstr "Señal de prueba - NO USAR con el transmisor" -#: src/dialogs/confdialog.cxx:3268 +#: src/dialogs/confdialog.cxx:3347 msgid "Noise on" msgstr "Ruido encendido" -#: src/dialogs/confdialog.cxx:3273 +#: src/dialogs/confdialog.cxx:3352 msgid "dB" msgstr "dB" -#: src/dialogs/confdialog.cxx:3295 +#: src/dialogs/confdialog.cxx:3374 msgid "UI" msgstr "IU" -#: src/dialogs/confdialog.cxx:3299 +#: src/dialogs/confdialog.cxx:3378 msgid "Browser" msgstr "Navegador" -#: src/dialogs/confdialog.cxx:3302 +#: src/dialogs/confdialog.cxx:3381 msgid "Channels, first channel starts at waterfall lower limit" msgstr "Canales, el primer canal comienza en el límite inferior de la cascada" -#: src/dialogs/confdialog.cxx:3303 +#: src/dialogs/confdialog.cxx:3382 msgid "Change # of psk viewer channels" msgstr "Cambiar el número de canales del navegador" -#: src/dialogs/confdialog.cxx:3320 +#: src/dialogs/confdialog.cxx:3399 msgid "Inactivity timeout" msgstr "Tiempo de inactividad" -#: src/dialogs/confdialog.cxx:3321 +#: src/dialogs/confdialog.cxx:3400 msgid "" "Clear channel text after\n" "# seconds of inactivity" @@ -2136,47 +2136,47 @@ "después de N segundos\n" "de inactividad" -#: src/dialogs/confdialog.cxx:3337 +#: src/dialogs/confdialog.cxx:3416 msgid "Channel label" msgstr "Etiqueta del canal" -#: src/dialogs/confdialog.cxx:3338 +#: src/dialogs/confdialog.cxx:3417 msgid "Appearance of label on each channel" msgstr "Apariencia de la etiqueta de cada canal" -#: src/dialogs/confdialog.cxx:3342 +#: src/dialogs/confdialog.cxx:3421 msgid "Audio frequency" msgstr "Frecuencia de audio" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Radio frequency" msgstr "Frecuencia RF" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Channel number" msgstr "Número del canal" -#: src/dialogs/confdialog.cxx:3346 src/dialogs/confdialog.cxx:4047 +#: src/dialogs/confdialog.cxx:3425 src/dialogs/confdialog.cxx:4126 msgid "Font..." msgstr "Tipografía" -#: src/dialogs/confdialog.cxx:3347 +#: src/dialogs/confdialog.cxx:3426 msgid "select browser font" msgstr "Selecciona la letra del navegador" -#: src/dialogs/confdialog.cxx:3350 +#: src/dialogs/confdialog.cxx:3429 msgid "Fixed Intervals" msgstr "Intervalos Fijados" -#: src/dialogs/confdialog.cxx:3351 +#: src/dialogs/confdialog.cxx:3430 msgid "Force channel spacing to even 100 Hz increments" msgstr "Forzar el espaciado de los canales a incrementos de 100Hz" -#: src/dialogs/confdialog.cxx:3358 +#: src/dialogs/confdialog.cxx:3437 msgid "Continuous scrolling" msgstr "Movimiento contínuo" -#: src/dialogs/confdialog.cxx:3359 +#: src/dialogs/confdialog.cxx:3438 msgid "" "ON - Marquee style\n" "OFF - Clear & restart" @@ -2184,403 +2184,403 @@ "Activado - Estilo marquesina\n" "Desactivado - Limpiar y re-comenzar" -#: src/dialogs/confdialog.cxx:3364 +#: src/dialogs/confdialog.cxx:3443 msgid "Lowest freq on bottom of viewer" msgstr "Frecuencia más baja en la parte inferior del navegador" -#: src/dialogs/confdialog.cxx:3365 +#: src/dialogs/confdialog.cxx:3444 msgid "Change positions of low to high channels" msgstr "Cambiar la posición de los canales de abajo a arriba" -#: src/dialogs/confdialog.cxx:3370 +#: src/dialogs/confdialog.cxx:3449 msgid "Play back history when active channel selected" msgstr "Reproducir el historial cuando se selecciona un canal" -#: src/dialogs/confdialog.cxx:3371 +#: src/dialogs/confdialog.cxx:3450 msgid "Audio stream history decoded on selected signal" msgstr "Historial de audio decodificado al seleccionar" -#: src/dialogs/confdialog.cxx:3376 +#: src/dialogs/confdialog.cxx:3455 msgid "Detection Level Colors" msgstr "Colores de detección de nivel" -#: src/dialogs/confdialog.cxx:3379 +#: src/dialogs/confdialog.cxx:3458 msgid "Backgnd" msgstr "Fondo" -#: src/dialogs/confdialog.cxx:3380 +#: src/dialogs/confdialog.cxx:3459 msgid "Background color of signal viewer squelch control" msgstr "" "Color de fondo de control deslizante del\n" "silenciador del navegador" -#: src/dialogs/confdialog.cxx:3384 +#: src/dialogs/confdialog.cxx:3463 msgid "Button" msgstr "Botón" -#: src/dialogs/confdialog.cxx:3385 +#: src/dialogs/confdialog.cxx:3464 msgid "Slider hilite color of signal viewer squelch control" msgstr "" "Color resaltado del deslizante del control\n" "del silenciador del navegador" -#: src/dialogs/confdialog.cxx:3397 +#: src/dialogs/confdialog.cxx:3476 msgid "Exchanges" msgstr "Intercambio" -#: src/dialogs/confdialog.cxx:3400 +#: src/dialogs/confdialog.cxx:3479 msgid "Send:" msgstr "Enviado:" -#: src/dialogs/confdialog.cxx:3402 src/logbook/lgbook.cxx:536 +#: src/dialogs/confdialog.cxx:3481 src/logbook/lgbook.cxx:536 #: src/logbook/lgbook.cxx:929 src/logbook/lgbook.cxx:1112 msgid "Exchange Out" msgstr "Intercambio TX" -#: src/dialogs/confdialog.cxx:3403 +#: src/dialogs/confdialog.cxx:3482 msgid "free form exchange" msgstr "Intercambio predefinido" -#: src/dialogs/confdialog.cxx:3417 +#: src/dialogs/confdialog.cxx:3496 msgid "RST always 599" msgstr "RST siempre 599" -#: src/dialogs/confdialog.cxx:3418 +#: src/dialogs/confdialog.cxx:3497 msgid "Force RST in/out to 599" msgstr "Forzar el RST recibido/enviado a 599" -#: src/dialogs/confdialog.cxx:3423 +#: src/dialogs/confdialog.cxx:3502 msgid "Send CW cut numbers" msgstr "Enviar números CW (5NN)" -#: src/dialogs/confdialog.cxx:3424 +#: src/dialogs/confdialog.cxx:3503 msgid "0 = T; 9 = N" msgstr "0 = T; 9 = N" -#: src/dialogs/confdialog.cxx:3434 +#: src/dialogs/confdialog.cxx:3513 msgid "Use leading zeros" msgstr "Usar ceros a la izquierda" -#: src/dialogs/confdialog.cxx:3435 +#: src/dialogs/confdialog.cxx:3514 msgid "Insert leading zeros into Xmtd serial number" msgstr "Insertar ceros a la izquierda en el número de serie enviado" -#: src/dialogs/confdialog.cxx:3440 +#: src/dialogs/confdialog.cxx:3519 msgid "Start" msgstr "Inicio" -#: src/dialogs/confdialog.cxx:3441 +#: src/dialogs/confdialog.cxx:3520 msgid "Starting number" msgstr "Número de inicio" -#: src/dialogs/confdialog.cxx:3456 +#: src/dialogs/confdialog.cxx:3535 msgid "Digits" msgstr "Dígitos" -#: src/dialogs/confdialog.cxx:3457 +#: src/dialogs/confdialog.cxx:3536 msgid "Number of digits in serial number" msgstr "Número de dígitos en el número de serie" -#: src/dialogs/confdialog.cxx:3473 +#: src/dialogs/confdialog.cxx:3552 msgid "Reset" msgstr "Resetear" -#: src/dialogs/confdialog.cxx:3474 +#: src/dialogs/confdialog.cxx:3553 msgid "Initialize the QSO logging fields" msgstr "Inicializar la cuenta del número serie" -#: src/dialogs/confdialog.cxx:3479 +#: src/dialogs/confdialog.cxx:3558 msgid "Duplicate check, CALL plus" msgstr "Chequear duplicados, Indicativo más..." -#: src/dialogs/confdialog.cxx:3482 +#: src/dialogs/confdialog.cxx:3561 msgid "On/Off" msgstr "On/Off" -#: src/dialogs/confdialog.cxx:3483 +#: src/dialogs/confdialog.cxx:3562 msgid "Check for duplicates" msgstr "Chequear duplicados" -#: src/dialogs/confdialog.cxx:3488 src/dialogs/notifydialog.cxx:188 +#: src/dialogs/confdialog.cxx:3567 src/dialogs/notifydialog.cxx:188 #: src/logbook/lgbook.cxx:468 msgid "Band" msgstr "Banda" -#: src/dialogs/confdialog.cxx:3489 +#: src/dialogs/confdialog.cxx:3568 msgid "Bands must match" msgstr "Concordar en bandas" -#: src/dialogs/confdialog.cxx:3494 src/dialogs/notifydialog.cxx:191 +#: src/dialogs/confdialog.cxx:3573 src/dialogs/notifydialog.cxx:191 #: src/logbook/lgbook.cxx:471 src/logbook/lgbook.cxx:656 #: src/logbook/lgbook.cxx:1025 src/logbook/lgbook.cxx:1080 msgid "Mode" msgstr "Modo" -#: src/dialogs/confdialog.cxx:3495 +#: src/dialogs/confdialog.cxx:3574 msgid "Mode must match" msgstr "Concordar en modo" -#: src/dialogs/confdialog.cxx:3501 +#: src/dialogs/confdialog.cxx:3580 msgid "State must match" msgstr "Concordar en estado (EE.UU.)" -#: src/dialogs/confdialog.cxx:3507 +#: src/dialogs/confdialog.cxx:3586 msgid "free form 1 must match" msgstr "Concordar en el número de intercambio" -#: src/dialogs/confdialog.cxx:3512 +#: src/dialogs/confdialog.cxx:3591 msgid "Time span over" msgstr "Rango de tiempo" -#: src/dialogs/confdialog.cxx:3513 +#: src/dialogs/confdialog.cxx:3592 msgid "QSO must not occur within a time period of" msgstr "El QSO no debe ocurrir dentro es período" -#: src/dialogs/confdialog.cxx:3518 +#: src/dialogs/confdialog.cxx:3597 msgid "minutes" msgstr "minutos" -#: src/dialogs/confdialog.cxx:3519 +#: src/dialogs/confdialog.cxx:3598 msgid "Enter time span in minutes" msgstr "Entre rango de tiempo en minutos" -#: src/dialogs/confdialog.cxx:3535 +#: src/dialogs/confdialog.cxx:3614 msgid "Dup Color" msgstr "Color Dup." -#: src/dialogs/confdialog.cxx:3536 +#: src/dialogs/confdialog.cxx:3615 msgid "Left click to select dup color" msgstr "Clic izquierdo para seleccionar el color de duplicados" -#: src/dialogs/confdialog.cxx:3548 src/dialogs/confdialog.cxx:4253 -#: src/dialogs/confdialog.cxx:5037 src/dialogs/confdialog.cxx:6519 +#: src/dialogs/confdialog.cxx:3627 src/dialogs/confdialog.cxx:4332 +#: src/dialogs/confdialog.cxx:5116 src/dialogs/confdialog.cxx:6629 msgid "General" msgstr "General" -#: src/dialogs/confdialog.cxx:3552 +#: src/dialogs/confdialog.cxx:3631 msgid "Show tooltips" msgstr "Mostrar sugerencias" -#: src/dialogs/confdialog.cxx:3553 +#: src/dialogs/confdialog.cxx:3632 msgid "Enable / disable tooltips" msgstr "Activar/desactivar sugerencias" -#: src/dialogs/confdialog.cxx:3559 +#: src/dialogs/confdialog.cxx:3638 msgid "Show menu icons" msgstr "Mostrar íconos del menú" -#: src/dialogs/confdialog.cxx:3560 +#: src/dialogs/confdialog.cxx:3639 msgid "Enable / disable icons on menus" msgstr "Activar/desactivar los iconos en el menú" -#: src/dialogs/confdialog.cxx:3565 +#: src/dialogs/confdialog.cxx:3644 msgid "UI scheme" msgstr "Esquema de la Interfaz" -#: src/dialogs/confdialog.cxx:3566 +#: src/dialogs/confdialog.cxx:3645 msgid "Change application look and feel" msgstr "Cambiar la piel de la aplicación" -#: src/dialogs/confdialog.cxx:3575 +#: src/dialogs/confdialog.cxx:3654 msgid "Visible modes" msgstr "Modos visibles" -#: src/dialogs/confdialog.cxx:3576 +#: src/dialogs/confdialog.cxx:3655 msgid "Select modes for menu access" msgstr "Seleccionar los modos para acceso desde el menú" -#: src/dialogs/confdialog.cxx:3579 +#: src/dialogs/confdialog.cxx:3658 msgid "UI language" msgstr "Idioma de la IU" -#: src/dialogs/confdialog.cxx:3580 src/dialogs/confdialog.cxx:4168 +#: src/dialogs/confdialog.cxx:3659 src/dialogs/confdialog.cxx:4247 msgid "Changes take effect on next program startup" msgstr "Los cambios tomarán efecto en el próximo inicio del programa" -#: src/dialogs/confdialog.cxx:3590 +#: src/dialogs/confdialog.cxx:3669 msgid "Print CW / RTTY / THROB / CONTESTIA in lowercase" msgstr "" "Imprimir CW / RTTY / THROB / CONTESTIA en minúsculas\n" "(Estos modos solo reconocen las mayúsculas)" -#: src/dialogs/confdialog.cxx:3599 +#: src/dialogs/confdialog.cxx:3678 #, fuzzy msgid "Logging" msgstr "Salvado de los QSOs" -#: src/dialogs/confdialog.cxx:3601 +#: src/dialogs/confdialog.cxx:3680 msgid "Client/Server Logbook" msgstr "Logs remotos cliente/servidor" -#: src/dialogs/confdialog.cxx:3604 +#: src/dialogs/confdialog.cxx:3683 #, fuzzy msgid "Address:" msgstr "Servidor:" -#: src/dialogs/confdialog.cxx:3605 +#: src/dialogs/confdialog.cxx:3684 msgid "Enter URL address of server" msgstr "Entre la dirección URL del servidor" -#: src/dialogs/confdialog.cxx:3609 src/dialogs/confdialog.cxx:6569 +#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:6679 msgid "Port:" msgstr "Puerto:" -#: src/dialogs/confdialog.cxx:3610 +#: src/dialogs/confdialog.cxx:3689 msgid "Enter Port # assigned to server" msgstr "Número de puerto asignado al servidor" -#: src/dialogs/confdialog.cxx:3614 +#: src/dialogs/confdialog.cxx:3693 msgid "Reconnect" msgstr "Reconectar" -#: src/dialogs/confdialog.cxx:3619 +#: src/dialogs/confdialog.cxx:3698 msgid "QSO logging" msgstr "Salvado de los QSOs" -#: src/dialogs/confdialog.cxx:3622 +#: src/dialogs/confdialog.cxx:3701 msgid "Prompt to save log" msgstr "Preguntar si salvo el log" -#: src/dialogs/confdialog.cxx:3623 +#: src/dialogs/confdialog.cxx:3702 msgid "Bug me about saving log entries" msgstr "Molestame acerca de salvar entradas en el log" -#: src/dialogs/confdialog.cxx:3628 +#: src/dialogs/confdialog.cxx:3707 msgid "Clear on save" msgstr "Limpiar cuando salves" -#: src/dialogs/confdialog.cxx:3629 +#: src/dialogs/confdialog.cxx:3708 msgid "Clear log entries after saving or using macro " msgstr "" "Limpiar la entradas del log después\n" "de salvar o usar la macro " -#: src/dialogs/confdialog.cxx:3634 +#: src/dialogs/confdialog.cxx:3713 msgid "Convert callsign to upper case" msgstr "Convertir el indicativo a mayúsculas" -#: src/dialogs/confdialog.cxx:3635 +#: src/dialogs/confdialog.cxx:3714 msgid "Force callsign field to UPPERCASE" msgstr "Forzar el campo indicativo a MAYUSCULAS" -#: src/dialogs/confdialog.cxx:3640 +#: src/dialogs/confdialog.cxx:3719 msgid "Auto-fill Country and Azimuth" msgstr "Auto rellenar el país y azimut" -#: src/dialogs/confdialog.cxx:3641 +#: src/dialogs/confdialog.cxx:3720 msgid "Fill in Country / Azimuth using cty.dat information" msgstr "" "Auto rellenar la información del país y el azimut usando el fichero cty.dat " "(Lo tienes instalado, cierto?)" -#: src/dialogs/confdialog.cxx:3646 +#: src/dialogs/confdialog.cxx:3725 msgid "Sort by Date/Time OFF" msgstr "Ordenar por fecha y hora" -#: src/dialogs/confdialog.cxx:3647 +#: src/dialogs/confdialog.cxx:3726 msgid "Sort by date/time OFF - effects all ADIF/Cabrillo reports" msgstr "" "Ordenar por fecha y hora\n" "Afecta a todos los libros de guardias con formato Cabrillo/ADIF" -#: src/dialogs/confdialog.cxx:3652 +#: src/dialogs/confdialog.cxx:3731 msgid "Date time ON == OFF" msgstr "Fecha y hora de inicio = fin" -#: src/dialogs/confdialog.cxx:3653 +#: src/dialogs/confdialog.cxx:3732 msgid "Force date/time ON == date/time OFF" msgstr "Forzar fecha/hora de inicio = fecha/hora de final del QSO" -#: src/dialogs/confdialog.cxx:3658 +#: src/dialogs/confdialog.cxx:3737 #, fuzzy msgid "Default RST in to 599" msgstr "Predetermina el RST enviado a 599" -#: src/dialogs/confdialog.cxx:3659 +#: src/dialogs/confdialog.cxx:3738 #, fuzzy msgid "Clear log controls sets RST in to 599" msgstr "El limpiar los controles pone el RST enviado a 599" -#: src/dialogs/confdialog.cxx:3664 +#: src/dialogs/confdialog.cxx:3743 msgid "Default RST out to 599" msgstr "Predetermina el RST enviado a 599" -#: src/dialogs/confdialog.cxx:3665 +#: src/dialogs/confdialog.cxx:3744 msgid "Clear log controls sets RST out to 599" msgstr "El limpiar los controles pone el RST enviado a 599" -#: src/dialogs/confdialog.cxx:3670 +#: src/dialogs/confdialog.cxx:3749 msgid "cty.dat pathname" msgstr "" -#: src/dialogs/confdialog.cxx:3671 +#: src/dialogs/confdialog.cxx:3750 #, fuzzy msgid "Enter full path-filename for cty.dat" msgstr "Entre camino y nombre hasta el ejecutable de flmsg" -#: src/dialogs/confdialog.cxx:3684 +#: src/dialogs/confdialog.cxx:3763 #, fuzzy msgid "Browse" msgstr "Navegador" -#: src/dialogs/confdialog.cxx:3685 +#: src/dialogs/confdialog.cxx:3764 msgid "Locate cty.dat file" msgstr "" -#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:4346 +#: src/dialogs/confdialog.cxx:3767 src/dialogs/confdialog.cxx:4424 msgid "Default" msgstr "Predeterminado" -#: src/dialogs/confdialog.cxx:3689 +#: src/dialogs/confdialog.cxx:3768 #, fuzzy msgid "Restore cty.dat default folder" msgstr "Cargar por defecto" -#: src/dialogs/confdialog.cxx:3692 +#: src/dialogs/confdialog.cxx:3771 msgid "Reload" msgstr "" -#: src/dialogs/confdialog.cxx:3693 +#: src/dialogs/confdialog.cxx:3772 msgid "Reload cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3696 +#: src/dialogs/confdialog.cxx:3775 msgid "Transmit Power" msgstr "Potencia TX" -#: src/dialogs/confdialog.cxx:3697 +#: src/dialogs/confdialog.cxx:3776 msgid "Tx power used for logbook entries" msgstr "Potencia de TX a poner en el log" -#: src/dialogs/confdialog.cxx:3713 +#: src/dialogs/confdialog.cxx:3792 #, fuzzy msgid "Rx Text Capture" msgstr "Captura de Texto" -#: src/dialogs/confdialog.cxx:3716 +#: src/dialogs/confdialog.cxx:3795 msgid "Double-click to capture" msgstr "" -#: src/dialogs/confdialog.cxx:3717 +#: src/dialogs/confdialog.cxx:3796 msgid "Enable if you cannot use the middle mouse button" msgstr "Activalo si no puedes usar el botón del centro del ratón" -#: src/dialogs/confdialog.cxx:3722 +#: src/dialogs/confdialog.cxx:3801 #, fuzzy msgid "callsign tooltips in received text" msgstr "Mostrar información de los indicativos en el texto recibido" -#: src/dialogs/confdialog.cxx:3723 +#: src/dialogs/confdialog.cxx:3802 msgid "Popup info after a 2 second hover on a callsign" msgstr "" "Mostrar información de un indicativo después de estar dos segundos con el " "ratón sobre este" -#: src/dialogs/confdialog.cxx:3728 +#: src/dialogs/confdialog.cxx:3807 msgid "Word delimiters" msgstr "Delimitadores" -#: src/dialogs/confdialog.cxx:3729 +#: src/dialogs/confdialog.cxx:3808 msgid "" "RX text QSO data entry is bounded by the non-word characters\n" "defined here. Tab and newline are automatically included." @@ -2589,55 +2589,55 @@ "caracteres definidos aquí, el tabulador, el espacio y la\n" "nueva línea están ya incluidos" -#: src/dialogs/confdialog.cxx:3753 +#: src/dialogs/confdialog.cxx:3832 msgid "Mouse wheel active on macro buttons" msgstr "Rueda del ratón activa en los botones de macro" -#: src/dialogs/confdialog.cxx:3754 +#: src/dialogs/confdialog.cxx:3833 msgid "enable mouse wheel control of macro bar" msgstr "Activar la rueda del ratón como control de la barra de macros" -#: src/dialogs/confdialog.cxx:3761 +#: src/dialogs/confdialog.cxx:3840 msgid "Number and position of macro bars" msgstr "Seleccionar el # y posición de la(s) barra(s) de macro(s)" -#: src/dialogs/confdialog.cxx:3764 +#: src/dialogs/confdialog.cxx:3843 msgid "One bar (above waterfall)" msgstr "Una barra (Encima de la cascada)" -#: src/dialogs/confdialog.cxx:3769 +#: src/dialogs/confdialog.cxx:3848 msgid "One bar (below waterfall)" msgstr "Una barra (debajo de la cascada)" -#: src/dialogs/confdialog.cxx:3774 +#: src/dialogs/confdialog.cxx:3853 msgid "Two bars (scheme 1)" msgstr "Dos barras (Esquema 1)" -#: src/dialogs/confdialog.cxx:3779 +#: src/dialogs/confdialog.cxx:3858 msgid "Two bars (scheme 2)" msgstr "Dos barras (Esquema 2)" -#: src/dialogs/confdialog.cxx:3784 +#: src/dialogs/confdialog.cxx:3863 msgid "Two bars (scheme 3)" msgstr "Dos barras (Esquema 3)" -#: src/dialogs/confdialog.cxx:3789 +#: src/dialogs/confdialog.cxx:3868 msgid "Two bars (scheme 4)" msgstr "Dos barras (Esquema 4)" -#: src/dialogs/confdialog.cxx:3794 +#: src/dialogs/confdialog.cxx:3873 msgid "Two bars (scheme 5)" msgstr "Dos barras (Esquema 5)" -#: src/dialogs/confdialog.cxx:3799 +#: src/dialogs/confdialog.cxx:3878 msgid "Two bars (scheme 6)" msgstr "Dos barras (Esquema 6)" -#: src/dialogs/confdialog.cxx:3808 +#: src/dialogs/confdialog.cxx:3887 msgid "Load last used macro file on startup" msgstr "Cargar el último archivo de macro usado en el inicio" -#: src/dialogs/confdialog.cxx:3809 +#: src/dialogs/confdialog.cxx:3888 msgid "" "ON - use last set of macros\n" "OFF - use default set" @@ -2645,207 +2645,207 @@ "Activado - Usar el último conjunto de macros\n" "Desactivado - Usar el conjunto pre-establecido" -#: src/dialogs/confdialog.cxx:3814 +#: src/dialogs/confdialog.cxx:3893 msgid "Display macro filename on startup" msgstr "Mostrar el nombre del fichero de macros al iniciar" -#: src/dialogs/confdialog.cxx:3815 +#: src/dialogs/confdialog.cxx:3894 msgid "The filename is written to the RX text area" msgstr "El nombre de fichero es escrito en el panel de Rx" -#: src/dialogs/confdialog.cxx:3824 +#: src/dialogs/confdialog.cxx:3903 msgid "WF Ctrls" msgstr "Cascada" -#: src/dialogs/confdialog.cxx:3828 +#: src/dialogs/confdialog.cxx:3907 msgid "Enable check box to show each respective operator control" msgstr "Activa la casilla para mostrar cada control respectivo" -#: src/dialogs/confdialog.cxx:3838 +#: src/dialogs/confdialog.cxx:3917 msgid "WF Magnification" msgstr "Ampliado de Cascada" -#: src/dialogs/confdialog.cxx:3844 +#: src/dialogs/confdialog.cxx:3923 msgid "WF carrier" msgstr "Carrier de la Cascada" -#: src/dialogs/confdialog.cxx:3850 +#: src/dialogs/confdialog.cxx:3929 msgid "WF Shift Controls" msgstr "Controles superiores de la Casc." -#: src/dialogs/confdialog.cxx:3856 +#: src/dialogs/confdialog.cxx:3935 msgid "WF ref level" msgstr "Nivel de referencia de la Cascada" -#: src/dialogs/confdialog.cxx:3862 +#: src/dialogs/confdialog.cxx:3941 msgid "WF drop rate" msgstr "Vel. de caída de la Cascada" -#: src/dialogs/confdialog.cxx:3868 +#: src/dialogs/confdialog.cxx:3947 msgid "WF amp span" msgstr "Amplitud de la Cascada" -#: src/dialogs/confdialog.cxx:3874 +#: src/dialogs/confdialog.cxx:3953 msgid "WF Store" msgstr "Almacenar frecuencia" -#: src/dialogs/confdialog.cxx:3880 +#: src/dialogs/confdialog.cxx:3959 msgid "WF mode" msgstr "Modo de la Cascada" -#: src/dialogs/confdialog.cxx:3886 +#: src/dialogs/confdialog.cxx:3965 msgid "QSY" msgstr "QSY" -#: src/dialogs/confdialog.cxx:3892 +#: src/dialogs/confdialog.cxx:3971 msgid "XMT lock" msgstr "Bloqueo en Tx" -#: src/dialogs/confdialog.cxx:3898 +#: src/dialogs/confdialog.cxx:3977 msgid "Enable all" msgstr "Activar" -#: src/dialogs/confdialog.cxx:3901 +#: src/dialogs/confdialog.cxx:3980 msgid "Disable all" msgstr "Desactivar" -#: src/dialogs/confdialog.cxx:3917 +#: src/dialogs/confdialog.cxx:3996 msgid "Display" msgstr "Mostrar" -#: src/dialogs/confdialog.cxx:3918 +#: src/dialogs/confdialog.cxx:3997 msgid "Colors and cursors" msgstr "Colores y cursores" -#: src/dialogs/confdialog.cxx:3921 +#: src/dialogs/confdialog.cxx:4000 #, fuzzy msgid "aa" msgstr "aa" -#: src/dialogs/confdialog.cxx:3936 src/dialogs/confdialog.cxx:3940 -#: src/dialogs/confdialog.cxx:3944 src/dialogs/confdialog.cxx:3948 -#: src/dialogs/confdialog.cxx:3952 src/dialogs/confdialog.cxx:3956 -#: src/dialogs/confdialog.cxx:3960 src/dialogs/confdialog.cxx:3964 -#: src/dialogs/confdialog.cxx:3968 src/dialogs/confdialog.cxx:3986 -#: src/dialogs/confdialog.cxx:3999 src/dialogs/confdialog.cxx:4012 -#: src/dialogs/confdialog.cxx:5245 +#: src/dialogs/confdialog.cxx:4015 src/dialogs/confdialog.cxx:4019 +#: src/dialogs/confdialog.cxx:4023 src/dialogs/confdialog.cxx:4027 +#: src/dialogs/confdialog.cxx:4031 src/dialogs/confdialog.cxx:4035 +#: src/dialogs/confdialog.cxx:4039 src/dialogs/confdialog.cxx:4043 +#: src/dialogs/confdialog.cxx:4047 src/dialogs/confdialog.cxx:4065 +#: src/dialogs/confdialog.cxx:4078 src/dialogs/confdialog.cxx:4091 +#: src/dialogs/confdialog.cxx:5324 msgid "Change color" msgstr "Cambiar color" -#: src/dialogs/confdialog.cxx:3971 +#: src/dialogs/confdialog.cxx:4050 msgid "Load..." msgstr "Cargar..." -#: src/dialogs/confdialog.cxx:3972 +#: src/dialogs/confdialog.cxx:4051 msgid "Load a new palette" msgstr "Cargar una nueva paleta" -#: src/dialogs/confdialog.cxx:3976 +#: src/dialogs/confdialog.cxx:4055 msgid "Save this palette" msgstr "Salvar esta paleta" -#: src/dialogs/confdialog.cxx:3979 +#: src/dialogs/confdialog.cxx:4058 msgid "Bandwidth cursor" msgstr "Ancho de banda" -#: src/dialogs/confdialog.cxx:3980 +#: src/dialogs/confdialog.cxx:4059 msgid "Show cursor with bandwidth lines" msgstr "Mostar el cursos con las líneas de ancho de banda" -#: src/dialogs/confdialog.cxx:3985 +#: src/dialogs/confdialog.cxx:4064 msgid "Cursor color" msgstr "Color del cursor" -#: src/dialogs/confdialog.cxx:3992 +#: src/dialogs/confdialog.cxx:4071 msgid "Cursor center line" msgstr "Linea central del cursor" -#: src/dialogs/confdialog.cxx:3993 +#: src/dialogs/confdialog.cxx:4072 msgid "Show cursor with center line" msgstr "Mostrar el cursor con la línea central" -#: src/dialogs/confdialog.cxx:3998 +#: src/dialogs/confdialog.cxx:4077 msgid "Center line color" msgstr "Línea central" -#: src/dialogs/confdialog.cxx:4005 +#: src/dialogs/confdialog.cxx:4084 msgid "Bandwidth tracks" msgstr "Pistas de ancho" -#: src/dialogs/confdialog.cxx:4006 src/dialogs/confdialog.cxx:4019 -#: src/dialogs/confdialog.cxx:4025 src/dialogs/confdialog.cxx:4031 +#: src/dialogs/confdialog.cxx:4085 src/dialogs/confdialog.cxx:4098 +#: src/dialogs/confdialog.cxx:4104 src/dialogs/confdialog.cxx:4110 msgid "Show bandwidth tracks on waterfall" msgstr "Mostrar las pistas de ancho de banda en la cascada" -#: src/dialogs/confdialog.cxx:4011 +#: src/dialogs/confdialog.cxx:4090 msgid "Tracks color" msgstr "Color de las pistas" -#: src/dialogs/confdialog.cxx:4018 +#: src/dialogs/confdialog.cxx:4097 msgid "Wide tracks" msgstr "Pistas anchas" -#: src/dialogs/confdialog.cxx:4024 +#: src/dialogs/confdialog.cxx:4103 msgid "Wide center line" msgstr "Linea central ancha" -#: src/dialogs/confdialog.cxx:4030 +#: src/dialogs/confdialog.cxx:4109 msgid "Wide cursor" msgstr "Cursor ancho" -#: src/dialogs/confdialog.cxx:4038 +#: src/dialogs/confdialog.cxx:4117 msgid "Frequency scale" msgstr "Escala de frecuencia" -#: src/dialogs/confdialog.cxx:4041 +#: src/dialogs/confdialog.cxx:4120 msgid "Always show audio frequencies" msgstr "Siempre mostrar las frecuencias de audio" -#: src/dialogs/confdialog.cxx:4042 +#: src/dialogs/confdialog.cxx:4121 msgid "Audio or RF frequencies on waterfall scale" msgstr "Frecuencias de audio o RF en la escala de la cascada" -#: src/dialogs/confdialog.cxx:4048 +#: src/dialogs/confdialog.cxx:4127 msgid "Select waterfall scale font" msgstr "Selecciona la escala de la tipografía de la cascada" -#: src/dialogs/confdialog.cxx:4053 +#: src/dialogs/confdialog.cxx:4132 msgid "Transmit signal" msgstr "Señal transmitida" -#: src/dialogs/confdialog.cxx:4056 +#: src/dialogs/confdialog.cxx:4135 msgid "Monitor transmitted signal" msgstr "Monitorear la señal transmitida" -#: src/dialogs/confdialog.cxx:4057 +#: src/dialogs/confdialog.cxx:4136 msgid "Show transmit signal on waterfall" msgstr "Mostrar la señal transmitida en la cascada" -#: src/dialogs/confdialog.cxx:4062 +#: src/dialogs/confdialog.cxx:4141 msgid "Signal level" msgstr "Nivel de señal" -#: src/dialogs/confdialog.cxx:4063 +#: src/dialogs/confdialog.cxx:4142 msgid "Set level for good viewing" msgstr "Establecer el nivel para un visionado aceptable" -#: src/dialogs/confdialog.cxx:4085 +#: src/dialogs/confdialog.cxx:4164 msgid "FFT Processing" msgstr "Procesamiento FFT" -#: src/dialogs/confdialog.cxx:4089 src/dialogs/confdialog.cxx:4366 +#: src/dialogs/confdialog.cxx:4168 src/dialogs/confdialog.cxx:4444 msgid "Lower limit" msgstr "límite inferior" -#: src/dialogs/confdialog.cxx:4090 +#: src/dialogs/confdialog.cxx:4169 msgid "Low frequency limit in Hz" msgstr "Límite inferior de frecuencia en Hz" -#: src/dialogs/confdialog.cxx:4109 +#: src/dialogs/confdialog.cxx:4188 msgid "FFT latency (scan merging)" msgstr "Latencia de FFT (mezcla de escaneo)" -#: src/dialogs/confdialog.cxx:4110 +#: src/dialogs/confdialog.cxx:4189 msgid "" "Latency increases frequency resolution,\n" "decreases time resolution. 1 = no scan merging" @@ -2853,75 +2853,75 @@ "La latencia incrementa la resolución de frecuencia,\n" "disminuir a 1 para no mezclar" -#: src/dialogs/confdialog.cxx:4130 +#: src/dialogs/confdialog.cxx:4209 msgid "FFT averaging" msgstr "Promedio de FFT" -#: src/dialogs/confdialog.cxx:4131 +#: src/dialogs/confdialog.cxx:4210 msgid "Use averaging to decrease waterfall noise" msgstr "Usar promedio para disminuir el ruido en la cascada" -#: src/dialogs/confdialog.cxx:4136 +#: src/dialogs/confdialog.cxx:4215 msgid "FFT prefilter window function" msgstr "Función de ventana de prefiltro FFT" -#: src/dialogs/confdialog.cxx:4137 +#: src/dialogs/confdialog.cxx:4216 msgid "Select the type of FFT prefilter" msgstr "Seleccionar el tipo de prefiltro de FFT" -#: src/dialogs/confdialog.cxx:4141 +#: src/dialogs/confdialog.cxx:4220 msgid "Rectangular" msgstr "Rectangular" -#: src/dialogs/confdialog.cxx:4143 +#: src/dialogs/confdialog.cxx:4222 msgid "Triangular" msgstr "Triangular" -#: src/dialogs/confdialog.cxx:4146 src/dialogs/confdialog.cxx:4378 +#: src/dialogs/confdialog.cxx:4225 src/dialogs/confdialog.cxx:4456 msgid "Upper limit" msgstr "Límite superior" -#: src/dialogs/confdialog.cxx:4147 +#: src/dialogs/confdialog.cxx:4226 msgid "High frequency limit in Hz" msgstr "Límite superior de frecuencia en Hz" -#: src/dialogs/confdialog.cxx:4169 +#: src/dialogs/confdialog.cxx:4248 msgid "Show me more or less waterfall" msgstr "Mostrar más o menos cascada" -#: src/dialogs/confdialog.cxx:4172 +#: src/dialogs/confdialog.cxx:4251 msgid "Waterfall height in pixels" msgstr "Altura de la cascada" -#: src/dialogs/confdialog.cxx:4173 +#: src/dialogs/confdialog.cxx:4252 msgid "CPU usage increases with waterfall height" msgstr "El uso del CPU aumenta con el alto de la cascada" -#: src/dialogs/confdialog.cxx:4196 +#: src/dialogs/confdialog.cxx:4275 msgid "Mouse" msgstr "Ratón" -#: src/dialogs/confdialog.cxx:4200 +#: src/dialogs/confdialog.cxx:4279 msgid "Left or right click always replays audio history" msgstr "Clic derecho o izquierdo siempre reproduce la historia del audio" -#: src/dialogs/confdialog.cxx:4201 +#: src/dialogs/confdialog.cxx:4280 msgid "Replay trackline audio" msgstr "Reproducir el audio del buffer ante un clic en la cascada" -#: src/dialogs/confdialog.cxx:4206 +#: src/dialogs/confdialog.cxx:4285 msgid "Dragging on the waterfall scale changes frequency" msgstr "Agarrar y arrastar en la cascada cambia la frecuencia" -#: src/dialogs/confdialog.cxx:4207 +#: src/dialogs/confdialog.cxx:4286 msgid "Enable drag cursor on waterfall scale" msgstr "Activar el arrastrado del cursor en la cascada" -#: src/dialogs/confdialog.cxx:4212 +#: src/dialogs/confdialog.cxx:4291 msgid "Insert text on single left click" msgstr "Insertar texto en un solo clic izquierdo" -#: src/dialogs/confdialog.cxx:4213 +#: src/dialogs/confdialog.cxx:4292 msgid "" "Insert special text in Rx panel\n" "when waterfall clicked" @@ -2929,7 +2929,7 @@ "Insertar un texto especial en el panel de Rx\n" "cuando se da clic en la cascada" -#: src/dialogs/confdialog.cxx:4219 +#: src/dialogs/confdialog.cxx:4298 msgid "" "The string is replaced with\n" "the current modem and frequency" @@ -2937,11 +2937,11 @@ "La cadena es remplazada con\n" "el modo actual y la frecuencia" -#: src/dialogs/confdialog.cxx:4233 +#: src/dialogs/confdialog.cxx:4312 msgid "Wheel action" msgstr "Acción de la rueda del ratón en la cascada" -#: src/dialogs/confdialog.cxx:4234 +#: src/dialogs/confdialog.cxx:4313 msgid "" "Select how the mouse wheel\n" "behaves inside the waterfall" @@ -2949,903 +2949,923 @@ "Selecciona como la ruera del ratón se\n" "comporta dentro de la cascada" -#: src/dialogs/confdialog.cxx:4250 src/dialogs/confdialog.cxx:6601 +#: src/dialogs/confdialog.cxx:4329 src/dialogs/confdialog.cxx:6711 msgid "CW" msgstr "CW" -#: src/dialogs/confdialog.cxx:4259 +#: src/dialogs/confdialog.cxx:4337 msgid "Filter bandwidth" msgstr "Ancho de banda del filtro" -#: src/dialogs/confdialog.cxx:4260 +#: src/dialogs/confdialog.cxx:4338 msgid "CW dsp filter bandwidth" msgstr "Ancho de banda del filtro DSP de CW" -#: src/dialogs/confdialog.cxx:4280 +#: src/dialogs/confdialog.cxx:4358 msgid "Tracking" msgstr "Seguimiento" -#: src/dialogs/confdialog.cxx:4281 +#: src/dialogs/confdialog.cxx:4359 msgid "Automatic Rx speed tracking" msgstr "Seguimiento automático de la velocidad de Rx" -#: src/dialogs/confdialog.cxx:4287 +#: src/dialogs/confdialog.cxx:4365 msgid "Tracking range (WPM)" msgstr "Rango de seguimiento (WPM)" -#: src/dialogs/confdialog.cxx:4288 +#: src/dialogs/confdialog.cxx:4366 msgid "Range +/- wpm" msgstr "Rango +/- wpm" -#: src/dialogs/confdialog.cxx:4312 +#: src/dialogs/confdialog.cxx:4390 msgid "Tracked CW speed in WPM" msgstr "Velocidad de seguimiento en CW (WPM)" -#: src/dialogs/confdialog.cxx:4317 +#: src/dialogs/confdialog.cxx:4395 msgid "RX WPM" msgstr "RX WPM" -#: src/dialogs/confdialog.cxx:4325 +#: src/dialogs/confdialog.cxx:4403 msgid "TX WPM" msgstr "TX WPM" -#: src/dialogs/confdialog.cxx:4326 src/dialogs/confdialog.cxx:4391 +#: src/dialogs/confdialog.cxx:4404 src/dialogs/confdialog.cxx:4469 msgid "My transmit CW WPM" msgstr "Mi velocidad CW (WPM)" -#: src/dialogs/confdialog.cxx:4347 +#: src/dialogs/confdialog.cxx:4425 msgid "The default CW speed" msgstr "La velocidad predefinida en CW" -#: src/dialogs/confdialog.cxx:4367 +#: src/dialogs/confdialog.cxx:4445 msgid "No slower than this" msgstr "No más lento que" -#: src/dialogs/confdialog.cxx:4379 +#: src/dialogs/confdialog.cxx:4457 msgid "No faster than this" msgstr "No más rápido que" -#: src/dialogs/confdialog.cxx:4390 +#: src/dialogs/confdialog.cxx:4468 msgid "F-WPM" msgstr "F-WPM" -#: src/dialogs/confdialog.cxx:4411 +#: src/dialogs/confdialog.cxx:4489 msgid "Use Farnsworth timing" msgstr "Usar tiempos Farnsworth" -#: src/dialogs/confdialog.cxx:4420 +#: src/dialogs/confdialog.cxx:4498 msgid "Timing and QSK" msgstr "Tiempos y QSK" -#: src/dialogs/confdialog.cxx:4422 +#: src/dialogs/confdialog.cxx:4501 msgid "Timing" msgstr "Temporización" -#: src/dialogs/confdialog.cxx:4425 +#: src/dialogs/confdialog.cxx:4504 msgid "Weight (%)" msgstr "Peso (en %)" -#: src/dialogs/confdialog.cxx:4426 +#: src/dialogs/confdialog.cxx:4505 msgid "Dot to dot-space ratio" msgstr "Relación punto a punto-raya" -#: src/dialogs/confdialog.cxx:4445 src/dialogs/confdialog.cxx:4446 +#: src/dialogs/confdialog.cxx:4524 src/dialogs/confdialog.cxx:4525 msgid "Dash to dot ratio" msgstr "Relación punto a raya" -#: src/dialogs/confdialog.cxx:4464 +#: src/dialogs/confdialog.cxx:4543 msgid "Edge timing" msgstr "Tiempos de borde" -#: src/dialogs/confdialog.cxx:4465 +#: src/dialogs/confdialog.cxx:4544 msgid "Leading and Trailing edge risetimes (msec)" msgstr "Tiempos de subida y bajada del pulso (ms)" -#: src/dialogs/confdialog.cxx:4483 +#: src/dialogs/confdialog.cxx:4562 msgid "Edge shape" msgstr "Forma del borde" -#: src/dialogs/confdialog.cxx:4484 +#: src/dialogs/confdialog.cxx:4563 msgid "Raised cosine = Hanning" msgstr "Coseno elevado = Hanning" -#: src/dialogs/confdialog.cxx:4492 +#: src/dialogs/confdialog.cxx:4571 msgid "Edge decreases pulse width" msgstr "Los bordes de subida y bajada disminuyen el ancho del pulso" -#: src/dialogs/confdialog.cxx:4493 +#: src/dialogs/confdialog.cxx:4572 msgid "Weight decreases with increasing edge timing" msgstr "" "El peso disminuye con el incremento de los tiempos de borde de los pulsos" -#: src/dialogs/confdialog.cxx:4500 +#: src/dialogs/confdialog.cxx:4579 msgid "QSK" msgstr "QSK" -#: src/dialogs/confdialog.cxx:4503 +#: src/dialogs/confdialog.cxx:4582 msgid "QSK on right audio channel" msgstr "QSK en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:4504 +#: src/dialogs/confdialog.cxx:4583 msgid "Generate square wave signal on right channel" msgstr "Generar una onda cuadrada en el canal derecho" -#: src/dialogs/confdialog.cxx:4509 +#: src/dialogs/confdialog.cxx:4588 msgid "Pre-keydown timing (ms)" msgstr "Tiempos anteriores al PTT (ms)" -#: src/dialogs/confdialog.cxx:4510 +#: src/dialogs/confdialog.cxx:4589 msgid "Msec pre-keydown (+ is earlier in time)" msgstr "PTT es enviado N milisegundos antes del pulso real" -#: src/dialogs/confdialog.cxx:4528 +#: src/dialogs/confdialog.cxx:4607 msgid "Post-keydown timing (ms)" msgstr "Tiempos posteriores al PTT (ms)" -#: src/dialogs/confdialog.cxx:4529 +#: src/dialogs/confdialog.cxx:4608 msgid "Msec post-keydown (+ is earlier in time)" msgstr "PTT es soltado N milisegundos después del pulso real" -#: src/dialogs/confdialog.cxx:4547 +#: src/dialogs/confdialog.cxx:4626 msgid "Send continuously" msgstr "Enviar continuamente" -#: src/dialogs/confdialog.cxx:4548 +#: src/dialogs/confdialog.cxx:4627 msgid "Send a continuous stream of test characters" msgstr "Enviar flujo de los carcteres de prueba" -#: src/dialogs/confdialog.cxx:4553 +#: src/dialogs/confdialog.cxx:4632 msgid "Test char" msgstr "Caracter de prueba" -#: src/dialogs/confdialog.cxx:4554 +#: src/dialogs/confdialog.cxx:4633 msgid "Test character for QSK adjustment" msgstr "Probar el caracter para ajuste de QSK" -#: src/dialogs/confdialog.cxx:4565 +#: src/dialogs/confdialog.cxx:4644 msgid "Prosigns" msgstr "Prosigns" -#: src/dialogs/confdialog.cxx:4570 +#: src/dialogs/confdialog.cxx:4649 msgid "Use '(' paren not KN" msgstr "Usar '(' en ves de KN" -#: src/dialogs/confdialog.cxx:4577 +#: src/dialogs/confdialog.cxx:4656 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4584 +#: src/dialogs/confdialog.cxx:4663 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4591 +#: src/dialogs/confdialog.cxx:4670 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4598 +#: src/dialogs/confdialog.cxx:4677 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4605 +#: src/dialogs/confdialog.cxx:4684 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4612 +#: src/dialogs/confdialog.cxx:4691 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4619 +#: src/dialogs/confdialog.cxx:4698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4626 +#: src/dialogs/confdialog.cxx:4705 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4633 +#: src/dialogs/confdialog.cxx:4712 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4646 +#: src/dialogs/confdialog.cxx:4725 msgid "DomEX" msgstr "DomEX" -#: src/dialogs/confdialog.cxx:4650 src/dialogs/confdialog.cxx:5327 +#: src/dialogs/confdialog.cxx:4729 src/dialogs/confdialog.cxx:5406 msgid "Secondary Text" msgstr "Texto secundario" -#: src/dialogs/confdialog.cxx:4651 src/dialogs/confdialog.cxx:5328 +#: src/dialogs/confdialog.cxx:4730 src/dialogs/confdialog.cxx:5407 msgid "Text to send during keyboard idle times" msgstr "" "Texto a enviar durante los períodos de no actividad\n" "del teclado (canal secundario)" -#: src/dialogs/confdialog.cxx:4665 src/dialogs/confdialog.cxx:5342 +#: src/dialogs/confdialog.cxx:4744 src/dialogs/confdialog.cxx:5421 msgid "Filtering" msgstr "Filtraje" -#: src/dialogs/confdialog.cxx:4666 +#: src/dialogs/confdialog.cxx:4745 msgid "Use DSP filter before decoder" msgstr "Usar el filtro DSP antes del decodificador" -#: src/dialogs/confdialog.cxx:4672 src/dialogs/confdialog.cxx:5349 +#: src/dialogs/confdialog.cxx:4751 src/dialogs/confdialog.cxx:5428 msgid "Filter bandwidth factor" msgstr "Factor de ancho de banda del filtro" -#: src/dialogs/confdialog.cxx:4673 src/dialogs/confdialog.cxx:5350 +#: src/dialogs/confdialog.cxx:4752 src/dialogs/confdialog.cxx:5429 msgid "Filter bandwidth relative to signal width" msgstr "Ancho de banda del filtro relativo al ancho de la señal" -#: src/dialogs/confdialog.cxx:4691 +#: src/dialogs/confdialog.cxx:4770 msgid "FEC" msgstr "FEC" -#: src/dialogs/confdialog.cxx:4692 +#: src/dialogs/confdialog.cxx:4771 msgid "Enable MultiPSK-compatible FEC" msgstr "Activar el FEC compatible con MultiPSK" -#: src/dialogs/confdialog.cxx:4697 src/dialogs/confdialog.cxx:5368 +#: src/dialogs/confdialog.cxx:4776 src/dialogs/confdialog.cxx:5447 msgid "CWI threshold" msgstr "Humbral de CWI" -#: src/dialogs/confdialog.cxx:4698 src/dialogs/confdialog.cxx:5369 +#: src/dialogs/confdialog.cxx:4777 src/dialogs/confdialog.cxx:5448 msgid "CWI detection and suppression" msgstr "Detección y supresión de CWI" -#: src/dialogs/confdialog.cxx:4714 src/dialogs/confdialog.cxx:5385 +#: src/dialogs/confdialog.cxx:4793 src/dialogs/confdialog.cxx:5464 msgid "Paths (hidden)" msgstr "Caminos (Oculto)" -#: src/dialogs/confdialog.cxx:4738 +#: src/dialogs/confdialog.cxx:4817 msgid "Feldhell" msgstr "Feldhell" -#: src/dialogs/confdialog.cxx:4742 +#: src/dialogs/confdialog.cxx:4821 msgid "Transmit font" msgstr "Tipografía de Tx" -#: src/dialogs/confdialog.cxx:4743 +#: src/dialogs/confdialog.cxx:4822 msgid "Select TX raster font" msgstr "Seleccionar la tipografía de Tx" -#: src/dialogs/confdialog.cxx:4750 +#: src/dialogs/confdialog.cxx:4829 msgid "Reverse video" msgstr "Video inverso" -#: src/dialogs/confdialog.cxx:4751 +#: src/dialogs/confdialog.cxx:4830 msgid "Display RX in reverse video" msgstr "Mostrar Rx en video inverso" -#: src/dialogs/confdialog.cxx:4756 +#: src/dialogs/confdialog.cxx:4835 msgid "Transmit width" msgstr "Ancho de la Transmisión" -#: src/dialogs/confdialog.cxx:4757 +#: src/dialogs/confdialog.cxx:4836 msgid "# of multiple scans / character line" msgstr "# de multiples escaneos / lineas de caracteres" -#: src/dialogs/confdialog.cxx:4772 +#: src/dialogs/confdialog.cxx:4851 msgid "Halve receive width" msgstr "Ancho de Rx a la mitad" -#: src/dialogs/confdialog.cxx:4773 +#: src/dialogs/confdialog.cxx:4852 msgid "Compress Rx in time" msgstr "Comprimir Rx en el tiempo" -#: src/dialogs/confdialog.cxx:4778 +#: src/dialogs/confdialog.cxx:4857 msgid "Pulse shape" msgstr "Forma del pulso" -#: src/dialogs/confdialog.cxx:4779 +#: src/dialogs/confdialog.cxx:4858 msgid "Raised cosine pulse shape factor" msgstr "Factor de forma pulsada al coseno elevado " -#: src/dialogs/confdialog.cxx:4783 +#: src/dialogs/confdialog.cxx:4862 msgid "Slow (4 msec)" msgstr "Lento (4 ms)" -#: src/dialogs/confdialog.cxx:4784 +#: src/dialogs/confdialog.cxx:4863 msgid "Fast (2 msec)" msgstr "Rápido (2 ms)" -#: src/dialogs/confdialog.cxx:4787 src/dialogs/confdialog.cxx:5279 +#: src/dialogs/confdialog.cxx:4866 src/dialogs/confdialog.cxx:5358 msgid "Receive filter bandwidth" msgstr "Ancho de banda del filtro de Rx" -#: src/dialogs/confdialog.cxx:4788 src/dialogs/confdialog.cxx:5280 +#: src/dialogs/confdialog.cxx:4867 src/dialogs/confdialog.cxx:5359 msgid "Adjust the DSP bandwidth" msgstr "Ajustar el ancho de banda del DSP" -#: src/dialogs/confdialog.cxx:4808 +#: src/dialogs/confdialog.cxx:4887 msgid "Transmit periods (.) when idle" msgstr "Transmitir puntos (...) cuando holgazanee" -#: src/dialogs/confdialog.cxx:4809 +#: src/dialogs/confdialog.cxx:4888 msgid "Transmits a diddle dot when no keyboard activity" msgstr "" "Transmitir puntos continuos (.......)\n" "cuando no halla que transmitir" -#: src/dialogs/confdialog.cxx:4815 +#: src/dialogs/confdialog.cxx:4894 msgid "2x Xmt Width (hidden)" msgstr "2x Tx ancho (oculto)" -#: src/dialogs/confdialog.cxx:4825 +#: src/dialogs/confdialog.cxx:4904 msgid "MT-63" msgstr "MT-63" -#: src/dialogs/confdialog.cxx:4830 +#: src/dialogs/confdialog.cxx:4909 msgid "64-bit (long) interleave" msgstr "Intervalo largo de 64Bits" -#: src/dialogs/confdialog.cxx:4836 src/dialogs/confdialog.cxx:4951 -#: src/dialogs/confdialog.cxx:5023 +#: src/dialogs/confdialog.cxx:4915 src/dialogs/confdialog.cxx:5030 +#: src/dialogs/confdialog.cxx:5102 msgid "8-bit extended characters" msgstr "Caracteres extendidos de 8bits" -#: src/dialogs/confdialog.cxx:4837 src/dialogs/confdialog.cxx:4952 -#: src/dialogs/confdialog.cxx:5024 +#: src/dialogs/confdialog.cxx:4916 src/dialogs/confdialog.cxx:5031 +#: src/dialogs/confdialog.cxx:5103 msgid "Enable this for Latin-1 accented characters" msgstr "Active esto para caracteres acentuados" -#: src/dialogs/confdialog.cxx:4842 +#: src/dialogs/confdialog.cxx:4921 msgid "Long receive integration" msgstr "Larga integración en Rx" -#: src/dialogs/confdialog.cxx:4843 +#: src/dialogs/confdialog.cxx:4922 msgid "Enable for very weak signals" msgstr "Activar para señales muy debiles" -#: src/dialogs/confdialog.cxx:4852 +#: src/dialogs/confdialog.cxx:4931 msgid "Transmit lower start tone" msgstr "Transmitir tono de inicio bajo" -#: src/dialogs/confdialog.cxx:4857 +#: src/dialogs/confdialog.cxx:4936 msgid "Transmit upper start tone" msgstr "Transmitir tono de inicio alto" -#: src/dialogs/confdialog.cxx:4863 +#: src/dialogs/confdialog.cxx:4942 msgid "Tone Duration (secs)" msgstr "Duración del tono (s)" -#: src/dialogs/confdialog.cxx:4879 +#: src/dialogs/confdialog.cxx:4958 msgid "Allow manual tuning" msgstr "Permitir sintonía manual" -#: src/dialogs/confdialog.cxx:4888 +#: src/dialogs/confdialog.cxx:4967 msgid "Olivia" msgstr "Olivia" -#: src/dialogs/confdialog.cxx:4892 src/dialogs/confdialog.cxx:4964 +#: src/dialogs/confdialog.cxx:4971 src/dialogs/confdialog.cxx:5043 msgid "Bandwidth" msgstr "Ancho de banda" -#: src/dialogs/confdialog.cxx:4893 src/dialogs/confdialog.cxx:4965 +#: src/dialogs/confdialog.cxx:4972 src/dialogs/confdialog.cxx:5044 msgid "Select bandwidth" msgstr "Selecciona el ancho de banda" -#: src/dialogs/confdialog.cxx:4900 src/dialogs/confdialog.cxx:4972 +#: src/dialogs/confdialog.cxx:4979 src/dialogs/confdialog.cxx:5051 msgid "Tones" msgstr "Tonos" -#: src/dialogs/confdialog.cxx:4901 src/dialogs/confdialog.cxx:4973 +#: src/dialogs/confdialog.cxx:4980 src/dialogs/confdialog.cxx:5052 msgid "Select number of tones" msgstr "Seleccionar número de tonos" -#: src/dialogs/confdialog.cxx:4908 src/dialogs/confdialog.cxx:4980 +#: src/dialogs/confdialog.cxx:4987 src/dialogs/confdialog.cxx:5059 msgid "Receive synchronizer" msgstr "Sincronizador de Rx" -#: src/dialogs/confdialog.cxx:4911 src/dialogs/confdialog.cxx:4983 +#: src/dialogs/confdialog.cxx:4990 src/dialogs/confdialog.cxx:5062 msgid "Tune margin (tone frequency spacing)" msgstr "Margen de sintonía (espaciado de los tonos)" -#: src/dialogs/confdialog.cxx:4912 src/dialogs/confdialog.cxx:4931 -#: src/dialogs/confdialog.cxx:4984 src/dialogs/confdialog.cxx:5003 +#: src/dialogs/confdialog.cxx:4991 src/dialogs/confdialog.cxx:5010 +#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:5082 msgid "Change ONLY to experiment" msgstr "Cambiar SOLO PARA EXPERIMENTAR" -#: src/dialogs/confdialog.cxx:4930 src/dialogs/confdialog.cxx:5002 +#: src/dialogs/confdialog.cxx:5009 src/dialogs/confdialog.cxx:5081 msgid "Integration period (FEC blocks)" msgstr "Periodo de integrción (bloques FEC)" -#: src/dialogs/confdialog.cxx:4960 +#: src/dialogs/confdialog.cxx:5039 msgid "Contestia" msgstr "Contestia" -#: src/dialogs/confdialog.cxx:5033 +#: src/dialogs/confdialog.cxx:5112 msgid "PSK" msgstr "PSK" -#: src/dialogs/confdialog.cxx:5039 +#: src/dialogs/confdialog.cxx:5118 msgid "AFC behavior" msgstr "Comportamiento AFC" -#: src/dialogs/confdialog.cxx:5042 +#: src/dialogs/confdialog.cxx:5121 msgid "Acquisition search range (Hz)" msgstr "Rango de búsqueda y adquisición (Hz)" -#: src/dialogs/confdialog.cxx:5043 +#: src/dialogs/confdialog.cxx:5122 msgid "Capture signals within this frequency range" msgstr "Capturar señales dentro de este rango de frecuencias" -#: src/dialogs/confdialog.cxx:5062 src/dialogs/confdialog.cxx:6470 +#: src/dialogs/confdialog.cxx:5141 src/dialogs/confdialog.cxx:6580 msgid "Acquisition S/N (dB)" msgstr "S/N (dB) de adquisición" -#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:6471 +#: src/dialogs/confdialog.cxx:5142 src/dialogs/confdialog.cxx:6581 msgid "Capture signals over this threshold" msgstr "Capturar señales por encima de este nivel" -#: src/dialogs/confdialog.cxx:5084 +#: src/dialogs/confdialog.cxx:5163 msgid "S/N and IMD behavior" msgstr "Comportamiento del S/N y IMD" -#: src/dialogs/confdialog.cxx:5087 +#: src/dialogs/confdialog.cxx:5166 msgid "after" msgstr "despues" -#: src/dialogs/confdialog.cxx:5088 +#: src/dialogs/confdialog.cxx:5167 msgid "Behavior of s/n imd" msgstr "Comportamiento del S/N y IMD" -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Dim" msgstr "Atenuar" -#: src/dialogs/confdialog.cxx:5095 +#: src/dialogs/confdialog.cxx:5174 msgid "seconds" msgstr "segundos" -#: src/dialogs/confdialog.cxx:5096 +#: src/dialogs/confdialog.cxx:5175 msgid "Will occur after this time in seconds" msgstr "Ocurirá despues de este tiempo (s)" -#: src/dialogs/confdialog.cxx:5116 +#: src/dialogs/confdialog.cxx:5195 msgid "Multi-Channel Signal Processing" msgstr "Procesamiento de la señal multi-canal" -#: src/dialogs/confdialog.cxx:5119 +#: src/dialogs/confdialog.cxx:5198 msgid "Multi-channel detector" msgstr "Detector multicanal" -#: src/dialogs/confdialog.cxx:5124 +#: src/dialogs/confdialog.cxx:5203 msgid "Disable on very slow CPUs of if signal browser is not used" msgstr "" "Procesamiento multicanal de la señal desactivado en PCs con CPUs\n" "muy lenta y no se usa el navegador de señal" -#: src/dialogs/confdialog.cxx:5135 src/dialogs/confdialog.cxx:6620 +#: src/dialogs/confdialog.cxx:5214 src/dialogs/confdialog.cxx:6730 msgid "RTTY" msgstr "RTTY" -#: src/dialogs/confdialog.cxx:5139 +#: src/dialogs/confdialog.cxx:5218 msgid "Carrier shift" msgstr "Salto de la portadora" -#: src/dialogs/confdialog.cxx:5140 +#: src/dialogs/confdialog.cxx:5219 msgid "Select carrier shift" msgstr "Seleccionar el salto de la portadora" -#: src/dialogs/confdialog.cxx:5147 +#: src/dialogs/confdialog.cxx:5226 msgid "Baud rate" msgstr "Tasa de baudios" -#: src/dialogs/confdialog.cxx:5148 +#: src/dialogs/confdialog.cxx:5227 msgid "Select carrier baudrate" msgstr "Seleccionar la tasa de baudios de la portadora" -#: src/dialogs/confdialog.cxx:5155 +#: src/dialogs/confdialog.cxx:5234 msgid "Bits per character" msgstr "Bits por caracter" -#: src/dialogs/confdialog.cxx:5156 +#: src/dialogs/confdialog.cxx:5235 msgid "Select # bits / char" msgstr "Selecciona el # bits / caracter" -#: src/dialogs/confdialog.cxx:5163 +#: src/dialogs/confdialog.cxx:5242 msgid "Parity" msgstr "Paridad" -#: src/dialogs/confdialog.cxx:5164 +#: src/dialogs/confdialog.cxx:5243 msgid "Select parity" msgstr "Seleccionar paridad" -#: src/dialogs/confdialog.cxx:5171 +#: src/dialogs/confdialog.cxx:5250 msgid "Stop bits" msgstr "Bits de parda" -#: src/dialogs/confdialog.cxx:5172 +#: src/dialogs/confdialog.cxx:5251 msgid "Select # stop bits" msgstr "Seleccionar # de bits de parada" -#: src/dialogs/confdialog.cxx:5181 +#: src/dialogs/confdialog.cxx:5260 msgid "AutoCRLF" msgstr "CRLF automático" -#: src/dialogs/confdialog.cxx:5182 +#: src/dialogs/confdialog.cxx:5261 msgid "Add CRLF after page width characters" msgstr "Añadir CRLF después de el ancho de caracteres de la página" -#: src/dialogs/confdialog.cxx:5187 +#: src/dialogs/confdialog.cxx:5266 msgid "CR-CR-LF" msgstr "CR-CR-LF" -#: src/dialogs/confdialog.cxx:5188 +#: src/dialogs/confdialog.cxx:5267 msgid "Use \"cr cr lf\" for \"cr lf\"" msgstr "Usar \"cr cr lf\" para \"cr lf\"" -#: src/dialogs/confdialog.cxx:5194 +#: src/dialogs/confdialog.cxx:5273 msgid "characters" msgstr "caracteres" -#: src/dialogs/confdialog.cxx:5195 +#: src/dialogs/confdialog.cxx:5274 msgid "Set page width" msgstr "Establecer el ancho de la página" -#: src/dialogs/confdialog.cxx:5213 +#: src/dialogs/confdialog.cxx:5292 msgid "after:" msgstr "después:" -#: src/dialogs/confdialog.cxx:5218 +#: src/dialogs/confdialog.cxx:5297 msgid "Unshift On Space" msgstr "No saltar en el espacio" -#: src/dialogs/confdialog.cxx:5221 +#: src/dialogs/confdialog.cxx:5300 msgid "RX" msgstr "RX" -#: src/dialogs/confdialog.cxx:5222 src/dialogs/confdialog.cxx:5228 -#: src/dialogs/confdialog.cxx:5239 +#: src/dialogs/confdialog.cxx:5301 src/dialogs/confdialog.cxx:5307 +#: src/dialogs/confdialog.cxx:5318 msgid "Revert to Unsifted char's on a space" msgstr "Revertir el salto en espacio de los caracteres" -#: src/dialogs/confdialog.cxx:5227 +#: src/dialogs/confdialog.cxx:5306 msgid "TX" msgstr "TX" -#: src/dialogs/confdialog.cxx:5235 +#: src/dialogs/confdialog.cxx:5314 msgid "Log RTTY frequency" msgstr "Frecuencia de log para RTTY" -#: src/dialogs/confdialog.cxx:5238 +#: src/dialogs/confdialog.cxx:5317 msgid "Use MARK freq'" msgstr "Usar frec. MARCA" -#: src/dialogs/confdialog.cxx:5244 +#: src/dialogs/confdialog.cxx:5323 msgid "track clr" msgstr "Color" -#: src/dialogs/confdialog.cxx:5253 +#: src/dialogs/confdialog.cxx:5332 msgid "Use cross hair scope" msgstr "Usar osc. de hilos cruzados" -#: src/dialogs/confdialog.cxx:5254 +#: src/dialogs/confdialog.cxx:5333 msgid "Default to cross hair digiscope" msgstr "Osciloscopio de hilos cruzados por defecto" -#: src/dialogs/confdialog.cxx:5259 src/dialogs/confdialog.cxx:6147 +#: src/dialogs/confdialog.cxx:5338 src/dialogs/confdialog.cxx:6261 msgid "Pseudo-FSK on right audio channel" msgstr "Seudo-FSK en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:5260 +#: src/dialogs/confdialog.cxx:5339 msgid "Create square wave on right channel" msgstr "Crear una onda cuadrada en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:5265 +#: src/dialogs/confdialog.cxx:5344 msgid "AFC speed" msgstr "Vel. del AFC" -#: src/dialogs/confdialog.cxx:5266 +#: src/dialogs/confdialog.cxx:5345 msgid "AFC tracking speed" msgstr "Velocidad de rastreo del AFC" -#: src/dialogs/confdialog.cxx:5273 +#: src/dialogs/confdialog.cxx:5352 msgid "X-agc (hidden)" msgstr "X-agc (oculto)" -#: src/dialogs/confdialog.cxx:5300 +#: src/dialogs/confdialog.cxx:5379 msgid "Custom shift" msgstr "Salto ajustado" -#: src/dialogs/confdialog.cxx:5301 +#: src/dialogs/confdialog.cxx:5380 msgid "Input carrier shift" msgstr "Salto de la portadora" -#: src/dialogs/confdialog.cxx:5323 +#: src/dialogs/confdialog.cxx:5402 msgid "Thor" msgstr "Thor" -#: src/dialogs/confdialog.cxx:5343 +#: src/dialogs/confdialog.cxx:5422 msgid "Enable DSP prior to decoder" msgstr "Activar el DSP antes del decodificador" -#: src/dialogs/confdialog.cxx:5413 +#: src/dialogs/confdialog.cxx:5492 msgid "Rig" msgstr "Radio" -#: src/dialogs/confdialog.cxx:5414 +#: src/dialogs/confdialog.cxx:5493 msgid "Transceiver control" msgstr "Control del transceptor" -#: src/dialogs/confdialog.cxx:5418 +#: src/dialogs/confdialog.cxx:5497 msgid "Hardware PTT" msgstr "PTT real" -#: src/dialogs/confdialog.cxx:5419 +#: src/dialogs/confdialog.cxx:5500 src/dialogs/confdialog.cxx:6248 +msgid "PTT tone on right audio channel " +msgstr "Tono para PTT en el canar derecho de audio" + +#: src/dialogs/confdialog.cxx:5501 +msgid "Can be used in lieu of or in addition to other PTT types" +msgstr "Puede ser usado en vez de o en adición de otros tipos de PTT" + +#: src/dialogs/confdialog.cxx:5508 msgid "h/w ptt device-pin" msgstr "Pin del dispositivo PTT" -#: src/dialogs/confdialog.cxx:5422 src/dialogs/confdialog.cxx:5499 -#: src/dialogs/confdialog.cxx:5666 src/dialogs/confdialog.cxx:5920 -#: src/dialogs/confdialog.cxx:6085 +#: src/dialogs/confdialog.cxx:5511 src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5770 src/dialogs/confdialog.cxx:6024 +#: src/dialogs/confdialog.cxx:6189 msgid "Device:" msgstr "Dispositivo:" -#: src/dialogs/confdialog.cxx:5423 +#: src/dialogs/confdialog.cxx:5512 msgid "Select serial port" msgstr "Seleccione el puerto serie" -#: src/dialogs/confdialog.cxx:5426 +#: src/dialogs/confdialog.cxx:5515 msgid "Use RTS" msgstr "Use RTS" -#: src/dialogs/confdialog.cxx:5427 +#: src/dialogs/confdialog.cxx:5516 msgid "RTS is PTT signal line" msgstr "RTS es PTT" -#: src/dialogs/confdialog.cxx:5431 +#: src/dialogs/confdialog.cxx:5520 msgid "RTS = +V" msgstr "RTS = +V" -#: src/dialogs/confdialog.cxx:5432 +#: src/dialogs/confdialog.cxx:5521 msgid "Initial voltage on RTS" msgstr "Voltaje inicial en RTS" -#: src/dialogs/confdialog.cxx:5436 +#: src/dialogs/confdialog.cxx:5525 msgid "Use DTR" msgstr "Use DTR" -#: src/dialogs/confdialog.cxx:5437 +#: src/dialogs/confdialog.cxx:5526 msgid "DTR is PTT signal line" msgstr "DTR es PTT" -#: src/dialogs/confdialog.cxx:5441 +#: src/dialogs/confdialog.cxx:5530 msgid "DTR = +V" msgstr "DTR = +V" -#: src/dialogs/confdialog.cxx:5442 +#: src/dialogs/confdialog.cxx:5531 msgid "Initial voltage on DTR" msgstr "Voltaje inicial en DTR" -#: src/dialogs/confdialog.cxx:5446 src/dialogs/confdialog.cxx:5580 -#: src/dialogs/confdialog.cxx:5800 src/dialogs/confdialog.cxx:5871 -#: src/dialogs/confdialog.cxx:5894 src/dialogs/confdialog.cxx:6584 +#: src/dialogs/confdialog.cxx:5535 src/dialogs/confdialog.cxx:5684 +#: src/dialogs/confdialog.cxx:5904 src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:5998 src/dialogs/confdialog.cxx:6694 msgid "Initialize" msgstr "Inicializar" -#: src/dialogs/confdialog.cxx:5447 +#: src/dialogs/confdialog.cxx:5536 msgid "Initialize the H/W PTT interface" msgstr "Inicialice el interfaz de HW para PTT" -#: src/dialogs/confdialog.cxx:5450 +#: src/dialogs/confdialog.cxx:5539 msgid "Use separate serial port PTT" msgstr "Utilice un PTT por puerto serie separado" -#: src/dialogs/confdialog.cxx:5455 +#: src/dialogs/confdialog.cxx:5544 msgid "Use parallel port PTT" msgstr "Utilice un PTT por puerto paralelo" -#: src/dialogs/confdialog.cxx:5460 +#: src/dialogs/confdialog.cxx:5549 msgid "Use uHRouter PTT" msgstr "Utilice PTT uHRouter" -#: src/dialogs/confdialog.cxx:5469 src/dialogs/confdialog.cxx:6134 -msgid "PTT tone on right audio channel " -msgstr "Tono para PTT en el canar derecho de audio" +#: src/dialogs/confdialog.cxx:5556 +msgid "PTT delays valid for all CAT/PTT types" +msgstr "" -#: src/dialogs/confdialog.cxx:5470 -msgid "Can be used in lieu of or in addition to other PTT types" -msgstr "Puede ser usado en vez de o en adición de otros tipos de PTT" +#: src/dialogs/confdialog.cxx:5559 +msgid "Start of transmit PTT delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5560 +msgid "Delay NN msec before starting audio" +msgstr "" + +#: src/dialogs/confdialog.cxx:5569 +msgid "PTT end of transmit delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5570 +msgid "Delay NN msec before releasing PTT" +msgstr "" -#: src/dialogs/confdialog.cxx:5479 +#: src/dialogs/confdialog.cxx:5583 msgid "RigCAT" msgstr "RigCAT" -#: src/dialogs/confdialog.cxx:5480 +#: src/dialogs/confdialog.cxx:5584 msgid "Rig Control using xml spec file" msgstr "Control del radio usando un fichero xml" -#: src/dialogs/confdialog.cxx:5482 +#: src/dialogs/confdialog.cxx:5586 msgid "Use RigCAT" msgstr "Use RigCAT" -#: src/dialogs/confdialog.cxx:5483 +#: src/dialogs/confdialog.cxx:5587 msgid "RigCAT used for rig control" msgstr "Usar RigCAT para el control del radio" -#: src/dialogs/confdialog.cxx:5489 +#: src/dialogs/confdialog.cxx:5593 msgid "Rig description file:" msgstr "Fichero de descripción del radio:" -#: src/dialogs/confdialog.cxx:5490 +#: src/dialogs/confdialog.cxx:5594 msgid "Use Open to select descriptor file" msgstr "Usar Abrir para seleccionar un fichero descriptor" -#: src/dialogs/confdialog.cxx:5496 +#: src/dialogs/confdialog.cxx:5600 msgid "Select rig descriptor file" msgstr "Seleccionar un fichero descriptor del Radio" -#: src/dialogs/confdialog.cxx:5500 +#: src/dialogs/confdialog.cxx:5604 msgid "Serial device" msgstr "Dispositivo serie" -#: src/dialogs/confdialog.cxx:5504 src/dialogs/confdialog.cxx:5671 +#: src/dialogs/confdialog.cxx:5608 src/dialogs/confdialog.cxx:5775 msgid "Retries" msgstr "Reintentos" -#: src/dialogs/confdialog.cxx:5505 +#: src/dialogs/confdialog.cxx:5609 msgid "# retries before giving up" msgstr "# de reintentos antes de rendirnos" -#: src/dialogs/confdialog.cxx:5521 src/dialogs/confdialog.cxx:5765 +#: src/dialogs/confdialog.cxx:5625 src/dialogs/confdialog.cxx:5869 msgid "Retry interval (ms)" msgstr "Internvalo de reintentos (ms)" -#: src/dialogs/confdialog.cxx:5522 +#: src/dialogs/confdialog.cxx:5626 msgid "Time between retires in msec" msgstr "Tiempo entre reintentos (ms)" -#: src/dialogs/confdialog.cxx:5538 src/dialogs/confdialog.cxx:5705 +#: src/dialogs/confdialog.cxx:5642 src/dialogs/confdialog.cxx:5809 msgid "Write delay (ms)" msgstr "Ret. escritura (ms)" -#: src/dialogs/confdialog.cxx:5554 src/dialogs/confdialog.cxx:5739 +#: src/dialogs/confdialog.cxx:5658 src/dialogs/confdialog.cxx:5843 msgid "Baud rate:" msgstr "Tasa de baudios:" -#: src/dialogs/confdialog.cxx:5555 +#: src/dialogs/confdialog.cxx:5659 msgid "Pick baud rate from list" msgstr "Seleccionar la tasa de baudios desde la lista" -#: src/dialogs/confdialog.cxx:5561 src/dialogs/confdialog.cxx:5746 +#: src/dialogs/confdialog.cxx:5665 src/dialogs/confdialog.cxx:5850 msgid "Stopbits" msgstr "Bits de parada" -#: src/dialogs/confdialog.cxx:5581 +#: src/dialogs/confdialog.cxx:5685 msgid "Initialize RigCAT interface" msgstr "Inicializar la interfaz RigCAT" -#: src/dialogs/confdialog.cxx:5584 +#: src/dialogs/confdialog.cxx:5688 msgid "Commands are echoed" msgstr "Los comandos tienen eco" -#: src/dialogs/confdialog.cxx:5585 +#: src/dialogs/confdialog.cxx:5689 msgid "Rig or interface echos serial data" msgstr "El radio o la interface repite los datos enviados" -#: src/dialogs/confdialog.cxx:5590 +#: src/dialogs/confdialog.cxx:5694 msgid "CAT command for PTT" msgstr "Comandos CAT para el PTT" -#: src/dialogs/confdialog.cxx:5591 +#: src/dialogs/confdialog.cxx:5695 msgid "PTT is a CAT command (not hardware)" msgstr "El PTT es un comando CAT" -#: src/dialogs/confdialog.cxx:5597 +#: src/dialogs/confdialog.cxx:5701 msgid "Toggle RTS for PTT" msgstr "Activar RTS para PTT" -#: src/dialogs/confdialog.cxx:5598 +#: src/dialogs/confdialog.cxx:5702 msgid "RTS is ptt line" msgstr "RTS es la línea de PTT" -#: src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5707 msgid "Toggle DTR for PTT" msgstr "Activar DTR para PTT" -#: src/dialogs/confdialog.cxx:5604 +#: src/dialogs/confdialog.cxx:5708 msgid "DTR is ptt line" msgstr "DTR es la línea de PTT" -#: src/dialogs/confdialog.cxx:5609 +#: src/dialogs/confdialog.cxx:5713 msgid "RTS +12 v" msgstr "RTS +12 v" -#: src/dialogs/confdialog.cxx:5610 src/dialogs/confdialog.cxx:5823 +#: src/dialogs/confdialog.cxx:5714 src/dialogs/confdialog.cxx:5927 msgid "Initial state of RTS" msgstr "Estado inicial de RTS" -#: src/dialogs/confdialog.cxx:5615 +#: src/dialogs/confdialog.cxx:5719 msgid "DTR +12 v" msgstr "DTR +12 v" -#: src/dialogs/confdialog.cxx:5616 src/dialogs/confdialog.cxx:5817 +#: src/dialogs/confdialog.cxx:5720 src/dialogs/confdialog.cxx:5921 msgid "Initial state of DTR" msgstr "Estado inicial de DTR" -#: src/dialogs/confdialog.cxx:5621 src/dialogs/confdialog.cxx:5828 +#: src/dialogs/confdialog.cxx:5725 src/dialogs/confdialog.cxx:5932 msgid "RTS/CTS flow control" msgstr "Control de flujo RTS/CTS" -#: src/dialogs/confdialog.cxx:5622 +#: src/dialogs/confdialog.cxx:5726 msgid "Rig uses RTS/CTS handshake" msgstr "El radio usa RTS/CTS para comunicarse" -#: src/dialogs/confdialog.cxx:5627 src/dialogs/confdialog.cxx:5841 +#: src/dialogs/confdialog.cxx:5731 src/dialogs/confdialog.cxx:5945 msgid "Revert" msgstr "Revertir" -#: src/dialogs/confdialog.cxx:5628 src/dialogs/confdialog.cxx:5801 -#: src/dialogs/confdialog.cxx:5842 +#: src/dialogs/confdialog.cxx:5732 src/dialogs/confdialog.cxx:5905 +#: src/dialogs/confdialog.cxx:5946 msgid "Initialize hamlib interface" msgstr "Inicialice la interfaz Hamlib" -#: src/dialogs/confdialog.cxx:5632 +#: src/dialogs/confdialog.cxx:5736 msgid "VSP Enable" msgstr "VSP Activado" -#: src/dialogs/confdialog.cxx:5633 +#: src/dialogs/confdialog.cxx:5737 msgid "Virtual Serial Port Emulator - suppress WARNINGS" msgstr "Emulador Serie Virtual - Suprimir ADVERTENCIAS" -#: src/dialogs/confdialog.cxx:5642 +#: src/dialogs/confdialog.cxx:5746 msgid "Hamlib" msgstr "Hamlib" -#: src/dialogs/confdialog.cxx:5644 +#: src/dialogs/confdialog.cxx:5748 msgid "Use Hamlib" msgstr "Usar Hamlib" -#: src/dialogs/confdialog.cxx:5645 +#: src/dialogs/confdialog.cxx:5749 msgid "Hamlib used for rig control" msgstr "Utilice Hamlib para controlar el radio" -#: src/dialogs/confdialog.cxx:5651 +#: src/dialogs/confdialog.cxx:5755 msgid "Rig:" msgstr "Radio:" -#: src/dialogs/confdialog.cxx:5652 +#: src/dialogs/confdialog.cxx:5756 msgid "Select the rig by name" msgstr "Seleccione el radio por su nombre" -#: src/dialogs/confdialog.cxx:5667 +#: src/dialogs/confdialog.cxx:5771 msgid "Serial port" msgstr "Puerto serie" -#: src/dialogs/confdialog.cxx:5672 +#: src/dialogs/confdialog.cxx:5776 msgid "# times to resend command before giving up" msgstr "# de veces para renvio de comandos antes de rendirnos" -#: src/dialogs/confdialog.cxx:5688 +#: src/dialogs/confdialog.cxx:5792 msgid "Retry Interval (ms)" msgstr "Reintentos cada (ms)" -#: src/dialogs/confdialog.cxx:5689 src/dialogs/confdialog.cxx:5766 +#: src/dialogs/confdialog.cxx:5793 src/dialogs/confdialog.cxx:5870 msgid "Msec's between retries" msgstr "Milisegundos entre reintentos" -#: src/dialogs/confdialog.cxx:5706 +#: src/dialogs/confdialog.cxx:5810 msgid "Msec's between sequential commands" msgstr "Milisegundos entre comandos secuenciales" -#: src/dialogs/confdialog.cxx:5722 +#: src/dialogs/confdialog.cxx:5826 msgid "Post write delay (ms)" msgstr "Ret. post-envío (ms)" -#: src/dialogs/confdialog.cxx:5723 +#: src/dialogs/confdialog.cxx:5827 msgid "Wait interval (msecs) before reading response" msgstr "Intervalo de espera (ms) antes de leer la espuesta" -#: src/dialogs/confdialog.cxx:5740 +#: src/dialogs/confdialog.cxx:5844 msgid "Serial port baud rate" msgstr "Tasa de baudios del puerto serie" -#: src/dialogs/confdialog.cxx:5785 +#: src/dialogs/confdialog.cxx:5889 msgid "Advanced configuration:" msgstr "Configuración avanzada:" -#: src/dialogs/confdialog.cxx:5786 +#: src/dialogs/confdialog.cxx:5890 msgid "" "Optional configuration\n" "in format: param=val ..." @@ -3853,11 +3873,11 @@ "Configuración opcional\n" "en el formato: parámetro=valor..." -#: src/dialogs/confdialog.cxx:5804 +#: src/dialogs/confdialog.cxx:5908 msgid "Sideband:" msgstr "Banda lateral:" -#: src/dialogs/confdialog.cxx:5805 +#: src/dialogs/confdialog.cxx:5909 msgid "" "Force the rig sideband. Takes\n" "effect when rig mode changes." @@ -3865,39 +3885,39 @@ "Forzar el lateral del radio. Entra en efecto\n" "cuando el radio cambia de modo." -#: src/dialogs/confdialog.cxx:5809 +#: src/dialogs/confdialog.cxx:5913 msgid "PTT via Hamlib command" msgstr "PTT como comando de Hamlib" -#: src/dialogs/confdialog.cxx:5810 +#: src/dialogs/confdialog.cxx:5914 msgid "PTT is a hamlib command" msgstr "PTT es un comando de Hamlib" -#: src/dialogs/confdialog.cxx:5816 +#: src/dialogs/confdialog.cxx:5920 msgid "DTR +12" msgstr "DTR +12" -#: src/dialogs/confdialog.cxx:5822 +#: src/dialogs/confdialog.cxx:5926 msgid "RTS +12" msgstr "RTS +12" -#: src/dialogs/confdialog.cxx:5829 +#: src/dialogs/confdialog.cxx:5933 msgid "Rig requires RTS/CTS flow control" msgstr "El radio requiere control de flujo RTS/CTS" -#: src/dialogs/confdialog.cxx:5835 +#: src/dialogs/confdialog.cxx:5939 msgid "XON/XOFF flow control" msgstr "Control de flujo Xon/Xoff" -#: src/dialogs/confdialog.cxx:5836 +#: src/dialogs/confdialog.cxx:5940 msgid "Rig requires Xon/Xoff flow control" msgstr "El radio requiere control de flujo Xon/Xoff" -#: src/dialogs/confdialog.cxx:5850 +#: src/dialogs/confdialog.cxx:5954 msgid "MemMap" msgstr "MemMap" -#: src/dialogs/confdialog.cxx:5858 +#: src/dialogs/confdialog.cxx:5962 msgid "" "Control via Memory Mapped\n" "shared variables\n" @@ -3907,27 +3927,27 @@ "en memoria con variables\n" "compartidas: Kachina" -#: src/dialogs/confdialog.cxx:5860 +#: src/dialogs/confdialog.cxx:5964 msgid "Use Memmap" msgstr "Usar Memmap" -#: src/dialogs/confdialog.cxx:5861 +#: src/dialogs/confdialog.cxx:5965 msgid "Rig control via memory mapped Kachina" msgstr "Radio mapeado via memoria (Kachina)" -#: src/dialogs/confdialog.cxx:5866 +#: src/dialogs/confdialog.cxx:5970 msgid "Use Memmap PTT" msgstr "Usar PTT Memmap" -#: src/dialogs/confdialog.cxx:5872 +#: src/dialogs/confdialog.cxx:5976 msgid "Initialize Memmap interface" msgstr "Inicializar interface Memmap" -#: src/dialogs/confdialog.cxx:5879 +#: src/dialogs/confdialog.cxx:5983 msgid "XML-RPC" msgstr "XML-RPC" -#: src/dialogs/confdialog.cxx:5887 +#: src/dialogs/confdialog.cxx:5991 msgid "" "Rig control via external\n" "program using xmlrpc\n" @@ -3937,75 +3957,75 @@ "programa externo\n" "usando XML-RPC" -#: src/dialogs/confdialog.cxx:5889 +#: src/dialogs/confdialog.cxx:5993 msgid "Use XML-RPC program" msgstr "Usar un programa XML-RPC" -#: src/dialogs/confdialog.cxx:5890 +#: src/dialogs/confdialog.cxx:5994 msgid "Experimental" msgstr "Experimental" -#: src/dialogs/confdialog.cxx:5895 +#: src/dialogs/confdialog.cxx:5999 msgid "Initialize XML-RPC rig control" msgstr "Inicializar el control por XML-RPC" -#: src/dialogs/confdialog.cxx:5907 +#: src/dialogs/confdialog.cxx:6011 msgid "Audio devices" msgstr "Dispositivo de audio" -#: src/dialogs/confdialog.cxx:5911 +#: src/dialogs/confdialog.cxx:6015 msgid "Devices" msgstr "Dispositivos" -#: src/dialogs/confdialog.cxx:5914 +#: src/dialogs/confdialog.cxx:6018 msgid "OSS" msgstr "OSS" -#: src/dialogs/confdialog.cxx:5915 +#: src/dialogs/confdialog.cxx:6019 msgid "Use OSS audio server" msgstr "Usar servidor de audio OSS" -#: src/dialogs/confdialog.cxx:5921 +#: src/dialogs/confdialog.cxx:6025 msgid "Select device" msgstr "Seleccionar dispositivo" -#: src/dialogs/confdialog.cxx:5929 +#: src/dialogs/confdialog.cxx:6033 msgid "PortAudio" msgstr "PortAudio" -#: src/dialogs/confdialog.cxx:5930 +#: src/dialogs/confdialog.cxx:6034 msgid "Use Port Audio server" msgstr "Usar servidor PortAudio" -#: src/dialogs/confdialog.cxx:5935 +#: src/dialogs/confdialog.cxx:6039 msgid "Capture:" msgstr "Captura:" -#: src/dialogs/confdialog.cxx:5936 +#: src/dialogs/confdialog.cxx:6040 msgid "Audio input device" msgstr "Dispositivo de entrada de audio" -#: src/dialogs/confdialog.cxx:5940 +#: src/dialogs/confdialog.cxx:6044 msgid "Playback:" msgstr "Reproducción:" -#: src/dialogs/confdialog.cxx:5941 +#: src/dialogs/confdialog.cxx:6045 msgid "Audio output device" msgstr "Dispositivo de salida de audio" -#: src/dialogs/confdialog.cxx:5949 +#: src/dialogs/confdialog.cxx:6053 msgid "PulseAudio" msgstr "PulseAudio" -#: src/dialogs/confdialog.cxx:5950 +#: src/dialogs/confdialog.cxx:6054 msgid "Use Pulse Audio server" msgstr "Usar servidor PulseAudio" -#: src/dialogs/confdialog.cxx:5955 +#: src/dialogs/confdialog.cxx:6059 msgid "Server string:" msgstr "Servidor:" -#: src/dialogs/confdialog.cxx:5956 +#: src/dialogs/confdialog.cxx:6060 msgid "" "Leave this blank or refer to\n" "http://www.pulseaudio.org/wiki/ServerStrings" @@ -4014,27 +4034,27 @@ "referirse a http://www.pulseaudio.org/wiki/ServerStrings\n" "para más detalles" -#: src/dialogs/confdialog.cxx:5974 +#: src/dialogs/confdialog.cxx:6078 msgid "File I/O only" msgstr "Solo E/S desde fichero" -#: src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:6079 msgid "NO AUDIO DEVICE AVAILABLE (or testing)" msgstr "NO HAY DISPOSITIVO DE AUDIO DISPONIBLE (o estas probando?)" -#: src/dialogs/confdialog.cxx:5984 +#: src/dialogs/confdialog.cxx:6088 msgid "Settings" msgstr "Configuraciones" -#: src/dialogs/confdialog.cxx:5986 +#: src/dialogs/confdialog.cxx:6090 msgid "Sample rate" msgstr "Tasa de muestreo" -#: src/dialogs/confdialog.cxx:5989 +#: src/dialogs/confdialog.cxx:6093 msgid "Capture" msgstr "Captura" -#: src/dialogs/confdialog.cxx:5990 +#: src/dialogs/confdialog.cxx:6094 msgid "" "Force a specific sample rate. Select \"Native\" if \"Auto\"\n" "does not work well with your audio device." @@ -4042,169 +4062,178 @@ "Forzar una taza de muestreo. Seleccionar \"Nativo\" si \"Auto\"\n" "no trabaja bien con tu dispositivo de audio." -#: src/dialogs/confdialog.cxx:6008 +#: src/dialogs/confdialog.cxx:6112 msgid "Converter" msgstr "Convertidor" -#: src/dialogs/confdialog.cxx:6009 +#: src/dialogs/confdialog.cxx:6113 msgid "Set the type of resampler used of offset correction" msgstr "Establecer el tipo de re-muestreo usado para correcciones" -#: src/dialogs/confdialog.cxx:6016 +#: src/dialogs/confdialog.cxx:6120 msgid "Corrections" msgstr "Correcciones" -#: src/dialogs/confdialog.cxx:6019 +#: src/dialogs/confdialog.cxx:6123 msgid "RX ppm" msgstr "RX ppm" -#: src/dialogs/confdialog.cxx:6020 +#: src/dialogs/confdialog.cxx:6124 msgid "RX sound card correction" msgstr "Corrección de RX en el dispositivo de audio" -#: src/dialogs/confdialog.cxx:6036 +#: src/dialogs/confdialog.cxx:6140 msgid "TX ppm" msgstr "TX ppm" -#: src/dialogs/confdialog.cxx:6037 +#: src/dialogs/confdialog.cxx:6141 msgid "TX sound card correction" msgstr "Corrección de TX en el dispositivo de audio" -#: src/dialogs/confdialog.cxx:6053 +#: src/dialogs/confdialog.cxx:6157 msgid "TX offset" msgstr "Dif. en Tx" -#: src/dialogs/confdialog.cxx:6054 +#: src/dialogs/confdialog.cxx:6158 msgid "Difference between Rx & Tx freq (rig offset)" msgstr "Diferencias entre frecuencias de Rx y Tx (en el radio)" -#: src/dialogs/confdialog.cxx:6074 +#: src/dialogs/confdialog.cxx:6178 msgid "Mixer" msgstr "Mezclador" -#: src/dialogs/confdialog.cxx:6076 +#: src/dialogs/confdialog.cxx:6180 msgid "OSS mixer" msgstr "Mezclador OSS" -#: src/dialogs/confdialog.cxx:6079 +#: src/dialogs/confdialog.cxx:6183 msgid "Manage mixer" msgstr "Manejar el mezclador" -#: src/dialogs/confdialog.cxx:6080 +#: src/dialogs/confdialog.cxx:6184 msgid "Add mixer controls to main dialog" msgstr "Añadir controles del mezclador a la interface principal" -#: src/dialogs/confdialog.cxx:6086 +#: src/dialogs/confdialog.cxx:6190 msgid "Select Mixer device" msgstr "Seleccionar dispositivo de mezcla" -#: src/dialogs/confdialog.cxx:6090 +#: src/dialogs/confdialog.cxx:6194 msgid "Mic In" msgstr "Mic In" -#: src/dialogs/confdialog.cxx:6091 +#: src/dialogs/confdialog.cxx:6195 msgid "Use microphone input" msgstr "Usar entrada de micrófono" -#: src/dialogs/confdialog.cxx:6094 +#: src/dialogs/confdialog.cxx:6198 msgid "Line In" msgstr "Line In" -#: src/dialogs/confdialog.cxx:6095 +#: src/dialogs/confdialog.cxx:6199 msgid "Use Line-In device" msgstr "Usar dispositivo Line-in" -#: src/dialogs/confdialog.cxx:6099 +#: src/dialogs/confdialog.cxx:6203 msgid "PCM" msgstr "PCM" -#: src/dialogs/confdialog.cxx:6100 +#: src/dialogs/confdialog.cxx:6204 msgid "Set the sound card PCM level" msgstr "Establecer el volumen PCM de la tarjeta" -#: src/dialogs/confdialog.cxx:6120 +#: src/dialogs/confdialog.cxx:6224 #, fuzzy msgid "Right channel" msgstr "Mostrar canales" -#: src/dialogs/confdialog.cxx:6122 +#: src/dialogs/confdialog.cxx:6226 +#, fuzzy +msgid "Mono audio output" +msgstr "Amplificar la entrada de audio" + +#: src/dialogs/confdialog.cxx:6227 +msgid "Force output audio to single channel" +msgstr "" + +#: src/dialogs/confdialog.cxx:6232 #, fuzzy msgid "Modem signal on left and right channels" msgstr "Generar una onda cuadrada en el canal derecho" -#: src/dialogs/confdialog.cxx:6123 +#: src/dialogs/confdialog.cxx:6233 msgid "Left and right channels both contain modem audio" msgstr "" -#: src/dialogs/confdialog.cxx:6128 +#: src/dialogs/confdialog.cxx:6238 msgid "Reverse Left/Right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6129 +#: src/dialogs/confdialog.cxx:6239 #, fuzzy msgid "Software reversal of left-right audio channels" msgstr "QSK en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:6135 +#: src/dialogs/confdialog.cxx:6244 +msgid "" +"...\n" +"These controls are on other tabs.\n" +"They are replicated here for convenience.\n" +"You may change the state from either location.\n" +"..." +msgstr "" + +#: src/dialogs/confdialog.cxx:6249 #, fuzzy msgid "" "1000 Hz tone when PTT enabled\n" "Can be used in lieu of or in addition to other PTT types" msgstr "Puede ser usado en vez de o en adición de otros tipos de PTT" -#: src/dialogs/confdialog.cxx:6141 +#: src/dialogs/confdialog.cxx:6255 #, fuzzy msgid "CW QSK signal on right channel" msgstr "QSK en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:6142 +#: src/dialogs/confdialog.cxx:6256 #, fuzzy msgid "Generate 1000 Hz square wave signal on right channel" msgstr "Generar una onda cuadrada en el canal derecho" -#: src/dialogs/confdialog.cxx:6148 +#: src/dialogs/confdialog.cxx:6262 #, fuzzy msgid "Create 1000 Hz square wave on right channel" msgstr "Crear una onda cuadrada en el canal derecho de audio" -#: src/dialogs/confdialog.cxx:6153 -msgid "" -"...\n" -"These controls are on other tabs.\n" -"They are replicated here for convenience.\n" -"You may change the state from either location.\n" -"..." -msgstr "" - -#: src/dialogs/confdialog.cxx:6165 +#: src/dialogs/confdialog.cxx:6275 msgid "ID" msgstr "ID" -#: src/dialogs/confdialog.cxx:6167 +#: src/dialogs/confdialog.cxx:6277 msgid "Video Preamble ID" msgstr "Preámbulo de Video ID" -#: src/dialogs/confdialog.cxx:6170 +#: src/dialogs/confdialog.cxx:6280 msgid "Transmit mode ID" msgstr "Transmitir el ID del modo" -#: src/dialogs/confdialog.cxx:6171 +#: src/dialogs/confdialog.cxx:6281 msgid "Waterfall video ID" msgstr "Video ID en la cascada" -#: src/dialogs/confdialog.cxx:6175 +#: src/dialogs/confdialog.cxx:6285 msgid "Transmit video text" msgstr "Transmitir el Video Texto" -#: src/dialogs/confdialog.cxx:6176 +#: src/dialogs/confdialog.cxx:6286 msgid "Waterfall video text" msgstr "Video Texto en la cascada" -#: src/dialogs/confdialog.cxx:6181 +#: src/dialogs/confdialog.cxx:6291 msgid ":" msgstr ":" -#: src/dialogs/confdialog.cxx:6182 +#: src/dialogs/confdialog.cxx:6292 msgid "" "Limit to a few characters,\n" "as in CQEM or IOTA etc." @@ -4212,11 +4241,11 @@ "Limitar a unos pocos caracteres\n" "Como en CQEM o IOTA etc." -#: src/dialogs/confdialog.cxx:6196 +#: src/dialogs/confdialog.cxx:6306 msgid "Use small font" msgstr "Usar tipografía pequeña" -#: src/dialogs/confdialog.cxx:6197 +#: src/dialogs/confdialog.cxx:6307 msgid "" "ON - small font\n" "OFF - large font" @@ -4224,59 +4253,59 @@ "On - Tipografía pequeña\n" "OFF - Tipografía grande" -#: src/dialogs/confdialog.cxx:6203 +#: src/dialogs/confdialog.cxx:6313 msgid "Chars/Row:" msgstr "Carac/Fila:" -#: src/dialogs/confdialog.cxx:6204 +#: src/dialogs/confdialog.cxx:6314 msgid "Set the number of characters per row" msgstr "Establecer el número de caracteres por fila" -#: src/dialogs/confdialog.cxx:6224 +#: src/dialogs/confdialog.cxx:6334 msgid "500 Hz limit" msgstr "Límite de 500 Hz" -#: src/dialogs/confdialog.cxx:6229 +#: src/dialogs/confdialog.cxx:6339 msgid "Mode width limit" msgstr "Límite del Modo" -#: src/dialogs/confdialog.cxx:6234 +#: src/dialogs/confdialog.cxx:6344 msgid "Video ID modes" msgstr "Modos de Video ID" -#: src/dialogs/confdialog.cxx:6239 +#: src/dialogs/confdialog.cxx:6349 msgid "CW Postamble ID" msgstr "Post-ámbulo de ID de CW" -#: src/dialogs/confdialog.cxx:6242 +#: src/dialogs/confdialog.cxx:6352 msgid "Transmit callsign" msgstr "Transmitir indicativo" -#: src/dialogs/confdialog.cxx:6243 +#: src/dialogs/confdialog.cxx:6353 msgid "Send Callsign in CW at end of every transmission" msgstr "Enviar tu indicativo en CW al finalizar cada Tx" -#: src/dialogs/confdialog.cxx:6248 +#: src/dialogs/confdialog.cxx:6358 msgid "Speed (WPM):" msgstr "Velocidad (WPM):" -#: src/dialogs/confdialog.cxx:6249 +#: src/dialogs/confdialog.cxx:6359 msgid "Send at this WPM" msgstr "Enviar a este WPM" -#: src/dialogs/confdialog.cxx:6269 +#: src/dialogs/confdialog.cxx:6379 msgid "CW ID modes" msgstr "Modos con CW ID" -#: src/dialogs/confdialog.cxx:6274 +#: src/dialogs/confdialog.cxx:6384 msgid "Reed-Solomon ID (Rx)" msgstr "Reed-Solomon ID (Rx)" -#: src/dialogs/confdialog.cxx:6277 +#: src/dialogs/confdialog.cxx:6387 msgid "Detector searches entire passband" msgstr "El detector busca en todo el pasabanda" -#: src/dialogs/confdialog.cxx:6278 +#: src/dialogs/confdialog.cxx:6388 msgid "" "ON - search over entire waterfall\n" "OFF - limit search to +/- 200 Hz" @@ -4284,11 +4313,11 @@ "ON - Buscar en toda cascada\n" "OFF - Limitar la búsqueda a +/- 200 Hz" -#: src/dialogs/confdialog.cxx:6283 +#: src/dialogs/confdialog.cxx:6393 msgid "Mark previous frequency and mode" msgstr "Marcar la frecuencia y modos anteriores" -#: src/dialogs/confdialog.cxx:6284 +#: src/dialogs/confdialog.cxx:6394 msgid "" "Insert RX text marker before\n" "changing frequency and modem" @@ -4296,19 +4325,19 @@ "Insertar el marcador de texto en el panel de Rx\n" "antes de cambiar la frecuencia y el modem" -#: src/dialogs/confdialog.cxx:6289 +#: src/dialogs/confdialog.cxx:6399 msgid "Reception disables detector" msgstr "La recepción deshabilita el detector" -#: src/dialogs/confdialog.cxx:6290 +#: src/dialogs/confdialog.cxx:6400 msgid "Disable further detection when RSID is received" msgstr "Desactivar la detección futura cuando un RSID es recibido" -#: src/dialogs/confdialog.cxx:6297 +#: src/dialogs/confdialog.cxx:6407 msgid "Notifications only" msgstr "Notificaciones solamente" -#: src/dialogs/confdialog.cxx:6298 +#: src/dialogs/confdialog.cxx:6408 msgid "" "Check this to be notified when an RSID is received\n" "without changing modem and frequency" @@ -4316,230 +4345,230 @@ "Marcar aquí para ser notificado cuando un RSID es recibido\n" "sin cambiar el modem y la frecuencia" -#: src/dialogs/confdialog.cxx:6304 +#: src/dialogs/confdialog.cxx:6414 msgid "Receive modes" msgstr "Modos de RX" -#: src/dialogs/confdialog.cxx:6307 +#: src/dialogs/confdialog.cxx:6417 msgid "Squelch open (sec)" msgstr "Silenciado abierto (s)" -#: src/dialogs/confdialog.cxx:6308 +#: src/dialogs/confdialog.cxx:6418 msgid "Open squelch for nn sec if RSID detected" msgstr "Abrir el silenciador por nn segundos si se detecta RSID" -#: src/dialogs/confdialog.cxx:6328 +#: src/dialogs/confdialog.cxx:6438 msgid "Reed-Solomon ID (Tx)" msgstr "Reed-Solomon ID (Tx)" -#: src/dialogs/confdialog.cxx:6331 +#: src/dialogs/confdialog.cxx:6441 msgid "Transmit modes" msgstr "Modos de TX" -#: src/dialogs/confdialog.cxx:6336 +#: src/dialogs/confdialog.cxx:6446 msgid "Pre-Signal Tone" msgstr "Tono pre-señal" -#: src/dialogs/confdialog.cxx:6339 +#: src/dialogs/confdialog.cxx:6449 msgid "Seconds" msgstr "Segundos" -#: src/dialogs/confdialog.cxx:6340 +#: src/dialogs/confdialog.cxx:6450 msgid "Use for triggering amplifier carrier detect" msgstr "Usado para disparar amplificadores que detectan carrier" -#: src/dialogs/confdialog.cxx:6354 +#: src/dialogs/confdialog.cxx:6464 msgid "CPU" msgstr "CPU" -#: src/dialogs/confdialog.cxx:6359 +#: src/dialogs/confdialog.cxx:6469 msgid "Slow CPU (less than 700MHz)" msgstr "CPU lenta (Menos de 700Mhz)" -#: src/dialogs/confdialog.cxx:6360 +#: src/dialogs/confdialog.cxx:6470 msgid "Enable if you're computer does not decode properly" msgstr "Activar si tu computadora no decodifica correctamente" -#: src/dialogs/confdialog.cxx:6369 +#: src/dialogs/confdialog.cxx:6479 msgid "NBEMS" msgstr "NBEMS" -#: src/dialogs/confdialog.cxx:6370 +#: src/dialogs/confdialog.cxx:6480 msgid "NBEMS data file interface" msgstr "Interface de datos NBEMS" -#: src/dialogs/confdialog.cxx:6373 +#: src/dialogs/confdialog.cxx:6483 msgid "Enable" msgstr "Activar" -#: src/dialogs/confdialog.cxx:6374 +#: src/dialogs/confdialog.cxx:6484 msgid "Extract files for use with external \"wrap / flmsg\" program" msgstr "Extraer archivos para usar con programas externos (wrap/flmsg)" -#: src/dialogs/confdialog.cxx:6379 +#: src/dialogs/confdialog.cxx:6489 msgid "Open message folder" msgstr "Abrir carpeta de mensajes" -#: src/dialogs/confdialog.cxx:6380 +#: src/dialogs/confdialog.cxx:6490 msgid "Opens NBEMS file folder upon successful capture" msgstr "Abrir la carpeta de NBEMS cuando capture ok" -#: src/dialogs/confdialog.cxx:6387 +#: src/dialogs/confdialog.cxx:6497 msgid "Reception of flmsg file" msgstr "Recepción de un fichero en flmsg" -#: src/dialogs/confdialog.cxx:6390 +#: src/dialogs/confdialog.cxx:6500 msgid "Open with flmsg" msgstr "Abrir con flmsg" -#: src/dialogs/confdialog.cxx:6391 +#: src/dialogs/confdialog.cxx:6501 msgid "Open message with flmsg" msgstr "Abrir mensaje con flmsg" -#: src/dialogs/confdialog.cxx:6396 +#: src/dialogs/confdialog.cxx:6506 msgid "flmsg:" msgstr "flmsg:" -#: src/dialogs/confdialog.cxx:6397 +#: src/dialogs/confdialog.cxx:6507 msgid "Enter full path-filename for flmsg" msgstr "Entre camino y nombre hasta el ejecutable de flmsg" -#: src/dialogs/confdialog.cxx:6410 +#: src/dialogs/confdialog.cxx:6520 msgid "Locate flmsg" msgstr "Buscar flmsg" -#: src/dialogs/confdialog.cxx:6414 +#: src/dialogs/confdialog.cxx:6524 msgid "Open in browser" msgstr "Abrir en el navegador por defecto" -#: src/dialogs/confdialog.cxx:6415 +#: src/dialogs/confdialog.cxx:6525 msgid "Open file with default browser" msgstr "Abrir fichero en el navegador por defecto" -#: src/dialogs/confdialog.cxx:6424 +#: src/dialogs/confdialog.cxx:6534 msgid "Pskmail" msgstr "Pskmail" -#: src/dialogs/confdialog.cxx:6427 +#: src/dialogs/confdialog.cxx:6537 msgid "Mail Server Attributes" msgstr "Atributos del servidor de correo (PSKMAIL)" -#: src/dialogs/confdialog.cxx:6430 +#: src/dialogs/confdialog.cxx:6540 msgid "Carrier frequency (Hz)" msgstr "Frecuencia portadora (Hz)" -#: src/dialogs/confdialog.cxx:6431 +#: src/dialogs/confdialog.cxx:6541 msgid "Default listen / transmit frequency" msgstr "Frecuencia de RX/TX predeterminada" -#: src/dialogs/confdialog.cxx:6450 +#: src/dialogs/confdialog.cxx:6560 msgid "Search range (Hz)" msgstr "Rango de búsqueda (Hz)" -#: src/dialogs/confdialog.cxx:6451 +#: src/dialogs/confdialog.cxx:6561 msgid "Listen for signals within this range" msgstr "Escuchar señales dentro de este rango" -#: src/dialogs/confdialog.cxx:6490 +#: src/dialogs/confdialog.cxx:6600 msgid "AFC range (Hz)" msgstr "Rango AFC (Hz)" -#: src/dialogs/confdialog.cxx:6491 +#: src/dialogs/confdialog.cxx:6601 msgid "Limit AFC movement to this range" msgstr "Limitar el movimiento del AFC a este rango" -#: src/dialogs/confdialog.cxx:6510 +#: src/dialogs/confdialog.cxx:6620 msgid "Reset to Carrier" msgstr "Ajustar a la portadora" -#: src/dialogs/confdialog.cxx:6511 +#: src/dialogs/confdialog.cxx:6621 msgid "When no signal present" msgstr "Cuando no halla señal presente" -#: src/dialogs/confdialog.cxx:6522 +#: src/dialogs/confdialog.cxx:6632 msgid "Report ARQ frames average S/N" msgstr "Reportar el promedio de S/N de tramas ARQ" -#: src/dialogs/confdialog.cxx:6531 +#: src/dialogs/confdialog.cxx:6641 msgid "Spotting" msgstr "Spotting" -#: src/dialogs/confdialog.cxx:6533 +#: src/dialogs/confdialog.cxx:6643 msgid "PSK Reporter" msgstr "PSK Reporter" -#: src/dialogs/confdialog.cxx:6536 +#: src/dialogs/confdialog.cxx:6646 msgid "Automatically spot callsigns in decoded text" msgstr "" "Hacer \"spot\" automáticamente con los\n" "indicativos decodificados en el texto recibido" -#: src/dialogs/confdialog.cxx:6537 +#: src/dialogs/confdialog.cxx:6647 msgid "Parse all incoming text" msgstr "Procesar todo el texto entrante" -#: src/dialogs/confdialog.cxx:6542 +#: src/dialogs/confdialog.cxx:6652 msgid "Send reception report when logging a QSO" msgstr "Enviar reporte cuando se llenan los datos del QSO" -#: src/dialogs/confdialog.cxx:6543 +#: src/dialogs/confdialog.cxx:6653 msgid "Send report only when QSO is logged" msgstr "Enviar reporte solo cuando se salvan los datos del QSO" -#: src/dialogs/confdialog.cxx:6548 +#: src/dialogs/confdialog.cxx:6658 msgid "Report rig frequency (enable only if you have rig control!)" msgstr "" "Reportar la frecuencia del radio (activar solo si tienes control del Radio)" -#: src/dialogs/confdialog.cxx:6549 +#: src/dialogs/confdialog.cxx:6659 msgid "Include the transmit frequency" msgstr "Incluir la frecuencia de Tx" -#: src/dialogs/confdialog.cxx:6554 +#: src/dialogs/confdialog.cxx:6664 msgid "Host:" msgstr "Host:" -#: src/dialogs/confdialog.cxx:6555 +#: src/dialogs/confdialog.cxx:6665 msgid "To whom the connection is made" msgstr "A quien se hace la conexión" -#: src/dialogs/confdialog.cxx:6570 +#: src/dialogs/confdialog.cxx:6680 msgid "Using UDP port #" msgstr "Usando puerto UDP #" -#: src/dialogs/confdialog.cxx:6585 +#: src/dialogs/confdialog.cxx:6695 msgid "Initialize the socket client" msgstr "Inicializar el socket cliente" -#: src/dialogs/confdialog.cxx:6588 +#: src/dialogs/confdialog.cxx:6698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:6596 +#: src/dialogs/confdialog.cxx:6706 msgid "Sweet Spot" msgstr "Frecuencia Inicial" -#: src/dialogs/confdialog.cxx:6602 +#: src/dialogs/confdialog.cxx:6712 msgid "Default CW tracking point" msgstr "Punto predefinido de rastreo de CW" -#: src/dialogs/confdialog.cxx:6621 +#: src/dialogs/confdialog.cxx:6731 msgid "Default RTTY tracking point" msgstr "Punto predefinido de rastreo de RTTY" -#: src/dialogs/confdialog.cxx:6639 +#: src/dialogs/confdialog.cxx:6749 msgid "PSK et al." msgstr "PSK et al." -#: src/dialogs/confdialog.cxx:6640 +#: src/dialogs/confdialog.cxx:6750 msgid "Default for all other modems" msgstr "Punto predefinido de rastreo para los otros modems" -#: src/dialogs/confdialog.cxx:6658 +#: src/dialogs/confdialog.cxx:6768 msgid "Always start new modems at these frequencies" msgstr "Siempre iniciar los modems nuevos en estas frecuencias" -#: src/dialogs/confdialog.cxx:6659 +#: src/dialogs/confdialog.cxx:6769 msgid "" "ON - start at default\n" "OFF - keep current wf cursor position" @@ -4547,15 +4576,15 @@ "ON - Iniciar en la pre-establecida\n" "OFF - Mantener la posición actual en la cascada" -#: src/dialogs/confdialog.cxx:6667 +#: src/dialogs/confdialog.cxx:6777 msgid "K3 A1A configuation" msgstr "Configuración de A1A para el Elecraft K3" -#: src/dialogs/confdialog.cxx:6670 +#: src/dialogs/confdialog.cxx:6780 msgid "CW is LSB" msgstr "CW es LSB" -#: src/dialogs/confdialog.cxx:6671 +#: src/dialogs/confdialog.cxx:6781 msgid "" "Select this for Elecraft K3\n" "Other radios should not need it." @@ -4563,115 +4592,115 @@ "Solo para el Elecraft K3\n" "Otros radios no lo necesitan." -#: src/dialogs/confdialog.cxx:6680 +#: src/dialogs/confdialog.cxx:6790 msgid "Text i/o" msgstr "E/S de Texto" -#: src/dialogs/confdialog.cxx:6682 +#: src/dialogs/confdialog.cxx:6792 msgid "Talker Socket (MS only)" msgstr "Talker Socket (Solo MS)" -#: src/dialogs/confdialog.cxx:6685 +#: src/dialogs/confdialog.cxx:6795 msgid "Talker" msgstr "Talker" -#: src/dialogs/confdialog.cxx:6689 +#: src/dialogs/confdialog.cxx:6799 msgid "Connect/disconnect to Talker socket server" msgstr "Conectar/desconectar el socket del servidor Talker" -#: src/dialogs/confdialog.cxx:6692 +#: src/dialogs/confdialog.cxx:6802 msgid "Auto connect when fldigi opens (server must be up)" msgstr "" "Auto conectar cuando fldigi se ejecute (el servidor debe estar encendido)" -#: src/dialogs/confdialog.cxx:6699 +#: src/dialogs/confdialog.cxx:6809 msgid "Capture rx text to external file" msgstr "Capturar el texto de Rx a un fichero externo" -#: src/dialogs/confdialog.cxx:6702 +#: src/dialogs/confdialog.cxx:6812 msgid "Enable rx text stream" msgstr "Activar el flujo de texto de recepción" -#: src/dialogs/confdialog.cxx:6703 src/dialogs/confdialog.cxx:6715 +#: src/dialogs/confdialog.cxx:6813 src/dialogs/confdialog.cxx:6825 msgid "Send rx text to file: textout.txt" msgstr "Enviar texto rx al fichero: textout.txt" -#: src/dialogs/confdialog.cxx:6712 +#: src/dialogs/confdialog.cxx:6822 msgid "DTMF" msgstr "DTMF" -#: src/dialogs/confdialog.cxx:6714 +#: src/dialogs/confdialog.cxx:6824 msgid "Decode DTMF tones" msgstr "Decodificar tonos DTMF" -#: src/dialogs/confdialog.cxx:6726 +#: src/dialogs/confdialog.cxx:6836 msgid "Web" msgstr "Internet" -#: src/dialogs/confdialog.cxx:6727 +#: src/dialogs/confdialog.cxx:6837 msgid "Callsign database" msgstr "Base de datos de Indicativos" -#: src/dialogs/confdialog.cxx:6730 +#: src/dialogs/confdialog.cxx:6840 msgid "Call Lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6731 +#: src/dialogs/confdialog.cxx:6841 msgid "Web Browser lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6735 +#: src/dialogs/confdialog.cxx:6845 #, fuzzy msgid "Do not use callsign lookup via web browser" msgstr "No usar una base de datos de indicativos" -#: src/dialogs/confdialog.cxx:6741 +#: src/dialogs/confdialog.cxx:6851 msgid "QRZ online via default Internet Browser" msgstr "Sitio QRZ vía el navegador por defecto" -#: src/dialogs/confdialog.cxx:6742 +#: src/dialogs/confdialog.cxx:6852 msgid "Visit QRZ web site" msgstr "Visita el sitio web de QRZ" -#: src/dialogs/confdialog.cxx:6747 +#: src/dialogs/confdialog.cxx:6857 msgid "HamCall online via default Internet Browser" msgstr "Sitio HamCall vía el navegador por defecto" -#: src/dialogs/confdialog.cxx:6748 src/dialogs/confdialog.cxx:6796 +#: src/dialogs/confdialog.cxx:6858 src/dialogs/confdialog.cxx:6906 msgid "Visit Hamcall web site" msgstr "Visita el sitio web de HamCall" -#: src/dialogs/confdialog.cxx:6753 +#: src/dialogs/confdialog.cxx:6863 #, fuzzy msgid "HamQTH via default Internet Browser" msgstr "Sitio HamCall vía el navegador por defecto" -#: src/dialogs/confdialog.cxx:6754 +#: src/dialogs/confdialog.cxx:6864 #, fuzzy msgid "Visit hamQTH web site" msgstr "Visita el sitio web de QRZ" -#: src/dialogs/confdialog.cxx:6761 +#: src/dialogs/confdialog.cxx:6871 msgid "Data base lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6765 +#: src/dialogs/confdialog.cxx:6875 msgid "Do not use callsign database" msgstr "No usar una base de datos de indicativos" -#: src/dialogs/confdialog.cxx:6771 +#: src/dialogs/confdialog.cxx:6881 msgid "QRZ cdrom" msgstr "" -#: src/dialogs/confdialog.cxx:6772 +#: src/dialogs/confdialog.cxx:6882 msgid "Use CD or hard drive CD image" msgstr "Usar el CD o una imagen del CD en tu disco duro" -#: src/dialogs/confdialog.cxx:6777 +#: src/dialogs/confdialog.cxx:6887 msgid "QRZ.com" msgstr "QRZ.com" -#: src/dialogs/confdialog.cxx:6778 +#: src/dialogs/confdialog.cxx:6888 msgid "" "You need a paid QRZ online\n" "subscription to access" @@ -4679,11 +4708,11 @@ "Necesitas una subscripción\n" "pagada para acceder a QRZ" -#: src/dialogs/confdialog.cxx:6783 +#: src/dialogs/confdialog.cxx:6893 msgid "Hamcall.net" msgstr "Hamcall.net" -#: src/dialogs/confdialog.cxx:6784 +#: src/dialogs/confdialog.cxx:6894 msgid "" "You need a paid Hamcall online\n" "subscription to access" @@ -4691,24 +4720,24 @@ "Necesitas una subscripción\n" "pagada para acceder a Hamcall" -#: src/dialogs/confdialog.cxx:6789 +#: src/dialogs/confdialog.cxx:6899 msgid "HamQTH.com (free service http://www.hamqth.com)" msgstr "HamQTH.com (Servicio gratis http://www.hamqth.com)" -#: src/dialogs/confdialog.cxx:6790 +#: src/dialogs/confdialog.cxx:6900 msgid "Free service courtesy of OK" msgstr "" -#: src/dialogs/confdialog.cxx:6795 +#: src/dialogs/confdialog.cxx:6905 #, fuzzy msgid "Callook.info lookup (free service US callsigns only)" msgstr "Búsqueda en Callbook.info (Solo indicativos de EE.UU.)" -#: src/dialogs/confdialog.cxx:6801 +#: src/dialogs/confdialog.cxx:6911 msgid "at:" msgstr "en:" -#: src/dialogs/confdialog.cxx:6802 +#: src/dialogs/confdialog.cxx:6912 msgid "" "ie: /home/dave/CALLBK/ or C:/CALLBK/\n" "Leave blank to search for database" @@ -4716,84 +4745,84 @@ "ejemp.: /home/co7wt/CALLBK o C:/CALLBK\n" "Dejar en blanco para buscar" -#: src/dialogs/confdialog.cxx:6816 +#: src/dialogs/confdialog.cxx:6926 msgid "User name" msgstr "Nombre de usuario" -#: src/dialogs/confdialog.cxx:6817 src/dialogs/confdialog.cxx:6858 -#: src/dialogs/confdialog.cxx:6893 +#: src/dialogs/confdialog.cxx:6927 src/dialogs/confdialog.cxx:6968 +#: src/dialogs/confdialog.cxx:7003 msgid "Your login name" msgstr "Tu nombre de usuario" -#: src/dialogs/confdialog.cxx:6831 src/dialogs/confdialog.cxx:6872 +#: src/dialogs/confdialog.cxx:6941 src/dialogs/confdialog.cxx:6982 msgid "Password" msgstr "Contraseña" -#: src/dialogs/confdialog.cxx:6832 src/dialogs/confdialog.cxx:6873 +#: src/dialogs/confdialog.cxx:6942 src/dialogs/confdialog.cxx:6983 msgid "Your login password" msgstr "Tu clave de usuario" -#: src/dialogs/confdialog.cxx:6847 src/dialogs/confdialog.cxx:6888 +#: src/dialogs/confdialog.cxx:6957 src/dialogs/confdialog.cxx:6998 msgid "Show" msgstr "Mostrar" -#: src/dialogs/confdialog.cxx:6848 src/dialogs/confdialog.cxx:6889 +#: src/dialogs/confdialog.cxx:6958 src/dialogs/confdialog.cxx:6999 msgid "Show password in plain text" msgstr "Mostrar claves en texto plano" -#: src/dialogs/confdialog.cxx:6855 +#: src/dialogs/confdialog.cxx:6965 msgid "eQSL" msgstr "Usuario de eQSL" -#: src/dialogs/confdialog.cxx:6857 +#: src/dialogs/confdialog.cxx:6967 msgid "User ID" msgstr "Nombre de usuario" -#: src/dialogs/confdialog.cxx:6892 +#: src/dialogs/confdialog.cxx:7002 msgid "QTH Nickname" msgstr "Apodo del QTH" -#: src/dialogs/confdialog.cxx:6907 +#: src/dialogs/confdialog.cxx:7017 msgid "Options" msgstr "Opciones" -#: src/dialogs/confdialog.cxx:6910 +#: src/dialogs/confdialog.cxx:7020 msgid "send when logged (log button, , )" msgstr "Enviar QSO al salvar un contacto (Boton de salvar, , )" -#: src/dialogs/confdialog.cxx:6911 +#: src/dialogs/confdialog.cxx:7021 msgid "eQSL upload when record logged" msgstr "Subir a eQSL cuando se logee el QSO" -#: src/dialogs/confdialog.cxx:6916 +#: src/dialogs/confdialog.cxx:7026 msgid "Default message" msgstr "Mensaje por defecto" -#: src/dialogs/confdialog.cxx:6917 +#: src/dialogs/confdialog.cxx:7027 msgid "Default message sent with eQSL" msgstr "Mensaje por defecto enviado con la eQSL" -#: src/dialogs/confdialog.cxx:6931 +#: src/dialogs/confdialog.cxx:7041 msgid "Text Tags (tags use {} delimiters)" msgstr "Etiquetas de texto (use el delimitador {})" -#: src/dialogs/confdialog.cxx:6934 +#: src/dialogs/confdialog.cxx:7044 msgid "{CALL} other ops call sign" msgstr "{CALL}\tindicativo del otro" -#: src/dialogs/confdialog.cxx:6937 +#: src/dialogs/confdialog.cxx:7047 msgid "{MODE} full mode / submode" msgstr "{MODE} modo o submodo" -#: src/dialogs/confdialog.cxx:6940 +#: src/dialogs/confdialog.cxx:7050 msgid "{NAME} other ops name" msgstr "{NAME}\tnombre del otro" -#: src/dialogs/confdialog.cxx:6943 +#: src/dialogs/confdialog.cxx:7053 msgid "These tags can also be used in " msgstr "Etiquetas para usar en el macro " -#: src/dialogs/confdialog.cxx:6963 +#: src/dialogs/confdialog.cxx:7073 msgid "Restore defaults" msgstr "Cargar por defecto" @@ -5345,9 +5374,6 @@ #~ "Por defecto muestra la sincronía en vez de los hilos cruzados en el " #~ "osciloscopio" -#~ msgid "boost Audio input" -#~ msgstr "Amplificar la entrada de audio" - #~ msgid "add additional gain to audio input for low-output interfaces" #~ msgstr "Añadir ganancia adicional a la entrada de audio" diff -Nru fldigi-3.21.33/po/fldigi.pot fldigi-3.21.34/po/fldigi.pot --- fldigi-3.21.33/po/fldigi.pot 2011-12-10 22:01:26.000000000 +0000 +++ fldigi-3.21.34/po/fldigi.pot 2011-12-24 18:32:38.000000000 +0000 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: fldigi 3.21.33\n" +"Project-Id-Version: fldigi 3.21.34\n" "Report-Msgid-Bugs-To: w1hkj AT w1hkj DOT com\n" -"POT-Creation-Date: 2011-12-10 16:01-0600\n" +"POT-Creation-Date: 2011-12-24 12:32-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -66,7 +66,7 @@ msgid "&Weather Fax Image" msgstr "" -#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3395 +#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3474 msgid "Contest" msgstr "" @@ -87,8 +87,8 @@ msgstr "" #: src/dialogs/fl_digi.cxx:164 src/waterfall/waterfall.cxx:2080 -#: src/dialogs/confdialog.cxx:3342 src/dialogs/confdialog.cxx:6734 -#: src/dialogs/confdialog.cxx:6764 +#: src/dialogs/confdialog.cxx:3421 src/dialogs/confdialog.cxx:6844 +#: src/dialogs/confdialog.cxx:6874 msgid "None" msgstr "" @@ -142,7 +142,7 @@ #: src/dialogs/fl_digi.cxx:2403 src/dialogs/fl_digi.cxx:2415 #: src/dialogs/fl_digi.cxx:3152 src/dialogs/fl_digi.cxx:3943 #: src/dialogs/fl_digi.cxx:4141 src/dialogs/fl_digi.cxx:4246 -#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:6957 +#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:7067 msgid "Save" msgstr "" @@ -196,7 +196,7 @@ #: src/dialogs/fl_digi.cxx:1614 src/dialogs/Viewer.cxx:266 #: src/misc/debug.cxx:278 src/misc/macroedit.cxx:361 src/mfsk/mfsk-pic.cxx:376 #: src/spot/notify.cxx:512 src/spot/notify.cxx:516 -#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:6960 +#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:7070 msgid "Close" msgstr "" @@ -301,7 +301,7 @@ msgid "NBEMS files..." msgstr "" -#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3749 +#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3828 msgid "Macros" msgstr "" @@ -318,7 +318,7 @@ msgstr "" #: src/dialogs/fl_digi.cxx:2948 src/misc/debug.cxx:79 -#: src/dialogs/confdialog.cxx:5906 +#: src/dialogs/confdialog.cxx:6010 msgid "Audio" msgstr "" @@ -330,7 +330,7 @@ msgid "TX generate" msgstr "" -#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:5999 +#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:6103 msgid "Playback" msgstr "" @@ -342,7 +342,7 @@ msgid "&Configure" msgstr "" -#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3185 +#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3264 msgid "Operator" msgstr "" @@ -355,7 +355,7 @@ msgstr "" #: src/dialogs/fl_digi.cxx:3098 src/dialogs/fl_digi.cxx:3129 -#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3912 +#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3991 msgid "Waterfall" msgstr "" @@ -364,7 +364,7 @@ msgstr "" #: src/dialogs/fl_digi.cxx:3100 src/dialogs/fl_digi.cxx:4913 -#: src/dialogs/confdialog.cxx:4245 +#: src/dialogs/confdialog.cxx:4324 msgid "Modems" msgstr "" @@ -376,7 +376,7 @@ msgid "IDs" msgstr "" -#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6350 +#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6460 msgid "Misc" msgstr "" @@ -442,7 +442,7 @@ msgid "New" msgstr "" -#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5495 +#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5599 msgid "Open..." msgstr "" @@ -559,7 +559,7 @@ #: src/dialogs/fl_digi.cxx:4239 src/dialogs/fl_digi.cxx:4454 #: src/dialogs/Viewer.cxx:274 src/widgets/FTextView.cxx:476 #: src/widgets/FTextView.cxx:642 src/widgets/flinput2.cxx:47 -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Clear" msgstr "" @@ -911,7 +911,7 @@ msgstr "" #: src/logger/rx_extract.cxx:189 src/logger/rx_extract.cxx:192 -#: src/dialogs/confdialog.cxx:6411 +#: src/dialogs/confdialog.cxx:6521 msgid "Locate flmsg executable" msgstr "" @@ -1371,7 +1371,7 @@ msgid "Save image as:" msgstr "" -#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:3975 +#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:4054 msgid "Save..." msgstr "" @@ -1462,7 +1462,7 @@ msgid "Lock transmit frequency" msgstr "" -#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3832 +#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3911 msgid "Reverse" msgstr "" @@ -1500,11 +1500,11 @@ msgid "Memory Mapped Rig" msgstr "" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Open rig xml file" msgstr "" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Fldigi rig xml definition file\t*.xml" msgstr "" @@ -1653,7 +1653,7 @@ msgid "Look up call" msgstr "" -#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3500 +#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3579 #: src/logbook/lgbook.cxx:509 msgid "State" msgstr "" @@ -1670,13 +1670,13 @@ msgid "RST(r)" msgstr "" -#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3506 +#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3585 #: src/logbook/lgbook.cxx:533 src/logbook/lgbook.cxx:953 #: src/logbook/lgbook.cxx:1108 msgid "Exchange In" msgstr "" -#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3431 +#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3510 msgid "Serial number" msgstr "" @@ -1700,11 +1700,11 @@ msgid "Last QSO" msgstr "" -#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4322 +#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4400 msgid "Transmit" msgstr "" -#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4256 +#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4334 msgid "Receive" msgstr "" @@ -1968,2658 +1968,2686 @@ msgid "Signal Level Colors" msgstr "" -#: src/dialogs/confdialog.cxx:3176 +#: src/dialogs/confdialog.cxx:3255 msgid "Fldigi configuration" msgstr "" -#: src/dialogs/confdialog.cxx:3186 +#: src/dialogs/confdialog.cxx:3265 msgid "Operator information" msgstr "" -#: src/dialogs/confdialog.cxx:3189 +#: src/dialogs/confdialog.cxx:3268 msgid "Station" msgstr "" -#: src/dialogs/confdialog.cxx:3192 +#: src/dialogs/confdialog.cxx:3271 msgid "Callsign:" msgstr "" -#: src/dialogs/confdialog.cxx:3193 +#: src/dialogs/confdialog.cxx:3272 msgid "Operators callsign" msgstr "" -#: src/dialogs/confdialog.cxx:3206 +#: src/dialogs/confdialog.cxx:3285 msgid "Name:" msgstr "" -#: src/dialogs/confdialog.cxx:3207 +#: src/dialogs/confdialog.cxx:3286 msgid "Operators name" msgstr "" -#: src/dialogs/confdialog.cxx:3220 +#: src/dialogs/confdialog.cxx:3299 msgid "QTH:" msgstr "" -#: src/dialogs/confdialog.cxx:3221 +#: src/dialogs/confdialog.cxx:3300 msgid "Operators QTH" msgstr "" -#: src/dialogs/confdialog.cxx:3234 +#: src/dialogs/confdialog.cxx:3313 msgid "Locator:" msgstr "" -#: src/dialogs/confdialog.cxx:3235 +#: src/dialogs/confdialog.cxx:3314 msgid "Maidenhead locator as in EM64qv" msgstr "" -#: src/dialogs/confdialog.cxx:3250 +#: src/dialogs/confdialog.cxx:3329 msgid "Antenna:" msgstr "" -#: src/dialogs/confdialog.cxx:3251 +#: src/dialogs/confdialog.cxx:3330 msgid "Short description of antenna" msgstr "" -#: src/dialogs/confdialog.cxx:3264 +#: src/dialogs/confdialog.cxx:3343 msgid "Test Signal - Do NOT use with transmitter" msgstr "" -#: src/dialogs/confdialog.cxx:3268 +#: src/dialogs/confdialog.cxx:3347 msgid "Noise on" msgstr "" -#: src/dialogs/confdialog.cxx:3273 +#: src/dialogs/confdialog.cxx:3352 msgid "dB" msgstr "" -#: src/dialogs/confdialog.cxx:3295 +#: src/dialogs/confdialog.cxx:3374 msgid "UI" msgstr "" -#: src/dialogs/confdialog.cxx:3299 +#: src/dialogs/confdialog.cxx:3378 msgid "Browser" msgstr "" -#: src/dialogs/confdialog.cxx:3302 +#: src/dialogs/confdialog.cxx:3381 msgid "Channels, first channel starts at waterfall lower limit" msgstr "" -#: src/dialogs/confdialog.cxx:3303 +#: src/dialogs/confdialog.cxx:3382 msgid "Change # of psk viewer channels" msgstr "" -#: src/dialogs/confdialog.cxx:3320 +#: src/dialogs/confdialog.cxx:3399 msgid "Inactivity timeout" msgstr "" -#: src/dialogs/confdialog.cxx:3321 +#: src/dialogs/confdialog.cxx:3400 msgid "" "Clear channel text after\n" "# seconds of inactivity" msgstr "" -#: src/dialogs/confdialog.cxx:3337 +#: src/dialogs/confdialog.cxx:3416 msgid "Channel label" msgstr "" -#: src/dialogs/confdialog.cxx:3338 +#: src/dialogs/confdialog.cxx:3417 msgid "Appearance of label on each channel" msgstr "" -#: src/dialogs/confdialog.cxx:3342 +#: src/dialogs/confdialog.cxx:3421 msgid "Audio frequency" msgstr "" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Radio frequency" msgstr "" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Channel number" msgstr "" -#: src/dialogs/confdialog.cxx:3346 src/dialogs/confdialog.cxx:4047 +#: src/dialogs/confdialog.cxx:3425 src/dialogs/confdialog.cxx:4126 msgid "Font..." msgstr "" -#: src/dialogs/confdialog.cxx:3347 +#: src/dialogs/confdialog.cxx:3426 msgid "select browser font" msgstr "" -#: src/dialogs/confdialog.cxx:3350 +#: src/dialogs/confdialog.cxx:3429 msgid "Fixed Intervals" msgstr "" -#: src/dialogs/confdialog.cxx:3351 +#: src/dialogs/confdialog.cxx:3430 msgid "Force channel spacing to even 100 Hz increments" msgstr "" -#: src/dialogs/confdialog.cxx:3358 +#: src/dialogs/confdialog.cxx:3437 msgid "Continuous scrolling" msgstr "" -#: src/dialogs/confdialog.cxx:3359 +#: src/dialogs/confdialog.cxx:3438 msgid "" "ON - Marquee style\n" "OFF - Clear & restart" msgstr "" -#: src/dialogs/confdialog.cxx:3364 +#: src/dialogs/confdialog.cxx:3443 msgid "Lowest freq on bottom of viewer" msgstr "" -#: src/dialogs/confdialog.cxx:3365 +#: src/dialogs/confdialog.cxx:3444 msgid "Change positions of low to high channels" msgstr "" -#: src/dialogs/confdialog.cxx:3370 +#: src/dialogs/confdialog.cxx:3449 msgid "Play back history when active channel selected" msgstr "" -#: src/dialogs/confdialog.cxx:3371 +#: src/dialogs/confdialog.cxx:3450 msgid "Audio stream history decoded on selected signal" msgstr "" -#: src/dialogs/confdialog.cxx:3376 +#: src/dialogs/confdialog.cxx:3455 msgid "Detection Level Colors" msgstr "" -#: src/dialogs/confdialog.cxx:3379 +#: src/dialogs/confdialog.cxx:3458 msgid "Backgnd" msgstr "" -#: src/dialogs/confdialog.cxx:3380 +#: src/dialogs/confdialog.cxx:3459 msgid "Background color of signal viewer squelch control" msgstr "" -#: src/dialogs/confdialog.cxx:3384 +#: src/dialogs/confdialog.cxx:3463 msgid "Button" msgstr "" -#: src/dialogs/confdialog.cxx:3385 +#: src/dialogs/confdialog.cxx:3464 msgid "Slider hilite color of signal viewer squelch control" msgstr "" -#: src/dialogs/confdialog.cxx:3397 +#: src/dialogs/confdialog.cxx:3476 msgid "Exchanges" msgstr "" -#: src/dialogs/confdialog.cxx:3400 +#: src/dialogs/confdialog.cxx:3479 msgid "Send:" msgstr "" -#: src/dialogs/confdialog.cxx:3402 src/logbook/lgbook.cxx:536 +#: src/dialogs/confdialog.cxx:3481 src/logbook/lgbook.cxx:536 #: src/logbook/lgbook.cxx:929 src/logbook/lgbook.cxx:1112 msgid "Exchange Out" msgstr "" -#: src/dialogs/confdialog.cxx:3403 +#: src/dialogs/confdialog.cxx:3482 msgid "free form exchange" msgstr "" -#: src/dialogs/confdialog.cxx:3417 +#: src/dialogs/confdialog.cxx:3496 msgid "RST always 599" msgstr "" -#: src/dialogs/confdialog.cxx:3418 +#: src/dialogs/confdialog.cxx:3497 msgid "Force RST in/out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3423 +#: src/dialogs/confdialog.cxx:3502 msgid "Send CW cut numbers" msgstr "" -#: src/dialogs/confdialog.cxx:3424 +#: src/dialogs/confdialog.cxx:3503 msgid "0 = T; 9 = N" msgstr "" -#: src/dialogs/confdialog.cxx:3434 +#: src/dialogs/confdialog.cxx:3513 msgid "Use leading zeros" msgstr "" -#: src/dialogs/confdialog.cxx:3435 +#: src/dialogs/confdialog.cxx:3514 msgid "Insert leading zeros into Xmtd serial number" msgstr "" -#: src/dialogs/confdialog.cxx:3440 +#: src/dialogs/confdialog.cxx:3519 msgid "Start" msgstr "" -#: src/dialogs/confdialog.cxx:3441 +#: src/dialogs/confdialog.cxx:3520 msgid "Starting number" msgstr "" -#: src/dialogs/confdialog.cxx:3456 +#: src/dialogs/confdialog.cxx:3535 msgid "Digits" msgstr "" -#: src/dialogs/confdialog.cxx:3457 +#: src/dialogs/confdialog.cxx:3536 msgid "Number of digits in serial number" msgstr "" -#: src/dialogs/confdialog.cxx:3473 +#: src/dialogs/confdialog.cxx:3552 msgid "Reset" msgstr "" -#: src/dialogs/confdialog.cxx:3474 +#: src/dialogs/confdialog.cxx:3553 msgid "Initialize the QSO logging fields" msgstr "" -#: src/dialogs/confdialog.cxx:3479 +#: src/dialogs/confdialog.cxx:3558 msgid "Duplicate check, CALL plus" msgstr "" -#: src/dialogs/confdialog.cxx:3482 +#: src/dialogs/confdialog.cxx:3561 msgid "On/Off" msgstr "" -#: src/dialogs/confdialog.cxx:3483 +#: src/dialogs/confdialog.cxx:3562 msgid "Check for duplicates" msgstr "" -#: src/dialogs/confdialog.cxx:3488 src/dialogs/notifydialog.cxx:188 +#: src/dialogs/confdialog.cxx:3567 src/dialogs/notifydialog.cxx:188 #: src/logbook/lgbook.cxx:468 msgid "Band" msgstr "" -#: src/dialogs/confdialog.cxx:3489 +#: src/dialogs/confdialog.cxx:3568 msgid "Bands must match" msgstr "" -#: src/dialogs/confdialog.cxx:3494 src/dialogs/notifydialog.cxx:191 +#: src/dialogs/confdialog.cxx:3573 src/dialogs/notifydialog.cxx:191 #: src/logbook/lgbook.cxx:471 src/logbook/lgbook.cxx:656 #: src/logbook/lgbook.cxx:1025 src/logbook/lgbook.cxx:1080 msgid "Mode" msgstr "" -#: src/dialogs/confdialog.cxx:3495 +#: src/dialogs/confdialog.cxx:3574 msgid "Mode must match" msgstr "" -#: src/dialogs/confdialog.cxx:3501 +#: src/dialogs/confdialog.cxx:3580 msgid "State must match" msgstr "" -#: src/dialogs/confdialog.cxx:3507 +#: src/dialogs/confdialog.cxx:3586 msgid "free form 1 must match" msgstr "" -#: src/dialogs/confdialog.cxx:3512 +#: src/dialogs/confdialog.cxx:3591 msgid "Time span over" msgstr "" -#: src/dialogs/confdialog.cxx:3513 +#: src/dialogs/confdialog.cxx:3592 msgid "QSO must not occur within a time period of" msgstr "" -#: src/dialogs/confdialog.cxx:3518 +#: src/dialogs/confdialog.cxx:3597 msgid "minutes" msgstr "" -#: src/dialogs/confdialog.cxx:3519 +#: src/dialogs/confdialog.cxx:3598 msgid "Enter time span in minutes" msgstr "" -#: src/dialogs/confdialog.cxx:3535 +#: src/dialogs/confdialog.cxx:3614 msgid "Dup Color" msgstr "" -#: src/dialogs/confdialog.cxx:3536 +#: src/dialogs/confdialog.cxx:3615 msgid "Left click to select dup color" msgstr "" -#: src/dialogs/confdialog.cxx:3548 src/dialogs/confdialog.cxx:4253 -#: src/dialogs/confdialog.cxx:5037 src/dialogs/confdialog.cxx:6519 +#: src/dialogs/confdialog.cxx:3627 src/dialogs/confdialog.cxx:4332 +#: src/dialogs/confdialog.cxx:5116 src/dialogs/confdialog.cxx:6629 msgid "General" msgstr "" -#: src/dialogs/confdialog.cxx:3552 +#: src/dialogs/confdialog.cxx:3631 msgid "Show tooltips" msgstr "" -#: src/dialogs/confdialog.cxx:3553 +#: src/dialogs/confdialog.cxx:3632 msgid "Enable / disable tooltips" msgstr "" -#: src/dialogs/confdialog.cxx:3559 +#: src/dialogs/confdialog.cxx:3638 msgid "Show menu icons" msgstr "" -#: src/dialogs/confdialog.cxx:3560 +#: src/dialogs/confdialog.cxx:3639 msgid "Enable / disable icons on menus" msgstr "" -#: src/dialogs/confdialog.cxx:3565 +#: src/dialogs/confdialog.cxx:3644 msgid "UI scheme" msgstr "" -#: src/dialogs/confdialog.cxx:3566 +#: src/dialogs/confdialog.cxx:3645 msgid "Change application look and feel" msgstr "" -#: src/dialogs/confdialog.cxx:3575 +#: src/dialogs/confdialog.cxx:3654 msgid "Visible modes" msgstr "" -#: src/dialogs/confdialog.cxx:3576 +#: src/dialogs/confdialog.cxx:3655 msgid "Select modes for menu access" msgstr "" -#: src/dialogs/confdialog.cxx:3579 +#: src/dialogs/confdialog.cxx:3658 msgid "UI language" msgstr "" -#: src/dialogs/confdialog.cxx:3580 src/dialogs/confdialog.cxx:4168 +#: src/dialogs/confdialog.cxx:3659 src/dialogs/confdialog.cxx:4247 msgid "Changes take effect on next program startup" msgstr "" -#: src/dialogs/confdialog.cxx:3590 +#: src/dialogs/confdialog.cxx:3669 msgid "Print CW / RTTY / THROB / CONTESTIA in lowercase" msgstr "" -#: src/dialogs/confdialog.cxx:3599 +#: src/dialogs/confdialog.cxx:3678 msgid "Logging" msgstr "" -#: src/dialogs/confdialog.cxx:3601 +#: src/dialogs/confdialog.cxx:3680 msgid "Client/Server Logbook" msgstr "" -#: src/dialogs/confdialog.cxx:3604 +#: src/dialogs/confdialog.cxx:3683 msgid "Address:" msgstr "" -#: src/dialogs/confdialog.cxx:3605 +#: src/dialogs/confdialog.cxx:3684 msgid "Enter URL address of server" msgstr "" -#: src/dialogs/confdialog.cxx:3609 src/dialogs/confdialog.cxx:6569 +#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:6679 msgid "Port:" msgstr "" -#: src/dialogs/confdialog.cxx:3610 +#: src/dialogs/confdialog.cxx:3689 msgid "Enter Port # assigned to server" msgstr "" -#: src/dialogs/confdialog.cxx:3614 +#: src/dialogs/confdialog.cxx:3693 msgid "Reconnect" msgstr "" -#: src/dialogs/confdialog.cxx:3619 +#: src/dialogs/confdialog.cxx:3698 msgid "QSO logging" msgstr "" -#: src/dialogs/confdialog.cxx:3622 +#: src/dialogs/confdialog.cxx:3701 msgid "Prompt to save log" msgstr "" -#: src/dialogs/confdialog.cxx:3623 +#: src/dialogs/confdialog.cxx:3702 msgid "Bug me about saving log entries" msgstr "" -#: src/dialogs/confdialog.cxx:3628 +#: src/dialogs/confdialog.cxx:3707 msgid "Clear on save" msgstr "" -#: src/dialogs/confdialog.cxx:3629 +#: src/dialogs/confdialog.cxx:3708 msgid "Clear log entries after saving or using macro " msgstr "" -#: src/dialogs/confdialog.cxx:3634 +#: src/dialogs/confdialog.cxx:3713 msgid "Convert callsign to upper case" msgstr "" -#: src/dialogs/confdialog.cxx:3635 +#: src/dialogs/confdialog.cxx:3714 msgid "Force callsign field to UPPERCASE" msgstr "" -#: src/dialogs/confdialog.cxx:3640 +#: src/dialogs/confdialog.cxx:3719 msgid "Auto-fill Country and Azimuth" msgstr "" -#: src/dialogs/confdialog.cxx:3641 +#: src/dialogs/confdialog.cxx:3720 msgid "Fill in Country / Azimuth using cty.dat information" msgstr "" -#: src/dialogs/confdialog.cxx:3646 +#: src/dialogs/confdialog.cxx:3725 msgid "Sort by Date/Time OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3647 +#: src/dialogs/confdialog.cxx:3726 msgid "Sort by date/time OFF - effects all ADIF/Cabrillo reports" msgstr "" -#: src/dialogs/confdialog.cxx:3652 +#: src/dialogs/confdialog.cxx:3731 msgid "Date time ON == OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3653 +#: src/dialogs/confdialog.cxx:3732 msgid "Force date/time ON == date/time OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3658 +#: src/dialogs/confdialog.cxx:3737 msgid "Default RST in to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3659 +#: src/dialogs/confdialog.cxx:3738 msgid "Clear log controls sets RST in to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3664 +#: src/dialogs/confdialog.cxx:3743 msgid "Default RST out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3665 +#: src/dialogs/confdialog.cxx:3744 msgid "Clear log controls sets RST out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3670 +#: src/dialogs/confdialog.cxx:3749 msgid "cty.dat pathname" msgstr "" -#: src/dialogs/confdialog.cxx:3671 +#: src/dialogs/confdialog.cxx:3750 msgid "Enter full path-filename for cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3684 +#: src/dialogs/confdialog.cxx:3763 msgid "Browse" msgstr "" -#: src/dialogs/confdialog.cxx:3685 +#: src/dialogs/confdialog.cxx:3764 msgid "Locate cty.dat file" msgstr "" -#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:4346 +#: src/dialogs/confdialog.cxx:3767 src/dialogs/confdialog.cxx:4424 msgid "Default" msgstr "" -#: src/dialogs/confdialog.cxx:3689 +#: src/dialogs/confdialog.cxx:3768 msgid "Restore cty.dat default folder" msgstr "" -#: src/dialogs/confdialog.cxx:3692 +#: src/dialogs/confdialog.cxx:3771 msgid "Reload" msgstr "" -#: src/dialogs/confdialog.cxx:3693 +#: src/dialogs/confdialog.cxx:3772 msgid "Reload cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3696 +#: src/dialogs/confdialog.cxx:3775 msgid "Transmit Power" msgstr "" -#: src/dialogs/confdialog.cxx:3697 +#: src/dialogs/confdialog.cxx:3776 msgid "Tx power used for logbook entries" msgstr "" -#: src/dialogs/confdialog.cxx:3713 +#: src/dialogs/confdialog.cxx:3792 msgid "Rx Text Capture" msgstr "" -#: src/dialogs/confdialog.cxx:3716 +#: src/dialogs/confdialog.cxx:3795 msgid "Double-click to capture" msgstr "" -#: src/dialogs/confdialog.cxx:3717 +#: src/dialogs/confdialog.cxx:3796 msgid "Enable if you cannot use the middle mouse button" msgstr "" -#: src/dialogs/confdialog.cxx:3722 +#: src/dialogs/confdialog.cxx:3801 msgid "callsign tooltips in received text" msgstr "" -#: src/dialogs/confdialog.cxx:3723 +#: src/dialogs/confdialog.cxx:3802 msgid "Popup info after a 2 second hover on a callsign" msgstr "" -#: src/dialogs/confdialog.cxx:3728 +#: src/dialogs/confdialog.cxx:3807 msgid "Word delimiters" msgstr "" -#: src/dialogs/confdialog.cxx:3729 +#: src/dialogs/confdialog.cxx:3808 msgid "" "RX text QSO data entry is bounded by the non-word characters\n" "defined here. Tab and newline are automatically included." msgstr "" -#: src/dialogs/confdialog.cxx:3753 +#: src/dialogs/confdialog.cxx:3832 msgid "Mouse wheel active on macro buttons" msgstr "" -#: src/dialogs/confdialog.cxx:3754 +#: src/dialogs/confdialog.cxx:3833 msgid "enable mouse wheel control of macro bar" msgstr "" -#: src/dialogs/confdialog.cxx:3761 +#: src/dialogs/confdialog.cxx:3840 msgid "Number and position of macro bars" msgstr "" -#: src/dialogs/confdialog.cxx:3764 +#: src/dialogs/confdialog.cxx:3843 msgid "One bar (above waterfall)" msgstr "" -#: src/dialogs/confdialog.cxx:3769 +#: src/dialogs/confdialog.cxx:3848 msgid "One bar (below waterfall)" msgstr "" -#: src/dialogs/confdialog.cxx:3774 +#: src/dialogs/confdialog.cxx:3853 msgid "Two bars (scheme 1)" msgstr "" -#: src/dialogs/confdialog.cxx:3779 +#: src/dialogs/confdialog.cxx:3858 msgid "Two bars (scheme 2)" msgstr "" -#: src/dialogs/confdialog.cxx:3784 +#: src/dialogs/confdialog.cxx:3863 msgid "Two bars (scheme 3)" msgstr "" -#: src/dialogs/confdialog.cxx:3789 +#: src/dialogs/confdialog.cxx:3868 msgid "Two bars (scheme 4)" msgstr "" -#: src/dialogs/confdialog.cxx:3794 +#: src/dialogs/confdialog.cxx:3873 msgid "Two bars (scheme 5)" msgstr "" -#: src/dialogs/confdialog.cxx:3799 +#: src/dialogs/confdialog.cxx:3878 msgid "Two bars (scheme 6)" msgstr "" -#: src/dialogs/confdialog.cxx:3808 +#: src/dialogs/confdialog.cxx:3887 msgid "Load last used macro file on startup" msgstr "" -#: src/dialogs/confdialog.cxx:3809 +#: src/dialogs/confdialog.cxx:3888 msgid "" "ON - use last set of macros\n" "OFF - use default set" msgstr "" -#: src/dialogs/confdialog.cxx:3814 +#: src/dialogs/confdialog.cxx:3893 msgid "Display macro filename on startup" msgstr "" -#: src/dialogs/confdialog.cxx:3815 +#: src/dialogs/confdialog.cxx:3894 msgid "The filename is written to the RX text area" msgstr "" -#: src/dialogs/confdialog.cxx:3824 +#: src/dialogs/confdialog.cxx:3903 msgid "WF Ctrls" msgstr "" -#: src/dialogs/confdialog.cxx:3828 +#: src/dialogs/confdialog.cxx:3907 msgid "Enable check box to show each respective operator control" msgstr "" -#: src/dialogs/confdialog.cxx:3838 +#: src/dialogs/confdialog.cxx:3917 msgid "WF Magnification" msgstr "" -#: src/dialogs/confdialog.cxx:3844 +#: src/dialogs/confdialog.cxx:3923 msgid "WF carrier" msgstr "" -#: src/dialogs/confdialog.cxx:3850 +#: src/dialogs/confdialog.cxx:3929 msgid "WF Shift Controls" msgstr "" -#: src/dialogs/confdialog.cxx:3856 +#: src/dialogs/confdialog.cxx:3935 msgid "WF ref level" msgstr "" -#: src/dialogs/confdialog.cxx:3862 +#: src/dialogs/confdialog.cxx:3941 msgid "WF drop rate" msgstr "" -#: src/dialogs/confdialog.cxx:3868 +#: src/dialogs/confdialog.cxx:3947 msgid "WF amp span" msgstr "" -#: src/dialogs/confdialog.cxx:3874 +#: src/dialogs/confdialog.cxx:3953 msgid "WF Store" msgstr "" -#: src/dialogs/confdialog.cxx:3880 +#: src/dialogs/confdialog.cxx:3959 msgid "WF mode" msgstr "" -#: src/dialogs/confdialog.cxx:3886 +#: src/dialogs/confdialog.cxx:3965 msgid "QSY" msgstr "" -#: src/dialogs/confdialog.cxx:3892 +#: src/dialogs/confdialog.cxx:3971 msgid "XMT lock" msgstr "" -#: src/dialogs/confdialog.cxx:3898 +#: src/dialogs/confdialog.cxx:3977 msgid "Enable all" msgstr "" -#: src/dialogs/confdialog.cxx:3901 +#: src/dialogs/confdialog.cxx:3980 msgid "Disable all" msgstr "" -#: src/dialogs/confdialog.cxx:3917 +#: src/dialogs/confdialog.cxx:3996 msgid "Display" msgstr "" -#: src/dialogs/confdialog.cxx:3918 +#: src/dialogs/confdialog.cxx:3997 msgid "Colors and cursors" msgstr "" -#: src/dialogs/confdialog.cxx:3921 +#: src/dialogs/confdialog.cxx:4000 msgid "aa" msgstr "" -#: src/dialogs/confdialog.cxx:3936 src/dialogs/confdialog.cxx:3940 -#: src/dialogs/confdialog.cxx:3944 src/dialogs/confdialog.cxx:3948 -#: src/dialogs/confdialog.cxx:3952 src/dialogs/confdialog.cxx:3956 -#: src/dialogs/confdialog.cxx:3960 src/dialogs/confdialog.cxx:3964 -#: src/dialogs/confdialog.cxx:3968 src/dialogs/confdialog.cxx:3986 -#: src/dialogs/confdialog.cxx:3999 src/dialogs/confdialog.cxx:4012 -#: src/dialogs/confdialog.cxx:5245 +#: src/dialogs/confdialog.cxx:4015 src/dialogs/confdialog.cxx:4019 +#: src/dialogs/confdialog.cxx:4023 src/dialogs/confdialog.cxx:4027 +#: src/dialogs/confdialog.cxx:4031 src/dialogs/confdialog.cxx:4035 +#: src/dialogs/confdialog.cxx:4039 src/dialogs/confdialog.cxx:4043 +#: src/dialogs/confdialog.cxx:4047 src/dialogs/confdialog.cxx:4065 +#: src/dialogs/confdialog.cxx:4078 src/dialogs/confdialog.cxx:4091 +#: src/dialogs/confdialog.cxx:5324 msgid "Change color" msgstr "" -#: src/dialogs/confdialog.cxx:3971 +#: src/dialogs/confdialog.cxx:4050 msgid "Load..." msgstr "" -#: src/dialogs/confdialog.cxx:3972 +#: src/dialogs/confdialog.cxx:4051 msgid "Load a new palette" msgstr "" -#: src/dialogs/confdialog.cxx:3976 +#: src/dialogs/confdialog.cxx:4055 msgid "Save this palette" msgstr "" -#: src/dialogs/confdialog.cxx:3979 +#: src/dialogs/confdialog.cxx:4058 msgid "Bandwidth cursor" msgstr "" -#: src/dialogs/confdialog.cxx:3980 +#: src/dialogs/confdialog.cxx:4059 msgid "Show cursor with bandwidth lines" msgstr "" -#: src/dialogs/confdialog.cxx:3985 +#: src/dialogs/confdialog.cxx:4064 msgid "Cursor color" msgstr "" -#: src/dialogs/confdialog.cxx:3992 +#: src/dialogs/confdialog.cxx:4071 msgid "Cursor center line" msgstr "" -#: src/dialogs/confdialog.cxx:3993 +#: src/dialogs/confdialog.cxx:4072 msgid "Show cursor with center line" msgstr "" -#: src/dialogs/confdialog.cxx:3998 +#: src/dialogs/confdialog.cxx:4077 msgid "Center line color" msgstr "" -#: src/dialogs/confdialog.cxx:4005 +#: src/dialogs/confdialog.cxx:4084 msgid "Bandwidth tracks" msgstr "" -#: src/dialogs/confdialog.cxx:4006 src/dialogs/confdialog.cxx:4019 -#: src/dialogs/confdialog.cxx:4025 src/dialogs/confdialog.cxx:4031 +#: src/dialogs/confdialog.cxx:4085 src/dialogs/confdialog.cxx:4098 +#: src/dialogs/confdialog.cxx:4104 src/dialogs/confdialog.cxx:4110 msgid "Show bandwidth tracks on waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4011 +#: src/dialogs/confdialog.cxx:4090 msgid "Tracks color" msgstr "" -#: src/dialogs/confdialog.cxx:4018 +#: src/dialogs/confdialog.cxx:4097 msgid "Wide tracks" msgstr "" -#: src/dialogs/confdialog.cxx:4024 +#: src/dialogs/confdialog.cxx:4103 msgid "Wide center line" msgstr "" -#: src/dialogs/confdialog.cxx:4030 +#: src/dialogs/confdialog.cxx:4109 msgid "Wide cursor" msgstr "" -#: src/dialogs/confdialog.cxx:4038 +#: src/dialogs/confdialog.cxx:4117 msgid "Frequency scale" msgstr "" -#: src/dialogs/confdialog.cxx:4041 +#: src/dialogs/confdialog.cxx:4120 msgid "Always show audio frequencies" msgstr "" -#: src/dialogs/confdialog.cxx:4042 +#: src/dialogs/confdialog.cxx:4121 msgid "Audio or RF frequencies on waterfall scale" msgstr "" -#: src/dialogs/confdialog.cxx:4048 +#: src/dialogs/confdialog.cxx:4127 msgid "Select waterfall scale font" msgstr "" -#: src/dialogs/confdialog.cxx:4053 +#: src/dialogs/confdialog.cxx:4132 msgid "Transmit signal" msgstr "" -#: src/dialogs/confdialog.cxx:4056 +#: src/dialogs/confdialog.cxx:4135 msgid "Monitor transmitted signal" msgstr "" -#: src/dialogs/confdialog.cxx:4057 +#: src/dialogs/confdialog.cxx:4136 msgid "Show transmit signal on waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4062 +#: src/dialogs/confdialog.cxx:4141 msgid "Signal level" msgstr "" -#: src/dialogs/confdialog.cxx:4063 +#: src/dialogs/confdialog.cxx:4142 msgid "Set level for good viewing" msgstr "" -#: src/dialogs/confdialog.cxx:4085 +#: src/dialogs/confdialog.cxx:4164 msgid "FFT Processing" msgstr "" -#: src/dialogs/confdialog.cxx:4089 src/dialogs/confdialog.cxx:4366 +#: src/dialogs/confdialog.cxx:4168 src/dialogs/confdialog.cxx:4444 msgid "Lower limit" msgstr "" -#: src/dialogs/confdialog.cxx:4090 +#: src/dialogs/confdialog.cxx:4169 msgid "Low frequency limit in Hz" msgstr "" -#: src/dialogs/confdialog.cxx:4109 +#: src/dialogs/confdialog.cxx:4188 msgid "FFT latency (scan merging)" msgstr "" -#: src/dialogs/confdialog.cxx:4110 +#: src/dialogs/confdialog.cxx:4189 msgid "" "Latency increases frequency resolution,\n" "decreases time resolution. 1 = no scan merging" msgstr "" -#: src/dialogs/confdialog.cxx:4130 +#: src/dialogs/confdialog.cxx:4209 msgid "FFT averaging" msgstr "" -#: src/dialogs/confdialog.cxx:4131 +#: src/dialogs/confdialog.cxx:4210 msgid "Use averaging to decrease waterfall noise" msgstr "" -#: src/dialogs/confdialog.cxx:4136 +#: src/dialogs/confdialog.cxx:4215 msgid "FFT prefilter window function" msgstr "" -#: src/dialogs/confdialog.cxx:4137 +#: src/dialogs/confdialog.cxx:4216 msgid "Select the type of FFT prefilter" msgstr "" -#: src/dialogs/confdialog.cxx:4141 +#: src/dialogs/confdialog.cxx:4220 msgid "Rectangular" msgstr "" -#: src/dialogs/confdialog.cxx:4143 +#: src/dialogs/confdialog.cxx:4222 msgid "Triangular" msgstr "" -#: src/dialogs/confdialog.cxx:4146 src/dialogs/confdialog.cxx:4378 +#: src/dialogs/confdialog.cxx:4225 src/dialogs/confdialog.cxx:4456 msgid "Upper limit" msgstr "" -#: src/dialogs/confdialog.cxx:4147 +#: src/dialogs/confdialog.cxx:4226 msgid "High frequency limit in Hz" msgstr "" -#: src/dialogs/confdialog.cxx:4169 +#: src/dialogs/confdialog.cxx:4248 msgid "Show me more or less waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4172 +#: src/dialogs/confdialog.cxx:4251 msgid "Waterfall height in pixels" msgstr "" -#: src/dialogs/confdialog.cxx:4173 +#: src/dialogs/confdialog.cxx:4252 msgid "CPU usage increases with waterfall height" msgstr "" -#: src/dialogs/confdialog.cxx:4196 +#: src/dialogs/confdialog.cxx:4275 msgid "Mouse" msgstr "" -#: src/dialogs/confdialog.cxx:4200 +#: src/dialogs/confdialog.cxx:4279 msgid "Left or right click always replays audio history" msgstr "" -#: src/dialogs/confdialog.cxx:4201 +#: src/dialogs/confdialog.cxx:4280 msgid "Replay trackline audio" msgstr "" -#: src/dialogs/confdialog.cxx:4206 +#: src/dialogs/confdialog.cxx:4285 msgid "Dragging on the waterfall scale changes frequency" msgstr "" -#: src/dialogs/confdialog.cxx:4207 +#: src/dialogs/confdialog.cxx:4286 msgid "Enable drag cursor on waterfall scale" msgstr "" -#: src/dialogs/confdialog.cxx:4212 +#: src/dialogs/confdialog.cxx:4291 msgid "Insert text on single left click" msgstr "" -#: src/dialogs/confdialog.cxx:4213 +#: src/dialogs/confdialog.cxx:4292 msgid "" "Insert special text in Rx panel\n" "when waterfall clicked" msgstr "" -#: src/dialogs/confdialog.cxx:4219 +#: src/dialogs/confdialog.cxx:4298 msgid "" "The string is replaced with\n" "the current modem and frequency" msgstr "" -#: src/dialogs/confdialog.cxx:4233 +#: src/dialogs/confdialog.cxx:4312 msgid "Wheel action" msgstr "" -#: src/dialogs/confdialog.cxx:4234 +#: src/dialogs/confdialog.cxx:4313 msgid "" "Select how the mouse wheel\n" "behaves inside the waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4250 src/dialogs/confdialog.cxx:6601 +#: src/dialogs/confdialog.cxx:4329 src/dialogs/confdialog.cxx:6711 msgid "CW" msgstr "" -#: src/dialogs/confdialog.cxx:4259 +#: src/dialogs/confdialog.cxx:4337 msgid "Filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4260 +#: src/dialogs/confdialog.cxx:4338 msgid "CW dsp filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4280 +#: src/dialogs/confdialog.cxx:4358 msgid "Tracking" msgstr "" -#: src/dialogs/confdialog.cxx:4281 +#: src/dialogs/confdialog.cxx:4359 msgid "Automatic Rx speed tracking" msgstr "" -#: src/dialogs/confdialog.cxx:4287 +#: src/dialogs/confdialog.cxx:4365 msgid "Tracking range (WPM)" msgstr "" -#: src/dialogs/confdialog.cxx:4288 +#: src/dialogs/confdialog.cxx:4366 msgid "Range +/- wpm" msgstr "" -#: src/dialogs/confdialog.cxx:4312 +#: src/dialogs/confdialog.cxx:4390 msgid "Tracked CW speed in WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4317 +#: src/dialogs/confdialog.cxx:4395 msgid "RX WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4325 +#: src/dialogs/confdialog.cxx:4403 msgid "TX WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4326 src/dialogs/confdialog.cxx:4391 +#: src/dialogs/confdialog.cxx:4404 src/dialogs/confdialog.cxx:4469 msgid "My transmit CW WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4347 +#: src/dialogs/confdialog.cxx:4425 msgid "The default CW speed" msgstr "" -#: src/dialogs/confdialog.cxx:4367 +#: src/dialogs/confdialog.cxx:4445 msgid "No slower than this" msgstr "" -#: src/dialogs/confdialog.cxx:4379 +#: src/dialogs/confdialog.cxx:4457 msgid "No faster than this" msgstr "" -#: src/dialogs/confdialog.cxx:4390 +#: src/dialogs/confdialog.cxx:4468 msgid "F-WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4411 +#: src/dialogs/confdialog.cxx:4489 msgid "Use Farnsworth timing" msgstr "" -#: src/dialogs/confdialog.cxx:4420 +#: src/dialogs/confdialog.cxx:4498 msgid "Timing and QSK" msgstr "" -#: src/dialogs/confdialog.cxx:4422 +#: src/dialogs/confdialog.cxx:4501 msgid "Timing" msgstr "" -#: src/dialogs/confdialog.cxx:4425 +#: src/dialogs/confdialog.cxx:4504 msgid "Weight (%)" msgstr "" -#: src/dialogs/confdialog.cxx:4426 +#: src/dialogs/confdialog.cxx:4505 msgid "Dot to dot-space ratio" msgstr "" -#: src/dialogs/confdialog.cxx:4445 src/dialogs/confdialog.cxx:4446 +#: src/dialogs/confdialog.cxx:4524 src/dialogs/confdialog.cxx:4525 msgid "Dash to dot ratio" msgstr "" -#: src/dialogs/confdialog.cxx:4464 +#: src/dialogs/confdialog.cxx:4543 msgid "Edge timing" msgstr "" -#: src/dialogs/confdialog.cxx:4465 +#: src/dialogs/confdialog.cxx:4544 msgid "Leading and Trailing edge risetimes (msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4483 +#: src/dialogs/confdialog.cxx:4562 msgid "Edge shape" msgstr "" -#: src/dialogs/confdialog.cxx:4484 +#: src/dialogs/confdialog.cxx:4563 msgid "Raised cosine = Hanning" msgstr "" -#: src/dialogs/confdialog.cxx:4492 +#: src/dialogs/confdialog.cxx:4571 msgid "Edge decreases pulse width" msgstr "" -#: src/dialogs/confdialog.cxx:4493 +#: src/dialogs/confdialog.cxx:4572 msgid "Weight decreases with increasing edge timing" msgstr "" -#: src/dialogs/confdialog.cxx:4500 +#: src/dialogs/confdialog.cxx:4579 msgid "QSK" msgstr "" -#: src/dialogs/confdialog.cxx:4503 +#: src/dialogs/confdialog.cxx:4582 msgid "QSK on right audio channel" msgstr "" -#: src/dialogs/confdialog.cxx:4504 +#: src/dialogs/confdialog.cxx:4583 msgid "Generate square wave signal on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:4509 +#: src/dialogs/confdialog.cxx:4588 msgid "Pre-keydown timing (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:4510 +#: src/dialogs/confdialog.cxx:4589 msgid "Msec pre-keydown (+ is earlier in time)" msgstr "" -#: src/dialogs/confdialog.cxx:4528 +#: src/dialogs/confdialog.cxx:4607 msgid "Post-keydown timing (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:4529 +#: src/dialogs/confdialog.cxx:4608 msgid "Msec post-keydown (+ is earlier in time)" msgstr "" -#: src/dialogs/confdialog.cxx:4547 +#: src/dialogs/confdialog.cxx:4626 msgid "Send continuously" msgstr "" -#: src/dialogs/confdialog.cxx:4548 +#: src/dialogs/confdialog.cxx:4627 msgid "Send a continuous stream of test characters" msgstr "" -#: src/dialogs/confdialog.cxx:4553 +#: src/dialogs/confdialog.cxx:4632 msgid "Test char" msgstr "" -#: src/dialogs/confdialog.cxx:4554 +#: src/dialogs/confdialog.cxx:4633 msgid "Test character for QSK adjustment" msgstr "" -#: src/dialogs/confdialog.cxx:4565 +#: src/dialogs/confdialog.cxx:4644 msgid "Prosigns" msgstr "" -#: src/dialogs/confdialog.cxx:4570 +#: src/dialogs/confdialog.cxx:4649 msgid "Use '(' paren not KN" msgstr "" -#: src/dialogs/confdialog.cxx:4577 +#: src/dialogs/confdialog.cxx:4656 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4584 +#: src/dialogs/confdialog.cxx:4663 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4591 +#: src/dialogs/confdialog.cxx:4670 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4598 +#: src/dialogs/confdialog.cxx:4677 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4605 +#: src/dialogs/confdialog.cxx:4684 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4612 +#: src/dialogs/confdialog.cxx:4691 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4619 +#: src/dialogs/confdialog.cxx:4698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4626 +#: src/dialogs/confdialog.cxx:4705 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4633 +#: src/dialogs/confdialog.cxx:4712 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4646 +#: src/dialogs/confdialog.cxx:4725 msgid "DomEX" msgstr "" -#: src/dialogs/confdialog.cxx:4650 src/dialogs/confdialog.cxx:5327 +#: src/dialogs/confdialog.cxx:4729 src/dialogs/confdialog.cxx:5406 msgid "Secondary Text" msgstr "" -#: src/dialogs/confdialog.cxx:4651 src/dialogs/confdialog.cxx:5328 +#: src/dialogs/confdialog.cxx:4730 src/dialogs/confdialog.cxx:5407 msgid "Text to send during keyboard idle times" msgstr "" -#: src/dialogs/confdialog.cxx:4665 src/dialogs/confdialog.cxx:5342 +#: src/dialogs/confdialog.cxx:4744 src/dialogs/confdialog.cxx:5421 msgid "Filtering" msgstr "" -#: src/dialogs/confdialog.cxx:4666 +#: src/dialogs/confdialog.cxx:4745 msgid "Use DSP filter before decoder" msgstr "" -#: src/dialogs/confdialog.cxx:4672 src/dialogs/confdialog.cxx:5349 +#: src/dialogs/confdialog.cxx:4751 src/dialogs/confdialog.cxx:5428 msgid "Filter bandwidth factor" msgstr "" -#: src/dialogs/confdialog.cxx:4673 src/dialogs/confdialog.cxx:5350 +#: src/dialogs/confdialog.cxx:4752 src/dialogs/confdialog.cxx:5429 msgid "Filter bandwidth relative to signal width" msgstr "" -#: src/dialogs/confdialog.cxx:4691 +#: src/dialogs/confdialog.cxx:4770 msgid "FEC" msgstr "" -#: src/dialogs/confdialog.cxx:4692 +#: src/dialogs/confdialog.cxx:4771 msgid "Enable MultiPSK-compatible FEC" msgstr "" -#: src/dialogs/confdialog.cxx:4697 src/dialogs/confdialog.cxx:5368 +#: src/dialogs/confdialog.cxx:4776 src/dialogs/confdialog.cxx:5447 msgid "CWI threshold" msgstr "" -#: src/dialogs/confdialog.cxx:4698 src/dialogs/confdialog.cxx:5369 +#: src/dialogs/confdialog.cxx:4777 src/dialogs/confdialog.cxx:5448 msgid "CWI detection and suppression" msgstr "" -#: src/dialogs/confdialog.cxx:4714 src/dialogs/confdialog.cxx:5385 +#: src/dialogs/confdialog.cxx:4793 src/dialogs/confdialog.cxx:5464 msgid "Paths (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:4738 +#: src/dialogs/confdialog.cxx:4817 msgid "Feldhell" msgstr "" -#: src/dialogs/confdialog.cxx:4742 +#: src/dialogs/confdialog.cxx:4821 msgid "Transmit font" msgstr "" -#: src/dialogs/confdialog.cxx:4743 +#: src/dialogs/confdialog.cxx:4822 msgid "Select TX raster font" msgstr "" -#: src/dialogs/confdialog.cxx:4750 +#: src/dialogs/confdialog.cxx:4829 msgid "Reverse video" msgstr "" -#: src/dialogs/confdialog.cxx:4751 +#: src/dialogs/confdialog.cxx:4830 msgid "Display RX in reverse video" msgstr "" -#: src/dialogs/confdialog.cxx:4756 +#: src/dialogs/confdialog.cxx:4835 msgid "Transmit width" msgstr "" -#: src/dialogs/confdialog.cxx:4757 +#: src/dialogs/confdialog.cxx:4836 msgid "# of multiple scans / character line" msgstr "" -#: src/dialogs/confdialog.cxx:4772 +#: src/dialogs/confdialog.cxx:4851 msgid "Halve receive width" msgstr "" -#: src/dialogs/confdialog.cxx:4773 +#: src/dialogs/confdialog.cxx:4852 msgid "Compress Rx in time" msgstr "" -#: src/dialogs/confdialog.cxx:4778 +#: src/dialogs/confdialog.cxx:4857 msgid "Pulse shape" msgstr "" -#: src/dialogs/confdialog.cxx:4779 +#: src/dialogs/confdialog.cxx:4858 msgid "Raised cosine pulse shape factor" msgstr "" -#: src/dialogs/confdialog.cxx:4783 +#: src/dialogs/confdialog.cxx:4862 msgid "Slow (4 msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4784 +#: src/dialogs/confdialog.cxx:4863 msgid "Fast (2 msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4787 src/dialogs/confdialog.cxx:5279 +#: src/dialogs/confdialog.cxx:4866 src/dialogs/confdialog.cxx:5358 msgid "Receive filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4788 src/dialogs/confdialog.cxx:5280 +#: src/dialogs/confdialog.cxx:4867 src/dialogs/confdialog.cxx:5359 msgid "Adjust the DSP bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4808 +#: src/dialogs/confdialog.cxx:4887 msgid "Transmit periods (.) when idle" msgstr "" -#: src/dialogs/confdialog.cxx:4809 +#: src/dialogs/confdialog.cxx:4888 msgid "Transmits a diddle dot when no keyboard activity" msgstr "" -#: src/dialogs/confdialog.cxx:4815 +#: src/dialogs/confdialog.cxx:4894 msgid "2x Xmt Width (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:4825 +#: src/dialogs/confdialog.cxx:4904 msgid "MT-63" msgstr "" -#: src/dialogs/confdialog.cxx:4830 +#: src/dialogs/confdialog.cxx:4909 msgid "64-bit (long) interleave" msgstr "" -#: src/dialogs/confdialog.cxx:4836 src/dialogs/confdialog.cxx:4951 -#: src/dialogs/confdialog.cxx:5023 +#: src/dialogs/confdialog.cxx:4915 src/dialogs/confdialog.cxx:5030 +#: src/dialogs/confdialog.cxx:5102 msgid "8-bit extended characters" msgstr "" -#: src/dialogs/confdialog.cxx:4837 src/dialogs/confdialog.cxx:4952 -#: src/dialogs/confdialog.cxx:5024 +#: src/dialogs/confdialog.cxx:4916 src/dialogs/confdialog.cxx:5031 +#: src/dialogs/confdialog.cxx:5103 msgid "Enable this for Latin-1 accented characters" msgstr "" -#: src/dialogs/confdialog.cxx:4842 +#: src/dialogs/confdialog.cxx:4921 msgid "Long receive integration" msgstr "" -#: src/dialogs/confdialog.cxx:4843 +#: src/dialogs/confdialog.cxx:4922 msgid "Enable for very weak signals" msgstr "" -#: src/dialogs/confdialog.cxx:4852 +#: src/dialogs/confdialog.cxx:4931 msgid "Transmit lower start tone" msgstr "" -#: src/dialogs/confdialog.cxx:4857 +#: src/dialogs/confdialog.cxx:4936 msgid "Transmit upper start tone" msgstr "" -#: src/dialogs/confdialog.cxx:4863 +#: src/dialogs/confdialog.cxx:4942 msgid "Tone Duration (secs)" msgstr "" -#: src/dialogs/confdialog.cxx:4879 +#: src/dialogs/confdialog.cxx:4958 msgid "Allow manual tuning" msgstr "" -#: src/dialogs/confdialog.cxx:4888 +#: src/dialogs/confdialog.cxx:4967 msgid "Olivia" msgstr "" -#: src/dialogs/confdialog.cxx:4892 src/dialogs/confdialog.cxx:4964 +#: src/dialogs/confdialog.cxx:4971 src/dialogs/confdialog.cxx:5043 msgid "Bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4893 src/dialogs/confdialog.cxx:4965 +#: src/dialogs/confdialog.cxx:4972 src/dialogs/confdialog.cxx:5044 msgid "Select bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4900 src/dialogs/confdialog.cxx:4972 +#: src/dialogs/confdialog.cxx:4979 src/dialogs/confdialog.cxx:5051 msgid "Tones" msgstr "" -#: src/dialogs/confdialog.cxx:4901 src/dialogs/confdialog.cxx:4973 +#: src/dialogs/confdialog.cxx:4980 src/dialogs/confdialog.cxx:5052 msgid "Select number of tones" msgstr "" -#: src/dialogs/confdialog.cxx:4908 src/dialogs/confdialog.cxx:4980 +#: src/dialogs/confdialog.cxx:4987 src/dialogs/confdialog.cxx:5059 msgid "Receive synchronizer" msgstr "" -#: src/dialogs/confdialog.cxx:4911 src/dialogs/confdialog.cxx:4983 +#: src/dialogs/confdialog.cxx:4990 src/dialogs/confdialog.cxx:5062 msgid "Tune margin (tone frequency spacing)" msgstr "" -#: src/dialogs/confdialog.cxx:4912 src/dialogs/confdialog.cxx:4931 -#: src/dialogs/confdialog.cxx:4984 src/dialogs/confdialog.cxx:5003 +#: src/dialogs/confdialog.cxx:4991 src/dialogs/confdialog.cxx:5010 +#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:5082 msgid "Change ONLY to experiment" msgstr "" -#: src/dialogs/confdialog.cxx:4930 src/dialogs/confdialog.cxx:5002 +#: src/dialogs/confdialog.cxx:5009 src/dialogs/confdialog.cxx:5081 msgid "Integration period (FEC blocks)" msgstr "" -#: src/dialogs/confdialog.cxx:4960 +#: src/dialogs/confdialog.cxx:5039 msgid "Contestia" msgstr "" -#: src/dialogs/confdialog.cxx:5033 +#: src/dialogs/confdialog.cxx:5112 msgid "PSK" msgstr "" -#: src/dialogs/confdialog.cxx:5039 +#: src/dialogs/confdialog.cxx:5118 msgid "AFC behavior" msgstr "" -#: src/dialogs/confdialog.cxx:5042 +#: src/dialogs/confdialog.cxx:5121 msgid "Acquisition search range (Hz)" msgstr "" -#: src/dialogs/confdialog.cxx:5043 +#: src/dialogs/confdialog.cxx:5122 msgid "Capture signals within this frequency range" msgstr "" -#: src/dialogs/confdialog.cxx:5062 src/dialogs/confdialog.cxx:6470 +#: src/dialogs/confdialog.cxx:5141 src/dialogs/confdialog.cxx:6580 msgid "Acquisition S/N (dB)" msgstr "" -#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:6471 +#: src/dialogs/confdialog.cxx:5142 src/dialogs/confdialog.cxx:6581 msgid "Capture signals over this threshold" msgstr "" -#: src/dialogs/confdialog.cxx:5084 +#: src/dialogs/confdialog.cxx:5163 msgid "S/N and IMD behavior" msgstr "" -#: src/dialogs/confdialog.cxx:5087 +#: src/dialogs/confdialog.cxx:5166 msgid "after" msgstr "" -#: src/dialogs/confdialog.cxx:5088 +#: src/dialogs/confdialog.cxx:5167 msgid "Behavior of s/n imd" msgstr "" -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Dim" msgstr "" -#: src/dialogs/confdialog.cxx:5095 +#: src/dialogs/confdialog.cxx:5174 msgid "seconds" msgstr "" -#: src/dialogs/confdialog.cxx:5096 +#: src/dialogs/confdialog.cxx:5175 msgid "Will occur after this time in seconds" msgstr "" -#: src/dialogs/confdialog.cxx:5116 +#: src/dialogs/confdialog.cxx:5195 msgid "Multi-Channel Signal Processing" msgstr "" -#: src/dialogs/confdialog.cxx:5119 +#: src/dialogs/confdialog.cxx:5198 msgid "Multi-channel detector" msgstr "" -#: src/dialogs/confdialog.cxx:5124 +#: src/dialogs/confdialog.cxx:5203 msgid "Disable on very slow CPUs of if signal browser is not used" msgstr "" -#: src/dialogs/confdialog.cxx:5135 src/dialogs/confdialog.cxx:6620 +#: src/dialogs/confdialog.cxx:5214 src/dialogs/confdialog.cxx:6730 msgid "RTTY" msgstr "" -#: src/dialogs/confdialog.cxx:5139 +#: src/dialogs/confdialog.cxx:5218 msgid "Carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5140 +#: src/dialogs/confdialog.cxx:5219 msgid "Select carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5147 +#: src/dialogs/confdialog.cxx:5226 msgid "Baud rate" msgstr "" -#: src/dialogs/confdialog.cxx:5148 +#: src/dialogs/confdialog.cxx:5227 msgid "Select carrier baudrate" msgstr "" -#: src/dialogs/confdialog.cxx:5155 +#: src/dialogs/confdialog.cxx:5234 msgid "Bits per character" msgstr "" -#: src/dialogs/confdialog.cxx:5156 +#: src/dialogs/confdialog.cxx:5235 msgid "Select # bits / char" msgstr "" -#: src/dialogs/confdialog.cxx:5163 +#: src/dialogs/confdialog.cxx:5242 msgid "Parity" msgstr "" -#: src/dialogs/confdialog.cxx:5164 +#: src/dialogs/confdialog.cxx:5243 msgid "Select parity" msgstr "" -#: src/dialogs/confdialog.cxx:5171 +#: src/dialogs/confdialog.cxx:5250 msgid "Stop bits" msgstr "" -#: src/dialogs/confdialog.cxx:5172 +#: src/dialogs/confdialog.cxx:5251 msgid "Select # stop bits" msgstr "" -#: src/dialogs/confdialog.cxx:5181 +#: src/dialogs/confdialog.cxx:5260 msgid "AutoCRLF" msgstr "" -#: src/dialogs/confdialog.cxx:5182 +#: src/dialogs/confdialog.cxx:5261 msgid "Add CRLF after page width characters" msgstr "" -#: src/dialogs/confdialog.cxx:5187 +#: src/dialogs/confdialog.cxx:5266 msgid "CR-CR-LF" msgstr "" -#: src/dialogs/confdialog.cxx:5188 +#: src/dialogs/confdialog.cxx:5267 msgid "Use \"cr cr lf\" for \"cr lf\"" msgstr "" -#: src/dialogs/confdialog.cxx:5194 +#: src/dialogs/confdialog.cxx:5273 msgid "characters" msgstr "" -#: src/dialogs/confdialog.cxx:5195 +#: src/dialogs/confdialog.cxx:5274 msgid "Set page width" msgstr "" -#: src/dialogs/confdialog.cxx:5213 +#: src/dialogs/confdialog.cxx:5292 msgid "after:" msgstr "" -#: src/dialogs/confdialog.cxx:5218 +#: src/dialogs/confdialog.cxx:5297 msgid "Unshift On Space" msgstr "" -#: src/dialogs/confdialog.cxx:5221 +#: src/dialogs/confdialog.cxx:5300 msgid "RX" msgstr "" -#: src/dialogs/confdialog.cxx:5222 src/dialogs/confdialog.cxx:5228 -#: src/dialogs/confdialog.cxx:5239 +#: src/dialogs/confdialog.cxx:5301 src/dialogs/confdialog.cxx:5307 +#: src/dialogs/confdialog.cxx:5318 msgid "Revert to Unsifted char's on a space" msgstr "" -#: src/dialogs/confdialog.cxx:5227 +#: src/dialogs/confdialog.cxx:5306 msgid "TX" msgstr "" -#: src/dialogs/confdialog.cxx:5235 +#: src/dialogs/confdialog.cxx:5314 msgid "Log RTTY frequency" msgstr "" -#: src/dialogs/confdialog.cxx:5238 +#: src/dialogs/confdialog.cxx:5317 msgid "Use MARK freq'" msgstr "" -#: src/dialogs/confdialog.cxx:5244 +#: src/dialogs/confdialog.cxx:5323 msgid "track clr" msgstr "" -#: src/dialogs/confdialog.cxx:5253 +#: src/dialogs/confdialog.cxx:5332 msgid "Use cross hair scope" msgstr "" -#: src/dialogs/confdialog.cxx:5254 +#: src/dialogs/confdialog.cxx:5333 msgid "Default to cross hair digiscope" msgstr "" -#: src/dialogs/confdialog.cxx:5259 src/dialogs/confdialog.cxx:6147 +#: src/dialogs/confdialog.cxx:5338 src/dialogs/confdialog.cxx:6261 msgid "Pseudo-FSK on right audio channel" msgstr "" -#: src/dialogs/confdialog.cxx:5260 +#: src/dialogs/confdialog.cxx:5339 msgid "Create square wave on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:5265 +#: src/dialogs/confdialog.cxx:5344 msgid "AFC speed" msgstr "" -#: src/dialogs/confdialog.cxx:5266 +#: src/dialogs/confdialog.cxx:5345 msgid "AFC tracking speed" msgstr "" -#: src/dialogs/confdialog.cxx:5273 +#: src/dialogs/confdialog.cxx:5352 msgid "X-agc (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:5300 +#: src/dialogs/confdialog.cxx:5379 msgid "Custom shift" msgstr "" -#: src/dialogs/confdialog.cxx:5301 +#: src/dialogs/confdialog.cxx:5380 msgid "Input carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5323 +#: src/dialogs/confdialog.cxx:5402 msgid "Thor" msgstr "" -#: src/dialogs/confdialog.cxx:5343 +#: src/dialogs/confdialog.cxx:5422 msgid "Enable DSP prior to decoder" msgstr "" -#: src/dialogs/confdialog.cxx:5413 +#: src/dialogs/confdialog.cxx:5492 msgid "Rig" msgstr "" -#: src/dialogs/confdialog.cxx:5414 +#: src/dialogs/confdialog.cxx:5493 msgid "Transceiver control" msgstr "" -#: src/dialogs/confdialog.cxx:5418 +#: src/dialogs/confdialog.cxx:5497 msgid "Hardware PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5419 +#: src/dialogs/confdialog.cxx:5500 src/dialogs/confdialog.cxx:6248 +msgid "PTT tone on right audio channel " +msgstr "" + +#: src/dialogs/confdialog.cxx:5501 +msgid "Can be used in lieu of or in addition to other PTT types" +msgstr "" + +#: src/dialogs/confdialog.cxx:5508 msgid "h/w ptt device-pin" msgstr "" -#: src/dialogs/confdialog.cxx:5422 src/dialogs/confdialog.cxx:5499 -#: src/dialogs/confdialog.cxx:5666 src/dialogs/confdialog.cxx:5920 -#: src/dialogs/confdialog.cxx:6085 +#: src/dialogs/confdialog.cxx:5511 src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5770 src/dialogs/confdialog.cxx:6024 +#: src/dialogs/confdialog.cxx:6189 msgid "Device:" msgstr "" -#: src/dialogs/confdialog.cxx:5423 +#: src/dialogs/confdialog.cxx:5512 msgid "Select serial port" msgstr "" -#: src/dialogs/confdialog.cxx:5426 +#: src/dialogs/confdialog.cxx:5515 msgid "Use RTS" msgstr "" -#: src/dialogs/confdialog.cxx:5427 +#: src/dialogs/confdialog.cxx:5516 msgid "RTS is PTT signal line" msgstr "" -#: src/dialogs/confdialog.cxx:5431 +#: src/dialogs/confdialog.cxx:5520 msgid "RTS = +V" msgstr "" -#: src/dialogs/confdialog.cxx:5432 +#: src/dialogs/confdialog.cxx:5521 msgid "Initial voltage on RTS" msgstr "" -#: src/dialogs/confdialog.cxx:5436 +#: src/dialogs/confdialog.cxx:5525 msgid "Use DTR" msgstr "" -#: src/dialogs/confdialog.cxx:5437 +#: src/dialogs/confdialog.cxx:5526 msgid "DTR is PTT signal line" msgstr "" -#: src/dialogs/confdialog.cxx:5441 +#: src/dialogs/confdialog.cxx:5530 msgid "DTR = +V" msgstr "" -#: src/dialogs/confdialog.cxx:5442 +#: src/dialogs/confdialog.cxx:5531 msgid "Initial voltage on DTR" msgstr "" -#: src/dialogs/confdialog.cxx:5446 src/dialogs/confdialog.cxx:5580 -#: src/dialogs/confdialog.cxx:5800 src/dialogs/confdialog.cxx:5871 -#: src/dialogs/confdialog.cxx:5894 src/dialogs/confdialog.cxx:6584 +#: src/dialogs/confdialog.cxx:5535 src/dialogs/confdialog.cxx:5684 +#: src/dialogs/confdialog.cxx:5904 src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:5998 src/dialogs/confdialog.cxx:6694 msgid "Initialize" msgstr "" -#: src/dialogs/confdialog.cxx:5447 +#: src/dialogs/confdialog.cxx:5536 msgid "Initialize the H/W PTT interface" msgstr "" -#: src/dialogs/confdialog.cxx:5450 +#: src/dialogs/confdialog.cxx:5539 msgid "Use separate serial port PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5455 +#: src/dialogs/confdialog.cxx:5544 msgid "Use parallel port PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5460 +#: src/dialogs/confdialog.cxx:5549 msgid "Use uHRouter PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5469 src/dialogs/confdialog.cxx:6134 -msgid "PTT tone on right audio channel " +#: src/dialogs/confdialog.cxx:5556 +msgid "PTT delays valid for all CAT/PTT types" msgstr "" -#: src/dialogs/confdialog.cxx:5470 -msgid "Can be used in lieu of or in addition to other PTT types" +#: src/dialogs/confdialog.cxx:5559 +msgid "Start of transmit PTT delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5560 +msgid "Delay NN msec before starting audio" +msgstr "" + +#: src/dialogs/confdialog.cxx:5569 +msgid "PTT end of transmit delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5570 +msgid "Delay NN msec before releasing PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5479 +#: src/dialogs/confdialog.cxx:5583 msgid "RigCAT" msgstr "" -#: src/dialogs/confdialog.cxx:5480 +#: src/dialogs/confdialog.cxx:5584 msgid "Rig Control using xml spec file" msgstr "" -#: src/dialogs/confdialog.cxx:5482 +#: src/dialogs/confdialog.cxx:5586 msgid "Use RigCAT" msgstr "" -#: src/dialogs/confdialog.cxx:5483 +#: src/dialogs/confdialog.cxx:5587 msgid "RigCAT used for rig control" msgstr "" -#: src/dialogs/confdialog.cxx:5489 +#: src/dialogs/confdialog.cxx:5593 msgid "Rig description file:" msgstr "" -#: src/dialogs/confdialog.cxx:5490 +#: src/dialogs/confdialog.cxx:5594 msgid "Use Open to select descriptor file" msgstr "" -#: src/dialogs/confdialog.cxx:5496 +#: src/dialogs/confdialog.cxx:5600 msgid "Select rig descriptor file" msgstr "" -#: src/dialogs/confdialog.cxx:5500 +#: src/dialogs/confdialog.cxx:5604 msgid "Serial device" msgstr "" -#: src/dialogs/confdialog.cxx:5504 src/dialogs/confdialog.cxx:5671 +#: src/dialogs/confdialog.cxx:5608 src/dialogs/confdialog.cxx:5775 msgid "Retries" msgstr "" -#: src/dialogs/confdialog.cxx:5505 +#: src/dialogs/confdialog.cxx:5609 msgid "# retries before giving up" msgstr "" -#: src/dialogs/confdialog.cxx:5521 src/dialogs/confdialog.cxx:5765 +#: src/dialogs/confdialog.cxx:5625 src/dialogs/confdialog.cxx:5869 msgid "Retry interval (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5522 +#: src/dialogs/confdialog.cxx:5626 msgid "Time between retires in msec" msgstr "" -#: src/dialogs/confdialog.cxx:5538 src/dialogs/confdialog.cxx:5705 +#: src/dialogs/confdialog.cxx:5642 src/dialogs/confdialog.cxx:5809 msgid "Write delay (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5554 src/dialogs/confdialog.cxx:5739 +#: src/dialogs/confdialog.cxx:5658 src/dialogs/confdialog.cxx:5843 msgid "Baud rate:" msgstr "" -#: src/dialogs/confdialog.cxx:5555 +#: src/dialogs/confdialog.cxx:5659 msgid "Pick baud rate from list" msgstr "" -#: src/dialogs/confdialog.cxx:5561 src/dialogs/confdialog.cxx:5746 +#: src/dialogs/confdialog.cxx:5665 src/dialogs/confdialog.cxx:5850 msgid "Stopbits" msgstr "" -#: src/dialogs/confdialog.cxx:5581 +#: src/dialogs/confdialog.cxx:5685 msgid "Initialize RigCAT interface" msgstr "" -#: src/dialogs/confdialog.cxx:5584 +#: src/dialogs/confdialog.cxx:5688 msgid "Commands are echoed" msgstr "" -#: src/dialogs/confdialog.cxx:5585 +#: src/dialogs/confdialog.cxx:5689 msgid "Rig or interface echos serial data" msgstr "" -#: src/dialogs/confdialog.cxx:5590 +#: src/dialogs/confdialog.cxx:5694 msgid "CAT command for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5591 +#: src/dialogs/confdialog.cxx:5695 msgid "PTT is a CAT command (not hardware)" msgstr "" -#: src/dialogs/confdialog.cxx:5597 +#: src/dialogs/confdialog.cxx:5701 msgid "Toggle RTS for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5598 +#: src/dialogs/confdialog.cxx:5702 msgid "RTS is ptt line" msgstr "" -#: src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5707 msgid "Toggle DTR for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5604 +#: src/dialogs/confdialog.cxx:5708 msgid "DTR is ptt line" msgstr "" -#: src/dialogs/confdialog.cxx:5609 +#: src/dialogs/confdialog.cxx:5713 msgid "RTS +12 v" msgstr "" -#: src/dialogs/confdialog.cxx:5610 src/dialogs/confdialog.cxx:5823 +#: src/dialogs/confdialog.cxx:5714 src/dialogs/confdialog.cxx:5927 msgid "Initial state of RTS" msgstr "" -#: src/dialogs/confdialog.cxx:5615 +#: src/dialogs/confdialog.cxx:5719 msgid "DTR +12 v" msgstr "" -#: src/dialogs/confdialog.cxx:5616 src/dialogs/confdialog.cxx:5817 +#: src/dialogs/confdialog.cxx:5720 src/dialogs/confdialog.cxx:5921 msgid "Initial state of DTR" msgstr "" -#: src/dialogs/confdialog.cxx:5621 src/dialogs/confdialog.cxx:5828 +#: src/dialogs/confdialog.cxx:5725 src/dialogs/confdialog.cxx:5932 msgid "RTS/CTS flow control" msgstr "" -#: src/dialogs/confdialog.cxx:5622 +#: src/dialogs/confdialog.cxx:5726 msgid "Rig uses RTS/CTS handshake" msgstr "" -#: src/dialogs/confdialog.cxx:5627 src/dialogs/confdialog.cxx:5841 +#: src/dialogs/confdialog.cxx:5731 src/dialogs/confdialog.cxx:5945 msgid "Revert" msgstr "" -#: src/dialogs/confdialog.cxx:5628 src/dialogs/confdialog.cxx:5801 -#: src/dialogs/confdialog.cxx:5842 +#: src/dialogs/confdialog.cxx:5732 src/dialogs/confdialog.cxx:5905 +#: src/dialogs/confdialog.cxx:5946 msgid "Initialize hamlib interface" msgstr "" -#: src/dialogs/confdialog.cxx:5632 +#: src/dialogs/confdialog.cxx:5736 msgid "VSP Enable" msgstr "" -#: src/dialogs/confdialog.cxx:5633 +#: src/dialogs/confdialog.cxx:5737 msgid "Virtual Serial Port Emulator - suppress WARNINGS" msgstr "" -#: src/dialogs/confdialog.cxx:5642 +#: src/dialogs/confdialog.cxx:5746 msgid "Hamlib" msgstr "" -#: src/dialogs/confdialog.cxx:5644 +#: src/dialogs/confdialog.cxx:5748 msgid "Use Hamlib" msgstr "" -#: src/dialogs/confdialog.cxx:5645 +#: src/dialogs/confdialog.cxx:5749 msgid "Hamlib used for rig control" msgstr "" -#: src/dialogs/confdialog.cxx:5651 +#: src/dialogs/confdialog.cxx:5755 msgid "Rig:" msgstr "" -#: src/dialogs/confdialog.cxx:5652 +#: src/dialogs/confdialog.cxx:5756 msgid "Select the rig by name" msgstr "" -#: src/dialogs/confdialog.cxx:5667 +#: src/dialogs/confdialog.cxx:5771 msgid "Serial port" msgstr "" -#: src/dialogs/confdialog.cxx:5672 +#: src/dialogs/confdialog.cxx:5776 msgid "# times to resend command before giving up" msgstr "" -#: src/dialogs/confdialog.cxx:5688 +#: src/dialogs/confdialog.cxx:5792 msgid "Retry Interval (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5689 src/dialogs/confdialog.cxx:5766 +#: src/dialogs/confdialog.cxx:5793 src/dialogs/confdialog.cxx:5870 msgid "Msec's between retries" msgstr "" -#: src/dialogs/confdialog.cxx:5706 +#: src/dialogs/confdialog.cxx:5810 msgid "Msec's between sequential commands" msgstr "" -#: src/dialogs/confdialog.cxx:5722 +#: src/dialogs/confdialog.cxx:5826 msgid "Post write delay (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5723 +#: src/dialogs/confdialog.cxx:5827 msgid "Wait interval (msecs) before reading response" msgstr "" -#: src/dialogs/confdialog.cxx:5740 +#: src/dialogs/confdialog.cxx:5844 msgid "Serial port baud rate" msgstr "" -#: src/dialogs/confdialog.cxx:5785 +#: src/dialogs/confdialog.cxx:5889 msgid "Advanced configuration:" msgstr "" -#: src/dialogs/confdialog.cxx:5786 +#: src/dialogs/confdialog.cxx:5890 msgid "" "Optional configuration\n" "in format: param=val ..." msgstr "" -#: src/dialogs/confdialog.cxx:5804 +#: src/dialogs/confdialog.cxx:5908 msgid "Sideband:" msgstr "" -#: src/dialogs/confdialog.cxx:5805 +#: src/dialogs/confdialog.cxx:5909 msgid "" "Force the rig sideband. Takes\n" "effect when rig mode changes." msgstr "" -#: src/dialogs/confdialog.cxx:5809 +#: src/dialogs/confdialog.cxx:5913 msgid "PTT via Hamlib command" msgstr "" -#: src/dialogs/confdialog.cxx:5810 +#: src/dialogs/confdialog.cxx:5914 msgid "PTT is a hamlib command" msgstr "" -#: src/dialogs/confdialog.cxx:5816 +#: src/dialogs/confdialog.cxx:5920 msgid "DTR +12" msgstr "" -#: src/dialogs/confdialog.cxx:5822 +#: src/dialogs/confdialog.cxx:5926 msgid "RTS +12" msgstr "" -#: src/dialogs/confdialog.cxx:5829 +#: src/dialogs/confdialog.cxx:5933 msgid "Rig requires RTS/CTS flow control" msgstr "" -#: src/dialogs/confdialog.cxx:5835 +#: src/dialogs/confdialog.cxx:5939 msgid "XON/XOFF flow control" msgstr "" -#: src/dialogs/confdialog.cxx:5836 +#: src/dialogs/confdialog.cxx:5940 msgid "Rig requires Xon/Xoff flow control" msgstr "" -#: src/dialogs/confdialog.cxx:5850 +#: src/dialogs/confdialog.cxx:5954 msgid "MemMap" msgstr "" -#: src/dialogs/confdialog.cxx:5858 +#: src/dialogs/confdialog.cxx:5962 msgid "" "Control via Memory Mapped\n" "shared variables\n" "i.e.: Kachina program" msgstr "" -#: src/dialogs/confdialog.cxx:5860 +#: src/dialogs/confdialog.cxx:5964 msgid "Use Memmap" msgstr "" -#: src/dialogs/confdialog.cxx:5861 +#: src/dialogs/confdialog.cxx:5965 msgid "Rig control via memory mapped Kachina" msgstr "" -#: src/dialogs/confdialog.cxx:5866 +#: src/dialogs/confdialog.cxx:5970 msgid "Use Memmap PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5872 +#: src/dialogs/confdialog.cxx:5976 msgid "Initialize Memmap interface" msgstr "" -#: src/dialogs/confdialog.cxx:5879 +#: src/dialogs/confdialog.cxx:5983 msgid "XML-RPC" msgstr "" -#: src/dialogs/confdialog.cxx:5887 +#: src/dialogs/confdialog.cxx:5991 msgid "" "Rig control via external\n" "program using xmlrpc\n" "remote calls." msgstr "" -#: src/dialogs/confdialog.cxx:5889 +#: src/dialogs/confdialog.cxx:5993 msgid "Use XML-RPC program" msgstr "" -#: src/dialogs/confdialog.cxx:5890 +#: src/dialogs/confdialog.cxx:5994 msgid "Experimental" msgstr "" -#: src/dialogs/confdialog.cxx:5895 +#: src/dialogs/confdialog.cxx:5999 msgid "Initialize XML-RPC rig control" msgstr "" -#: src/dialogs/confdialog.cxx:5907 +#: src/dialogs/confdialog.cxx:6011 msgid "Audio devices" msgstr "" -#: src/dialogs/confdialog.cxx:5911 +#: src/dialogs/confdialog.cxx:6015 msgid "Devices" msgstr "" -#: src/dialogs/confdialog.cxx:5914 +#: src/dialogs/confdialog.cxx:6018 msgid "OSS" msgstr "" -#: src/dialogs/confdialog.cxx:5915 +#: src/dialogs/confdialog.cxx:6019 msgid "Use OSS audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5921 +#: src/dialogs/confdialog.cxx:6025 msgid "Select device" msgstr "" -#: src/dialogs/confdialog.cxx:5929 +#: src/dialogs/confdialog.cxx:6033 msgid "PortAudio" msgstr "" -#: src/dialogs/confdialog.cxx:5930 +#: src/dialogs/confdialog.cxx:6034 msgid "Use Port Audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5935 +#: src/dialogs/confdialog.cxx:6039 msgid "Capture:" msgstr "" -#: src/dialogs/confdialog.cxx:5936 +#: src/dialogs/confdialog.cxx:6040 msgid "Audio input device" msgstr "" -#: src/dialogs/confdialog.cxx:5940 +#: src/dialogs/confdialog.cxx:6044 msgid "Playback:" msgstr "" -#: src/dialogs/confdialog.cxx:5941 +#: src/dialogs/confdialog.cxx:6045 msgid "Audio output device" msgstr "" -#: src/dialogs/confdialog.cxx:5949 +#: src/dialogs/confdialog.cxx:6053 msgid "PulseAudio" msgstr "" -#: src/dialogs/confdialog.cxx:5950 +#: src/dialogs/confdialog.cxx:6054 msgid "Use Pulse Audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5955 +#: src/dialogs/confdialog.cxx:6059 msgid "Server string:" msgstr "" -#: src/dialogs/confdialog.cxx:5956 +#: src/dialogs/confdialog.cxx:6060 msgid "" "Leave this blank or refer to\n" "http://www.pulseaudio.org/wiki/ServerStrings" msgstr "" -#: src/dialogs/confdialog.cxx:5974 +#: src/dialogs/confdialog.cxx:6078 msgid "File I/O only" msgstr "" -#: src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:6079 msgid "NO AUDIO DEVICE AVAILABLE (or testing)" msgstr "" -#: src/dialogs/confdialog.cxx:5984 +#: src/dialogs/confdialog.cxx:6088 msgid "Settings" msgstr "" -#: src/dialogs/confdialog.cxx:5986 +#: src/dialogs/confdialog.cxx:6090 msgid "Sample rate" msgstr "" -#: src/dialogs/confdialog.cxx:5989 +#: src/dialogs/confdialog.cxx:6093 msgid "Capture" msgstr "" -#: src/dialogs/confdialog.cxx:5990 +#: src/dialogs/confdialog.cxx:6094 msgid "" "Force a specific sample rate. Select \"Native\" if \"Auto\"\n" "does not work well with your audio device." msgstr "" -#: src/dialogs/confdialog.cxx:6008 +#: src/dialogs/confdialog.cxx:6112 msgid "Converter" msgstr "" -#: src/dialogs/confdialog.cxx:6009 +#: src/dialogs/confdialog.cxx:6113 msgid "Set the type of resampler used of offset correction" msgstr "" -#: src/dialogs/confdialog.cxx:6016 +#: src/dialogs/confdialog.cxx:6120 msgid "Corrections" msgstr "" -#: src/dialogs/confdialog.cxx:6019 +#: src/dialogs/confdialog.cxx:6123 msgid "RX ppm" msgstr "" -#: src/dialogs/confdialog.cxx:6020 +#: src/dialogs/confdialog.cxx:6124 msgid "RX sound card correction" msgstr "" -#: src/dialogs/confdialog.cxx:6036 +#: src/dialogs/confdialog.cxx:6140 msgid "TX ppm" msgstr "" -#: src/dialogs/confdialog.cxx:6037 +#: src/dialogs/confdialog.cxx:6141 msgid "TX sound card correction" msgstr "" -#: src/dialogs/confdialog.cxx:6053 +#: src/dialogs/confdialog.cxx:6157 msgid "TX offset" msgstr "" -#: src/dialogs/confdialog.cxx:6054 +#: src/dialogs/confdialog.cxx:6158 msgid "Difference between Rx & Tx freq (rig offset)" msgstr "" -#: src/dialogs/confdialog.cxx:6074 +#: src/dialogs/confdialog.cxx:6178 msgid "Mixer" msgstr "" -#: src/dialogs/confdialog.cxx:6076 +#: src/dialogs/confdialog.cxx:6180 msgid "OSS mixer" msgstr "" -#: src/dialogs/confdialog.cxx:6079 +#: src/dialogs/confdialog.cxx:6183 msgid "Manage mixer" msgstr "" -#: src/dialogs/confdialog.cxx:6080 +#: src/dialogs/confdialog.cxx:6184 msgid "Add mixer controls to main dialog" msgstr "" -#: src/dialogs/confdialog.cxx:6086 +#: src/dialogs/confdialog.cxx:6190 msgid "Select Mixer device" msgstr "" -#: src/dialogs/confdialog.cxx:6090 +#: src/dialogs/confdialog.cxx:6194 msgid "Mic In" msgstr "" -#: src/dialogs/confdialog.cxx:6091 +#: src/dialogs/confdialog.cxx:6195 msgid "Use microphone input" msgstr "" -#: src/dialogs/confdialog.cxx:6094 +#: src/dialogs/confdialog.cxx:6198 msgid "Line In" msgstr "" -#: src/dialogs/confdialog.cxx:6095 +#: src/dialogs/confdialog.cxx:6199 msgid "Use Line-In device" msgstr "" -#: src/dialogs/confdialog.cxx:6099 +#: src/dialogs/confdialog.cxx:6203 msgid "PCM" msgstr "" -#: src/dialogs/confdialog.cxx:6100 +#: src/dialogs/confdialog.cxx:6204 msgid "Set the sound card PCM level" msgstr "" -#: src/dialogs/confdialog.cxx:6120 +#: src/dialogs/confdialog.cxx:6224 msgid "Right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6122 +#: src/dialogs/confdialog.cxx:6226 +msgid "Mono audio output" +msgstr "" + +#: src/dialogs/confdialog.cxx:6227 +msgid "Force output audio to single channel" +msgstr "" + +#: src/dialogs/confdialog.cxx:6232 msgid "Modem signal on left and right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6123 +#: src/dialogs/confdialog.cxx:6233 msgid "Left and right channels both contain modem audio" msgstr "" -#: src/dialogs/confdialog.cxx:6128 +#: src/dialogs/confdialog.cxx:6238 msgid "Reverse Left/Right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6129 +#: src/dialogs/confdialog.cxx:6239 msgid "Software reversal of left-right audio channels" msgstr "" -#: src/dialogs/confdialog.cxx:6135 +#: src/dialogs/confdialog.cxx:6244 +msgid "" +"...\n" +"These controls are on other tabs.\n" +"They are replicated here for convenience.\n" +"You may change the state from either location.\n" +"..." +msgstr "" + +#: src/dialogs/confdialog.cxx:6249 msgid "" "1000 Hz tone when PTT enabled\n" "Can be used in lieu of or in addition to other PTT types" msgstr "" -#: src/dialogs/confdialog.cxx:6141 +#: src/dialogs/confdialog.cxx:6255 msgid "CW QSK signal on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6142 +#: src/dialogs/confdialog.cxx:6256 msgid "Generate 1000 Hz square wave signal on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6148 +#: src/dialogs/confdialog.cxx:6262 msgid "Create 1000 Hz square wave on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6153 -msgid "" -"...\n" -"These controls are on other tabs.\n" -"They are replicated here for convenience.\n" -"You may change the state from either location.\n" -"..." -msgstr "" - -#: src/dialogs/confdialog.cxx:6165 +#: src/dialogs/confdialog.cxx:6275 msgid "ID" msgstr "" -#: src/dialogs/confdialog.cxx:6167 +#: src/dialogs/confdialog.cxx:6277 msgid "Video Preamble ID" msgstr "" -#: src/dialogs/confdialog.cxx:6170 +#: src/dialogs/confdialog.cxx:6280 msgid "Transmit mode ID" msgstr "" -#: src/dialogs/confdialog.cxx:6171 +#: src/dialogs/confdialog.cxx:6281 msgid "Waterfall video ID" msgstr "" -#: src/dialogs/confdialog.cxx:6175 +#: src/dialogs/confdialog.cxx:6285 msgid "Transmit video text" msgstr "" -#: src/dialogs/confdialog.cxx:6176 +#: src/dialogs/confdialog.cxx:6286 msgid "Waterfall video text" msgstr "" -#: src/dialogs/confdialog.cxx:6181 +#: src/dialogs/confdialog.cxx:6291 msgid ":" msgstr "" -#: src/dialogs/confdialog.cxx:6182 +#: src/dialogs/confdialog.cxx:6292 msgid "" "Limit to a few characters,\n" "as in CQEM or IOTA etc." msgstr "" -#: src/dialogs/confdialog.cxx:6196 +#: src/dialogs/confdialog.cxx:6306 msgid "Use small font" msgstr "" -#: src/dialogs/confdialog.cxx:6197 +#: src/dialogs/confdialog.cxx:6307 msgid "" "ON - small font\n" "OFF - large font" msgstr "" -#: src/dialogs/confdialog.cxx:6203 +#: src/dialogs/confdialog.cxx:6313 msgid "Chars/Row:" msgstr "" -#: src/dialogs/confdialog.cxx:6204 +#: src/dialogs/confdialog.cxx:6314 msgid "Set the number of characters per row" msgstr "" -#: src/dialogs/confdialog.cxx:6224 +#: src/dialogs/confdialog.cxx:6334 msgid "500 Hz limit" msgstr "" -#: src/dialogs/confdialog.cxx:6229 +#: src/dialogs/confdialog.cxx:6339 msgid "Mode width limit" msgstr "" -#: src/dialogs/confdialog.cxx:6234 +#: src/dialogs/confdialog.cxx:6344 msgid "Video ID modes" msgstr "" -#: src/dialogs/confdialog.cxx:6239 +#: src/dialogs/confdialog.cxx:6349 msgid "CW Postamble ID" msgstr "" -#: src/dialogs/confdialog.cxx:6242 +#: src/dialogs/confdialog.cxx:6352 msgid "Transmit callsign" msgstr "" -#: src/dialogs/confdialog.cxx:6243 +#: src/dialogs/confdialog.cxx:6353 msgid "Send Callsign in CW at end of every transmission" msgstr "" -#: src/dialogs/confdialog.cxx:6248 +#: src/dialogs/confdialog.cxx:6358 msgid "Speed (WPM):" msgstr "" -#: src/dialogs/confdialog.cxx:6249 +#: src/dialogs/confdialog.cxx:6359 msgid "Send at this WPM" msgstr "" -#: src/dialogs/confdialog.cxx:6269 +#: src/dialogs/confdialog.cxx:6379 msgid "CW ID modes" msgstr "" -#: src/dialogs/confdialog.cxx:6274 +#: src/dialogs/confdialog.cxx:6384 msgid "Reed-Solomon ID (Rx)" msgstr "" -#: src/dialogs/confdialog.cxx:6277 +#: src/dialogs/confdialog.cxx:6387 msgid "Detector searches entire passband" msgstr "" -#: src/dialogs/confdialog.cxx:6278 +#: src/dialogs/confdialog.cxx:6388 msgid "" "ON - search over entire waterfall\n" "OFF - limit search to +/- 200 Hz" msgstr "" -#: src/dialogs/confdialog.cxx:6283 +#: src/dialogs/confdialog.cxx:6393 msgid "Mark previous frequency and mode" msgstr "" -#: src/dialogs/confdialog.cxx:6284 +#: src/dialogs/confdialog.cxx:6394 msgid "" "Insert RX text marker before\n" "changing frequency and modem" msgstr "" -#: src/dialogs/confdialog.cxx:6289 +#: src/dialogs/confdialog.cxx:6399 msgid "Reception disables detector" msgstr "" -#: src/dialogs/confdialog.cxx:6290 +#: src/dialogs/confdialog.cxx:6400 msgid "Disable further detection when RSID is received" msgstr "" -#: src/dialogs/confdialog.cxx:6297 +#: src/dialogs/confdialog.cxx:6407 msgid "Notifications only" msgstr "" -#: src/dialogs/confdialog.cxx:6298 +#: src/dialogs/confdialog.cxx:6408 msgid "" "Check this to be notified when an RSID is received\n" "without changing modem and frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6304 +#: src/dialogs/confdialog.cxx:6414 msgid "Receive modes" msgstr "" -#: src/dialogs/confdialog.cxx:6307 +#: src/dialogs/confdialog.cxx:6417 msgid "Squelch open (sec)" msgstr "" -#: src/dialogs/confdialog.cxx:6308 +#: src/dialogs/confdialog.cxx:6418 msgid "Open squelch for nn sec if RSID detected" msgstr "" -#: src/dialogs/confdialog.cxx:6328 +#: src/dialogs/confdialog.cxx:6438 msgid "Reed-Solomon ID (Tx)" msgstr "" -#: src/dialogs/confdialog.cxx:6331 +#: src/dialogs/confdialog.cxx:6441 msgid "Transmit modes" msgstr "" -#: src/dialogs/confdialog.cxx:6336 +#: src/dialogs/confdialog.cxx:6446 msgid "Pre-Signal Tone" msgstr "" -#: src/dialogs/confdialog.cxx:6339 +#: src/dialogs/confdialog.cxx:6449 msgid "Seconds" msgstr "" -#: src/dialogs/confdialog.cxx:6340 +#: src/dialogs/confdialog.cxx:6450 msgid "Use for triggering amplifier carrier detect" msgstr "" -#: src/dialogs/confdialog.cxx:6354 +#: src/dialogs/confdialog.cxx:6464 msgid "CPU" msgstr "" -#: src/dialogs/confdialog.cxx:6359 +#: src/dialogs/confdialog.cxx:6469 msgid "Slow CPU (less than 700MHz)" msgstr "" -#: src/dialogs/confdialog.cxx:6360 +#: src/dialogs/confdialog.cxx:6470 msgid "Enable if you're computer does not decode properly" msgstr "" -#: src/dialogs/confdialog.cxx:6369 +#: src/dialogs/confdialog.cxx:6479 msgid "NBEMS" msgstr "" -#: src/dialogs/confdialog.cxx:6370 +#: src/dialogs/confdialog.cxx:6480 msgid "NBEMS data file interface" msgstr "" -#: src/dialogs/confdialog.cxx:6373 +#: src/dialogs/confdialog.cxx:6483 msgid "Enable" msgstr "" -#: src/dialogs/confdialog.cxx:6374 +#: src/dialogs/confdialog.cxx:6484 msgid "Extract files for use with external \"wrap / flmsg\" program" msgstr "" -#: src/dialogs/confdialog.cxx:6379 +#: src/dialogs/confdialog.cxx:6489 msgid "Open message folder" msgstr "" -#: src/dialogs/confdialog.cxx:6380 +#: src/dialogs/confdialog.cxx:6490 msgid "Opens NBEMS file folder upon successful capture" msgstr "" -#: src/dialogs/confdialog.cxx:6387 +#: src/dialogs/confdialog.cxx:6497 msgid "Reception of flmsg file" msgstr "" -#: src/dialogs/confdialog.cxx:6390 +#: src/dialogs/confdialog.cxx:6500 msgid "Open with flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6391 +#: src/dialogs/confdialog.cxx:6501 msgid "Open message with flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6396 +#: src/dialogs/confdialog.cxx:6506 msgid "flmsg:" msgstr "" -#: src/dialogs/confdialog.cxx:6397 +#: src/dialogs/confdialog.cxx:6507 msgid "Enter full path-filename for flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6410 +#: src/dialogs/confdialog.cxx:6520 msgid "Locate flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6414 +#: src/dialogs/confdialog.cxx:6524 msgid "Open in browser" msgstr "" -#: src/dialogs/confdialog.cxx:6415 +#: src/dialogs/confdialog.cxx:6525 msgid "Open file with default browser" msgstr "" -#: src/dialogs/confdialog.cxx:6424 +#: src/dialogs/confdialog.cxx:6534 msgid "Pskmail" msgstr "" -#: src/dialogs/confdialog.cxx:6427 +#: src/dialogs/confdialog.cxx:6537 msgid "Mail Server Attributes" msgstr "" -#: src/dialogs/confdialog.cxx:6430 +#: src/dialogs/confdialog.cxx:6540 msgid "Carrier frequency (Hz)" msgstr "" -#: src/dialogs/confdialog.cxx:6431 +#: src/dialogs/confdialog.cxx:6541 msgid "Default listen / transmit frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6450 +#: src/dialogs/confdialog.cxx:6560 msgid "Search range (Hz)" msgstr "" -#: src/dialogs/confdialog.cxx:6451 +#: src/dialogs/confdialog.cxx:6561 msgid "Listen for signals within this range" msgstr "" -#: src/dialogs/confdialog.cxx:6490 +#: src/dialogs/confdialog.cxx:6600 msgid "AFC range (Hz)" msgstr "" -#: src/dialogs/confdialog.cxx:6491 +#: src/dialogs/confdialog.cxx:6601 msgid "Limit AFC movement to this range" msgstr "" -#: src/dialogs/confdialog.cxx:6510 +#: src/dialogs/confdialog.cxx:6620 msgid "Reset to Carrier" msgstr "" -#: src/dialogs/confdialog.cxx:6511 +#: src/dialogs/confdialog.cxx:6621 msgid "When no signal present" msgstr "" -#: src/dialogs/confdialog.cxx:6522 +#: src/dialogs/confdialog.cxx:6632 msgid "Report ARQ frames average S/N" msgstr "" -#: src/dialogs/confdialog.cxx:6531 +#: src/dialogs/confdialog.cxx:6641 msgid "Spotting" msgstr "" -#: src/dialogs/confdialog.cxx:6533 +#: src/dialogs/confdialog.cxx:6643 msgid "PSK Reporter" msgstr "" -#: src/dialogs/confdialog.cxx:6536 +#: src/dialogs/confdialog.cxx:6646 msgid "Automatically spot callsigns in decoded text" msgstr "" -#: src/dialogs/confdialog.cxx:6537 +#: src/dialogs/confdialog.cxx:6647 msgid "Parse all incoming text" msgstr "" -#: src/dialogs/confdialog.cxx:6542 +#: src/dialogs/confdialog.cxx:6652 msgid "Send reception report when logging a QSO" msgstr "" -#: src/dialogs/confdialog.cxx:6543 +#: src/dialogs/confdialog.cxx:6653 msgid "Send report only when QSO is logged" msgstr "" -#: src/dialogs/confdialog.cxx:6548 +#: src/dialogs/confdialog.cxx:6658 msgid "Report rig frequency (enable only if you have rig control!)" msgstr "" -#: src/dialogs/confdialog.cxx:6549 +#: src/dialogs/confdialog.cxx:6659 msgid "Include the transmit frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6554 +#: src/dialogs/confdialog.cxx:6664 msgid "Host:" msgstr "" -#: src/dialogs/confdialog.cxx:6555 +#: src/dialogs/confdialog.cxx:6665 msgid "To whom the connection is made" msgstr "" -#: src/dialogs/confdialog.cxx:6570 +#: src/dialogs/confdialog.cxx:6680 msgid "Using UDP port #" msgstr "" -#: src/dialogs/confdialog.cxx:6585 +#: src/dialogs/confdialog.cxx:6695 msgid "Initialize the socket client" msgstr "" -#: src/dialogs/confdialog.cxx:6588 +#: src/dialogs/confdialog.cxx:6698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:6596 +#: src/dialogs/confdialog.cxx:6706 msgid "Sweet Spot" msgstr "" -#: src/dialogs/confdialog.cxx:6602 +#: src/dialogs/confdialog.cxx:6712 msgid "Default CW tracking point" msgstr "" -#: src/dialogs/confdialog.cxx:6621 +#: src/dialogs/confdialog.cxx:6731 msgid "Default RTTY tracking point" msgstr "" -#: src/dialogs/confdialog.cxx:6639 +#: src/dialogs/confdialog.cxx:6749 msgid "PSK et al." msgstr "" -#: src/dialogs/confdialog.cxx:6640 +#: src/dialogs/confdialog.cxx:6750 msgid "Default for all other modems" msgstr "" -#: src/dialogs/confdialog.cxx:6658 +#: src/dialogs/confdialog.cxx:6768 msgid "Always start new modems at these frequencies" msgstr "" -#: src/dialogs/confdialog.cxx:6659 +#: src/dialogs/confdialog.cxx:6769 msgid "" "ON - start at default\n" "OFF - keep current wf cursor position" msgstr "" -#: src/dialogs/confdialog.cxx:6667 +#: src/dialogs/confdialog.cxx:6777 msgid "K3 A1A configuation" msgstr "" -#: src/dialogs/confdialog.cxx:6670 +#: src/dialogs/confdialog.cxx:6780 msgid "CW is LSB" msgstr "" -#: src/dialogs/confdialog.cxx:6671 +#: src/dialogs/confdialog.cxx:6781 msgid "" "Select this for Elecraft K3\n" "Other radios should not need it." msgstr "" -#: src/dialogs/confdialog.cxx:6680 +#: src/dialogs/confdialog.cxx:6790 msgid "Text i/o" msgstr "" -#: src/dialogs/confdialog.cxx:6682 +#: src/dialogs/confdialog.cxx:6792 msgid "Talker Socket (MS only)" msgstr "" -#: src/dialogs/confdialog.cxx:6685 +#: src/dialogs/confdialog.cxx:6795 msgid "Talker" msgstr "" -#: src/dialogs/confdialog.cxx:6689 +#: src/dialogs/confdialog.cxx:6799 msgid "Connect/disconnect to Talker socket server" msgstr "" -#: src/dialogs/confdialog.cxx:6692 +#: src/dialogs/confdialog.cxx:6802 msgid "Auto connect when fldigi opens (server must be up)" msgstr "" -#: src/dialogs/confdialog.cxx:6699 +#: src/dialogs/confdialog.cxx:6809 msgid "Capture rx text to external file" msgstr "" -#: src/dialogs/confdialog.cxx:6702 +#: src/dialogs/confdialog.cxx:6812 msgid "Enable rx text stream" msgstr "" -#: src/dialogs/confdialog.cxx:6703 src/dialogs/confdialog.cxx:6715 +#: src/dialogs/confdialog.cxx:6813 src/dialogs/confdialog.cxx:6825 msgid "Send rx text to file: textout.txt" msgstr "" -#: src/dialogs/confdialog.cxx:6712 +#: src/dialogs/confdialog.cxx:6822 msgid "DTMF" msgstr "" -#: src/dialogs/confdialog.cxx:6714 +#: src/dialogs/confdialog.cxx:6824 msgid "Decode DTMF tones" msgstr "" -#: src/dialogs/confdialog.cxx:6726 +#: src/dialogs/confdialog.cxx:6836 msgid "Web" msgstr "" -#: src/dialogs/confdialog.cxx:6727 +#: src/dialogs/confdialog.cxx:6837 msgid "Callsign database" msgstr "" -#: src/dialogs/confdialog.cxx:6730 +#: src/dialogs/confdialog.cxx:6840 msgid "Call Lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6731 +#: src/dialogs/confdialog.cxx:6841 msgid "Web Browser lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6735 +#: src/dialogs/confdialog.cxx:6845 msgid "Do not use callsign lookup via web browser" msgstr "" -#: src/dialogs/confdialog.cxx:6741 +#: src/dialogs/confdialog.cxx:6851 msgid "QRZ online via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6742 +#: src/dialogs/confdialog.cxx:6852 msgid "Visit QRZ web site" msgstr "" -#: src/dialogs/confdialog.cxx:6747 +#: src/dialogs/confdialog.cxx:6857 msgid "HamCall online via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6748 src/dialogs/confdialog.cxx:6796 +#: src/dialogs/confdialog.cxx:6858 src/dialogs/confdialog.cxx:6906 msgid "Visit Hamcall web site" msgstr "" -#: src/dialogs/confdialog.cxx:6753 +#: src/dialogs/confdialog.cxx:6863 msgid "HamQTH via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6754 +#: src/dialogs/confdialog.cxx:6864 msgid "Visit hamQTH web site" msgstr "" -#: src/dialogs/confdialog.cxx:6761 +#: src/dialogs/confdialog.cxx:6871 msgid "Data base lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6765 +#: src/dialogs/confdialog.cxx:6875 msgid "Do not use callsign database" msgstr "" -#: src/dialogs/confdialog.cxx:6771 +#: src/dialogs/confdialog.cxx:6881 msgid "QRZ cdrom" msgstr "" -#: src/dialogs/confdialog.cxx:6772 +#: src/dialogs/confdialog.cxx:6882 msgid "Use CD or hard drive CD image" msgstr "" -#: src/dialogs/confdialog.cxx:6777 +#: src/dialogs/confdialog.cxx:6887 msgid "QRZ.com" msgstr "" -#: src/dialogs/confdialog.cxx:6778 +#: src/dialogs/confdialog.cxx:6888 msgid "" "You need a paid QRZ online\n" "subscription to access" msgstr "" -#: src/dialogs/confdialog.cxx:6783 +#: src/dialogs/confdialog.cxx:6893 msgid "Hamcall.net" msgstr "" -#: src/dialogs/confdialog.cxx:6784 +#: src/dialogs/confdialog.cxx:6894 msgid "" "You need a paid Hamcall online\n" "subscription to access" msgstr "" -#: src/dialogs/confdialog.cxx:6789 +#: src/dialogs/confdialog.cxx:6899 msgid "HamQTH.com (free service http://www.hamqth.com)" msgstr "" -#: src/dialogs/confdialog.cxx:6790 +#: src/dialogs/confdialog.cxx:6900 msgid "Free service courtesy of OK" msgstr "" -#: src/dialogs/confdialog.cxx:6795 +#: src/dialogs/confdialog.cxx:6905 msgid "Callook.info lookup (free service US callsigns only)" msgstr "" -#: src/dialogs/confdialog.cxx:6801 +#: src/dialogs/confdialog.cxx:6911 msgid "at:" msgstr "" -#: src/dialogs/confdialog.cxx:6802 +#: src/dialogs/confdialog.cxx:6912 msgid "" "ie: /home/dave/CALLBK/ or C:/CALLBK/\n" "Leave blank to search for database" msgstr "" -#: src/dialogs/confdialog.cxx:6816 +#: src/dialogs/confdialog.cxx:6926 msgid "User name" msgstr "" -#: src/dialogs/confdialog.cxx:6817 src/dialogs/confdialog.cxx:6858 -#: src/dialogs/confdialog.cxx:6893 +#: src/dialogs/confdialog.cxx:6927 src/dialogs/confdialog.cxx:6968 +#: src/dialogs/confdialog.cxx:7003 msgid "Your login name" msgstr "" -#: src/dialogs/confdialog.cxx:6831 src/dialogs/confdialog.cxx:6872 +#: src/dialogs/confdialog.cxx:6941 src/dialogs/confdialog.cxx:6982 msgid "Password" msgstr "" -#: src/dialogs/confdialog.cxx:6832 src/dialogs/confdialog.cxx:6873 +#: src/dialogs/confdialog.cxx:6942 src/dialogs/confdialog.cxx:6983 msgid "Your login password" msgstr "" -#: src/dialogs/confdialog.cxx:6847 src/dialogs/confdialog.cxx:6888 +#: src/dialogs/confdialog.cxx:6957 src/dialogs/confdialog.cxx:6998 msgid "Show" msgstr "" -#: src/dialogs/confdialog.cxx:6848 src/dialogs/confdialog.cxx:6889 +#: src/dialogs/confdialog.cxx:6958 src/dialogs/confdialog.cxx:6999 msgid "Show password in plain text" msgstr "" -#: src/dialogs/confdialog.cxx:6855 +#: src/dialogs/confdialog.cxx:6965 msgid "eQSL" msgstr "" -#: src/dialogs/confdialog.cxx:6857 +#: src/dialogs/confdialog.cxx:6967 msgid "User ID" msgstr "" -#: src/dialogs/confdialog.cxx:6892 +#: src/dialogs/confdialog.cxx:7002 msgid "QTH Nickname" msgstr "" -#: src/dialogs/confdialog.cxx:6907 +#: src/dialogs/confdialog.cxx:7017 msgid "Options" msgstr "" -#: src/dialogs/confdialog.cxx:6910 +#: src/dialogs/confdialog.cxx:7020 msgid "send when logged (log button, , )" msgstr "" -#: src/dialogs/confdialog.cxx:6911 +#: src/dialogs/confdialog.cxx:7021 msgid "eQSL upload when record logged" msgstr "" -#: src/dialogs/confdialog.cxx:6916 +#: src/dialogs/confdialog.cxx:7026 msgid "Default message" msgstr "" -#: src/dialogs/confdialog.cxx:6917 +#: src/dialogs/confdialog.cxx:7027 msgid "Default message sent with eQSL" msgstr "" -#: src/dialogs/confdialog.cxx:6931 +#: src/dialogs/confdialog.cxx:7041 msgid "Text Tags (tags use {} delimiters)" msgstr "" -#: src/dialogs/confdialog.cxx:6934 +#: src/dialogs/confdialog.cxx:7044 msgid "{CALL} other ops call sign" msgstr "" -#: src/dialogs/confdialog.cxx:6937 +#: src/dialogs/confdialog.cxx:7047 msgid "{MODE} full mode / submode" msgstr "" -#: src/dialogs/confdialog.cxx:6940 +#: src/dialogs/confdialog.cxx:7050 msgid "{NAME} other ops name" msgstr "" -#: src/dialogs/confdialog.cxx:6943 +#: src/dialogs/confdialog.cxx:7053 msgid "These tags can also be used in " msgstr "" -#: src/dialogs/confdialog.cxx:6963 +#: src/dialogs/confdialog.cxx:7073 msgid "Restore defaults" msgstr "" Binary files /tmp/LyV1CoLO60/fldigi-3.21.33/po/fr.gmo and /tmp/ZErsrKKh5m/fldigi-3.21.34/po/fr.gmo differ diff -Nru fldigi-3.21.33/po/fr.po fldigi-3.21.34/po/fr.po --- fldigi-3.21.33/po/fr.po 2011-12-10 22:01:26.000000000 +0000 +++ fldigi-3.21.34/po/fr.po 2011-12-24 18:32:38.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: fldigi 3.11\n" "Report-Msgid-Bugs-To: w1hkj AT w1hkj DOT com\n" -"POT-Creation-Date: 2011-12-10 16:01-0600\n" +"POT-Creation-Date: 2011-12-24 12:32-0600\n" "PO-Revision-Date: 2010-03-06 13:04+0200\n" "Last-Translator: Stephane Fillod \n" "Language-Team: French\n" @@ -73,7 +73,7 @@ msgid "&Weather Fax Image" msgstr "" -#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3395 +#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3474 msgid "Contest" msgstr "Contest" @@ -94,8 +94,8 @@ msgstr "Tous" #: src/dialogs/fl_digi.cxx:164 src/waterfall/waterfall.cxx:2080 -#: src/dialogs/confdialog.cxx:3342 src/dialogs/confdialog.cxx:6734 -#: src/dialogs/confdialog.cxx:6764 +#: src/dialogs/confdialog.cxx:3421 src/dialogs/confdialog.cxx:6844 +#: src/dialogs/confdialog.cxx:6874 msgid "None" msgstr "Aucun" @@ -150,7 +150,7 @@ #: src/dialogs/fl_digi.cxx:2403 src/dialogs/fl_digi.cxx:2415 #: src/dialogs/fl_digi.cxx:3152 src/dialogs/fl_digi.cxx:3943 #: src/dialogs/fl_digi.cxx:4141 src/dialogs/fl_digi.cxx:4246 -#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:6957 +#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:7067 msgid "Save" msgstr "Sauvegarde" @@ -213,7 +213,7 @@ #: src/dialogs/fl_digi.cxx:1614 src/dialogs/Viewer.cxx:266 #: src/misc/debug.cxx:278 src/misc/macroedit.cxx:361 src/mfsk/mfsk-pic.cxx:376 #: src/spot/notify.cxx:512 src/spot/notify.cxx:516 -#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:6960 +#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:7070 msgid "Close" msgstr "Fermer" @@ -319,7 +319,7 @@ msgid "NBEMS files..." msgstr "Fichiers NBEMS..." -#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3749 +#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3828 msgid "Macros" msgstr "" @@ -336,7 +336,7 @@ msgstr "" #: src/dialogs/fl_digi.cxx:2948 src/misc/debug.cxx:79 -#: src/dialogs/confdialog.cxx:5906 +#: src/dialogs/confdialog.cxx:6010 msgid "Audio" msgstr "Audio" @@ -348,7 +348,7 @@ msgid "TX generate" msgstr "Génération TX" -#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:5999 +#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:6103 msgid "Playback" msgstr "Sortie" @@ -360,7 +360,7 @@ msgid "&Configure" msgstr "&Configuration" -#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3185 +#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3264 msgid "Operator" msgstr "Opérateur" @@ -373,7 +373,7 @@ msgstr "Interface Utilisateur" #: src/dialogs/fl_digi.cxx:3098 src/dialogs/fl_digi.cxx:3129 -#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3912 +#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3991 msgid "Waterfall" msgstr "Chute d'eau" @@ -382,7 +382,7 @@ msgstr "Contrôles chute d'eau" #: src/dialogs/fl_digi.cxx:3100 src/dialogs/fl_digi.cxx:4913 -#: src/dialogs/confdialog.cxx:4245 +#: src/dialogs/confdialog.cxx:4324 msgid "Modems" msgstr "Modems" @@ -394,7 +394,7 @@ msgid "IDs" msgstr "IDs" -#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6350 +#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6460 msgid "Misc" msgstr "Divers" @@ -464,7 +464,7 @@ msgid "New" msgstr "Nouveau" -#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5495 +#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5599 msgid "Open..." msgstr "Ouvrir..." @@ -581,7 +581,7 @@ #: src/dialogs/fl_digi.cxx:4239 src/dialogs/fl_digi.cxx:4454 #: src/dialogs/Viewer.cxx:274 src/widgets/FTextView.cxx:476 #: src/widgets/FTextView.cxx:642 src/widgets/flinput2.cxx:47 -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Clear" msgstr "Effacer" @@ -953,7 +953,7 @@ msgstr "Echec mise-à-jour fichier %s" #: src/logger/rx_extract.cxx:189 src/logger/rx_extract.cxx:192 -#: src/dialogs/confdialog.cxx:6411 +#: src/dialogs/confdialog.cxx:6521 msgid "Locate flmsg executable" msgstr "" @@ -1417,7 +1417,7 @@ msgid "Save image as:" msgstr "Sauvegarde image sous:" -#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:3975 +#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:4054 msgid "Save..." msgstr "Sauvegarder..." @@ -1510,7 +1510,7 @@ msgid "Lock transmit frequency" msgstr "" -#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3832 +#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3911 msgid "Reverse" msgstr "Inverse" @@ -1552,11 +1552,11 @@ msgid "Memory Mapped Rig" msgstr "" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Open rig xml file" msgstr "Ouvrir fichier rig xml" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Fldigi rig xml definition file\t*.xml" msgstr "Fichier de définition rig xml\t*.xml" @@ -1705,7 +1705,7 @@ msgid "Look up call" msgstr "Recherche indicatif" -#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3500 +#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3579 #: src/logbook/lgbook.cxx:509 msgid "State" msgstr "État" @@ -1722,13 +1722,13 @@ msgid "RST(r)" msgstr "RST(r)" -#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3506 +#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3585 #: src/logbook/lgbook.cxx:533 src/logbook/lgbook.cxx:953 #: src/logbook/lgbook.cxx:1108 msgid "Exchange In" msgstr "" -#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3431 +#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3510 msgid "Serial number" msgstr "Numéro progressif" @@ -1752,11 +1752,11 @@ msgid "Last QSO" msgstr "Dernier QSO" -#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4322 +#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4400 msgid "Transmit" msgstr "Transmission" -#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4256 +#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4334 msgid "Receive" msgstr "Réception" @@ -2027,1776 +2027,1796 @@ msgid "Signal Level Colors" msgstr "Détecte le niveau de signal" -#: src/dialogs/confdialog.cxx:3176 +#: src/dialogs/confdialog.cxx:3255 msgid "Fldigi configuration" msgstr "" -#: src/dialogs/confdialog.cxx:3186 +#: src/dialogs/confdialog.cxx:3265 msgid "Operator information" msgstr "Information opérateur" -#: src/dialogs/confdialog.cxx:3189 +#: src/dialogs/confdialog.cxx:3268 msgid "Station" msgstr "Station" -#: src/dialogs/confdialog.cxx:3192 +#: src/dialogs/confdialog.cxx:3271 msgid "Callsign:" msgstr "Indicatif:" -#: src/dialogs/confdialog.cxx:3193 +#: src/dialogs/confdialog.cxx:3272 msgid "Operators callsign" msgstr "" -#: src/dialogs/confdialog.cxx:3206 +#: src/dialogs/confdialog.cxx:3285 msgid "Name:" msgstr "Nom:" -#: src/dialogs/confdialog.cxx:3207 +#: src/dialogs/confdialog.cxx:3286 msgid "Operators name" msgstr "Noms opérateurs" -#: src/dialogs/confdialog.cxx:3220 +#: src/dialogs/confdialog.cxx:3299 msgid "QTH:" msgstr "QTH:" -#: src/dialogs/confdialog.cxx:3221 +#: src/dialogs/confdialog.cxx:3300 msgid "Operators QTH" msgstr "QTH opérateurs" -#: src/dialogs/confdialog.cxx:3234 +#: src/dialogs/confdialog.cxx:3313 msgid "Locator:" msgstr "Locator:" -#: src/dialogs/confdialog.cxx:3235 +#: src/dialogs/confdialog.cxx:3314 msgid "Maidenhead locator as in EM64qv" msgstr "" -#: src/dialogs/confdialog.cxx:3250 +#: src/dialogs/confdialog.cxx:3329 msgid "Antenna:" msgstr "Antenne:" -#: src/dialogs/confdialog.cxx:3251 +#: src/dialogs/confdialog.cxx:3330 msgid "Short description of antenna" msgstr "" -#: src/dialogs/confdialog.cxx:3264 +#: src/dialogs/confdialog.cxx:3343 msgid "Test Signal - Do NOT use with transmitter" msgstr "" -#: src/dialogs/confdialog.cxx:3268 +#: src/dialogs/confdialog.cxx:3347 msgid "Noise on" msgstr "" -#: src/dialogs/confdialog.cxx:3273 +#: src/dialogs/confdialog.cxx:3352 msgid "dB" msgstr "" -#: src/dialogs/confdialog.cxx:3295 +#: src/dialogs/confdialog.cxx:3374 msgid "UI" msgstr "" -#: src/dialogs/confdialog.cxx:3299 +#: src/dialogs/confdialog.cxx:3378 #, fuzzy msgid "Browser" msgstr "Navigateur PSK" -#: src/dialogs/confdialog.cxx:3302 +#: src/dialogs/confdialog.cxx:3381 msgid "Channels, first channel starts at waterfall lower limit" msgstr "" -#: src/dialogs/confdialog.cxx:3303 +#: src/dialogs/confdialog.cxx:3382 msgid "Change # of psk viewer channels" msgstr "" -#: src/dialogs/confdialog.cxx:3320 +#: src/dialogs/confdialog.cxx:3399 msgid "Inactivity timeout" msgstr "" -#: src/dialogs/confdialog.cxx:3321 +#: src/dialogs/confdialog.cxx:3400 msgid "" "Clear channel text after\n" "# seconds of inactivity" msgstr "" -#: src/dialogs/confdialog.cxx:3337 +#: src/dialogs/confdialog.cxx:3416 msgid "Channel label" msgstr "" -#: src/dialogs/confdialog.cxx:3338 +#: src/dialogs/confdialog.cxx:3417 msgid "Appearance of label on each channel" msgstr "" -#: src/dialogs/confdialog.cxx:3342 +#: src/dialogs/confdialog.cxx:3421 #, fuzzy msgid "Audio frequency" msgstr "Ajuste fréquence curseur" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 #, fuzzy msgid "Radio frequency" msgstr "Fréquence" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 #, fuzzy msgid "Channel number" msgstr "Numéro progressif" -#: src/dialogs/confdialog.cxx:3346 src/dialogs/confdialog.cxx:4047 +#: src/dialogs/confdialog.cxx:3425 src/dialogs/confdialog.cxx:4126 msgid "Font..." msgstr "" -#: src/dialogs/confdialog.cxx:3347 +#: src/dialogs/confdialog.cxx:3426 #, fuzzy msgid "select browser font" msgstr "Sélection port série" -#: src/dialogs/confdialog.cxx:3350 +#: src/dialogs/confdialog.cxx:3429 msgid "Fixed Intervals" msgstr "" -#: src/dialogs/confdialog.cxx:3351 +#: src/dialogs/confdialog.cxx:3430 msgid "Force channel spacing to even 100 Hz increments" msgstr "" -#: src/dialogs/confdialog.cxx:3358 +#: src/dialogs/confdialog.cxx:3437 msgid "Continuous scrolling" msgstr "" -#: src/dialogs/confdialog.cxx:3359 +#: src/dialogs/confdialog.cxx:3438 msgid "" "ON - Marquee style\n" "OFF - Clear & restart" msgstr "" -#: src/dialogs/confdialog.cxx:3364 +#: src/dialogs/confdialog.cxx:3443 msgid "Lowest freq on bottom of viewer" msgstr "" -#: src/dialogs/confdialog.cxx:3365 +#: src/dialogs/confdialog.cxx:3444 msgid "Change positions of low to high channels" msgstr "" -#: src/dialogs/confdialog.cxx:3370 +#: src/dialogs/confdialog.cxx:3449 msgid "Play back history when active channel selected" msgstr "" -#: src/dialogs/confdialog.cxx:3371 +#: src/dialogs/confdialog.cxx:3450 msgid "Audio stream history decoded on selected signal" msgstr "" -#: src/dialogs/confdialog.cxx:3376 +#: src/dialogs/confdialog.cxx:3455 #, fuzzy msgid "Detection Level Colors" msgstr "Détecte le niveau de signal" -#: src/dialogs/confdialog.cxx:3379 +#: src/dialogs/confdialog.cxx:3458 #, fuzzy msgid "Backgnd" msgstr "Arrière plan" -#: src/dialogs/confdialog.cxx:3380 +#: src/dialogs/confdialog.cxx:3459 msgid "Background color of signal viewer squelch control" msgstr "" -#: src/dialogs/confdialog.cxx:3384 +#: src/dialogs/confdialog.cxx:3463 msgid "Button" msgstr "" -#: src/dialogs/confdialog.cxx:3385 +#: src/dialogs/confdialog.cxx:3464 msgid "Slider hilite color of signal viewer squelch control" msgstr "" -#: src/dialogs/confdialog.cxx:3397 +#: src/dialogs/confdialog.cxx:3476 msgid "Exchanges" msgstr "" -#: src/dialogs/confdialog.cxx:3400 +#: src/dialogs/confdialog.cxx:3479 msgid "Send:" msgstr "" -#: src/dialogs/confdialog.cxx:3402 src/logbook/lgbook.cxx:536 +#: src/dialogs/confdialog.cxx:3481 src/logbook/lgbook.cxx:536 #: src/logbook/lgbook.cxx:929 src/logbook/lgbook.cxx:1112 msgid "Exchange Out" msgstr "" -#: src/dialogs/confdialog.cxx:3403 +#: src/dialogs/confdialog.cxx:3482 msgid "free form exchange" msgstr "" -#: src/dialogs/confdialog.cxx:3417 +#: src/dialogs/confdialog.cxx:3496 msgid "RST always 599" msgstr "" -#: src/dialogs/confdialog.cxx:3418 +#: src/dialogs/confdialog.cxx:3497 msgid "Force RST in/out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3423 +#: src/dialogs/confdialog.cxx:3502 msgid "Send CW cut numbers" msgstr "" -#: src/dialogs/confdialog.cxx:3424 +#: src/dialogs/confdialog.cxx:3503 msgid "0 = T; 9 = N" msgstr "" -#: src/dialogs/confdialog.cxx:3434 +#: src/dialogs/confdialog.cxx:3513 msgid "Use leading zeros" msgstr "" -#: src/dialogs/confdialog.cxx:3435 +#: src/dialogs/confdialog.cxx:3514 msgid "Insert leading zeros into Xmtd serial number" msgstr "" -#: src/dialogs/confdialog.cxx:3440 +#: src/dialogs/confdialog.cxx:3519 msgid "Start" msgstr "" -#: src/dialogs/confdialog.cxx:3441 +#: src/dialogs/confdialog.cxx:3520 msgid "Starting number" msgstr "" -#: src/dialogs/confdialog.cxx:3456 +#: src/dialogs/confdialog.cxx:3535 msgid "Digits" msgstr "" -#: src/dialogs/confdialog.cxx:3457 +#: src/dialogs/confdialog.cxx:3536 msgid "Number of digits in serial number" msgstr "" -#: src/dialogs/confdialog.cxx:3473 +#: src/dialogs/confdialog.cxx:3552 msgid "Reset" msgstr "" -#: src/dialogs/confdialog.cxx:3474 +#: src/dialogs/confdialog.cxx:3553 msgid "Initialize the QSO logging fields" msgstr "" -#: src/dialogs/confdialog.cxx:3479 +#: src/dialogs/confdialog.cxx:3558 msgid "Duplicate check, CALL plus" msgstr "" -#: src/dialogs/confdialog.cxx:3482 +#: src/dialogs/confdialog.cxx:3561 msgid "On/Off" msgstr "" -#: src/dialogs/confdialog.cxx:3483 +#: src/dialogs/confdialog.cxx:3562 msgid "Check for duplicates" msgstr "" -#: src/dialogs/confdialog.cxx:3488 src/dialogs/notifydialog.cxx:188 +#: src/dialogs/confdialog.cxx:3567 src/dialogs/notifydialog.cxx:188 #: src/logbook/lgbook.cxx:468 msgid "Band" msgstr "Bande" -#: src/dialogs/confdialog.cxx:3489 +#: src/dialogs/confdialog.cxx:3568 msgid "Bands must match" msgstr "" -#: src/dialogs/confdialog.cxx:3494 src/dialogs/notifydialog.cxx:191 +#: src/dialogs/confdialog.cxx:3573 src/dialogs/notifydialog.cxx:191 #: src/logbook/lgbook.cxx:471 src/logbook/lgbook.cxx:656 #: src/logbook/lgbook.cxx:1025 src/logbook/lgbook.cxx:1080 msgid "Mode" msgstr "Mode" -#: src/dialogs/confdialog.cxx:3495 +#: src/dialogs/confdialog.cxx:3574 msgid "Mode must match" msgstr "" -#: src/dialogs/confdialog.cxx:3501 +#: src/dialogs/confdialog.cxx:3580 msgid "State must match" msgstr "" -#: src/dialogs/confdialog.cxx:3507 +#: src/dialogs/confdialog.cxx:3586 msgid "free form 1 must match" msgstr "" -#: src/dialogs/confdialog.cxx:3512 +#: src/dialogs/confdialog.cxx:3591 msgid "Time span over" msgstr "" -#: src/dialogs/confdialog.cxx:3513 +#: src/dialogs/confdialog.cxx:3592 msgid "QSO must not occur within a time period of" msgstr "" -#: src/dialogs/confdialog.cxx:3518 +#: src/dialogs/confdialog.cxx:3597 msgid "minutes" msgstr "minutes" -#: src/dialogs/confdialog.cxx:3519 +#: src/dialogs/confdialog.cxx:3598 msgid "Enter time span in minutes" msgstr "" -#: src/dialogs/confdialog.cxx:3535 +#: src/dialogs/confdialog.cxx:3614 msgid "Dup Color" msgstr "" -#: src/dialogs/confdialog.cxx:3536 +#: src/dialogs/confdialog.cxx:3615 msgid "Left click to select dup color" msgstr "" -#: src/dialogs/confdialog.cxx:3548 src/dialogs/confdialog.cxx:4253 -#: src/dialogs/confdialog.cxx:5037 src/dialogs/confdialog.cxx:6519 +#: src/dialogs/confdialog.cxx:3627 src/dialogs/confdialog.cxx:4332 +#: src/dialogs/confdialog.cxx:5116 src/dialogs/confdialog.cxx:6629 msgid "General" msgstr "Général" -#: src/dialogs/confdialog.cxx:3552 +#: src/dialogs/confdialog.cxx:3631 msgid "Show tooltips" msgstr "Montrer infobulles" -#: src/dialogs/confdialog.cxx:3553 +#: src/dialogs/confdialog.cxx:3632 msgid "Enable / disable tooltips" msgstr "" -#: src/dialogs/confdialog.cxx:3559 +#: src/dialogs/confdialog.cxx:3638 msgid "Show menu icons" msgstr "Montrer icônes menu" -#: src/dialogs/confdialog.cxx:3560 +#: src/dialogs/confdialog.cxx:3639 msgid "Enable / disable icons on menus" msgstr "" -#: src/dialogs/confdialog.cxx:3565 +#: src/dialogs/confdialog.cxx:3644 msgid "UI scheme" msgstr "" -#: src/dialogs/confdialog.cxx:3566 +#: src/dialogs/confdialog.cxx:3645 msgid "Change application look and feel" msgstr "" -#: src/dialogs/confdialog.cxx:3575 +#: src/dialogs/confdialog.cxx:3654 msgid "Visible modes" msgstr "Modes visibles" -#: src/dialogs/confdialog.cxx:3576 +#: src/dialogs/confdialog.cxx:3655 msgid "Select modes for menu access" msgstr "" -#: src/dialogs/confdialog.cxx:3579 +#: src/dialogs/confdialog.cxx:3658 msgid "UI language" msgstr "" -#: src/dialogs/confdialog.cxx:3580 src/dialogs/confdialog.cxx:4168 +#: src/dialogs/confdialog.cxx:3659 src/dialogs/confdialog.cxx:4247 msgid "Changes take effect on next program startup" msgstr "Changements prenant effet lors du prochain redémarrage" -#: src/dialogs/confdialog.cxx:3590 +#: src/dialogs/confdialog.cxx:3669 msgid "Print CW / RTTY / THROB / CONTESTIA in lowercase" msgstr "" -#: src/dialogs/confdialog.cxx:3599 +#: src/dialogs/confdialog.cxx:3678 msgid "Logging" msgstr "" -#: src/dialogs/confdialog.cxx:3601 +#: src/dialogs/confdialog.cxx:3680 #, fuzzy msgid "Client/Server Logbook" msgstr "Sauvegarde journal" -#: src/dialogs/confdialog.cxx:3604 +#: src/dialogs/confdialog.cxx:3683 msgid "Address:" msgstr "" -#: src/dialogs/confdialog.cxx:3605 +#: src/dialogs/confdialog.cxx:3684 msgid "Enter URL address of server" msgstr "" -#: src/dialogs/confdialog.cxx:3609 src/dialogs/confdialog.cxx:6569 +#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:6679 msgid "Port:" msgstr "Port:" -#: src/dialogs/confdialog.cxx:3610 +#: src/dialogs/confdialog.cxx:3689 msgid "Enter Port # assigned to server" msgstr "" -#: src/dialogs/confdialog.cxx:3614 +#: src/dialogs/confdialog.cxx:3693 #, fuzzy msgid "Reconnect" msgstr "Connection" -#: src/dialogs/confdialog.cxx:3619 +#: src/dialogs/confdialog.cxx:3698 msgid "QSO logging" msgstr "" -#: src/dialogs/confdialog.cxx:3622 +#: src/dialogs/confdialog.cxx:3701 msgid "Prompt to save log" msgstr "" -#: src/dialogs/confdialog.cxx:3623 +#: src/dialogs/confdialog.cxx:3702 msgid "Bug me about saving log entries" msgstr "" -#: src/dialogs/confdialog.cxx:3628 +#: src/dialogs/confdialog.cxx:3707 msgid "Clear on save" msgstr "" -#: src/dialogs/confdialog.cxx:3629 +#: src/dialogs/confdialog.cxx:3708 msgid "Clear log entries after saving or using macro " msgstr "" -#: src/dialogs/confdialog.cxx:3634 +#: src/dialogs/confdialog.cxx:3713 msgid "Convert callsign to upper case" msgstr "" -#: src/dialogs/confdialog.cxx:3635 +#: src/dialogs/confdialog.cxx:3714 msgid "Force callsign field to UPPERCASE" msgstr "" -#: src/dialogs/confdialog.cxx:3640 +#: src/dialogs/confdialog.cxx:3719 msgid "Auto-fill Country and Azimuth" msgstr "" -#: src/dialogs/confdialog.cxx:3641 +#: src/dialogs/confdialog.cxx:3720 msgid "Fill in Country / Azimuth using cty.dat information" msgstr "" -#: src/dialogs/confdialog.cxx:3646 +#: src/dialogs/confdialog.cxx:3725 msgid "Sort by Date/Time OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3647 +#: src/dialogs/confdialog.cxx:3726 msgid "Sort by date/time OFF - effects all ADIF/Cabrillo reports" msgstr "" -#: src/dialogs/confdialog.cxx:3652 +#: src/dialogs/confdialog.cxx:3731 msgid "Date time ON == OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3653 +#: src/dialogs/confdialog.cxx:3732 msgid "Force date/time ON == date/time OFF" msgstr "" -#: src/dialogs/confdialog.cxx:3658 +#: src/dialogs/confdialog.cxx:3737 msgid "Default RST in to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3659 +#: src/dialogs/confdialog.cxx:3738 msgid "Clear log controls sets RST in to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3664 +#: src/dialogs/confdialog.cxx:3743 msgid "Default RST out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3665 +#: src/dialogs/confdialog.cxx:3744 msgid "Clear log controls sets RST out to 599" msgstr "" -#: src/dialogs/confdialog.cxx:3670 +#: src/dialogs/confdialog.cxx:3749 msgid "cty.dat pathname" msgstr "" -#: src/dialogs/confdialog.cxx:3671 +#: src/dialogs/confdialog.cxx:3750 msgid "Enter full path-filename for cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3684 +#: src/dialogs/confdialog.cxx:3763 #, fuzzy msgid "Browse" msgstr "Navigateur PSK" -#: src/dialogs/confdialog.cxx:3685 +#: src/dialogs/confdialog.cxx:3764 msgid "Locate cty.dat file" msgstr "" -#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:4346 +#: src/dialogs/confdialog.cxx:3767 src/dialogs/confdialog.cxx:4424 msgid "Default" msgstr "Défaut" -#: src/dialogs/confdialog.cxx:3689 +#: src/dialogs/confdialog.cxx:3768 #, fuzzy msgid "Restore cty.dat default folder" msgstr "Restaure défauts" -#: src/dialogs/confdialog.cxx:3692 +#: src/dialogs/confdialog.cxx:3771 msgid "Reload" msgstr "" -#: src/dialogs/confdialog.cxx:3693 +#: src/dialogs/confdialog.cxx:3772 msgid "Reload cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3696 +#: src/dialogs/confdialog.cxx:3775 msgid "Transmit Power" msgstr "" -#: src/dialogs/confdialog.cxx:3697 +#: src/dialogs/confdialog.cxx:3776 msgid "Tx power used for logbook entries" msgstr "" -#: src/dialogs/confdialog.cxx:3713 +#: src/dialogs/confdialog.cxx:3792 #, fuzzy msgid "Rx Text Capture" msgstr "Capture RX" -#: src/dialogs/confdialog.cxx:3716 +#: src/dialogs/confdialog.cxx:3795 msgid "Double-click to capture" msgstr "" -#: src/dialogs/confdialog.cxx:3717 +#: src/dialogs/confdialog.cxx:3796 msgid "Enable if you cannot use the middle mouse button" msgstr "" -#: src/dialogs/confdialog.cxx:3722 +#: src/dialogs/confdialog.cxx:3801 msgid "callsign tooltips in received text" msgstr "" -#: src/dialogs/confdialog.cxx:3723 +#: src/dialogs/confdialog.cxx:3802 msgid "Popup info after a 2 second hover on a callsign" msgstr "" -#: src/dialogs/confdialog.cxx:3728 +#: src/dialogs/confdialog.cxx:3807 msgid "Word delimiters" msgstr "" -#: src/dialogs/confdialog.cxx:3729 +#: src/dialogs/confdialog.cxx:3808 msgid "" "RX text QSO data entry is bounded by the non-word characters\n" "defined here. Tab and newline are automatically included." msgstr "" -#: src/dialogs/confdialog.cxx:3753 +#: src/dialogs/confdialog.cxx:3832 msgid "Mouse wheel active on macro buttons" msgstr "" -#: src/dialogs/confdialog.cxx:3754 +#: src/dialogs/confdialog.cxx:3833 msgid "enable mouse wheel control of macro bar" msgstr "" -#: src/dialogs/confdialog.cxx:3761 +#: src/dialogs/confdialog.cxx:3840 msgid "Number and position of macro bars" msgstr "" -#: src/dialogs/confdialog.cxx:3764 +#: src/dialogs/confdialog.cxx:3843 msgid "One bar (above waterfall)" msgstr "" -#: src/dialogs/confdialog.cxx:3769 +#: src/dialogs/confdialog.cxx:3848 msgid "One bar (below waterfall)" msgstr "" -#: src/dialogs/confdialog.cxx:3774 +#: src/dialogs/confdialog.cxx:3853 msgid "Two bars (scheme 1)" msgstr "" -#: src/dialogs/confdialog.cxx:3779 +#: src/dialogs/confdialog.cxx:3858 msgid "Two bars (scheme 2)" msgstr "" -#: src/dialogs/confdialog.cxx:3784 +#: src/dialogs/confdialog.cxx:3863 msgid "Two bars (scheme 3)" msgstr "" -#: src/dialogs/confdialog.cxx:3789 +#: src/dialogs/confdialog.cxx:3868 msgid "Two bars (scheme 4)" msgstr "" -#: src/dialogs/confdialog.cxx:3794 +#: src/dialogs/confdialog.cxx:3873 msgid "Two bars (scheme 5)" msgstr "" -#: src/dialogs/confdialog.cxx:3799 +#: src/dialogs/confdialog.cxx:3878 msgid "Two bars (scheme 6)" msgstr "" -#: src/dialogs/confdialog.cxx:3808 +#: src/dialogs/confdialog.cxx:3887 msgid "Load last used macro file on startup" msgstr "" -#: src/dialogs/confdialog.cxx:3809 +#: src/dialogs/confdialog.cxx:3888 msgid "" "ON - use last set of macros\n" "OFF - use default set" msgstr "" -#: src/dialogs/confdialog.cxx:3814 +#: src/dialogs/confdialog.cxx:3893 msgid "Display macro filename on startup" msgstr "" -#: src/dialogs/confdialog.cxx:3815 +#: src/dialogs/confdialog.cxx:3894 msgid "The filename is written to the RX text area" msgstr "" -#: src/dialogs/confdialog.cxx:3824 +#: src/dialogs/confdialog.cxx:3903 #, fuzzy msgid "WF Ctrls" msgstr "Contrôles" -#: src/dialogs/confdialog.cxx:3828 +#: src/dialogs/confdialog.cxx:3907 msgid "Enable check box to show each respective operator control" msgstr "" -#: src/dialogs/confdialog.cxx:3838 +#: src/dialogs/confdialog.cxx:3917 msgid "WF Magnification" msgstr "" -#: src/dialogs/confdialog.cxx:3844 +#: src/dialogs/confdialog.cxx:3923 msgid "WF carrier" msgstr "" -#: src/dialogs/confdialog.cxx:3850 +#: src/dialogs/confdialog.cxx:3929 msgid "WF Shift Controls" msgstr "" -#: src/dialogs/confdialog.cxx:3856 +#: src/dialogs/confdialog.cxx:3935 msgid "WF ref level" msgstr "" -#: src/dialogs/confdialog.cxx:3862 +#: src/dialogs/confdialog.cxx:3941 msgid "WF drop rate" msgstr "" -#: src/dialogs/confdialog.cxx:3868 +#: src/dialogs/confdialog.cxx:3947 msgid "WF amp span" msgstr "" -#: src/dialogs/confdialog.cxx:3874 +#: src/dialogs/confdialog.cxx:3953 msgid "WF Store" msgstr "" -#: src/dialogs/confdialog.cxx:3880 +#: src/dialogs/confdialog.cxx:3959 msgid "WF mode" msgstr "" -#: src/dialogs/confdialog.cxx:3886 +#: src/dialogs/confdialog.cxx:3965 msgid "QSY" msgstr "" -#: src/dialogs/confdialog.cxx:3892 +#: src/dialogs/confdialog.cxx:3971 msgid "XMT lock" msgstr "" -#: src/dialogs/confdialog.cxx:3898 +#: src/dialogs/confdialog.cxx:3977 msgid "Enable all" msgstr "" -#: src/dialogs/confdialog.cxx:3901 +#: src/dialogs/confdialog.cxx:3980 msgid "Disable all" msgstr "" -#: src/dialogs/confdialog.cxx:3917 +#: src/dialogs/confdialog.cxx:3996 msgid "Display" msgstr "Affichage" -#: src/dialogs/confdialog.cxx:3918 +#: src/dialogs/confdialog.cxx:3997 msgid "Colors and cursors" msgstr "Couleurs et curseurs" -#: src/dialogs/confdialog.cxx:3921 +#: src/dialogs/confdialog.cxx:4000 msgid "aa" msgstr "" -#: src/dialogs/confdialog.cxx:3936 src/dialogs/confdialog.cxx:3940 -#: src/dialogs/confdialog.cxx:3944 src/dialogs/confdialog.cxx:3948 -#: src/dialogs/confdialog.cxx:3952 src/dialogs/confdialog.cxx:3956 -#: src/dialogs/confdialog.cxx:3960 src/dialogs/confdialog.cxx:3964 -#: src/dialogs/confdialog.cxx:3968 src/dialogs/confdialog.cxx:3986 -#: src/dialogs/confdialog.cxx:3999 src/dialogs/confdialog.cxx:4012 -#: src/dialogs/confdialog.cxx:5245 +#: src/dialogs/confdialog.cxx:4015 src/dialogs/confdialog.cxx:4019 +#: src/dialogs/confdialog.cxx:4023 src/dialogs/confdialog.cxx:4027 +#: src/dialogs/confdialog.cxx:4031 src/dialogs/confdialog.cxx:4035 +#: src/dialogs/confdialog.cxx:4039 src/dialogs/confdialog.cxx:4043 +#: src/dialogs/confdialog.cxx:4047 src/dialogs/confdialog.cxx:4065 +#: src/dialogs/confdialog.cxx:4078 src/dialogs/confdialog.cxx:4091 +#: src/dialogs/confdialog.cxx:5324 msgid "Change color" msgstr "Change couleur" -#: src/dialogs/confdialog.cxx:3971 +#: src/dialogs/confdialog.cxx:4050 msgid "Load..." msgstr "Charge..." -#: src/dialogs/confdialog.cxx:3972 +#: src/dialogs/confdialog.cxx:4051 msgid "Load a new palette" msgstr "Charge une nouvelle palette" -#: src/dialogs/confdialog.cxx:3976 +#: src/dialogs/confdialog.cxx:4055 msgid "Save this palette" msgstr "" -#: src/dialogs/confdialog.cxx:3979 +#: src/dialogs/confdialog.cxx:4058 msgid "Bandwidth cursor" msgstr "" -#: src/dialogs/confdialog.cxx:3980 +#: src/dialogs/confdialog.cxx:4059 msgid "Show cursor with bandwidth lines" msgstr "" -#: src/dialogs/confdialog.cxx:3985 +#: src/dialogs/confdialog.cxx:4064 msgid "Cursor color" msgstr "" -#: src/dialogs/confdialog.cxx:3992 +#: src/dialogs/confdialog.cxx:4071 msgid "Cursor center line" msgstr "" -#: src/dialogs/confdialog.cxx:3993 +#: src/dialogs/confdialog.cxx:4072 msgid "Show cursor with center line" msgstr "" -#: src/dialogs/confdialog.cxx:3998 +#: src/dialogs/confdialog.cxx:4077 msgid "Center line color" msgstr "" -#: src/dialogs/confdialog.cxx:4005 +#: src/dialogs/confdialog.cxx:4084 msgid "Bandwidth tracks" msgstr "" -#: src/dialogs/confdialog.cxx:4006 src/dialogs/confdialog.cxx:4019 -#: src/dialogs/confdialog.cxx:4025 src/dialogs/confdialog.cxx:4031 +#: src/dialogs/confdialog.cxx:4085 src/dialogs/confdialog.cxx:4098 +#: src/dialogs/confdialog.cxx:4104 src/dialogs/confdialog.cxx:4110 msgid "Show bandwidth tracks on waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4011 +#: src/dialogs/confdialog.cxx:4090 msgid "Tracks color" msgstr "" -#: src/dialogs/confdialog.cxx:4018 +#: src/dialogs/confdialog.cxx:4097 msgid "Wide tracks" msgstr "" -#: src/dialogs/confdialog.cxx:4024 +#: src/dialogs/confdialog.cxx:4103 msgid "Wide center line" msgstr "" -#: src/dialogs/confdialog.cxx:4030 +#: src/dialogs/confdialog.cxx:4109 msgid "Wide cursor" msgstr "" -#: src/dialogs/confdialog.cxx:4038 +#: src/dialogs/confdialog.cxx:4117 msgid "Frequency scale" msgstr "" -#: src/dialogs/confdialog.cxx:4041 +#: src/dialogs/confdialog.cxx:4120 msgid "Always show audio frequencies" msgstr "" -#: src/dialogs/confdialog.cxx:4042 +#: src/dialogs/confdialog.cxx:4121 msgid "Audio or RF frequencies on waterfall scale" msgstr "" -#: src/dialogs/confdialog.cxx:4048 +#: src/dialogs/confdialog.cxx:4127 msgid "Select waterfall scale font" msgstr "" -#: src/dialogs/confdialog.cxx:4053 +#: src/dialogs/confdialog.cxx:4132 msgid "Transmit signal" msgstr "" -#: src/dialogs/confdialog.cxx:4056 +#: src/dialogs/confdialog.cxx:4135 msgid "Monitor transmitted signal" msgstr "" -#: src/dialogs/confdialog.cxx:4057 +#: src/dialogs/confdialog.cxx:4136 msgid "Show transmit signal on waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4062 +#: src/dialogs/confdialog.cxx:4141 msgid "Signal level" msgstr "Niveau signal" -#: src/dialogs/confdialog.cxx:4063 +#: src/dialogs/confdialog.cxx:4142 msgid "Set level for good viewing" msgstr "" -#: src/dialogs/confdialog.cxx:4085 +#: src/dialogs/confdialog.cxx:4164 msgid "FFT Processing" msgstr "" -#: src/dialogs/confdialog.cxx:4089 src/dialogs/confdialog.cxx:4366 +#: src/dialogs/confdialog.cxx:4168 src/dialogs/confdialog.cxx:4444 msgid "Lower limit" msgstr "" -#: src/dialogs/confdialog.cxx:4090 +#: src/dialogs/confdialog.cxx:4169 msgid "Low frequency limit in Hz" msgstr "" -#: src/dialogs/confdialog.cxx:4109 +#: src/dialogs/confdialog.cxx:4188 msgid "FFT latency (scan merging)" msgstr "" -#: src/dialogs/confdialog.cxx:4110 +#: src/dialogs/confdialog.cxx:4189 msgid "" "Latency increases frequency resolution,\n" "decreases time resolution. 1 = no scan merging" msgstr "" -#: src/dialogs/confdialog.cxx:4130 +#: src/dialogs/confdialog.cxx:4209 msgid "FFT averaging" msgstr "" -#: src/dialogs/confdialog.cxx:4131 +#: src/dialogs/confdialog.cxx:4210 msgid "Use averaging to decrease waterfall noise" msgstr "" -#: src/dialogs/confdialog.cxx:4136 +#: src/dialogs/confdialog.cxx:4215 msgid "FFT prefilter window function" msgstr "" -#: src/dialogs/confdialog.cxx:4137 +#: src/dialogs/confdialog.cxx:4216 msgid "Select the type of FFT prefilter" msgstr "" -#: src/dialogs/confdialog.cxx:4141 +#: src/dialogs/confdialog.cxx:4220 msgid "Rectangular" msgstr "" -#: src/dialogs/confdialog.cxx:4143 +#: src/dialogs/confdialog.cxx:4222 msgid "Triangular" msgstr "" -#: src/dialogs/confdialog.cxx:4146 src/dialogs/confdialog.cxx:4378 +#: src/dialogs/confdialog.cxx:4225 src/dialogs/confdialog.cxx:4456 msgid "Upper limit" msgstr "" -#: src/dialogs/confdialog.cxx:4147 +#: src/dialogs/confdialog.cxx:4226 msgid "High frequency limit in Hz" msgstr "" -#: src/dialogs/confdialog.cxx:4169 +#: src/dialogs/confdialog.cxx:4248 msgid "Show me more or less waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4172 +#: src/dialogs/confdialog.cxx:4251 msgid "Waterfall height in pixels" msgstr "" -#: src/dialogs/confdialog.cxx:4173 +#: src/dialogs/confdialog.cxx:4252 msgid "CPU usage increases with waterfall height" msgstr "" -#: src/dialogs/confdialog.cxx:4196 +#: src/dialogs/confdialog.cxx:4275 msgid "Mouse" msgstr "Souris" -#: src/dialogs/confdialog.cxx:4200 +#: src/dialogs/confdialog.cxx:4279 msgid "Left or right click always replays audio history" msgstr "" -#: src/dialogs/confdialog.cxx:4201 +#: src/dialogs/confdialog.cxx:4280 msgid "Replay trackline audio" msgstr "" -#: src/dialogs/confdialog.cxx:4206 +#: src/dialogs/confdialog.cxx:4285 msgid "Dragging on the waterfall scale changes frequency" msgstr "" -#: src/dialogs/confdialog.cxx:4207 +#: src/dialogs/confdialog.cxx:4286 msgid "Enable drag cursor on waterfall scale" msgstr "" -#: src/dialogs/confdialog.cxx:4212 +#: src/dialogs/confdialog.cxx:4291 msgid "Insert text on single left click" msgstr "" -#: src/dialogs/confdialog.cxx:4213 +#: src/dialogs/confdialog.cxx:4292 msgid "" "Insert special text in Rx panel\n" "when waterfall clicked" msgstr "" -#: src/dialogs/confdialog.cxx:4219 +#: src/dialogs/confdialog.cxx:4298 msgid "" "The string is replaced with\n" "the current modem and frequency" msgstr "" -#: src/dialogs/confdialog.cxx:4233 +#: src/dialogs/confdialog.cxx:4312 msgid "Wheel action" msgstr "" -#: src/dialogs/confdialog.cxx:4234 +#: src/dialogs/confdialog.cxx:4313 msgid "" "Select how the mouse wheel\n" "behaves inside the waterfall" msgstr "" -#: src/dialogs/confdialog.cxx:4250 src/dialogs/confdialog.cxx:6601 +#: src/dialogs/confdialog.cxx:4329 src/dialogs/confdialog.cxx:6711 msgid "CW" msgstr "" -#: src/dialogs/confdialog.cxx:4259 +#: src/dialogs/confdialog.cxx:4337 msgid "Filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4260 +#: src/dialogs/confdialog.cxx:4338 msgid "CW dsp filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4280 +#: src/dialogs/confdialog.cxx:4358 msgid "Tracking" msgstr "" -#: src/dialogs/confdialog.cxx:4281 +#: src/dialogs/confdialog.cxx:4359 msgid "Automatic Rx speed tracking" msgstr "" -#: src/dialogs/confdialog.cxx:4287 +#: src/dialogs/confdialog.cxx:4365 msgid "Tracking range (WPM)" msgstr "" -#: src/dialogs/confdialog.cxx:4288 +#: src/dialogs/confdialog.cxx:4366 msgid "Range +/- wpm" msgstr "" -#: src/dialogs/confdialog.cxx:4312 +#: src/dialogs/confdialog.cxx:4390 msgid "Tracked CW speed in WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4317 +#: src/dialogs/confdialog.cxx:4395 msgid "RX WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4325 +#: src/dialogs/confdialog.cxx:4403 msgid "TX WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4326 src/dialogs/confdialog.cxx:4391 +#: src/dialogs/confdialog.cxx:4404 src/dialogs/confdialog.cxx:4469 msgid "My transmit CW WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4347 +#: src/dialogs/confdialog.cxx:4425 msgid "The default CW speed" msgstr "" -#: src/dialogs/confdialog.cxx:4367 +#: src/dialogs/confdialog.cxx:4445 msgid "No slower than this" msgstr "" -#: src/dialogs/confdialog.cxx:4379 +#: src/dialogs/confdialog.cxx:4457 msgid "No faster than this" msgstr "" -#: src/dialogs/confdialog.cxx:4390 +#: src/dialogs/confdialog.cxx:4468 msgid "F-WPM" msgstr "" -#: src/dialogs/confdialog.cxx:4411 +#: src/dialogs/confdialog.cxx:4489 msgid "Use Farnsworth timing" msgstr "" -#: src/dialogs/confdialog.cxx:4420 +#: src/dialogs/confdialog.cxx:4498 msgid "Timing and QSK" msgstr "" -#: src/dialogs/confdialog.cxx:4422 +#: src/dialogs/confdialog.cxx:4501 msgid "Timing" msgstr "" -#: src/dialogs/confdialog.cxx:4425 +#: src/dialogs/confdialog.cxx:4504 msgid "Weight (%)" msgstr "" -#: src/dialogs/confdialog.cxx:4426 +#: src/dialogs/confdialog.cxx:4505 msgid "Dot to dot-space ratio" msgstr "" -#: src/dialogs/confdialog.cxx:4445 src/dialogs/confdialog.cxx:4446 +#: src/dialogs/confdialog.cxx:4524 src/dialogs/confdialog.cxx:4525 msgid "Dash to dot ratio" msgstr "" -#: src/dialogs/confdialog.cxx:4464 +#: src/dialogs/confdialog.cxx:4543 msgid "Edge timing" msgstr "" -#: src/dialogs/confdialog.cxx:4465 +#: src/dialogs/confdialog.cxx:4544 msgid "Leading and Trailing edge risetimes (msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4483 +#: src/dialogs/confdialog.cxx:4562 msgid "Edge shape" msgstr "" -#: src/dialogs/confdialog.cxx:4484 +#: src/dialogs/confdialog.cxx:4563 msgid "Raised cosine = Hanning" msgstr "" -#: src/dialogs/confdialog.cxx:4492 +#: src/dialogs/confdialog.cxx:4571 msgid "Edge decreases pulse width" msgstr "" -#: src/dialogs/confdialog.cxx:4493 +#: src/dialogs/confdialog.cxx:4572 msgid "Weight decreases with increasing edge timing" msgstr "" -#: src/dialogs/confdialog.cxx:4500 +#: src/dialogs/confdialog.cxx:4579 msgid "QSK" msgstr "" -#: src/dialogs/confdialog.cxx:4503 +#: src/dialogs/confdialog.cxx:4582 msgid "QSK on right audio channel" msgstr "" -#: src/dialogs/confdialog.cxx:4504 +#: src/dialogs/confdialog.cxx:4583 msgid "Generate square wave signal on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:4509 +#: src/dialogs/confdialog.cxx:4588 msgid "Pre-keydown timing (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:4510 +#: src/dialogs/confdialog.cxx:4589 msgid "Msec pre-keydown (+ is earlier in time)" msgstr "" -#: src/dialogs/confdialog.cxx:4528 +#: src/dialogs/confdialog.cxx:4607 msgid "Post-keydown timing (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:4529 +#: src/dialogs/confdialog.cxx:4608 msgid "Msec post-keydown (+ is earlier in time)" msgstr "" -#: src/dialogs/confdialog.cxx:4547 +#: src/dialogs/confdialog.cxx:4626 msgid "Send continuously" msgstr "" -#: src/dialogs/confdialog.cxx:4548 +#: src/dialogs/confdialog.cxx:4627 msgid "Send a continuous stream of test characters" msgstr "" -#: src/dialogs/confdialog.cxx:4553 +#: src/dialogs/confdialog.cxx:4632 msgid "Test char" msgstr "" -#: src/dialogs/confdialog.cxx:4554 +#: src/dialogs/confdialog.cxx:4633 msgid "Test character for QSK adjustment" msgstr "" -#: src/dialogs/confdialog.cxx:4565 +#: src/dialogs/confdialog.cxx:4644 msgid "Prosigns" msgstr "" -#: src/dialogs/confdialog.cxx:4570 +#: src/dialogs/confdialog.cxx:4649 msgid "Use '(' paren not KN" msgstr "" -#: src/dialogs/confdialog.cxx:4577 +#: src/dialogs/confdialog.cxx:4656 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4584 +#: src/dialogs/confdialog.cxx:4663 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4591 +#: src/dialogs/confdialog.cxx:4670 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4598 +#: src/dialogs/confdialog.cxx:4677 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4605 +#: src/dialogs/confdialog.cxx:4684 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4612 +#: src/dialogs/confdialog.cxx:4691 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4619 +#: src/dialogs/confdialog.cxx:4698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4626 +#: src/dialogs/confdialog.cxx:4705 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4633 +#: src/dialogs/confdialog.cxx:4712 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4646 +#: src/dialogs/confdialog.cxx:4725 msgid "DomEX" msgstr "" -#: src/dialogs/confdialog.cxx:4650 src/dialogs/confdialog.cxx:5327 +#: src/dialogs/confdialog.cxx:4729 src/dialogs/confdialog.cxx:5406 msgid "Secondary Text" msgstr "" -#: src/dialogs/confdialog.cxx:4651 src/dialogs/confdialog.cxx:5328 +#: src/dialogs/confdialog.cxx:4730 src/dialogs/confdialog.cxx:5407 msgid "Text to send during keyboard idle times" msgstr "" -#: src/dialogs/confdialog.cxx:4665 src/dialogs/confdialog.cxx:5342 +#: src/dialogs/confdialog.cxx:4744 src/dialogs/confdialog.cxx:5421 msgid "Filtering" msgstr "" -#: src/dialogs/confdialog.cxx:4666 +#: src/dialogs/confdialog.cxx:4745 msgid "Use DSP filter before decoder" msgstr "" -#: src/dialogs/confdialog.cxx:4672 src/dialogs/confdialog.cxx:5349 +#: src/dialogs/confdialog.cxx:4751 src/dialogs/confdialog.cxx:5428 msgid "Filter bandwidth factor" msgstr "" -#: src/dialogs/confdialog.cxx:4673 src/dialogs/confdialog.cxx:5350 +#: src/dialogs/confdialog.cxx:4752 src/dialogs/confdialog.cxx:5429 msgid "Filter bandwidth relative to signal width" msgstr "" -#: src/dialogs/confdialog.cxx:4691 +#: src/dialogs/confdialog.cxx:4770 msgid "FEC" msgstr "" -#: src/dialogs/confdialog.cxx:4692 +#: src/dialogs/confdialog.cxx:4771 msgid "Enable MultiPSK-compatible FEC" msgstr "" -#: src/dialogs/confdialog.cxx:4697 src/dialogs/confdialog.cxx:5368 +#: src/dialogs/confdialog.cxx:4776 src/dialogs/confdialog.cxx:5447 msgid "CWI threshold" msgstr "" -#: src/dialogs/confdialog.cxx:4698 src/dialogs/confdialog.cxx:5369 +#: src/dialogs/confdialog.cxx:4777 src/dialogs/confdialog.cxx:5448 msgid "CWI detection and suppression" msgstr "" -#: src/dialogs/confdialog.cxx:4714 src/dialogs/confdialog.cxx:5385 +#: src/dialogs/confdialog.cxx:4793 src/dialogs/confdialog.cxx:5464 msgid "Paths (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:4738 +#: src/dialogs/confdialog.cxx:4817 msgid "Feldhell" msgstr "" -#: src/dialogs/confdialog.cxx:4742 +#: src/dialogs/confdialog.cxx:4821 msgid "Transmit font" msgstr "" -#: src/dialogs/confdialog.cxx:4743 +#: src/dialogs/confdialog.cxx:4822 msgid "Select TX raster font" msgstr "" -#: src/dialogs/confdialog.cxx:4750 +#: src/dialogs/confdialog.cxx:4829 msgid "Reverse video" msgstr "Inverse vidéo" -#: src/dialogs/confdialog.cxx:4751 +#: src/dialogs/confdialog.cxx:4830 msgid "Display RX in reverse video" msgstr "" -#: src/dialogs/confdialog.cxx:4756 +#: src/dialogs/confdialog.cxx:4835 msgid "Transmit width" msgstr "" -#: src/dialogs/confdialog.cxx:4757 +#: src/dialogs/confdialog.cxx:4836 msgid "# of multiple scans / character line" msgstr "" -#: src/dialogs/confdialog.cxx:4772 +#: src/dialogs/confdialog.cxx:4851 msgid "Halve receive width" msgstr "" -#: src/dialogs/confdialog.cxx:4773 +#: src/dialogs/confdialog.cxx:4852 msgid "Compress Rx in time" msgstr "" -#: src/dialogs/confdialog.cxx:4778 +#: src/dialogs/confdialog.cxx:4857 msgid "Pulse shape" msgstr "" -#: src/dialogs/confdialog.cxx:4779 +#: src/dialogs/confdialog.cxx:4858 msgid "Raised cosine pulse shape factor" msgstr "" -#: src/dialogs/confdialog.cxx:4783 +#: src/dialogs/confdialog.cxx:4862 msgid "Slow (4 msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4784 +#: src/dialogs/confdialog.cxx:4863 msgid "Fast (2 msec)" msgstr "" -#: src/dialogs/confdialog.cxx:4787 src/dialogs/confdialog.cxx:5279 +#: src/dialogs/confdialog.cxx:4866 src/dialogs/confdialog.cxx:5358 msgid "Receive filter bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4788 src/dialogs/confdialog.cxx:5280 +#: src/dialogs/confdialog.cxx:4867 src/dialogs/confdialog.cxx:5359 msgid "Adjust the DSP bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4808 +#: src/dialogs/confdialog.cxx:4887 msgid "Transmit periods (.) when idle" msgstr "" -#: src/dialogs/confdialog.cxx:4809 +#: src/dialogs/confdialog.cxx:4888 msgid "Transmits a diddle dot when no keyboard activity" msgstr "" -#: src/dialogs/confdialog.cxx:4815 +#: src/dialogs/confdialog.cxx:4894 msgid "2x Xmt Width (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:4825 +#: src/dialogs/confdialog.cxx:4904 msgid "MT-63" msgstr "" -#: src/dialogs/confdialog.cxx:4830 +#: src/dialogs/confdialog.cxx:4909 msgid "64-bit (long) interleave" msgstr "" -#: src/dialogs/confdialog.cxx:4836 src/dialogs/confdialog.cxx:4951 -#: src/dialogs/confdialog.cxx:5023 +#: src/dialogs/confdialog.cxx:4915 src/dialogs/confdialog.cxx:5030 +#: src/dialogs/confdialog.cxx:5102 msgid "8-bit extended characters" msgstr "" -#: src/dialogs/confdialog.cxx:4837 src/dialogs/confdialog.cxx:4952 -#: src/dialogs/confdialog.cxx:5024 +#: src/dialogs/confdialog.cxx:4916 src/dialogs/confdialog.cxx:5031 +#: src/dialogs/confdialog.cxx:5103 msgid "Enable this for Latin-1 accented characters" msgstr "" -#: src/dialogs/confdialog.cxx:4842 +#: src/dialogs/confdialog.cxx:4921 msgid "Long receive integration" msgstr "" -#: src/dialogs/confdialog.cxx:4843 +#: src/dialogs/confdialog.cxx:4922 msgid "Enable for very weak signals" msgstr "" -#: src/dialogs/confdialog.cxx:4852 +#: src/dialogs/confdialog.cxx:4931 msgid "Transmit lower start tone" msgstr "" -#: src/dialogs/confdialog.cxx:4857 +#: src/dialogs/confdialog.cxx:4936 msgid "Transmit upper start tone" msgstr "" -#: src/dialogs/confdialog.cxx:4863 +#: src/dialogs/confdialog.cxx:4942 msgid "Tone Duration (secs)" msgstr "" -#: src/dialogs/confdialog.cxx:4879 +#: src/dialogs/confdialog.cxx:4958 msgid "Allow manual tuning" msgstr "" -#: src/dialogs/confdialog.cxx:4888 +#: src/dialogs/confdialog.cxx:4967 msgid "Olivia" msgstr "" -#: src/dialogs/confdialog.cxx:4892 src/dialogs/confdialog.cxx:4964 +#: src/dialogs/confdialog.cxx:4971 src/dialogs/confdialog.cxx:5043 msgid "Bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4893 src/dialogs/confdialog.cxx:4965 +#: src/dialogs/confdialog.cxx:4972 src/dialogs/confdialog.cxx:5044 msgid "Select bandwidth" msgstr "" -#: src/dialogs/confdialog.cxx:4900 src/dialogs/confdialog.cxx:4972 +#: src/dialogs/confdialog.cxx:4979 src/dialogs/confdialog.cxx:5051 msgid "Tones" msgstr "Tons" -#: src/dialogs/confdialog.cxx:4901 src/dialogs/confdialog.cxx:4973 +#: src/dialogs/confdialog.cxx:4980 src/dialogs/confdialog.cxx:5052 msgid "Select number of tones" msgstr "" -#: src/dialogs/confdialog.cxx:4908 src/dialogs/confdialog.cxx:4980 +#: src/dialogs/confdialog.cxx:4987 src/dialogs/confdialog.cxx:5059 msgid "Receive synchronizer" msgstr "" -#: src/dialogs/confdialog.cxx:4911 src/dialogs/confdialog.cxx:4983 +#: src/dialogs/confdialog.cxx:4990 src/dialogs/confdialog.cxx:5062 msgid "Tune margin (tone frequency spacing)" msgstr "" -#: src/dialogs/confdialog.cxx:4912 src/dialogs/confdialog.cxx:4931 -#: src/dialogs/confdialog.cxx:4984 src/dialogs/confdialog.cxx:5003 +#: src/dialogs/confdialog.cxx:4991 src/dialogs/confdialog.cxx:5010 +#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:5082 msgid "Change ONLY to experiment" msgstr "" -#: src/dialogs/confdialog.cxx:4930 src/dialogs/confdialog.cxx:5002 +#: src/dialogs/confdialog.cxx:5009 src/dialogs/confdialog.cxx:5081 msgid "Integration period (FEC blocks)" msgstr "Période d'intégration (FEC blocs)" -#: src/dialogs/confdialog.cxx:4960 +#: src/dialogs/confdialog.cxx:5039 #, fuzzy msgid "Contestia" msgstr "Contest" -#: src/dialogs/confdialog.cxx:5033 +#: src/dialogs/confdialog.cxx:5112 msgid "PSK" msgstr "PSK" -#: src/dialogs/confdialog.cxx:5039 +#: src/dialogs/confdialog.cxx:5118 msgid "AFC behavior" msgstr "Comportement AFC" -#: src/dialogs/confdialog.cxx:5042 +#: src/dialogs/confdialog.cxx:5121 msgid "Acquisition search range (Hz)" msgstr "" -#: src/dialogs/confdialog.cxx:5043 +#: src/dialogs/confdialog.cxx:5122 msgid "Capture signals within this frequency range" msgstr "" -#: src/dialogs/confdialog.cxx:5062 src/dialogs/confdialog.cxx:6470 +#: src/dialogs/confdialog.cxx:5141 src/dialogs/confdialog.cxx:6580 msgid "Acquisition S/N (dB)" msgstr "" -#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:6471 +#: src/dialogs/confdialog.cxx:5142 src/dialogs/confdialog.cxx:6581 msgid "Capture signals over this threshold" msgstr "" -#: src/dialogs/confdialog.cxx:5084 +#: src/dialogs/confdialog.cxx:5163 msgid "S/N and IMD behavior" msgstr "" -#: src/dialogs/confdialog.cxx:5087 +#: src/dialogs/confdialog.cxx:5166 msgid "after" msgstr "après" -#: src/dialogs/confdialog.cxx:5088 +#: src/dialogs/confdialog.cxx:5167 msgid "Behavior of s/n imd" msgstr "" -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Dim" msgstr "" -#: src/dialogs/confdialog.cxx:5095 +#: src/dialogs/confdialog.cxx:5174 msgid "seconds" msgstr "secondes" -#: src/dialogs/confdialog.cxx:5096 +#: src/dialogs/confdialog.cxx:5175 msgid "Will occur after this time in seconds" msgstr "" -#: src/dialogs/confdialog.cxx:5116 +#: src/dialogs/confdialog.cxx:5195 msgid "Multi-Channel Signal Processing" msgstr "" -#: src/dialogs/confdialog.cxx:5119 +#: src/dialogs/confdialog.cxx:5198 msgid "Multi-channel detector" msgstr "" -#: src/dialogs/confdialog.cxx:5124 +#: src/dialogs/confdialog.cxx:5203 msgid "Disable on very slow CPUs of if signal browser is not used" msgstr "" -#: src/dialogs/confdialog.cxx:5135 src/dialogs/confdialog.cxx:6620 +#: src/dialogs/confdialog.cxx:5214 src/dialogs/confdialog.cxx:6730 msgid "RTTY" msgstr "" -#: src/dialogs/confdialog.cxx:5139 +#: src/dialogs/confdialog.cxx:5218 msgid "Carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5140 +#: src/dialogs/confdialog.cxx:5219 msgid "Select carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5147 +#: src/dialogs/confdialog.cxx:5226 msgid "Baud rate" msgstr "" -#: src/dialogs/confdialog.cxx:5148 +#: src/dialogs/confdialog.cxx:5227 msgid "Select carrier baudrate" msgstr "" -#: src/dialogs/confdialog.cxx:5155 +#: src/dialogs/confdialog.cxx:5234 msgid "Bits per character" msgstr "" -#: src/dialogs/confdialog.cxx:5156 +#: src/dialogs/confdialog.cxx:5235 msgid "Select # bits / char" msgstr "" -#: src/dialogs/confdialog.cxx:5163 +#: src/dialogs/confdialog.cxx:5242 msgid "Parity" msgstr "Parité" -#: src/dialogs/confdialog.cxx:5164 +#: src/dialogs/confdialog.cxx:5243 msgid "Select parity" msgstr "" -#: src/dialogs/confdialog.cxx:5171 +#: src/dialogs/confdialog.cxx:5250 msgid "Stop bits" msgstr "Stop bits" -#: src/dialogs/confdialog.cxx:5172 +#: src/dialogs/confdialog.cxx:5251 msgid "Select # stop bits" msgstr "" -#: src/dialogs/confdialog.cxx:5181 +#: src/dialogs/confdialog.cxx:5260 msgid "AutoCRLF" msgstr "" -#: src/dialogs/confdialog.cxx:5182 +#: src/dialogs/confdialog.cxx:5261 msgid "Add CRLF after page width characters" msgstr "" -#: src/dialogs/confdialog.cxx:5187 +#: src/dialogs/confdialog.cxx:5266 msgid "CR-CR-LF" msgstr "" -#: src/dialogs/confdialog.cxx:5188 +#: src/dialogs/confdialog.cxx:5267 msgid "Use \"cr cr lf\" for \"cr lf\"" msgstr "" -#: src/dialogs/confdialog.cxx:5194 +#: src/dialogs/confdialog.cxx:5273 msgid "characters" msgstr "" -#: src/dialogs/confdialog.cxx:5195 +#: src/dialogs/confdialog.cxx:5274 msgid "Set page width" msgstr "" -#: src/dialogs/confdialog.cxx:5213 +#: src/dialogs/confdialog.cxx:5292 msgid "after:" msgstr "après:" -#: src/dialogs/confdialog.cxx:5218 +#: src/dialogs/confdialog.cxx:5297 msgid "Unshift On Space" msgstr "" -#: src/dialogs/confdialog.cxx:5221 +#: src/dialogs/confdialog.cxx:5300 msgid "RX" msgstr "" -#: src/dialogs/confdialog.cxx:5222 src/dialogs/confdialog.cxx:5228 -#: src/dialogs/confdialog.cxx:5239 +#: src/dialogs/confdialog.cxx:5301 src/dialogs/confdialog.cxx:5307 +#: src/dialogs/confdialog.cxx:5318 msgid "Revert to Unsifted char's on a space" msgstr "" -#: src/dialogs/confdialog.cxx:5227 +#: src/dialogs/confdialog.cxx:5306 msgid "TX" msgstr "" -#: src/dialogs/confdialog.cxx:5235 +#: src/dialogs/confdialog.cxx:5314 #, fuzzy msgid "Log RTTY frequency" msgstr "Ajuste fréquence curseur" -#: src/dialogs/confdialog.cxx:5238 +#: src/dialogs/confdialog.cxx:5317 msgid "Use MARK freq'" msgstr "" -#: src/dialogs/confdialog.cxx:5244 +#: src/dialogs/confdialog.cxx:5323 msgid "track clr" msgstr "" -#: src/dialogs/confdialog.cxx:5253 +#: src/dialogs/confdialog.cxx:5332 msgid "Use cross hair scope" msgstr "" -#: src/dialogs/confdialog.cxx:5254 +#: src/dialogs/confdialog.cxx:5333 msgid "Default to cross hair digiscope" msgstr "" -#: src/dialogs/confdialog.cxx:5259 src/dialogs/confdialog.cxx:6147 +#: src/dialogs/confdialog.cxx:5338 src/dialogs/confdialog.cxx:6261 msgid "Pseudo-FSK on right audio channel" msgstr "" -#: src/dialogs/confdialog.cxx:5260 +#: src/dialogs/confdialog.cxx:5339 msgid "Create square wave on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:5265 +#: src/dialogs/confdialog.cxx:5344 msgid "AFC speed" msgstr "" -#: src/dialogs/confdialog.cxx:5266 +#: src/dialogs/confdialog.cxx:5345 msgid "AFC tracking speed" msgstr "" -#: src/dialogs/confdialog.cxx:5273 +#: src/dialogs/confdialog.cxx:5352 msgid "X-agc (hidden)" msgstr "" -#: src/dialogs/confdialog.cxx:5300 +#: src/dialogs/confdialog.cxx:5379 msgid "Custom shift" msgstr "" -#: src/dialogs/confdialog.cxx:5301 +#: src/dialogs/confdialog.cxx:5380 msgid "Input carrier shift" msgstr "" -#: src/dialogs/confdialog.cxx:5323 +#: src/dialogs/confdialog.cxx:5402 msgid "Thor" msgstr "Thor" -#: src/dialogs/confdialog.cxx:5343 +#: src/dialogs/confdialog.cxx:5422 msgid "Enable DSP prior to decoder" msgstr "" -#: src/dialogs/confdialog.cxx:5413 +#: src/dialogs/confdialog.cxx:5492 msgid "Rig" msgstr "" -#: src/dialogs/confdialog.cxx:5414 +#: src/dialogs/confdialog.cxx:5493 msgid "Transceiver control" msgstr "Contrôle transceiver" -#: src/dialogs/confdialog.cxx:5418 +#: src/dialogs/confdialog.cxx:5497 msgid "Hardware PTT" msgstr "PTT matériel" -#: src/dialogs/confdialog.cxx:5419 +#: src/dialogs/confdialog.cxx:5500 src/dialogs/confdialog.cxx:6248 +msgid "PTT tone on right audio channel " +msgstr "Tonalité PTT sur le canal audio droit " + +#: src/dialogs/confdialog.cxx:5501 +msgid "Can be used in lieu of or in addition to other PTT types" +msgstr "Peut être utilisé à la place ou en plus d'autres types de PTT" + +#: src/dialogs/confdialog.cxx:5508 msgid "h/w ptt device-pin" msgstr "Brochage périphérique PTT matériel" -#: src/dialogs/confdialog.cxx:5422 src/dialogs/confdialog.cxx:5499 -#: src/dialogs/confdialog.cxx:5666 src/dialogs/confdialog.cxx:5920 -#: src/dialogs/confdialog.cxx:6085 +#: src/dialogs/confdialog.cxx:5511 src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5770 src/dialogs/confdialog.cxx:6024 +#: src/dialogs/confdialog.cxx:6189 msgid "Device:" msgstr "Périphérique:" -#: src/dialogs/confdialog.cxx:5423 +#: src/dialogs/confdialog.cxx:5512 msgid "Select serial port" msgstr "Sélection port série" -#: src/dialogs/confdialog.cxx:5426 +#: src/dialogs/confdialog.cxx:5515 msgid "Use RTS" msgstr "Utiliser RTS" -#: src/dialogs/confdialog.cxx:5427 +#: src/dialogs/confdialog.cxx:5516 msgid "RTS is PTT signal line" msgstr "RTS est la ligne de signal PTT" -#: src/dialogs/confdialog.cxx:5431 +#: src/dialogs/confdialog.cxx:5520 msgid "RTS = +V" msgstr "RTS = +V" -#: src/dialogs/confdialog.cxx:5432 +#: src/dialogs/confdialog.cxx:5521 msgid "Initial voltage on RTS" msgstr "Voltage initial sur RTS" -#: src/dialogs/confdialog.cxx:5436 +#: src/dialogs/confdialog.cxx:5525 msgid "Use DTR" msgstr "Utiliser DTR" -#: src/dialogs/confdialog.cxx:5437 +#: src/dialogs/confdialog.cxx:5526 msgid "DTR is PTT signal line" msgstr "DTR est la ligne de signal PTT" -#: src/dialogs/confdialog.cxx:5441 +#: src/dialogs/confdialog.cxx:5530 msgid "DTR = +V" msgstr "DTR = +V" -#: src/dialogs/confdialog.cxx:5442 +#: src/dialogs/confdialog.cxx:5531 msgid "Initial voltage on DTR" msgstr "Voltage initial sur DTR" -#: src/dialogs/confdialog.cxx:5446 src/dialogs/confdialog.cxx:5580 -#: src/dialogs/confdialog.cxx:5800 src/dialogs/confdialog.cxx:5871 -#: src/dialogs/confdialog.cxx:5894 src/dialogs/confdialog.cxx:6584 +#: src/dialogs/confdialog.cxx:5535 src/dialogs/confdialog.cxx:5684 +#: src/dialogs/confdialog.cxx:5904 src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:5998 src/dialogs/confdialog.cxx:6694 msgid "Initialize" msgstr "Initialise" -#: src/dialogs/confdialog.cxx:5447 +#: src/dialogs/confdialog.cxx:5536 msgid "Initialize the H/W PTT interface" msgstr "Initialise l'interface PTT matérielle" -#: src/dialogs/confdialog.cxx:5450 +#: src/dialogs/confdialog.cxx:5539 msgid "Use separate serial port PTT" msgstr "Utiliser un port série PTT à part" -#: src/dialogs/confdialog.cxx:5455 +#: src/dialogs/confdialog.cxx:5544 msgid "Use parallel port PTT" msgstr "Utiliser un port parallèle PTT" -#: src/dialogs/confdialog.cxx:5460 +#: src/dialogs/confdialog.cxx:5549 msgid "Use uHRouter PTT" msgstr "Utiliser PTT uHRouter" -#: src/dialogs/confdialog.cxx:5469 src/dialogs/confdialog.cxx:6134 -msgid "PTT tone on right audio channel " -msgstr "Tonalité PTT sur le canal audio droit " +#: src/dialogs/confdialog.cxx:5556 +msgid "PTT delays valid for all CAT/PTT types" +msgstr "" -#: src/dialogs/confdialog.cxx:5470 -msgid "Can be used in lieu of or in addition to other PTT types" -msgstr "Peut être utilisé à la place ou en plus d'autres types de PTT" +#: src/dialogs/confdialog.cxx:5559 +msgid "Start of transmit PTT delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5560 +msgid "Delay NN msec before starting audio" +msgstr "" + +#: src/dialogs/confdialog.cxx:5569 +msgid "PTT end of transmit delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5570 +msgid "Delay NN msec before releasing PTT" +msgstr "" -#: src/dialogs/confdialog.cxx:5479 +#: src/dialogs/confdialog.cxx:5583 msgid "RigCAT" msgstr "RigCAT" -#: src/dialogs/confdialog.cxx:5480 +#: src/dialogs/confdialog.cxx:5584 msgid "Rig Control using xml spec file" msgstr "Contrôle Rig grâce à un fichier de spec xml" -#: src/dialogs/confdialog.cxx:5482 +#: src/dialogs/confdialog.cxx:5586 msgid "Use RigCAT" msgstr "Utiliser RigCAT" -#: src/dialogs/confdialog.cxx:5483 +#: src/dialogs/confdialog.cxx:5587 msgid "RigCAT used for rig control" msgstr "" -#: src/dialogs/confdialog.cxx:5489 +#: src/dialogs/confdialog.cxx:5593 msgid "Rig description file:" msgstr "" -#: src/dialogs/confdialog.cxx:5490 +#: src/dialogs/confdialog.cxx:5594 msgid "Use Open to select descriptor file" msgstr "" -#: src/dialogs/confdialog.cxx:5496 +#: src/dialogs/confdialog.cxx:5600 msgid "Select rig descriptor file" msgstr "" -#: src/dialogs/confdialog.cxx:5500 +#: src/dialogs/confdialog.cxx:5604 msgid "Serial device" msgstr "Périphérique série" -#: src/dialogs/confdialog.cxx:5504 src/dialogs/confdialog.cxx:5671 +#: src/dialogs/confdialog.cxx:5608 src/dialogs/confdialog.cxx:5775 msgid "Retries" msgstr "" -#: src/dialogs/confdialog.cxx:5505 +#: src/dialogs/confdialog.cxx:5609 msgid "# retries before giving up" msgstr "" -#: src/dialogs/confdialog.cxx:5521 src/dialogs/confdialog.cxx:5765 +#: src/dialogs/confdialog.cxx:5625 src/dialogs/confdialog.cxx:5869 msgid "Retry interval (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5522 +#: src/dialogs/confdialog.cxx:5626 msgid "Time between retires in msec" msgstr "" -#: src/dialogs/confdialog.cxx:5538 src/dialogs/confdialog.cxx:5705 +#: src/dialogs/confdialog.cxx:5642 src/dialogs/confdialog.cxx:5809 msgid "Write delay (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5554 src/dialogs/confdialog.cxx:5739 +#: src/dialogs/confdialog.cxx:5658 src/dialogs/confdialog.cxx:5843 msgid "Baud rate:" msgstr "" -#: src/dialogs/confdialog.cxx:5555 +#: src/dialogs/confdialog.cxx:5659 msgid "Pick baud rate from list" msgstr "" -#: src/dialogs/confdialog.cxx:5561 src/dialogs/confdialog.cxx:5746 +#: src/dialogs/confdialog.cxx:5665 src/dialogs/confdialog.cxx:5850 msgid "Stopbits" msgstr "Bits stop" -#: src/dialogs/confdialog.cxx:5581 +#: src/dialogs/confdialog.cxx:5685 msgid "Initialize RigCAT interface" msgstr "Initialise interface RigCAT" -#: src/dialogs/confdialog.cxx:5584 +#: src/dialogs/confdialog.cxx:5688 msgid "Commands are echoed" msgstr "" -#: src/dialogs/confdialog.cxx:5585 +#: src/dialogs/confdialog.cxx:5689 msgid "Rig or interface echos serial data" msgstr "" -#: src/dialogs/confdialog.cxx:5590 +#: src/dialogs/confdialog.cxx:5694 msgid "CAT command for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5591 +#: src/dialogs/confdialog.cxx:5695 msgid "PTT is a CAT command (not hardware)" msgstr "" -#: src/dialogs/confdialog.cxx:5597 +#: src/dialogs/confdialog.cxx:5701 msgid "Toggle RTS for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5598 +#: src/dialogs/confdialog.cxx:5702 msgid "RTS is ptt line" msgstr "" -#: src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5707 msgid "Toggle DTR for PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5604 +#: src/dialogs/confdialog.cxx:5708 msgid "DTR is ptt line" msgstr "" -#: src/dialogs/confdialog.cxx:5609 +#: src/dialogs/confdialog.cxx:5713 msgid "RTS +12 v" msgstr "" -#: src/dialogs/confdialog.cxx:5610 src/dialogs/confdialog.cxx:5823 +#: src/dialogs/confdialog.cxx:5714 src/dialogs/confdialog.cxx:5927 msgid "Initial state of RTS" msgstr "" -#: src/dialogs/confdialog.cxx:5615 +#: src/dialogs/confdialog.cxx:5719 msgid "DTR +12 v" msgstr "" -#: src/dialogs/confdialog.cxx:5616 src/dialogs/confdialog.cxx:5817 +#: src/dialogs/confdialog.cxx:5720 src/dialogs/confdialog.cxx:5921 msgid "Initial state of DTR" msgstr "" -#: src/dialogs/confdialog.cxx:5621 src/dialogs/confdialog.cxx:5828 +#: src/dialogs/confdialog.cxx:5725 src/dialogs/confdialog.cxx:5932 msgid "RTS/CTS flow control" msgstr "Contrôle de flux RTS/CTS" -#: src/dialogs/confdialog.cxx:5622 +#: src/dialogs/confdialog.cxx:5726 msgid "Rig uses RTS/CTS handshake" msgstr "" -#: src/dialogs/confdialog.cxx:5627 src/dialogs/confdialog.cxx:5841 +#: src/dialogs/confdialog.cxx:5731 src/dialogs/confdialog.cxx:5945 msgid "Revert" msgstr "Inverse" -#: src/dialogs/confdialog.cxx:5628 src/dialogs/confdialog.cxx:5801 -#: src/dialogs/confdialog.cxx:5842 +#: src/dialogs/confdialog.cxx:5732 src/dialogs/confdialog.cxx:5905 +#: src/dialogs/confdialog.cxx:5946 msgid "Initialize hamlib interface" msgstr "Initialise interface hamlib" -#: src/dialogs/confdialog.cxx:5632 +#: src/dialogs/confdialog.cxx:5736 #, fuzzy msgid "VSP Enable" msgstr "Activé" -#: src/dialogs/confdialog.cxx:5633 +#: src/dialogs/confdialog.cxx:5737 msgid "Virtual Serial Port Emulator - suppress WARNINGS" msgstr "" -#: src/dialogs/confdialog.cxx:5642 +#: src/dialogs/confdialog.cxx:5746 msgid "Hamlib" msgstr "Hamlib" -#: src/dialogs/confdialog.cxx:5644 +#: src/dialogs/confdialog.cxx:5748 msgid "Use Hamlib" msgstr "Utilise Hamlib" -#: src/dialogs/confdialog.cxx:5645 +#: src/dialogs/confdialog.cxx:5749 msgid "Hamlib used for rig control" msgstr "Hamlib utilisé pour contrôle radio" -#: src/dialogs/confdialog.cxx:5651 +#: src/dialogs/confdialog.cxx:5755 msgid "Rig:" msgstr "Radio:" -#: src/dialogs/confdialog.cxx:5652 +#: src/dialogs/confdialog.cxx:5756 msgid "Select the rig by name" msgstr "Sélection de la radio par le nom" -#: src/dialogs/confdialog.cxx:5667 +#: src/dialogs/confdialog.cxx:5771 msgid "Serial port" msgstr "Port série" -#: src/dialogs/confdialog.cxx:5672 +#: src/dialogs/confdialog.cxx:5776 msgid "# times to resend command before giving up" msgstr "" -#: src/dialogs/confdialog.cxx:5688 +#: src/dialogs/confdialog.cxx:5792 msgid "Retry Interval (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5689 src/dialogs/confdialog.cxx:5766 +#: src/dialogs/confdialog.cxx:5793 src/dialogs/confdialog.cxx:5870 msgid "Msec's between retries" msgstr "" -#: src/dialogs/confdialog.cxx:5706 +#: src/dialogs/confdialog.cxx:5810 msgid "Msec's between sequential commands" msgstr "" -#: src/dialogs/confdialog.cxx:5722 +#: src/dialogs/confdialog.cxx:5826 msgid "Post write delay (ms)" msgstr "" -#: src/dialogs/confdialog.cxx:5723 +#: src/dialogs/confdialog.cxx:5827 msgid "Wait interval (msecs) before reading response" msgstr "" -#: src/dialogs/confdialog.cxx:5740 +#: src/dialogs/confdialog.cxx:5844 msgid "Serial port baud rate" msgstr "" -#: src/dialogs/confdialog.cxx:5785 +#: src/dialogs/confdialog.cxx:5889 msgid "Advanced configuration:" msgstr "Configuration avancée:" -#: src/dialogs/confdialog.cxx:5786 +#: src/dialogs/confdialog.cxx:5890 msgid "" "Optional configuration\n" "in format: param=val ..." @@ -3804,915 +3824,924 @@ "Configuration optionnelle\n" "au format: param=val ..." -#: src/dialogs/confdialog.cxx:5804 +#: src/dialogs/confdialog.cxx:5908 msgid "Sideband:" msgstr "Bande latérale:" -#: src/dialogs/confdialog.cxx:5805 +#: src/dialogs/confdialog.cxx:5909 msgid "" "Force the rig sideband. Takes\n" "effect when rig mode changes." msgstr "" -#: src/dialogs/confdialog.cxx:5809 +#: src/dialogs/confdialog.cxx:5913 msgid "PTT via Hamlib command" msgstr "PTT par commande Hamlib" -#: src/dialogs/confdialog.cxx:5810 +#: src/dialogs/confdialog.cxx:5914 msgid "PTT is a hamlib command" msgstr "PTT est un commande hamlib" -#: src/dialogs/confdialog.cxx:5816 +#: src/dialogs/confdialog.cxx:5920 msgid "DTR +12" msgstr "DTR +12" -#: src/dialogs/confdialog.cxx:5822 +#: src/dialogs/confdialog.cxx:5926 msgid "RTS +12" msgstr "RTS +12" -#: src/dialogs/confdialog.cxx:5829 +#: src/dialogs/confdialog.cxx:5933 msgid "Rig requires RTS/CTS flow control" msgstr "Radio requiert contrôle de flux RTS/CTS" -#: src/dialogs/confdialog.cxx:5835 +#: src/dialogs/confdialog.cxx:5939 msgid "XON/XOFF flow control" msgstr "Contrôle de flux XON/XOFF" -#: src/dialogs/confdialog.cxx:5836 +#: src/dialogs/confdialog.cxx:5940 msgid "Rig requires Xon/Xoff flow control" msgstr "Radio requiert contrôle de flux Xon/Xoff" -#: src/dialogs/confdialog.cxx:5850 +#: src/dialogs/confdialog.cxx:5954 msgid "MemMap" msgstr "" -#: src/dialogs/confdialog.cxx:5858 +#: src/dialogs/confdialog.cxx:5962 msgid "" "Control via Memory Mapped\n" "shared variables\n" "i.e.: Kachina program" msgstr "" -#: src/dialogs/confdialog.cxx:5860 +#: src/dialogs/confdialog.cxx:5964 msgid "Use Memmap" msgstr "" -#: src/dialogs/confdialog.cxx:5861 +#: src/dialogs/confdialog.cxx:5965 msgid "Rig control via memory mapped Kachina" msgstr "" -#: src/dialogs/confdialog.cxx:5866 +#: src/dialogs/confdialog.cxx:5970 msgid "Use Memmap PTT" msgstr "" -#: src/dialogs/confdialog.cxx:5872 +#: src/dialogs/confdialog.cxx:5976 msgid "Initialize Memmap interface" msgstr "" -#: src/dialogs/confdialog.cxx:5879 +#: src/dialogs/confdialog.cxx:5983 msgid "XML-RPC" msgstr "" -#: src/dialogs/confdialog.cxx:5887 +#: src/dialogs/confdialog.cxx:5991 msgid "" "Rig control via external\n" "program using xmlrpc\n" "remote calls." msgstr "" -#: src/dialogs/confdialog.cxx:5889 +#: src/dialogs/confdialog.cxx:5993 msgid "Use XML-RPC program" msgstr "" -#: src/dialogs/confdialog.cxx:5890 +#: src/dialogs/confdialog.cxx:5994 msgid "Experimental" msgstr "Expérimental" -#: src/dialogs/confdialog.cxx:5895 +#: src/dialogs/confdialog.cxx:5999 msgid "Initialize XML-RPC rig control" msgstr "" -#: src/dialogs/confdialog.cxx:5907 +#: src/dialogs/confdialog.cxx:6011 msgid "Audio devices" msgstr "Périphériques audio" -#: src/dialogs/confdialog.cxx:5911 +#: src/dialogs/confdialog.cxx:6015 msgid "Devices" msgstr "Périphériques" -#: src/dialogs/confdialog.cxx:5914 +#: src/dialogs/confdialog.cxx:6018 msgid "OSS" msgstr "" -#: src/dialogs/confdialog.cxx:5915 +#: src/dialogs/confdialog.cxx:6019 msgid "Use OSS audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5921 +#: src/dialogs/confdialog.cxx:6025 msgid "Select device" msgstr "" -#: src/dialogs/confdialog.cxx:5929 +#: src/dialogs/confdialog.cxx:6033 msgid "PortAudio" msgstr "PortAudio" -#: src/dialogs/confdialog.cxx:5930 +#: src/dialogs/confdialog.cxx:6034 msgid "Use Port Audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5935 +#: src/dialogs/confdialog.cxx:6039 msgid "Capture:" msgstr "Capture:" -#: src/dialogs/confdialog.cxx:5936 +#: src/dialogs/confdialog.cxx:6040 msgid "Audio input device" msgstr "Périph. audio entrée" -#: src/dialogs/confdialog.cxx:5940 +#: src/dialogs/confdialog.cxx:6044 msgid "Playback:" msgstr "Sortie:" -#: src/dialogs/confdialog.cxx:5941 +#: src/dialogs/confdialog.cxx:6045 msgid "Audio output device" msgstr "Périph. audio sortie" -#: src/dialogs/confdialog.cxx:5949 +#: src/dialogs/confdialog.cxx:6053 msgid "PulseAudio" msgstr "PulseAudio" -#: src/dialogs/confdialog.cxx:5950 +#: src/dialogs/confdialog.cxx:6054 msgid "Use Pulse Audio server" msgstr "" -#: src/dialogs/confdialog.cxx:5955 +#: src/dialogs/confdialog.cxx:6059 msgid "Server string:" msgstr "" -#: src/dialogs/confdialog.cxx:5956 +#: src/dialogs/confdialog.cxx:6060 msgid "" "Leave this blank or refer to\n" "http://www.pulseaudio.org/wiki/ServerStrings" msgstr "" -#: src/dialogs/confdialog.cxx:5974 +#: src/dialogs/confdialog.cxx:6078 msgid "File I/O only" msgstr "E/S fichier seulement" -#: src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:6079 msgid "NO AUDIO DEVICE AVAILABLE (or testing)" msgstr "" -#: src/dialogs/confdialog.cxx:5984 +#: src/dialogs/confdialog.cxx:6088 msgid "Settings" msgstr "" -#: src/dialogs/confdialog.cxx:5986 +#: src/dialogs/confdialog.cxx:6090 msgid "Sample rate" msgstr "" -#: src/dialogs/confdialog.cxx:5989 +#: src/dialogs/confdialog.cxx:6093 msgid "Capture" msgstr "Capture" -#: src/dialogs/confdialog.cxx:5990 +#: src/dialogs/confdialog.cxx:6094 msgid "" "Force a specific sample rate. Select \"Native\" if \"Auto\"\n" "does not work well with your audio device." msgstr "" -#: src/dialogs/confdialog.cxx:6008 +#: src/dialogs/confdialog.cxx:6112 msgid "Converter" msgstr "" -#: src/dialogs/confdialog.cxx:6009 +#: src/dialogs/confdialog.cxx:6113 msgid "Set the type of resampler used of offset correction" msgstr "" -#: src/dialogs/confdialog.cxx:6016 +#: src/dialogs/confdialog.cxx:6120 msgid "Corrections" msgstr "" -#: src/dialogs/confdialog.cxx:6019 +#: src/dialogs/confdialog.cxx:6123 msgid "RX ppm" msgstr "" -#: src/dialogs/confdialog.cxx:6020 +#: src/dialogs/confdialog.cxx:6124 msgid "RX sound card correction" msgstr "" -#: src/dialogs/confdialog.cxx:6036 +#: src/dialogs/confdialog.cxx:6140 msgid "TX ppm" msgstr "" -#: src/dialogs/confdialog.cxx:6037 +#: src/dialogs/confdialog.cxx:6141 msgid "TX sound card correction" msgstr "" -#: src/dialogs/confdialog.cxx:6053 +#: src/dialogs/confdialog.cxx:6157 msgid "TX offset" msgstr "" -#: src/dialogs/confdialog.cxx:6054 +#: src/dialogs/confdialog.cxx:6158 msgid "Difference between Rx & Tx freq (rig offset)" msgstr "" -#: src/dialogs/confdialog.cxx:6074 +#: src/dialogs/confdialog.cxx:6178 msgid "Mixer" msgstr "Mixeur" -#: src/dialogs/confdialog.cxx:6076 +#: src/dialogs/confdialog.cxx:6180 msgid "OSS mixer" msgstr "Mixeur OSS" -#: src/dialogs/confdialog.cxx:6079 +#: src/dialogs/confdialog.cxx:6183 msgid "Manage mixer" msgstr "Gère le mixeur" -#: src/dialogs/confdialog.cxx:6080 +#: src/dialogs/confdialog.cxx:6184 msgid "Add mixer controls to main dialog" msgstr "" -#: src/dialogs/confdialog.cxx:6086 +#: src/dialogs/confdialog.cxx:6190 msgid "Select Mixer device" msgstr "" -#: src/dialogs/confdialog.cxx:6090 +#: src/dialogs/confdialog.cxx:6194 msgid "Mic In" msgstr "" -#: src/dialogs/confdialog.cxx:6091 +#: src/dialogs/confdialog.cxx:6195 msgid "Use microphone input" msgstr "" -#: src/dialogs/confdialog.cxx:6094 +#: src/dialogs/confdialog.cxx:6198 msgid "Line In" msgstr "" -#: src/dialogs/confdialog.cxx:6095 +#: src/dialogs/confdialog.cxx:6199 msgid "Use Line-In device" msgstr "" -#: src/dialogs/confdialog.cxx:6099 +#: src/dialogs/confdialog.cxx:6203 msgid "PCM" msgstr "" -#: src/dialogs/confdialog.cxx:6100 +#: src/dialogs/confdialog.cxx:6204 msgid "Set the sound card PCM level" msgstr "" -#: src/dialogs/confdialog.cxx:6120 +#: src/dialogs/confdialog.cxx:6224 #, fuzzy msgid "Right channel" msgstr "Canaux" -#: src/dialogs/confdialog.cxx:6122 +#: src/dialogs/confdialog.cxx:6226 +#, fuzzy +msgid "Mono audio output" +msgstr "Périph. audio sortie" + +#: src/dialogs/confdialog.cxx:6227 +msgid "Force output audio to single channel" +msgstr "" + +#: src/dialogs/confdialog.cxx:6232 msgid "Modem signal on left and right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6123 +#: src/dialogs/confdialog.cxx:6233 msgid "Left and right channels both contain modem audio" msgstr "" -#: src/dialogs/confdialog.cxx:6128 +#: src/dialogs/confdialog.cxx:6238 msgid "Reverse Left/Right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6129 +#: src/dialogs/confdialog.cxx:6239 #, fuzzy msgid "Software reversal of left-right audio channels" msgstr "Tonalité PTT sur le canal audio droit " -#: src/dialogs/confdialog.cxx:6135 +#: src/dialogs/confdialog.cxx:6244 +msgid "" +"...\n" +"These controls are on other tabs.\n" +"They are replicated here for convenience.\n" +"You may change the state from either location.\n" +"..." +msgstr "" + +#: src/dialogs/confdialog.cxx:6249 #, fuzzy msgid "" "1000 Hz tone when PTT enabled\n" "Can be used in lieu of or in addition to other PTT types" msgstr "Peut être utilisé à la place ou en plus d'autres types de PTT" -#: src/dialogs/confdialog.cxx:6141 +#: src/dialogs/confdialog.cxx:6255 #, fuzzy msgid "CW QSK signal on right channel" msgstr "Tonalité PTT sur le canal audio droit " -#: src/dialogs/confdialog.cxx:6142 +#: src/dialogs/confdialog.cxx:6256 msgid "Generate 1000 Hz square wave signal on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6148 +#: src/dialogs/confdialog.cxx:6262 msgid "Create 1000 Hz square wave on right channel" msgstr "" -#: src/dialogs/confdialog.cxx:6153 -msgid "" -"...\n" -"These controls are on other tabs.\n" -"They are replicated here for convenience.\n" -"You may change the state from either location.\n" -"..." -msgstr "" - -#: src/dialogs/confdialog.cxx:6165 +#: src/dialogs/confdialog.cxx:6275 msgid "ID" msgstr "ID" -#: src/dialogs/confdialog.cxx:6167 +#: src/dialogs/confdialog.cxx:6277 msgid "Video Preamble ID" msgstr "" -#: src/dialogs/confdialog.cxx:6170 +#: src/dialogs/confdialog.cxx:6280 msgid "Transmit mode ID" msgstr "" -#: src/dialogs/confdialog.cxx:6171 +#: src/dialogs/confdialog.cxx:6281 msgid "Waterfall video ID" msgstr "" -#: src/dialogs/confdialog.cxx:6175 +#: src/dialogs/confdialog.cxx:6285 msgid "Transmit video text" msgstr "" -#: src/dialogs/confdialog.cxx:6176 +#: src/dialogs/confdialog.cxx:6286 msgid "Waterfall video text" msgstr "" -#: src/dialogs/confdialog.cxx:6181 +#: src/dialogs/confdialog.cxx:6291 msgid ":" msgstr "" -#: src/dialogs/confdialog.cxx:6182 +#: src/dialogs/confdialog.cxx:6292 msgid "" "Limit to a few characters,\n" "as in CQEM or IOTA etc." msgstr "" -#: src/dialogs/confdialog.cxx:6196 +#: src/dialogs/confdialog.cxx:6306 msgid "Use small font" msgstr "" -#: src/dialogs/confdialog.cxx:6197 +#: src/dialogs/confdialog.cxx:6307 msgid "" "ON - small font\n" "OFF - large font" msgstr "" -#: src/dialogs/confdialog.cxx:6203 +#: src/dialogs/confdialog.cxx:6313 msgid "Chars/Row:" msgstr "" -#: src/dialogs/confdialog.cxx:6204 +#: src/dialogs/confdialog.cxx:6314 msgid "Set the number of characters per row" msgstr "" -#: src/dialogs/confdialog.cxx:6224 +#: src/dialogs/confdialog.cxx:6334 msgid "500 Hz limit" msgstr "" -#: src/dialogs/confdialog.cxx:6229 +#: src/dialogs/confdialog.cxx:6339 msgid "Mode width limit" msgstr "" -#: src/dialogs/confdialog.cxx:6234 +#: src/dialogs/confdialog.cxx:6344 msgid "Video ID modes" msgstr "" -#: src/dialogs/confdialog.cxx:6239 +#: src/dialogs/confdialog.cxx:6349 msgid "CW Postamble ID" msgstr "" -#: src/dialogs/confdialog.cxx:6242 +#: src/dialogs/confdialog.cxx:6352 msgid "Transmit callsign" msgstr "" -#: src/dialogs/confdialog.cxx:6243 +#: src/dialogs/confdialog.cxx:6353 msgid "Send Callsign in CW at end of every transmission" msgstr "" -#: src/dialogs/confdialog.cxx:6248 +#: src/dialogs/confdialog.cxx:6358 msgid "Speed (WPM):" msgstr "Vitesse (WPM):" -#: src/dialogs/confdialog.cxx:6249 +#: src/dialogs/confdialog.cxx:6359 msgid "Send at this WPM" msgstr "" -#: src/dialogs/confdialog.cxx:6269 +#: src/dialogs/confdialog.cxx:6379 msgid "CW ID modes" msgstr "" -#: src/dialogs/confdialog.cxx:6274 +#: src/dialogs/confdialog.cxx:6384 msgid "Reed-Solomon ID (Rx)" msgstr "" -#: src/dialogs/confdialog.cxx:6277 +#: src/dialogs/confdialog.cxx:6387 msgid "Detector searches entire passband" msgstr "" -#: src/dialogs/confdialog.cxx:6278 +#: src/dialogs/confdialog.cxx:6388 msgid "" "ON - search over entire waterfall\n" "OFF - limit search to +/- 200 Hz" msgstr "" -#: src/dialogs/confdialog.cxx:6283 +#: src/dialogs/confdialog.cxx:6393 msgid "Mark previous frequency and mode" msgstr "" -#: src/dialogs/confdialog.cxx:6284 +#: src/dialogs/confdialog.cxx:6394 msgid "" "Insert RX text marker before\n" "changing frequency and modem" msgstr "" -#: src/dialogs/confdialog.cxx:6289 +#: src/dialogs/confdialog.cxx:6399 msgid "Reception disables detector" msgstr "" -#: src/dialogs/confdialog.cxx:6290 +#: src/dialogs/confdialog.cxx:6400 msgid "Disable further detection when RSID is received" msgstr "" -#: src/dialogs/confdialog.cxx:6297 +#: src/dialogs/confdialog.cxx:6407 msgid "Notifications only" msgstr "" -#: src/dialogs/confdialog.cxx:6298 +#: src/dialogs/confdialog.cxx:6408 msgid "" "Check this to be notified when an RSID is received\n" "without changing modem and frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6304 +#: src/dialogs/confdialog.cxx:6414 msgid "Receive modes" msgstr "Modes réception" -#: src/dialogs/confdialog.cxx:6307 +#: src/dialogs/confdialog.cxx:6417 #, fuzzy msgid "Squelch open (sec)" msgstr "Niveau squelch" -#: src/dialogs/confdialog.cxx:6308 +#: src/dialogs/confdialog.cxx:6418 msgid "Open squelch for nn sec if RSID detected" msgstr "" -#: src/dialogs/confdialog.cxx:6328 +#: src/dialogs/confdialog.cxx:6438 msgid "Reed-Solomon ID (Tx)" msgstr "" -#: src/dialogs/confdialog.cxx:6331 +#: src/dialogs/confdialog.cxx:6441 msgid "Transmit modes" msgstr "Modes transmission" -#: src/dialogs/confdialog.cxx:6336 +#: src/dialogs/confdialog.cxx:6446 msgid "Pre-Signal Tone" msgstr "" -#: src/dialogs/confdialog.cxx:6339 +#: src/dialogs/confdialog.cxx:6449 #, fuzzy msgid "Seconds" msgstr "secondes" -#: src/dialogs/confdialog.cxx:6340 +#: src/dialogs/confdialog.cxx:6450 msgid "Use for triggering amplifier carrier detect" msgstr "" -#: src/dialogs/confdialog.cxx:6354 +#: src/dialogs/confdialog.cxx:6464 msgid "CPU" msgstr "" -#: src/dialogs/confdialog.cxx:6359 +#: src/dialogs/confdialog.cxx:6469 msgid "Slow CPU (less than 700MHz)" msgstr "" -#: src/dialogs/confdialog.cxx:6360 +#: src/dialogs/confdialog.cxx:6470 msgid "Enable if you're computer does not decode properly" msgstr "" -#: src/dialogs/confdialog.cxx:6369 +#: src/dialogs/confdialog.cxx:6479 msgid "NBEMS" msgstr "" -#: src/dialogs/confdialog.cxx:6370 +#: src/dialogs/confdialog.cxx:6480 msgid "NBEMS data file interface" msgstr "" -#: src/dialogs/confdialog.cxx:6373 +#: src/dialogs/confdialog.cxx:6483 #, fuzzy msgid "Enable" msgstr "Activé" -#: src/dialogs/confdialog.cxx:6374 +#: src/dialogs/confdialog.cxx:6484 msgid "Extract files for use with external \"wrap / flmsg\" program" msgstr "" -#: src/dialogs/confdialog.cxx:6379 +#: src/dialogs/confdialog.cxx:6489 #, fuzzy msgid "Open message folder" msgstr "Ouvrir fichier macros" -#: src/dialogs/confdialog.cxx:6380 +#: src/dialogs/confdialog.cxx:6490 msgid "Opens NBEMS file folder upon successful capture" msgstr "" -#: src/dialogs/confdialog.cxx:6387 +#: src/dialogs/confdialog.cxx:6497 msgid "Reception of flmsg file" msgstr "" -#: src/dialogs/confdialog.cxx:6390 +#: src/dialogs/confdialog.cxx:6500 msgid "Open with flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6391 +#: src/dialogs/confdialog.cxx:6501 msgid "Open message with flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6396 +#: src/dialogs/confdialog.cxx:6506 msgid "flmsg:" msgstr "" -#: src/dialogs/confdialog.cxx:6397 +#: src/dialogs/confdialog.cxx:6507 msgid "Enter full path-filename for flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6410 +#: src/dialogs/confdialog.cxx:6520 msgid "Locate flmsg" msgstr "" -#: src/dialogs/confdialog.cxx:6414 +#: src/dialogs/confdialog.cxx:6524 #, fuzzy msgid "Open in browser" msgstr "Navigateur PSK" -#: src/dialogs/confdialog.cxx:6415 +#: src/dialogs/confdialog.cxx:6525 msgid "Open file with default browser" msgstr "" -#: src/dialogs/confdialog.cxx:6424 +#: src/dialogs/confdialog.cxx:6534 msgid "Pskmail" msgstr "Pskmail" -#: src/dialogs/confdialog.cxx:6427 +#: src/dialogs/confdialog.cxx:6537 msgid "Mail Server Attributes" msgstr "" -#: src/dialogs/confdialog.cxx:6430 +#: src/dialogs/confdialog.cxx:6540 msgid "Carrier frequency (Hz)" msgstr "Fréquence porteuse (Hz)" -#: src/dialogs/confdialog.cxx:6431 +#: src/dialogs/confdialog.cxx:6541 msgid "Default listen / transmit frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6450 +#: src/dialogs/confdialog.cxx:6560 msgid "Search range (Hz)" msgstr "Plage du recherche (Hz)" -#: src/dialogs/confdialog.cxx:6451 +#: src/dialogs/confdialog.cxx:6561 msgid "Listen for signals within this range" msgstr "" -#: src/dialogs/confdialog.cxx:6490 +#: src/dialogs/confdialog.cxx:6600 msgid "AFC range (Hz)" msgstr "Plage AFC (Hz)" -#: src/dialogs/confdialog.cxx:6491 +#: src/dialogs/confdialog.cxx:6601 msgid "Limit AFC movement to this range" msgstr "" -#: src/dialogs/confdialog.cxx:6510 +#: src/dialogs/confdialog.cxx:6620 msgid "Reset to Carrier" msgstr "" -#: src/dialogs/confdialog.cxx:6511 +#: src/dialogs/confdialog.cxx:6621 msgid "When no signal present" msgstr "" -#: src/dialogs/confdialog.cxx:6522 +#: src/dialogs/confdialog.cxx:6632 msgid "Report ARQ frames average S/N" msgstr "" -#: src/dialogs/confdialog.cxx:6531 +#: src/dialogs/confdialog.cxx:6641 msgid "Spotting" msgstr "" -#: src/dialogs/confdialog.cxx:6533 +#: src/dialogs/confdialog.cxx:6643 msgid "PSK Reporter" msgstr "" -#: src/dialogs/confdialog.cxx:6536 +#: src/dialogs/confdialog.cxx:6646 msgid "Automatically spot callsigns in decoded text" msgstr "" -#: src/dialogs/confdialog.cxx:6537 +#: src/dialogs/confdialog.cxx:6647 msgid "Parse all incoming text" msgstr "" -#: src/dialogs/confdialog.cxx:6542 +#: src/dialogs/confdialog.cxx:6652 msgid "Send reception report when logging a QSO" msgstr "" -#: src/dialogs/confdialog.cxx:6543 +#: src/dialogs/confdialog.cxx:6653 msgid "Send report only when QSO is logged" msgstr "" -#: src/dialogs/confdialog.cxx:6548 +#: src/dialogs/confdialog.cxx:6658 msgid "Report rig frequency (enable only if you have rig control!)" msgstr "" -#: src/dialogs/confdialog.cxx:6549 +#: src/dialogs/confdialog.cxx:6659 msgid "Include the transmit frequency" msgstr "" -#: src/dialogs/confdialog.cxx:6554 +#: src/dialogs/confdialog.cxx:6664 msgid "Host:" msgstr "Hôte:" -#: src/dialogs/confdialog.cxx:6555 +#: src/dialogs/confdialog.cxx:6665 msgid "To whom the connection is made" msgstr "" -#: src/dialogs/confdialog.cxx:6570 +#: src/dialogs/confdialog.cxx:6680 msgid "Using UDP port #" msgstr "" -#: src/dialogs/confdialog.cxx:6585 +#: src/dialogs/confdialog.cxx:6695 msgid "Initialize the socket client" msgstr "" -#: src/dialogs/confdialog.cxx:6588 +#: src/dialogs/confdialog.cxx:6698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:6596 +#: src/dialogs/confdialog.cxx:6706 msgid "Sweet Spot" msgstr "" -#: src/dialogs/confdialog.cxx:6602 +#: src/dialogs/confdialog.cxx:6712 msgid "Default CW tracking point" msgstr "" -#: src/dialogs/confdialog.cxx:6621 +#: src/dialogs/confdialog.cxx:6731 msgid "Default RTTY tracking point" msgstr "" -#: src/dialogs/confdialog.cxx:6639 +#: src/dialogs/confdialog.cxx:6749 msgid "PSK et al." msgstr "" -#: src/dialogs/confdialog.cxx:6640 +#: src/dialogs/confdialog.cxx:6750 msgid "Default for all other modems" msgstr "" -#: src/dialogs/confdialog.cxx:6658 +#: src/dialogs/confdialog.cxx:6768 msgid "Always start new modems at these frequencies" msgstr "" -#: src/dialogs/confdialog.cxx:6659 +#: src/dialogs/confdialog.cxx:6769 msgid "" "ON - start at default\n" "OFF - keep current wf cursor position" msgstr "" -#: src/dialogs/confdialog.cxx:6667 +#: src/dialogs/confdialog.cxx:6777 #, fuzzy msgid "K3 A1A configuation" msgstr "Configuration avancée:" -#: src/dialogs/confdialog.cxx:6670 +#: src/dialogs/confdialog.cxx:6780 msgid "CW is LSB" msgstr "" -#: src/dialogs/confdialog.cxx:6671 +#: src/dialogs/confdialog.cxx:6781 msgid "" "Select this for Elecraft K3\n" "Other radios should not need it." msgstr "" -#: src/dialogs/confdialog.cxx:6680 +#: src/dialogs/confdialog.cxx:6790 #, fuzzy msgid "Text i/o" msgstr "Texte:" -#: src/dialogs/confdialog.cxx:6682 +#: src/dialogs/confdialog.cxx:6792 msgid "Talker Socket (MS only)" msgstr "" -#: src/dialogs/confdialog.cxx:6685 +#: src/dialogs/confdialog.cxx:6795 msgid "Talker" msgstr "" -#: src/dialogs/confdialog.cxx:6689 +#: src/dialogs/confdialog.cxx:6799 msgid "Connect/disconnect to Talker socket server" msgstr "" -#: src/dialogs/confdialog.cxx:6692 +#: src/dialogs/confdialog.cxx:6802 msgid "Auto connect when fldigi opens (server must be up)" msgstr "" -#: src/dialogs/confdialog.cxx:6699 +#: src/dialogs/confdialog.cxx:6809 msgid "Capture rx text to external file" msgstr "" -#: src/dialogs/confdialog.cxx:6702 +#: src/dialogs/confdialog.cxx:6812 msgid "Enable rx text stream" msgstr "" -#: src/dialogs/confdialog.cxx:6703 src/dialogs/confdialog.cxx:6715 +#: src/dialogs/confdialog.cxx:6813 src/dialogs/confdialog.cxx:6825 msgid "Send rx text to file: textout.txt" msgstr "" -#: src/dialogs/confdialog.cxx:6712 +#: src/dialogs/confdialog.cxx:6822 msgid "DTMF" msgstr "" -#: src/dialogs/confdialog.cxx:6714 +#: src/dialogs/confdialog.cxx:6824 msgid "Decode DTMF tones" msgstr "" -#: src/dialogs/confdialog.cxx:6726 +#: src/dialogs/confdialog.cxx:6836 msgid "Web" msgstr "" -#: src/dialogs/confdialog.cxx:6727 +#: src/dialogs/confdialog.cxx:6837 msgid "Callsign database" msgstr "Base de données indicatifs" -#: src/dialogs/confdialog.cxx:6730 +#: src/dialogs/confdialog.cxx:6840 msgid "Call Lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6731 +#: src/dialogs/confdialog.cxx:6841 msgid "Web Browser lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6735 +#: src/dialogs/confdialog.cxx:6845 msgid "Do not use callsign lookup via web browser" msgstr "" -#: src/dialogs/confdialog.cxx:6741 +#: src/dialogs/confdialog.cxx:6851 msgid "QRZ online via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6742 +#: src/dialogs/confdialog.cxx:6852 msgid "Visit QRZ web site" msgstr "" -#: src/dialogs/confdialog.cxx:6747 +#: src/dialogs/confdialog.cxx:6857 msgid "HamCall online via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6748 src/dialogs/confdialog.cxx:6796 +#: src/dialogs/confdialog.cxx:6858 src/dialogs/confdialog.cxx:6906 msgid "Visit Hamcall web site" msgstr "" -#: src/dialogs/confdialog.cxx:6753 +#: src/dialogs/confdialog.cxx:6863 msgid "HamQTH via default Internet Browser" msgstr "" -#: src/dialogs/confdialog.cxx:6754 +#: src/dialogs/confdialog.cxx:6864 msgid "Visit hamQTH web site" msgstr "" -#: src/dialogs/confdialog.cxx:6761 +#: src/dialogs/confdialog.cxx:6871 msgid "Data base lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6765 +#: src/dialogs/confdialog.cxx:6875 msgid "Do not use callsign database" msgstr "" -#: src/dialogs/confdialog.cxx:6771 +#: src/dialogs/confdialog.cxx:6881 msgid "QRZ cdrom" msgstr "QRZ cdrom" -#: src/dialogs/confdialog.cxx:6772 +#: src/dialogs/confdialog.cxx:6882 msgid "Use CD or hard drive CD image" msgstr "" -#: src/dialogs/confdialog.cxx:6777 +#: src/dialogs/confdialog.cxx:6887 msgid "QRZ.com" msgstr "QRZ.com" -#: src/dialogs/confdialog.cxx:6778 +#: src/dialogs/confdialog.cxx:6888 msgid "" "You need a paid QRZ online\n" "subscription to access" msgstr "" -#: src/dialogs/confdialog.cxx:6783 +#: src/dialogs/confdialog.cxx:6893 msgid "Hamcall.net" msgstr "Hamcall.net" -#: src/dialogs/confdialog.cxx:6784 +#: src/dialogs/confdialog.cxx:6894 msgid "" "You need a paid Hamcall online\n" "subscription to access" msgstr "" -#: src/dialogs/confdialog.cxx:6789 +#: src/dialogs/confdialog.cxx:6899 msgid "HamQTH.com (free service http://www.hamqth.com)" msgstr "" -#: src/dialogs/confdialog.cxx:6790 +#: src/dialogs/confdialog.cxx:6900 msgid "Free service courtesy of OK" msgstr "" -#: src/dialogs/confdialog.cxx:6795 +#: src/dialogs/confdialog.cxx:6905 msgid "Callook.info lookup (free service US callsigns only)" msgstr "" -#: src/dialogs/confdialog.cxx:6801 +#: src/dialogs/confdialog.cxx:6911 msgid "at:" msgstr "à:" -#: src/dialogs/confdialog.cxx:6802 +#: src/dialogs/confdialog.cxx:6912 msgid "" "ie: /home/dave/CALLBK/ or C:/CALLBK/\n" "Leave blank to search for database" msgstr "" -#: src/dialogs/confdialog.cxx:6816 +#: src/dialogs/confdialog.cxx:6926 msgid "User name" msgstr "Nom utilisateur" -#: src/dialogs/confdialog.cxx:6817 src/dialogs/confdialog.cxx:6858 -#: src/dialogs/confdialog.cxx:6893 +#: src/dialogs/confdialog.cxx:6927 src/dialogs/confdialog.cxx:6968 +#: src/dialogs/confdialog.cxx:7003 msgid "Your login name" msgstr "" -#: src/dialogs/confdialog.cxx:6831 src/dialogs/confdialog.cxx:6872 +#: src/dialogs/confdialog.cxx:6941 src/dialogs/confdialog.cxx:6982 msgid "Password" msgstr "Mot de passe" -#: src/dialogs/confdialog.cxx:6832 src/dialogs/confdialog.cxx:6873 +#: src/dialogs/confdialog.cxx:6942 src/dialogs/confdialog.cxx:6983 msgid "Your login password" msgstr "" -#: src/dialogs/confdialog.cxx:6847 src/dialogs/confdialog.cxx:6888 +#: src/dialogs/confdialog.cxx:6957 src/dialogs/confdialog.cxx:6998 msgid "Show" msgstr "Montre" -#: src/dialogs/confdialog.cxx:6848 src/dialogs/confdialog.cxx:6889 +#: src/dialogs/confdialog.cxx:6958 src/dialogs/confdialog.cxx:6999 msgid "Show password in plain text" msgstr "" -#: src/dialogs/confdialog.cxx:6855 +#: src/dialogs/confdialog.cxx:6965 msgid "eQSL" msgstr "" -#: src/dialogs/confdialog.cxx:6857 +#: src/dialogs/confdialog.cxx:6967 #, fuzzy msgid "User ID" msgstr "Nom utilisateur" -#: src/dialogs/confdialog.cxx:6892 +#: src/dialogs/confdialog.cxx:7002 msgid "QTH Nickname" msgstr "" -#: src/dialogs/confdialog.cxx:6907 +#: src/dialogs/confdialog.cxx:7017 #, fuzzy msgid "Options" msgstr "Action" -#: src/dialogs/confdialog.cxx:6910 +#: src/dialogs/confdialog.cxx:7020 msgid "send when logged (log button, , )" msgstr "" -#: src/dialogs/confdialog.cxx:6911 +#: src/dialogs/confdialog.cxx:7021 msgid "eQSL upload when record logged" msgstr "" -#: src/dialogs/confdialog.cxx:6916 +#: src/dialogs/confdialog.cxx:7026 #, fuzzy msgid "Default message" msgstr "Défauts" -#: src/dialogs/confdialog.cxx:6917 +#: src/dialogs/confdialog.cxx:7027 msgid "Default message sent with eQSL" msgstr "" -#: src/dialogs/confdialog.cxx:6931 +#: src/dialogs/confdialog.cxx:7041 msgid "Text Tags (tags use {} delimiters)" msgstr "" -#: src/dialogs/confdialog.cxx:6934 +#: src/dialogs/confdialog.cxx:7044 #, fuzzy msgid "{CALL} other ops call sign" msgstr "\tindicatif de l'autre" -#: src/dialogs/confdialog.cxx:6937 +#: src/dialogs/confdialog.cxx:7047 msgid "{MODE} full mode / submode" msgstr "" -#: src/dialogs/confdialog.cxx:6940 +#: src/dialogs/confdialog.cxx:7050 #, fuzzy msgid "{NAME} other ops name" msgstr "\tnom de l'autre" -#: src/dialogs/confdialog.cxx:6943 +#: src/dialogs/confdialog.cxx:7053 msgid "These tags can also be used in " msgstr "" -#: src/dialogs/confdialog.cxx:6963 +#: src/dialogs/confdialog.cxx:7073 msgid "Restore defaults" msgstr "Restaure défauts" Binary files /tmp/LyV1CoLO60/fldigi-3.21.33/po/it.gmo and /tmp/ZErsrKKh5m/fldigi-3.21.34/po/it.gmo differ diff -Nru fldigi-3.21.33/po/it.po fldigi-3.21.34/po/it.po --- fldigi-3.21.33/po/it.po 2011-12-10 22:01:26.000000000 +0000 +++ fldigi-3.21.34/po/it.po 2011-12-24 18:32:39.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: fldigi 3.21.0BG\n" "Report-Msgid-Bugs-To: w1hkj AT w1hkj DOT com\n" -"POT-Creation-Date: 2011-12-10 16:01-0600\n" +"POT-Creation-Date: 2011-12-24 12:32-0600\n" "PO-Revision-Date: 2011-12-03 13:04+0100\n" "Last-Translator: Pierfrancesco Caci \n" "Language-Team: Italian\n" @@ -72,7 +72,7 @@ msgid "&Weather Fax Image" msgstr "Immagine &Fax Meteo" -#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3395 +#: src/dialogs/fl_digi.cxx:159 src/dialogs/confdialog.cxx:3474 msgid "Contest" msgstr "Contest" @@ -93,8 +93,8 @@ msgstr "Tutto" #: src/dialogs/fl_digi.cxx:164 src/waterfall/waterfall.cxx:2080 -#: src/dialogs/confdialog.cxx:3342 src/dialogs/confdialog.cxx:6734 -#: src/dialogs/confdialog.cxx:6764 +#: src/dialogs/confdialog.cxx:3421 src/dialogs/confdialog.cxx:6844 +#: src/dialogs/confdialog.cxx:6874 msgid "None" msgstr "Nessuno" @@ -148,7 +148,7 @@ #: src/dialogs/fl_digi.cxx:2403 src/dialogs/fl_digi.cxx:2415 #: src/dialogs/fl_digi.cxx:3152 src/dialogs/fl_digi.cxx:3943 #: src/dialogs/fl_digi.cxx:4141 src/dialogs/fl_digi.cxx:4246 -#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:6957 +#: src/logbook/logsupport.cxx:477 src/dialogs/confdialog.cxx:7067 msgid "Save" msgstr "Salva" @@ -216,7 +216,7 @@ #: src/dialogs/fl_digi.cxx:1614 src/dialogs/Viewer.cxx:266 #: src/misc/debug.cxx:278 src/misc/macroedit.cxx:361 src/mfsk/mfsk-pic.cxx:376 #: src/spot/notify.cxx:512 src/spot/notify.cxx:516 -#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:6960 +#: src/dialogs/colorsfonts.cxx:820 src/dialogs/confdialog.cxx:7070 msgid "Close" msgstr "Chiudi" @@ -324,7 +324,7 @@ msgid "NBEMS files..." msgstr "File NBEMS..." -#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3749 +#: src/dialogs/fl_digi.cxx:2938 src/dialogs/confdialog.cxx:3828 msgid "Macros" msgstr "Macro" @@ -341,7 +341,7 @@ msgstr "Cattura testo" #: src/dialogs/fl_digi.cxx:2948 src/misc/debug.cxx:79 -#: src/dialogs/confdialog.cxx:5906 +#: src/dialogs/confdialog.cxx:6010 msgid "Audio" msgstr "Audio" @@ -353,7 +353,7 @@ msgid "TX generate" msgstr "Genera TX" -#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:5999 +#: src/dialogs/fl_digi.cxx:2951 src/dialogs/confdialog.cxx:6103 msgid "Playback" msgstr "Riproduzione" @@ -365,7 +365,7 @@ msgid "&Configure" msgstr "&Configura" -#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3185 +#: src/dialogs/fl_digi.cxx:3095 src/dialogs/confdialog.cxx:3264 msgid "Operator" msgstr "Operatore" @@ -378,7 +378,7 @@ msgstr "Interfaccia Utente" #: src/dialogs/fl_digi.cxx:3098 src/dialogs/fl_digi.cxx:3129 -#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3912 +#: src/dialogs/fl_digi.cxx:4910 src/dialogs/confdialog.cxx:3991 msgid "Waterfall" msgstr "Waterfall" @@ -387,7 +387,7 @@ msgstr "Controlli waterfall" #: src/dialogs/fl_digi.cxx:3100 src/dialogs/fl_digi.cxx:4913 -#: src/dialogs/confdialog.cxx:4245 +#: src/dialogs/confdialog.cxx:4324 msgid "Modems" msgstr "Modem" @@ -399,7 +399,7 @@ msgid "IDs" msgstr "ID" -#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6350 +#: src/dialogs/fl_digi.cxx:3104 src/dialogs/confdialog.cxx:6460 msgid "Misc" msgstr "Misc" @@ -465,7 +465,7 @@ msgid "New" msgstr "Nuovo" -#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5495 +#: src/dialogs/fl_digi.cxx:3151 src/dialogs/confdialog.cxx:5599 msgid "Open..." msgstr "Apri..." @@ -582,7 +582,7 @@ #: src/dialogs/fl_digi.cxx:4239 src/dialogs/fl_digi.cxx:4454 #: src/dialogs/Viewer.cxx:274 src/widgets/FTextView.cxx:476 #: src/widgets/FTextView.cxx:642 src/widgets/flinput2.cxx:47 -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Clear" msgstr "Canc." @@ -960,7 +960,7 @@ msgstr "Impossibile avviare flmsg" #: src/logger/rx_extract.cxx:189 src/logger/rx_extract.cxx:192 -#: src/dialogs/confdialog.cxx:6411 +#: src/dialogs/confdialog.cxx:6521 msgid "Locate flmsg executable" msgstr "Trova l'eseguibile di flmsg" @@ -1434,7 +1434,7 @@ msgid "Save image as:" msgstr "Salva immagine come:" -#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:3975 +#: src/mfsk/mfsk-pic.cxx:93 src/dialogs/confdialog.cxx:4054 msgid "Save..." msgstr "Salva..." @@ -1531,7 +1531,7 @@ msgid "Lock transmit frequency" msgstr "Blocca la frequenza di trasmissione" -#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3832 +#: src/waterfall/waterfall.cxx:1629 src/dialogs/confdialog.cxx:3911 msgid "Reverse" msgstr "Inverti" @@ -1571,11 +1571,11 @@ msgid "Memory Mapped Rig" msgstr "Radio \"Memory Mapped\"" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Open rig xml file" msgstr "Apri file rig xml" -#: src/rigcontrol/rigxml.cxx:869 +#: src/rigcontrol/rigxml.cxx:880 msgid "Fldigi rig xml definition file\t*.xml" msgstr "File di definizione rig xml\t*.xml" @@ -1729,7 +1729,7 @@ msgid "Look up call" msgstr "Cerca nominativo" -#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3500 +#: src/widgets/FTextRXTX.cxx:109 src/dialogs/confdialog.cxx:3579 #: src/logbook/lgbook.cxx:509 msgid "State" msgstr "Stato" @@ -1746,13 +1746,13 @@ msgid "RST(r)" msgstr "RST(r)" -#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3506 +#: src/widgets/FTextRXTX.cxx:114 src/dialogs/confdialog.cxx:3585 #: src/logbook/lgbook.cxx:533 src/logbook/lgbook.cxx:953 #: src/logbook/lgbook.cxx:1108 msgid "Exchange In" msgstr "Rapporto ricevuto" -#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3431 +#: src/widgets/FTextRXTX.cxx:115 src/dialogs/confdialog.cxx:3510 msgid "Serial number" msgstr "Numero progressivo" @@ -1776,11 +1776,11 @@ msgid "Last QSO" msgstr "Ultimo QSO" -#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4322 +#: src/widgets/FTextRXTX.cxx:678 src/dialogs/confdialog.cxx:4400 msgid "Transmit" msgstr "Transmetti" -#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4256 +#: src/widgets/FTextRXTX.cxx:679 src/dialogs/confdialog.cxx:4334 msgid "Receive" msgstr "Ricevi" @@ -2051,91 +2051,91 @@ msgid "Signal Level Colors" msgstr "Colori livello decodifica" -#: src/dialogs/confdialog.cxx:3176 +#: src/dialogs/confdialog.cxx:3255 msgid "Fldigi configuration" msgstr "Configurazione di Fldigi" -#: src/dialogs/confdialog.cxx:3186 +#: src/dialogs/confdialog.cxx:3265 msgid "Operator information" msgstr "Informazioni sull'operatore" -#: src/dialogs/confdialog.cxx:3189 +#: src/dialogs/confdialog.cxx:3268 msgid "Station" msgstr "Stazione" -#: src/dialogs/confdialog.cxx:3192 +#: src/dialogs/confdialog.cxx:3271 msgid "Callsign:" msgstr "Nominativo:" -#: src/dialogs/confdialog.cxx:3193 +#: src/dialogs/confdialog.cxx:3272 msgid "Operators callsign" msgstr "Nominativi degli operatori" -#: src/dialogs/confdialog.cxx:3206 +#: src/dialogs/confdialog.cxx:3285 msgid "Name:" msgstr "Nome:" -#: src/dialogs/confdialog.cxx:3207 +#: src/dialogs/confdialog.cxx:3286 msgid "Operators name" msgstr "Nomi degli operatori" -#: src/dialogs/confdialog.cxx:3220 +#: src/dialogs/confdialog.cxx:3299 msgid "QTH:" msgstr "QTH:" -#: src/dialogs/confdialog.cxx:3221 +#: src/dialogs/confdialog.cxx:3300 msgid "Operators QTH" msgstr "QTH degli operatori" -#: src/dialogs/confdialog.cxx:3234 +#: src/dialogs/confdialog.cxx:3313 msgid "Locator:" msgstr "Locator:" -#: src/dialogs/confdialog.cxx:3235 +#: src/dialogs/confdialog.cxx:3314 msgid "Maidenhead locator as in EM64qv" msgstr "Locator come in JN53rw" -#: src/dialogs/confdialog.cxx:3250 +#: src/dialogs/confdialog.cxx:3329 msgid "Antenna:" msgstr "Antenna:" -#: src/dialogs/confdialog.cxx:3251 +#: src/dialogs/confdialog.cxx:3330 msgid "Short description of antenna" msgstr "Breve descrizione dell'antenna" -#: src/dialogs/confdialog.cxx:3264 +#: src/dialogs/confdialog.cxx:3343 msgid "Test Signal - Do NOT use with transmitter" msgstr "Segnale di prova - NON USARE col trasmettitore" -#: src/dialogs/confdialog.cxx:3268 +#: src/dialogs/confdialog.cxx:3347 msgid "Noise on" msgstr "Genera rumore" -#: src/dialogs/confdialog.cxx:3273 +#: src/dialogs/confdialog.cxx:3352 msgid "dB" msgstr "dB" -#: src/dialogs/confdialog.cxx:3295 +#: src/dialogs/confdialog.cxx:3374 msgid "UI" msgstr "Aspetto" -#: src/dialogs/confdialog.cxx:3299 +#: src/dialogs/confdialog.cxx:3378 msgid "Browser" msgstr "Navigatore" -#: src/dialogs/confdialog.cxx:3302 +#: src/dialogs/confdialog.cxx:3381 msgid "Channels, first channel starts at waterfall lower limit" msgstr "Canali, il primo canale parte al limite inferiore del waterfall" -#: src/dialogs/confdialog.cxx:3303 +#: src/dialogs/confdialog.cxx:3382 msgid "Change # of psk viewer channels" msgstr "Cambia il numero di canali nel visualizzatore psk." -#: src/dialogs/confdialog.cxx:3320 +#: src/dialogs/confdialog.cxx:3399 msgid "Inactivity timeout" msgstr "Tempo di inattività" -#: src/dialogs/confdialog.cxx:3321 +#: src/dialogs/confdialog.cxx:3400 msgid "" "Clear channel text after\n" "# seconds of inactivity" @@ -2143,47 +2143,47 @@ "Cancella il testo del canale dopo\n" "# secondi di inattività" -#: src/dialogs/confdialog.cxx:3337 +#: src/dialogs/confdialog.cxx:3416 msgid "Channel label" msgstr "Etichetta del canale" -#: src/dialogs/confdialog.cxx:3338 +#: src/dialogs/confdialog.cxx:3417 msgid "Appearance of label on each channel" msgstr "Aspetto dell'etichetta di ciascun canale" -#: src/dialogs/confdialog.cxx:3342 +#: src/dialogs/confdialog.cxx:3421 msgid "Audio frequency" msgstr "Frequenza audio" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Radio frequency" msgstr "Frequenza radio" -#: src/dialogs/confdialog.cxx:3343 +#: src/dialogs/confdialog.cxx:3422 msgid "Channel number" msgstr "Numero del canale" -#: src/dialogs/confdialog.cxx:3346 src/dialogs/confdialog.cxx:4047 +#: src/dialogs/confdialog.cxx:3425 src/dialogs/confdialog.cxx:4126 msgid "Font..." msgstr "Caratteri..." -#: src/dialogs/confdialog.cxx:3347 +#: src/dialogs/confdialog.cxx:3426 msgid "select browser font" msgstr "Seleziona i caratteri usati nel navigatore" -#: src/dialogs/confdialog.cxx:3350 +#: src/dialogs/confdialog.cxx:3429 msgid "Fixed Intervals" msgstr "Intervalli fissi" -#: src/dialogs/confdialog.cxx:3351 +#: src/dialogs/confdialog.cxx:3430 msgid "Force channel spacing to even 100 Hz increments" msgstr "Forza la spaziatura dei canali a incrementi regolari di 100 Hz" -#: src/dialogs/confdialog.cxx:3358 +#: src/dialogs/confdialog.cxx:3437 msgid "Continuous scrolling" msgstr "Scorrimento continuo" -#: src/dialogs/confdialog.cxx:3359 +#: src/dialogs/confdialog.cxx:3438 msgid "" "ON - Marquee style\n" "OFF - Clear & restart" @@ -2191,393 +2191,393 @@ "ON - Scorrimento continuo\n" "OFF - Cancella e riparti" -#: src/dialogs/confdialog.cxx:3364 +#: src/dialogs/confdialog.cxx:3443 msgid "Lowest freq on bottom of viewer" msgstr "Frequenza piú bassa in basso nel navigatore" -#: src/dialogs/confdialog.cxx:3365 +#: src/dialogs/confdialog.cxx:3444 msgid "Change positions of low to high channels" msgstr "Cambia l'ordinamento da alto a basso dei canali" -#: src/dialogs/confdialog.cxx:3370 +#: src/dialogs/confdialog.cxx:3449 msgid "Play back history when active channel selected" msgstr "Riproduci il buffer audio quando viene selezionato il canale attivo" -#: src/dialogs/confdialog.cxx:3371 +#: src/dialogs/confdialog.cxx:3450 msgid "Audio stream history decoded on selected signal" msgstr "Il buffer audio viene decodificato per il segnale selezionato" -#: src/dialogs/confdialog.cxx:3376 +#: src/dialogs/confdialog.cxx:3455 msgid "Detection Level Colors" msgstr "Colori livello decodifica" -#: src/dialogs/confdialog.cxx:3379 +#: src/dialogs/confdialog.cxx:3458 msgid "Backgnd" msgstr "Sfondo" -#: src/dialogs/confdialog.cxx:3380 +#: src/dialogs/confdialog.cxx:3459 msgid "Background color of signal viewer squelch control" msgstr "Colore di sfondo del controllo squelch del navigatore segnali" -#: src/dialogs/confdialog.cxx:3384 +#: src/dialogs/confdialog.cxx:3463 msgid "Button" msgstr "Pulsante" -#: src/dialogs/confdialog.cxx:3385 +#: src/dialogs/confdialog.cxx:3464 msgid "Slider hilite color of signal viewer squelch control" msgstr "Colore evidenziato del cursore nel controllo squelch del navigatore" -#: src/dialogs/confdialog.cxx:3397 +#: src/dialogs/confdialog.cxx:3476 msgid "Exchanges" msgstr "Rapporti" -#: src/dialogs/confdialog.cxx:3400 +#: src/dialogs/confdialog.cxx:3479 msgid "Send:" msgstr "Invia:" -#: src/dialogs/confdialog.cxx:3402 src/logbook/lgbook.cxx:536 +#: src/dialogs/confdialog.cxx:3481 src/logbook/lgbook.cxx:536 #: src/logbook/lgbook.cxx:929 src/logbook/lgbook.cxx:1112 msgid "Exchange Out" msgstr "Rapporto dato" -#: src/dialogs/confdialog.cxx:3403 +#: src/dialogs/confdialog.cxx:3482 msgid "free form exchange" msgstr "rapporto a formato libero" -#: src/dialogs/confdialog.cxx:3417 +#: src/dialogs/confdialog.cxx:3496 msgid "RST always 599" msgstr "RST sempre 599" -#: src/dialogs/confdialog.cxx:3418 +#: src/dialogs/confdialog.cxx:3497 msgid "Force RST in/out to 599" msgstr "Forza RST tx/rx a 599" -#: src/dialogs/confdialog.cxx:3423 +#: src/dialogs/confdialog.cxx:3502 msgid "Send CW cut numbers" msgstr "Abbrevia i numeri in CW" -#: src/dialogs/confdialog.cxx:3424 +#: src/dialogs/confdialog.cxx:3503 msgid "0 = T; 9 = N" msgstr "0 = T; 9 = N" -#: src/dialogs/confdialog.cxx:3434 +#: src/dialogs/confdialog.cxx:3513 msgid "Use leading zeros" msgstr "Metti zeri davanti" -#: src/dialogs/confdialog.cxx:3435 +#: src/dialogs/confdialog.cxx:3514 msgid "Insert leading zeros into Xmtd serial number" msgstr "Metti zeri davanti al numero seriale trasmesso" -#: src/dialogs/confdialog.cxx:3440 +#: src/dialogs/confdialog.cxx:3519 msgid "Start" msgstr "Parti da" -#: src/dialogs/confdialog.cxx:3441 +#: src/dialogs/confdialog.cxx:3520 msgid "Starting number" msgstr "Numero di partenza" -#: src/dialogs/confdialog.cxx:3456 +#: src/dialogs/confdialog.cxx:3535 msgid "Digits" msgstr "Cifre" -#: src/dialogs/confdialog.cxx:3457 +#: src/dialogs/confdialog.cxx:3536 msgid "Number of digits in serial number" msgstr "Numero di cifre nel numero progressivo" -#: src/dialogs/confdialog.cxx:3473 +#: src/dialogs/confdialog.cxx:3552 msgid "Reset" msgstr "Azzera" -#: src/dialogs/confdialog.cxx:3474 +#: src/dialogs/confdialog.cxx:3553 msgid "Initialize the QSO logging fields" msgstr "Inizializza i campi di log del QSO" -#: src/dialogs/confdialog.cxx:3479 +#: src/dialogs/confdialog.cxx:3558 msgid "Duplicate check, CALL plus" msgstr "Controllo duplicati, nominativo piú" -#: src/dialogs/confdialog.cxx:3482 +#: src/dialogs/confdialog.cxx:3561 msgid "On/Off" msgstr "On/Off" -#: src/dialogs/confdialog.cxx:3483 +#: src/dialogs/confdialog.cxx:3562 msgid "Check for duplicates" msgstr "Controlla duplicati" -#: src/dialogs/confdialog.cxx:3488 src/dialogs/notifydialog.cxx:188 +#: src/dialogs/confdialog.cxx:3567 src/dialogs/notifydialog.cxx:188 #: src/logbook/lgbook.cxx:468 msgid "Band" msgstr "Banda" -#: src/dialogs/confdialog.cxx:3489 +#: src/dialogs/confdialog.cxx:3568 msgid "Bands must match" msgstr "Le banda deve coincidere" -#: src/dialogs/confdialog.cxx:3494 src/dialogs/notifydialog.cxx:191 +#: src/dialogs/confdialog.cxx:3573 src/dialogs/notifydialog.cxx:191 #: src/logbook/lgbook.cxx:471 src/logbook/lgbook.cxx:656 #: src/logbook/lgbook.cxx:1025 src/logbook/lgbook.cxx:1080 msgid "Mode" msgstr "Modo" -#: src/dialogs/confdialog.cxx:3495 +#: src/dialogs/confdialog.cxx:3574 msgid "Mode must match" msgstr "Il modo deve coincidere" -#: src/dialogs/confdialog.cxx:3501 +#: src/dialogs/confdialog.cxx:3580 msgid "State must match" msgstr "Lo stato deve coincidere" -#: src/dialogs/confdialog.cxx:3507 +#: src/dialogs/confdialog.cxx:3586 msgid "free form 1 must match" msgstr "il rapporto a campo libero deve coincidere" -#: src/dialogs/confdialog.cxx:3512 +#: src/dialogs/confdialog.cxx:3591 msgid "Time span over" msgstr "Arco di tempo" -#: src/dialogs/confdialog.cxx:3513 +#: src/dialogs/confdialog.cxx:3592 msgid "QSO must not occur within a time period of" msgstr "Il QSO non si deve ripetere in un arco di tempo di" -#: src/dialogs/confdialog.cxx:3518 +#: src/dialogs/confdialog.cxx:3597 msgid "minutes" msgstr "minuti" -#: src/dialogs/confdialog.cxx:3519 +#: src/dialogs/confdialog.cxx:3598 msgid "Enter time span in minutes" msgstr "Inserisci l'arco temporale in minuti" -#: src/dialogs/confdialog.cxx:3535 +#: src/dialogs/confdialog.cxx:3614 msgid "Dup Color" msgstr "Colore duplic." -#: src/dialogs/confdialog.cxx:3536 +#: src/dialogs/confdialog.cxx:3615 msgid "Left click to select dup color" msgstr "Tasto sinistro per cambiare il colore dei duplicati" -#: src/dialogs/confdialog.cxx:3548 src/dialogs/confdialog.cxx:4253 -#: src/dialogs/confdialog.cxx:5037 src/dialogs/confdialog.cxx:6519 +#: src/dialogs/confdialog.cxx:3627 src/dialogs/confdialog.cxx:4332 +#: src/dialogs/confdialog.cxx:5116 src/dialogs/confdialog.cxx:6629 msgid "General" msgstr "Generale" -#: src/dialogs/confdialog.cxx:3552 +#: src/dialogs/confdialog.cxx:3631 msgid "Show tooltips" msgstr "Mostra suggerimenti" -#: src/dialogs/confdialog.cxx:3553 +#: src/dialogs/confdialog.cxx:3632 msgid "Enable / disable tooltips" msgstr "Abilita / disabilita suggerimenti" -#: src/dialogs/confdialog.cxx:3559 +#: src/dialogs/confdialog.cxx:3638 msgid "Show menu icons" msgstr "Mostra le icone del menu" -#: src/dialogs/confdialog.cxx:3560 +#: src/dialogs/confdialog.cxx:3639 msgid "Enable / disable icons on menus" msgstr "Abilita / disabilita le icone dei menu" -#: src/dialogs/confdialog.cxx:3565 +#: src/dialogs/confdialog.cxx:3644 msgid "UI scheme" msgstr "Schema" -#: src/dialogs/confdialog.cxx:3566 +#: src/dialogs/confdialog.cxx:3645 msgid "Change application look and feel" msgstr "Cambia l'aspetto del programma" -#: src/dialogs/confdialog.cxx:3575 +#: src/dialogs/confdialog.cxx:3654 msgid "Visible modes" msgstr "Modi visibili" -#: src/dialogs/confdialog.cxx:3576 +#: src/dialogs/confdialog.cxx:3655 msgid "Select modes for menu access" msgstr "Seleziona i modi accessibili dal menú" -#: src/dialogs/confdialog.cxx:3579 +#: src/dialogs/confdialog.cxx:3658 msgid "UI language" msgstr "Lingua" -#: src/dialogs/confdialog.cxx:3580 src/dialogs/confdialog.cxx:4168 +#: src/dialogs/confdialog.cxx:3659 src/dialogs/confdialog.cxx:4247 msgid "Changes take effect on next program startup" msgstr "Le modifiche avranno effetto al prossimo avvio del programma" -#: src/dialogs/confdialog.cxx:3590 +#: src/dialogs/confdialog.cxx:3669 msgid "Print CW / RTTY / THROB / CONTESTIA in lowercase" msgstr "Stampa CW / RTTY / THROB / CONTESTIA in minuscolo" -#: src/dialogs/confdialog.cxx:3599 +#: src/dialogs/confdialog.cxx:3678 #, fuzzy msgid "Logging" msgstr "Log dei QSO" -#: src/dialogs/confdialog.cxx:3601 +#: src/dialogs/confdialog.cxx:3680 msgid "Client/Server Logbook" msgstr "" -#: src/dialogs/confdialog.cxx:3604 +#: src/dialogs/confdialog.cxx:3683 msgid "Address:" msgstr "" -#: src/dialogs/confdialog.cxx:3605 +#: src/dialogs/confdialog.cxx:3684 msgid "Enter URL address of server" msgstr "" -#: src/dialogs/confdialog.cxx:3609 src/dialogs/confdialog.cxx:6569 +#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:6679 msgid "Port:" msgstr "Porta:" -#: src/dialogs/confdialog.cxx:3610 +#: src/dialogs/confdialog.cxx:3689 #, fuzzy msgid "Enter Port # assigned to server" msgstr "Usa un server Port Audio" -#: src/dialogs/confdialog.cxx:3614 +#: src/dialogs/confdialog.cxx:3693 msgid "Reconnect" msgstr "" -#: src/dialogs/confdialog.cxx:3619 +#: src/dialogs/confdialog.cxx:3698 msgid "QSO logging" msgstr "Log dei QSO" -#: src/dialogs/confdialog.cxx:3622 +#: src/dialogs/confdialog.cxx:3701 msgid "Prompt to save log" msgstr "Chiedi conferma per salvare il log" -#: src/dialogs/confdialog.cxx:3623 +#: src/dialogs/confdialog.cxx:3702 msgid "Bug me about saving log entries" msgstr "Annoiami con la richiesta di salvare il log" -#: src/dialogs/confdialog.cxx:3628 +#: src/dialogs/confdialog.cxx:3707 msgid "Clear on save" msgstr "Cancella i campi quando salvi" -#: src/dialogs/confdialog.cxx:3629 +#: src/dialogs/confdialog.cxx:3708 msgid "Clear log entries after saving or using macro " msgstr "Cancella i campi del log dopo aver salvato o usato la macro " -#: src/dialogs/confdialog.cxx:3634 +#: src/dialogs/confdialog.cxx:3713 msgid "Convert callsign to upper case" msgstr "Converti il campo nominativo a maiuscole" -#: src/dialogs/confdialog.cxx:3635 +#: src/dialogs/confdialog.cxx:3714 msgid "Force callsign field to UPPERCASE" msgstr "Forza il campo nominativo a MAIUSCOLE" -#: src/dialogs/confdialog.cxx:3640 +#: src/dialogs/confdialog.cxx:3719 msgid "Auto-fill Country and Azimuth" msgstr "Paese e Azimuth automatici" -#: src/dialogs/confdialog.cxx:3641 +#: src/dialogs/confdialog.cxx:3720 msgid "Fill in Country / Azimuth using cty.dat information" msgstr "Riempi i campi Paese / Azimuth con le informazioni dal file cty.dat" -#: src/dialogs/confdialog.cxx:3646 +#: src/dialogs/confdialog.cxx:3725 msgid "Sort by Date/Time OFF" msgstr "Ordina per data/ora di fine QSO" -#: src/dialogs/confdialog.cxx:3647 +#: src/dialogs/confdialog.cxx:3726 msgid "Sort by date/time OFF - effects all ADIF/Cabrillo reports" msgstr "" "Ordina il log in base all'ora/data di fine QSO\n" "Influisce su tutti i file esportati in ADIF/Cabrillo" -#: src/dialogs/confdialog.cxx:3652 +#: src/dialogs/confdialog.cxx:3731 msgid "Date time ON == OFF" msgstr "Data di inizio == fine" -#: src/dialogs/confdialog.cxx:3653 +#: src/dialogs/confdialog.cxx:3732 msgid "Force date/time ON == date/time OFF" msgstr "Forza data e ora di inizio QSO uguali a quelle di fine" -#: src/dialogs/confdialog.cxx:3658 +#: src/dialogs/confdialog.cxx:3737 #, fuzzy msgid "Default RST in to 599" msgstr "RST dato automaticamente 599" -#: src/dialogs/confdialog.cxx:3659 +#: src/dialogs/confdialog.cxx:3738 #, fuzzy msgid "Clear log controls sets RST in to 599" msgstr "Premendo cancella log imposta RST dato automaticamente a 599" -#: src/dialogs/confdialog.cxx:3664 +#: src/dialogs/confdialog.cxx:3743 msgid "Default RST out to 599" msgstr "RST dato automaticamente 599" -#: src/dialogs/confdialog.cxx:3665 +#: src/dialogs/confdialog.cxx:3744 msgid "Clear log controls sets RST out to 599" msgstr "Premendo cancella log imposta RST dato automaticamente a 599" -#: src/dialogs/confdialog.cxx:3670 +#: src/dialogs/confdialog.cxx:3749 msgid "cty.dat pathname" msgstr "" -#: src/dialogs/confdialog.cxx:3671 +#: src/dialogs/confdialog.cxx:3750 #, fuzzy msgid "Enter full path-filename for cty.dat" msgstr "Inserisci il percorso completo a flmsg" -#: src/dialogs/confdialog.cxx:3684 +#: src/dialogs/confdialog.cxx:3763 #, fuzzy msgid "Browse" msgstr "Navigatore" -#: src/dialogs/confdialog.cxx:3685 +#: src/dialogs/confdialog.cxx:3764 msgid "Locate cty.dat file" msgstr "" -#: src/dialogs/confdialog.cxx:3688 src/dialogs/confdialog.cxx:4346 +#: src/dialogs/confdialog.cxx:3767 src/dialogs/confdialog.cxx:4424 msgid "Default" msgstr "Predefinito" -#: src/dialogs/confdialog.cxx:3689 +#: src/dialogs/confdialog.cxx:3768 #, fuzzy msgid "Restore cty.dat default folder" msgstr "Ripristina predefiniti" -#: src/dialogs/confdialog.cxx:3692 +#: src/dialogs/confdialog.cxx:3771 msgid "Reload" msgstr "" -#: src/dialogs/confdialog.cxx:3693 +#: src/dialogs/confdialog.cxx:3772 msgid "Reload cty.dat" msgstr "" -#: src/dialogs/confdialog.cxx:3696 +#: src/dialogs/confdialog.cxx:3775 msgid "Transmit Power" msgstr "Potenza trasmissione" -#: src/dialogs/confdialog.cxx:3697 +#: src/dialogs/confdialog.cxx:3776 msgid "Tx power used for logbook entries" msgstr "Potenza Tx usata nei campi del log" -#: src/dialogs/confdialog.cxx:3713 +#: src/dialogs/confdialog.cxx:3792 #, fuzzy msgid "Rx Text Capture" msgstr "Cattura testo" -#: src/dialogs/confdialog.cxx:3716 +#: src/dialogs/confdialog.cxx:3795 msgid "Double-click to capture" msgstr "" -#: src/dialogs/confdialog.cxx:3717 +#: src/dialogs/confdialog.cxx:3796 msgid "Enable if you cannot use the middle mouse button" msgstr "Abilita se non puoi usare il tasto centrale del mouse" -#: src/dialogs/confdialog.cxx:3722 +#: src/dialogs/confdialog.cxx:3801 #, fuzzy msgid "callsign tooltips in received text" msgstr "Mostra le informazioni sul nominativo nel testo ricevuto" -#: src/dialogs/confdialog.cxx:3723 +#: src/dialogs/confdialog.cxx:3802 msgid "Popup info after a 2 second hover on a callsign" msgstr "" "Tenendo il mouse per piú di due secondi su un nominativo appare popup con " "informazioni" -#: src/dialogs/confdialog.cxx:3728 +#: src/dialogs/confdialog.cxx:3807 msgid "Word delimiters" msgstr "Delimitatori di parola" -#: src/dialogs/confdialog.cxx:3729 +#: src/dialogs/confdialog.cxx:3808 msgid "" "RX text QSO data entry is bounded by the non-word characters\n" "defined here. Tab and newline are automatically included." @@ -2585,57 +2585,57 @@ "L'inserimento dei dati del QSO dal testo ricevuto è delimitato\n" "dai caratteri definiti qui. Tab e a capo sono sempre inclusi." -#: src/dialogs/confdialog.cxx:3753 +#: src/dialogs/confdialog.cxx:3832 msgid "Mouse wheel active on macro buttons" msgstr "Rotella del mouse attiva sui pulsanti macro" -#: src/dialogs/confdialog.cxx:3754 +#: src/dialogs/confdialog.cxx:3833 msgid "enable mouse wheel control of macro bar" msgstr "" "Abilita l'uso della rotella del mouse per il controllo della barra delle " "macro" -#: src/dialogs/confdialog.cxx:3761 +#: src/dialogs/confdialog.cxx:3840 msgid "Number and position of macro bars" msgstr "Numero e posizione delle barre delle macro" -#: src/dialogs/confdialog.cxx:3764 +#: src/dialogs/confdialog.cxx:3843 msgid "One bar (above waterfall)" msgstr "Una barra (sopra il waterfall)" -#: src/dialogs/confdialog.cxx:3769 +#: src/dialogs/confdialog.cxx:3848 msgid "One bar (below waterfall)" msgstr "Una barra (sotto il waterfall)" -#: src/dialogs/confdialog.cxx:3774 +#: src/dialogs/confdialog.cxx:3853 msgid "Two bars (scheme 1)" msgstr "Due barre (schema 1)" -#: src/dialogs/confdialog.cxx:3779 +#: src/dialogs/confdialog.cxx:3858 msgid "Two bars (scheme 2)" msgstr "Due barre (schema 2)" -#: src/dialogs/confdialog.cxx:3784 +#: src/dialogs/confdialog.cxx:3863 msgid "Two bars (scheme 3)" msgstr "Due barre (schema 3)" -#: src/dialogs/confdialog.cxx:3789 +#: src/dialogs/confdialog.cxx:3868 msgid "Two bars (scheme 4)" msgstr "Due barre (schema 4)" -#: src/dialogs/confdialog.cxx:3794 +#: src/dialogs/confdialog.cxx:3873 msgid "Two bars (scheme 5)" msgstr "Due barre (schema 5)" -#: src/dialogs/confdialog.cxx:3799 +#: src/dialogs/confdialog.cxx:3878 msgid "Two bars (scheme 6)" msgstr "Due barre (schema 6)" -#: src/dialogs/confdialog.cxx:3808 +#: src/dialogs/confdialog.cxx:3887 msgid "Load last used macro file on startup" msgstr "All'avvio carica l'ultimo file delle macro usato" -#: src/dialogs/confdialog.cxx:3809 +#: src/dialogs/confdialog.cxx:3888 msgid "" "ON - use last set of macros\n" "OFF - use default set" @@ -2643,210 +2643,210 @@ "ON - usa l'ultimo file delle macro\n" "OFF - usa il file predefinito" -#: src/dialogs/confdialog.cxx:3814 +#: src/dialogs/confdialog.cxx:3893 msgid "Display macro filename on startup" msgstr "Mostra il nome del file delle macro all'avvio" -#: src/dialogs/confdialog.cxx:3815 +#: src/dialogs/confdialog.cxx:3894 msgid "The filename is written to the RX text area" msgstr "Il nome del file viene scritto nell'area del testo Rx" -#: src/dialogs/confdialog.cxx:3824 +#: src/dialogs/confdialog.cxx:3903 #, fuzzy msgid "WF Ctrls" msgstr "Controlli WF" -#: src/dialogs/confdialog.cxx:3828 +#: src/dialogs/confdialog.cxx:3907 msgid "Enable check box to show each respective operator control" msgstr "Abilita le selezioni per mostrare i rispettivi controlli di operatore" -#: src/dialogs/confdialog.cxx:3838 +#: src/dialogs/confdialog.cxx:3917 msgid "WF Magnification" msgstr "Ingrandimento WF" -#: src/dialogs/confdialog.cxx:3844 +#: src/dialogs/confdialog.cxx:3923 msgid "WF carrier" msgstr "Portante WF" -#: src/dialogs/confdialog.cxx:3850 +#: src/dialogs/confdialog.cxx:3929 msgid "WF Shift Controls" msgstr "Controlli scorrimento WF" -#: src/dialogs/confdialog.cxx:3856 +#: src/dialogs/confdialog.cxx:3935 msgid "WF ref level" msgstr "Livello di riferimento WF" -#: src/dialogs/confdialog.cxx:3862 +#: src/dialogs/confdialog.cxx:3941 msgid "WF drop rate" msgstr "Velocita' verticale WF" -#: src/dialogs/confdialog.cxx:3868 +#: src/dialogs/confdialog.cxx:3947 msgid "WF amp span" msgstr "WF amp span" -#: src/dialogs/confdialog.cxx:3874 +#: src/dialogs/confdialog.cxx:3953 msgid "WF Store" msgstr "Memorie WF" -#: src/dialogs/confdialog.cxx:3880 +#: src/dialogs/confdialog.cxx:3959 msgid "WF mode" msgstr "Modo WF" -#: src/dialogs/confdialog.cxx:3886 +#: src/dialogs/confdialog.cxx:3965 msgid "QSY" msgstr "QSY" -#: src/dialogs/confdialog.cxx:3892 +#: src/dialogs/confdialog.cxx:3971 msgid "XMT lock" msgstr "Blocca freq trasmissione" -#: src/dialogs/confdialog.cxx:3898 +#: src/dialogs/confdialog.cxx:3977 msgid "Enable all" msgstr "Abilita tutto" -#: src/dialogs/confdialog.cxx:3901 +#: src/dialogs/confdialog.cxx:3980 msgid "Disable all" msgstr "Disabilita tutto" -#: src/dialogs/confdialog.cxx:3917 +#: src/dialogs/confdialog.cxx:3996 msgid "Display" msgstr "Visualizzazione" -#: src/dialogs/confdialog.cxx:3918 +#: src/dialogs/confdialog.cxx:3997 msgid "Colors and cursors" msgstr "Colori e cursori" -#: src/dialogs/confdialog.cxx:3921 +#: src/dialogs/confdialog.cxx:4000 msgid "aa" msgstr "" -#: src/dialogs/confdialog.cxx:3936 src/dialogs/confdialog.cxx:3940 -#: src/dialogs/confdialog.cxx:3944 src/dialogs/confdialog.cxx:3948 -#: src/dialogs/confdialog.cxx:3952 src/dialogs/confdialog.cxx:3956 -#: src/dialogs/confdialog.cxx:3960 src/dialogs/confdialog.cxx:3964 -#: src/dialogs/confdialog.cxx:3968 src/dialogs/confdialog.cxx:3986 -#: src/dialogs/confdialog.cxx:3999 src/dialogs/confdialog.cxx:4012 -#: src/dialogs/confdialog.cxx:5245 +#: src/dialogs/confdialog.cxx:4015 src/dialogs/confdialog.cxx:4019 +#: src/dialogs/confdialog.cxx:4023 src/dialogs/confdialog.cxx:4027 +#: src/dialogs/confdialog.cxx:4031 src/dialogs/confdialog.cxx:4035 +#: src/dialogs/confdialog.cxx:4039 src/dialogs/confdialog.cxx:4043 +#: src/dialogs/confdialog.cxx:4047 src/dialogs/confdialog.cxx:4065 +#: src/dialogs/confdialog.cxx:4078 src/dialogs/confdialog.cxx:4091 +#: src/dialogs/confdialog.cxx:5324 msgid "Change color" msgstr "Cambia colore" -#: src/dialogs/confdialog.cxx:3971 +#: src/dialogs/confdialog.cxx:4050 msgid "Load..." msgstr "Carica..." -#: src/dialogs/confdialog.cxx:3972 +#: src/dialogs/confdialog.cxx:4051 msgid "Load a new palette" msgstr "Carica una nuova palette" -#: src/dialogs/confdialog.cxx:3976 +#: src/dialogs/confdialog.cxx:4055 msgid "Save this palette" msgstr "Salva questa palette" -#: src/dialogs/confdialog.cxx:3979 +#: src/dialogs/confdialog.cxx:4058 msgid "Bandwidth cursor" msgstr "Larghezza di banda" -#: src/dialogs/confdialog.cxx:3980 +#: src/dialogs/confdialog.cxx:4059 msgid "Show cursor with bandwidth lines" msgstr "Mostra linee che indicano la larghezza di banda del modo sul cursore" -#: src/dialogs/confdialog.cxx:3985 +#: src/dialogs/confdialog.cxx:4064 msgid "Cursor color" msgstr "Colore del cursore" -#: src/dialogs/confdialog.cxx:3992 +#: src/dialogs/confdialog.cxx:4071 msgid "Cursor center line" msgstr "Linea centrale" -#: src/dialogs/confdialog.cxx:3993 +#: src/dialogs/confdialog.cxx:4072 msgid "Show cursor with center line" msgstr "Mostra il cursore con linea centrale" -#: src/dialogs/confdialog.cxx:3998 +#: src/dialogs/confdialog.cxx:4077 msgid "Center line color" msgstr "Colore linea centrale" -#: src/dialogs/confdialog.cxx:4005 +#: src/dialogs/confdialog.cxx:4084 msgid "Bandwidth tracks" msgstr "Tracce largh. banda" -#: src/dialogs/confdialog.cxx:4006 src/dialogs/confdialog.cxx:4019 -#: src/dialogs/confdialog.cxx:4025 src/dialogs/confdialog.cxx:4031 +#: src/dialogs/confdialog.cxx:4085 src/dialogs/confdialog.cxx:4098 +#: src/dialogs/confdialog.cxx:4104 src/dialogs/confdialog.cxx:4110 msgid "Show bandwidth tracks on waterfall" msgstr "Mostra indicatori della larghezza di banda sul waterfall" -#: src/dialogs/confdialog.cxx:4011 +#: src/dialogs/confdialog.cxx:4090 msgid "Tracks color" msgstr "Colore tracce" -#: src/dialogs/confdialog.cxx:4018 +#: src/dialogs/confdialog.cxx:4097 #, fuzzy msgid "Wide tracks" msgstr "Tracce largh. banda" -#: src/dialogs/confdialog.cxx:4024 +#: src/dialogs/confdialog.cxx:4103 #, fuzzy msgid "Wide center line" msgstr "Linea centrale" -#: src/dialogs/confdialog.cxx:4030 +#: src/dialogs/confdialog.cxx:4109 #, fuzzy msgid "Wide cursor" msgstr "Larghezza di banda" -#: src/dialogs/confdialog.cxx:4038 +#: src/dialogs/confdialog.cxx:4117 msgid "Frequency scale" msgstr "Scala di frequenza" -#: src/dialogs/confdialog.cxx:4041 +#: src/dialogs/confdialog.cxx:4120 msgid "Always show audio frequencies" msgstr "Mostra sempre le frequenze audio" -#: src/dialogs/confdialog.cxx:4042 +#: src/dialogs/confdialog.cxx:4121 msgid "Audio or RF frequencies on waterfall scale" msgstr "Frequenze audio o RF sulla scala del waterfall" -#: src/dialogs/confdialog.cxx:4048 +#: src/dialogs/confdialog.cxx:4127 msgid "Select waterfall scale font" msgstr "Scegli il carattere della scala del waterfall" -#: src/dialogs/confdialog.cxx:4053 +#: src/dialogs/confdialog.cxx:4132 msgid "Transmit signal" msgstr "Segnale trasmesso" -#: src/dialogs/confdialog.cxx:4056 +#: src/dialogs/confdialog.cxx:4135 msgid "Monitor transmitted signal" msgstr "Monitorizza il segnale trasmesso" -#: src/dialogs/confdialog.cxx:4057 +#: src/dialogs/confdialog.cxx:4136 msgid "Show transmit signal on waterfall" msgstr "Mostra il segnale trasmesso sul waterfall" -#: src/dialogs/confdialog.cxx:4062 +#: src/dialogs/confdialog.cxx:4141 msgid "Signal level" msgstr "Livello del segnale" -#: src/dialogs/confdialog.cxx:4063 +#: src/dialogs/confdialog.cxx:4142 msgid "Set level for good viewing" msgstr "Imposta il livello per una buona visualizzazione" -#: src/dialogs/confdialog.cxx:4085 +#: src/dialogs/confdialog.cxx:4164 msgid "FFT Processing" msgstr "Elaborazione FFT" -#: src/dialogs/confdialog.cxx:4089 src/dialogs/confdialog.cxx:4366 +#: src/dialogs/confdialog.cxx:4168 src/dialogs/confdialog.cxx:4444 msgid "Lower limit" msgstr "Limite inferiore" -#: src/dialogs/confdialog.cxx:4090 +#: src/dialogs/confdialog.cxx:4169 msgid "Low frequency limit in Hz" msgstr "Limite inferiore di frequenza in Hz" -#: src/dialogs/confdialog.cxx:4109 +#: src/dialogs/confdialog.cxx:4188 msgid "FFT latency (scan merging)" msgstr "Latenza FFT (aggregazione scansioni)" -#: src/dialogs/confdialog.cxx:4110 +#: src/dialogs/confdialog.cxx:4189 msgid "" "Latency increases frequency resolution,\n" "decreases time resolution. 1 = no scan merging" @@ -2854,75 +2854,75 @@ "La latenza aumenta la risoluzione in frequenza,\n" "diminuisce la risoluzione temporale. 1 = non aggregare le scansioni" -#: src/dialogs/confdialog.cxx:4130 +#: src/dialogs/confdialog.cxx:4209 msgid "FFT averaging" msgstr "Media FFT" -#: src/dialogs/confdialog.cxx:4131 +#: src/dialogs/confdialog.cxx:4210 msgid "Use averaging to decrease waterfall noise" msgstr "Usa la media per diminuire il rumore del waterfall" -#: src/dialogs/confdialog.cxx:4136 +#: src/dialogs/confdialog.cxx:4215 msgid "FFT prefilter window function" msgstr "Funzione di prefiltro a finestra FFT" -#: src/dialogs/confdialog.cxx:4137 +#: src/dialogs/confdialog.cxx:4216 msgid "Select the type of FFT prefilter" msgstr "Seleziona il tipo di prefiltro FFT" -#: src/dialogs/confdialog.cxx:4141 +#: src/dialogs/confdialog.cxx:4220 msgid "Rectangular" msgstr "Rettangolare" -#: src/dialogs/confdialog.cxx:4143 +#: src/dialogs/confdialog.cxx:4222 msgid "Triangular" msgstr "Triangolare" -#: src/dialogs/confdialog.cxx:4146 src/dialogs/confdialog.cxx:4378 +#: src/dialogs/confdialog.cxx:4225 src/dialogs/confdialog.cxx:4456 msgid "Upper limit" msgstr "Limite superiore" -#: src/dialogs/confdialog.cxx:4147 +#: src/dialogs/confdialog.cxx:4226 msgid "High frequency limit in Hz" msgstr "Limite superiore di frequenza in Hz" -#: src/dialogs/confdialog.cxx:4169 +#: src/dialogs/confdialog.cxx:4248 msgid "Show me more or less waterfall" msgstr "Mostrami piú o meno waterfall" -#: src/dialogs/confdialog.cxx:4172 +#: src/dialogs/confdialog.cxx:4251 msgid "Waterfall height in pixels" msgstr "Altezza del waterfall in pixel" -#: src/dialogs/confdialog.cxx:4173 +#: src/dialogs/confdialog.cxx:4252 msgid "CPU usage increases with waterfall height" msgstr "L'utilizzo della CPU aumenta con l'altezza del waterfall" -#: src/dialogs/confdialog.cxx:4196 +#: src/dialogs/confdialog.cxx:4275 msgid "Mouse" msgstr "Mouse" -#: src/dialogs/confdialog.cxx:4200 +#: src/dialogs/confdialog.cxx:4279 msgid "Left or right click always replays audio history" msgstr "Click destro o sinistro riascolta la memoria audio" -#: src/dialogs/confdialog.cxx:4201 +#: src/dialogs/confdialog.cxx:4280 msgid "Replay trackline audio" msgstr "Rianalizza i dati audio degli ultimi 2 minuti" -#: src/dialogs/confdialog.cxx:4206 +#: src/dialogs/confdialog.cxx:4285 msgid "Dragging on the waterfall scale changes frequency" msgstr "Trascinare sulla scala del waterfall cambia la frequenza" -#: src/dialogs/confdialog.cxx:4207 +#: src/dialogs/confdialog.cxx:4286 msgid "Enable drag cursor on waterfall scale" msgstr "Abilita il trascinamento del cursore sulla scala del waterfall" -#: src/dialogs/confdialog.cxx:4212 +#: src/dialogs/confdialog.cxx:4291 msgid "Insert text on single left click" msgstr "Inserisci testo con un singolo click sinistro" -#: src/dialogs/confdialog.cxx:4213 +#: src/dialogs/confdialog.cxx:4292 msgid "" "Insert special text in Rx panel\n" "when waterfall clicked" @@ -2930,7 +2930,7 @@ "Inserisci testo speciale nel pannello Rx\n" "quando fai click sul waterfall" -#: src/dialogs/confdialog.cxx:4219 +#: src/dialogs/confdialog.cxx:4298 msgid "" "The string is replaced with\n" "the current modem and frequency" @@ -2938,11 +2938,11 @@ "La stringa viene sostituita\n" "con il modem e la frequenza correnti" -#: src/dialogs/confdialog.cxx:4233 +#: src/dialogs/confdialog.cxx:4312 msgid "Wheel action" msgstr "Azione della rotella del mouse" -#: src/dialogs/confdialog.cxx:4234 +#: src/dialogs/confdialog.cxx:4313 msgid "" "Select how the mouse wheel\n" "behaves inside the waterfall" @@ -2950,908 +2950,928 @@ "Scegli il comportamento della rotella\n" "del mouse all'interno del waterfall" -#: src/dialogs/confdialog.cxx:4250 src/dialogs/confdialog.cxx:6601 +#: src/dialogs/confdialog.cxx:4329 src/dialogs/confdialog.cxx:6711 msgid "CW" msgstr "CW" -#: src/dialogs/confdialog.cxx:4259 +#: src/dialogs/confdialog.cxx:4337 msgid "Filter bandwidth" msgstr "Larghezza del filtro" -#: src/dialogs/confdialog.cxx:4260 +#: src/dialogs/confdialog.cxx:4338 msgid "CW dsp filter bandwidth" msgstr "Larghezza del filtro dsp CW" -#: src/dialogs/confdialog.cxx:4280 +#: src/dialogs/confdialog.cxx:4358 msgid "Tracking" msgstr "Inseguimento" -#: src/dialogs/confdialog.cxx:4281 +#: src/dialogs/confdialog.cxx:4359 msgid "Automatic Rx speed tracking" msgstr "Inseguimento automatico velocita' in ricezione" -#: src/dialogs/confdialog.cxx:4287 +#: src/dialogs/confdialog.cxx:4365 msgid "Tracking range (WPM)" msgstr "Ampiezza di inseguimento (WPM)" -#: src/dialogs/confdialog.cxx:4288 +#: src/dialogs/confdialog.cxx:4366 msgid "Range +/- wpm" msgstr "" "L'inseguimento avviene tra il valore corrente +/-\n" "il valore impostato in questo campo" -#: src/dialogs/confdialog.cxx:4312 +#: src/dialogs/confdialog.cxx:4390 msgid "Tracked CW speed in WPM" msgstr "Velocita' inseguita in CW (WPM)" -#: src/dialogs/confdialog.cxx:4317 +#: src/dialogs/confdialog.cxx:4395 msgid "RX WPM" msgstr "RX WPM" -#: src/dialogs/confdialog.cxx:4325 +#: src/dialogs/confdialog.cxx:4403 msgid "TX WPM" msgstr "TX WPM" -#: src/dialogs/confdialog.cxx:4326 src/dialogs/confdialog.cxx:4391 +#: src/dialogs/confdialog.cxx:4404 src/dialogs/confdialog.cxx:4469 msgid "My transmit CW WPM" msgstr "La mia velocitá di trasmissione in WPM" -#: src/dialogs/confdialog.cxx:4347 +#: src/dialogs/confdialog.cxx:4425 msgid "The default CW speed" msgstr "La velocitá predefinita di trasmissione in CW" -#: src/dialogs/confdialog.cxx:4367 +#: src/dialogs/confdialog.cxx:4445 msgid "No slower than this" msgstr "Non piú piano di questo" -#: src/dialogs/confdialog.cxx:4379 +#: src/dialogs/confdialog.cxx:4457 msgid "No faster than this" msgstr "Non piú veloce di questo" -#: src/dialogs/confdialog.cxx:4390 +#: src/dialogs/confdialog.cxx:4468 msgid "F-WPM" msgstr "F-WPM" -#: src/dialogs/confdialog.cxx:4411 +#: src/dialogs/confdialog.cxx:4489 msgid "Use Farnsworth timing" msgstr "Usa la spaziatura Farnsworth" -#: src/dialogs/confdialog.cxx:4420 +#: src/dialogs/confdialog.cxx:4498 msgid "Timing and QSK" msgstr "Temporizzazione e QSK" -#: src/dialogs/confdialog.cxx:4422 +#: src/dialogs/confdialog.cxx:4501 msgid "Timing" msgstr "Temporizzazione" -#: src/dialogs/confdialog.cxx:4425 +#: src/dialogs/confdialog.cxx:4504 msgid "Weight (%)" msgstr "Peso (%)" -#: src/dialogs/confdialog.cxx:4426 +#: src/dialogs/confdialog.cxx:4505 msgid "Dot to dot-space ratio" msgstr "Rapporto tra punto e punto-spazio" -#: src/dialogs/confdialog.cxx:4445 src/dialogs/confdialog.cxx:4446 +#: src/dialogs/confdialog.cxx:4524 src/dialogs/confdialog.cxx:4525 msgid "Dash to dot ratio" msgstr "Rapporto linea/punto" -#: src/dialogs/confdialog.cxx:4464 +#: src/dialogs/confdialog.cxx:4543 msgid "Edge timing" msgstr "Tempo di salita" -#: src/dialogs/confdialog.cxx:4465 +#: src/dialogs/confdialog.cxx:4544 msgid "Leading and Trailing edge risetimes (msec)" msgstr "Tempo in ms di salita/discesa dell'impulso" -#: src/dialogs/confdialog.cxx:4483 +#: src/dialogs/confdialog.cxx:4562 msgid "Edge shape" msgstr "" "Forma d'onda\n" "al bordo" -#: src/dialogs/confdialog.cxx:4484 +#: src/dialogs/confdialog.cxx:4563 msgid "Raised cosine = Hanning" msgstr "Raised cosine = Hanning" -#: src/dialogs/confdialog.cxx:4492 +#: src/dialogs/confdialog.cxx:4571 msgid "Edge decreases pulse width" msgstr "Il tempo di salita riduce la larghezza dell'impulso" -#: src/dialogs/confdialog.cxx:4493 +#: src/dialogs/confdialog.cxx:4572 msgid "Weight decreases with increasing edge timing" msgstr "Il peso diminuisce aumentando il tempo di salita" -#: src/dialogs/confdialog.cxx:4500 +#: src/dialogs/confdialog.cxx:4579 msgid "QSK" msgstr "QSK" -#: src/dialogs/confdialog.cxx:4503 +#: src/dialogs/confdialog.cxx:4582 msgid "QSK on right audio channel" msgstr "QSK sul canale audio destro" -#: src/dialogs/confdialog.cxx:4504 +#: src/dialogs/confdialog.cxx:4583 msgid "Generate square wave signal on right channel" msgstr "Genera un segnale a onda quadra sul canale audio destro" -#: src/dialogs/confdialog.cxx:4509 +#: src/dialogs/confdialog.cxx:4588 msgid "Pre-keydown timing (ms)" msgstr "Tempo prima dell'impulso (ms)" -#: src/dialogs/confdialog.cxx:4510 +#: src/dialogs/confdialog.cxx:4589 msgid "Msec pre-keydown (+ is earlier in time)" msgstr "Quanti ms prima dell'impulso viene attivata la linea QSK" -#: src/dialogs/confdialog.cxx:4528 +#: src/dialogs/confdialog.cxx:4607 msgid "Post-keydown timing (ms)" msgstr "Tempo dopo l'impulso (ms)" -#: src/dialogs/confdialog.cxx:4529 +#: src/dialogs/confdialog.cxx:4608 msgid "Msec post-keydown (+ is earlier in time)" msgstr "Quanti ms dopo l'impulso viene disattivata la linea QSK" -#: src/dialogs/confdialog.cxx:4547 +#: src/dialogs/confdialog.cxx:4626 msgid "Send continuously" msgstr "Invia continuamente" -#: src/dialogs/confdialog.cxx:4548 +#: src/dialogs/confdialog.cxx:4627 msgid "Send a continuous stream of test characters" msgstr "Invia un flusso continuo di caratteri di prova" -#: src/dialogs/confdialog.cxx:4553 +#: src/dialogs/confdialog.cxx:4632 msgid "Test char" msgstr "Carattere di prova" -#: src/dialogs/confdialog.cxx:4554 +#: src/dialogs/confdialog.cxx:4633 msgid "Test character for QSK adjustment" msgstr "Carattere di prova per la regolazione del QSK" -#: src/dialogs/confdialog.cxx:4565 +#: src/dialogs/confdialog.cxx:4644 msgid "Prosigns" msgstr "Prosigns" -#: src/dialogs/confdialog.cxx:4570 +#: src/dialogs/confdialog.cxx:4649 msgid "Use '(' paren not KN" msgstr "Usa '(' come parentesi, non KN" -#: src/dialogs/confdialog.cxx:4577 +#: src/dialogs/confdialog.cxx:4656 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4584 +#: src/dialogs/confdialog.cxx:4663 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4591 +#: src/dialogs/confdialog.cxx:4670 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4598 +#: src/dialogs/confdialog.cxx:4677 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4605 +#: src/dialogs/confdialog.cxx:4684 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4612 +#: src/dialogs/confdialog.cxx:4691 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4619 +#: src/dialogs/confdialog.cxx:4698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4626 +#: src/dialogs/confdialog.cxx:4705 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4633 +#: src/dialogs/confdialog.cxx:4712 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:4646 +#: src/dialogs/confdialog.cxx:4725 msgid "DomEX" msgstr "DomEX" -#: src/dialogs/confdialog.cxx:4650 src/dialogs/confdialog.cxx:5327 +#: src/dialogs/confdialog.cxx:4729 src/dialogs/confdialog.cxx:5406 msgid "Secondary Text" msgstr "Testo secondario" -#: src/dialogs/confdialog.cxx:4651 src/dialogs/confdialog.cxx:5328 +#: src/dialogs/confdialog.cxx:4730 src/dialogs/confdialog.cxx:5407 msgid "Text to send during keyboard idle times" msgstr "Testo da inviare durante i tempi morti della tastiera" -#: src/dialogs/confdialog.cxx:4665 src/dialogs/confdialog.cxx:5342 +#: src/dialogs/confdialog.cxx:4744 src/dialogs/confdialog.cxx:5421 msgid "Filtering" msgstr "Filtraggio" -#: src/dialogs/confdialog.cxx:4666 +#: src/dialogs/confdialog.cxx:4745 msgid "Use DSP filter before decoder" msgstr "Usa il filtro DSP prima del decodificatore" -#: src/dialogs/confdialog.cxx:4672 src/dialogs/confdialog.cxx:5349 +#: src/dialogs/confdialog.cxx:4751 src/dialogs/confdialog.cxx:5428 msgid "Filter bandwidth factor" msgstr "Fattore di larghezza di banda del filtro" -#: src/dialogs/confdialog.cxx:4673 src/dialogs/confdialog.cxx:5350 +#: src/dialogs/confdialog.cxx:4752 src/dialogs/confdialog.cxx:5429 msgid "Filter bandwidth relative to signal width" msgstr "Larghezza di banda del filtro relativa alla larghezza del segnale" -#: src/dialogs/confdialog.cxx:4691 +#: src/dialogs/confdialog.cxx:4770 msgid "FEC" msgstr "FEC" -#: src/dialogs/confdialog.cxx:4692 +#: src/dialogs/confdialog.cxx:4771 msgid "Enable MultiPSK-compatible FEC" msgstr "Abilita FEC compatibile con MultiPSK" -#: src/dialogs/confdialog.cxx:4697 src/dialogs/confdialog.cxx:5368 +#: src/dialogs/confdialog.cxx:4776 src/dialogs/confdialog.cxx:5447 msgid "CWI threshold" msgstr "Soglia CWI" -#: src/dialogs/confdialog.cxx:4698 src/dialogs/confdialog.cxx:5369 +#: src/dialogs/confdialog.cxx:4777 src/dialogs/confdialog.cxx:5448 msgid "CWI detection and suppression" msgstr "Rilevazione e soppressione CWI" -#: src/dialogs/confdialog.cxx:4714 src/dialogs/confdialog.cxx:5385 +#: src/dialogs/confdialog.cxx:4793 src/dialogs/confdialog.cxx:5464 msgid "Paths (hidden)" msgstr "Paths (hidden)" -#: src/dialogs/confdialog.cxx:4738 +#: src/dialogs/confdialog.cxx:4817 msgid "Feldhell" msgstr "Feldhell" -#: src/dialogs/confdialog.cxx:4742 +#: src/dialogs/confdialog.cxx:4821 msgid "Transmit font" msgstr "Carattere in TX" -#: src/dialogs/confdialog.cxx:4743 +#: src/dialogs/confdialog.cxx:4822 msgid "Select TX raster font" msgstr "Seleziona il carattere a scansione per la trasmissione" -#: src/dialogs/confdialog.cxx:4750 +#: src/dialogs/confdialog.cxx:4829 msgid "Reverse video" msgstr "Inverti il video" -#: src/dialogs/confdialog.cxx:4751 +#: src/dialogs/confdialog.cxx:4830 msgid "Display RX in reverse video" msgstr "Mostra il testo ricevuto a colori invertiti" -#: src/dialogs/confdialog.cxx:4756 +#: src/dialogs/confdialog.cxx:4835 msgid "Transmit width" msgstr "Larghezza di trasmissione" -#: src/dialogs/confdialog.cxx:4757 +#: src/dialogs/confdialog.cxx:4836 msgid "# of multiple scans / character line" msgstr "# di linee multiple / linea di caratteri" -#: src/dialogs/confdialog.cxx:4772 +#: src/dialogs/confdialog.cxx:4851 msgid "Halve receive width" msgstr "Dimezza la larghezza RX" -#: src/dialogs/confdialog.cxx:4773 +#: src/dialogs/confdialog.cxx:4852 msgid "Compress Rx in time" msgstr "Comprimi la ricezione nel tempo" -#: src/dialogs/confdialog.cxx:4778 +#: src/dialogs/confdialog.cxx:4857 msgid "Pulse shape" msgstr "Forma dell'impulso" -#: src/dialogs/confdialog.cxx:4779 +#: src/dialogs/confdialog.cxx:4858 msgid "Raised cosine pulse shape factor" msgstr "Fattore di forma dell'impulso di tipo raised cosine" -#: src/dialogs/confdialog.cxx:4783 +#: src/dialogs/confdialog.cxx:4862 msgid "Slow (4 msec)" msgstr "Lento (4 ms)" -#: src/dialogs/confdialog.cxx:4784 +#: src/dialogs/confdialog.cxx:4863 msgid "Fast (2 msec)" msgstr "Veloce (2 ms)" -#: src/dialogs/confdialog.cxx:4787 src/dialogs/confdialog.cxx:5279 +#: src/dialogs/confdialog.cxx:4866 src/dialogs/confdialog.cxx:5358 msgid "Receive filter bandwidth" msgstr "Larghezza di banda del filtro di ricezione" -#: src/dialogs/confdialog.cxx:4788 src/dialogs/confdialog.cxx:5280 +#: src/dialogs/confdialog.cxx:4867 src/dialogs/confdialog.cxx:5359 msgid "Adjust the DSP bandwidth" msgstr "Aggiusta la larghezza di banda DSP" -#: src/dialogs/confdialog.cxx:4808 +#: src/dialogs/confdialog.cxx:4887 msgid "Transmit periods (.) when idle" msgstr "Trasmetti punti (.) nei tempi morti" -#: src/dialogs/confdialog.cxx:4809 +#: src/dialogs/confdialog.cxx:4888 msgid "Transmits a diddle dot when no keyboard activity" msgstr "Trasmetti un punto quando non c'è attivitá sulla tastiera" -#: src/dialogs/confdialog.cxx:4815 +#: src/dialogs/confdialog.cxx:4894 msgid "2x Xmt Width (hidden)" msgstr "2x Xmt Width (hidden)" -#: src/dialogs/confdialog.cxx:4825 +#: src/dialogs/confdialog.cxx:4904 msgid "MT-63" msgstr "MT-63" -#: src/dialogs/confdialog.cxx:4830 +#: src/dialogs/confdialog.cxx:4909 msgid "64-bit (long) interleave" msgstr "Interleave a 64 bit (lunga)" -#: src/dialogs/confdialog.cxx:4836 src/dialogs/confdialog.cxx:4951 -#: src/dialogs/confdialog.cxx:5023 +#: src/dialogs/confdialog.cxx:4915 src/dialogs/confdialog.cxx:5030 +#: src/dialogs/confdialog.cxx:5102 msgid "8-bit extended characters" msgstr "Caratteri estesi a 8 bit" -#: src/dialogs/confdialog.cxx:4837 src/dialogs/confdialog.cxx:4952 -#: src/dialogs/confdialog.cxx:5024 +#: src/dialogs/confdialog.cxx:4916 src/dialogs/confdialog.cxx:5031 +#: src/dialogs/confdialog.cxx:5103 msgid "Enable this for Latin-1 accented characters" msgstr "Abilitare per i caratteri accentati Latin-1" -#: src/dialogs/confdialog.cxx:4842 +#: src/dialogs/confdialog.cxx:4921 msgid "Long receive integration" msgstr "Integrazione di ricezione lunga" -#: src/dialogs/confdialog.cxx:4843 +#: src/dialogs/confdialog.cxx:4922 msgid "Enable for very weak signals" msgstr "Abilitare per segnali molto deboli" -#: src/dialogs/confdialog.cxx:4852 +#: src/dialogs/confdialog.cxx:4931 msgid "Transmit lower start tone" msgstr "Trasmetti il tono di avvio basso" -#: src/dialogs/confdialog.cxx:4857 +#: src/dialogs/confdialog.cxx:4936 msgid "Transmit upper start tone" msgstr "Trasmetti il tono di avvio alto" -#: src/dialogs/confdialog.cxx:4863 +#: src/dialogs/confdialog.cxx:4942 msgid "Tone Duration (secs)" msgstr "Durata del tono (secondi)" -#: src/dialogs/confdialog.cxx:4879 +#: src/dialogs/confdialog.cxx:4958 msgid "Allow manual tuning" msgstr "Permetti sintonia manuale" -#: src/dialogs/confdialog.cxx:4888 +#: src/dialogs/confdialog.cxx:4967 msgid "Olivia" msgstr "Olivia" -#: src/dialogs/confdialog.cxx:4892 src/dialogs/confdialog.cxx:4964 +#: src/dialogs/confdialog.cxx:4971 src/dialogs/confdialog.cxx:5043 msgid "Bandwidth" msgstr "Larghezza di banda" -#: src/dialogs/confdialog.cxx:4893 src/dialogs/confdialog.cxx:4965 +#: src/dialogs/confdialog.cxx:4972 src/dialogs/confdialog.cxx:5044 msgid "Select bandwidth" msgstr "Seleziona la larghezza di banda" -#: src/dialogs/confdialog.cxx:4900 src/dialogs/confdialog.cxx:4972 +#: src/dialogs/confdialog.cxx:4979 src/dialogs/confdialog.cxx:5051 msgid "Tones" msgstr "Toni" -#: src/dialogs/confdialog.cxx:4901 src/dialogs/confdialog.cxx:4973 +#: src/dialogs/confdialog.cxx:4980 src/dialogs/confdialog.cxx:5052 msgid "Select number of tones" msgstr "Seleziona il numero di toni" -#: src/dialogs/confdialog.cxx:4908 src/dialogs/confdialog.cxx:4980 +#: src/dialogs/confdialog.cxx:4987 src/dialogs/confdialog.cxx:5059 msgid "Receive synchronizer" msgstr "Sincronizzatore di ricezione" -#: src/dialogs/confdialog.cxx:4911 src/dialogs/confdialog.cxx:4983 +#: src/dialogs/confdialog.cxx:4990 src/dialogs/confdialog.cxx:5062 msgid "Tune margin (tone frequency spacing)" msgstr "Margine di sintonia (spaziatura tra i toni)" -#: src/dialogs/confdialog.cxx:4912 src/dialogs/confdialog.cxx:4931 -#: src/dialogs/confdialog.cxx:4984 src/dialogs/confdialog.cxx:5003 +#: src/dialogs/confdialog.cxx:4991 src/dialogs/confdialog.cxx:5010 +#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:5082 msgid "Change ONLY to experiment" msgstr "Cambiare SOLO per sperimentare" -#: src/dialogs/confdialog.cxx:4930 src/dialogs/confdialog.cxx:5002 +#: src/dialogs/confdialog.cxx:5009 src/dialogs/confdialog.cxx:5081 msgid "Integration period (FEC blocks)" msgstr "Periodo d'integrazione (FEC blocks)" -#: src/dialogs/confdialog.cxx:4960 +#: src/dialogs/confdialog.cxx:5039 msgid "Contestia" msgstr "Contestia" -#: src/dialogs/confdialog.cxx:5033 +#: src/dialogs/confdialog.cxx:5112 msgid "PSK" msgstr "PSK" -#: src/dialogs/confdialog.cxx:5039 +#: src/dialogs/confdialog.cxx:5118 msgid "AFC behavior" msgstr "Comportamento AFC" -#: src/dialogs/confdialog.cxx:5042 +#: src/dialogs/confdialog.cxx:5121 msgid "Acquisition search range (Hz)" msgstr "Raggio di ricerca per l'acquisizione (Hz)" -#: src/dialogs/confdialog.cxx:5043 +#: src/dialogs/confdialog.cxx:5122 msgid "Capture signals within this frequency range" msgstr "Cattura i segnali all'interno di questo raggio di frequenza" -#: src/dialogs/confdialog.cxx:5062 src/dialogs/confdialog.cxx:6470 +#: src/dialogs/confdialog.cxx:5141 src/dialogs/confdialog.cxx:6580 msgid "Acquisition S/N (dB)" msgstr "S/N (dB) per l'acquisizione" -#: src/dialogs/confdialog.cxx:5063 src/dialogs/confdialog.cxx:6471 +#: src/dialogs/confdialog.cxx:5142 src/dialogs/confdialog.cxx:6581 msgid "Capture signals over this threshold" msgstr "Cattura i segnali oltre questa soglia" -#: src/dialogs/confdialog.cxx:5084 +#: src/dialogs/confdialog.cxx:5163 msgid "S/N and IMD behavior" msgstr "Comportamento S/N e IMD" -#: src/dialogs/confdialog.cxx:5087 +#: src/dialogs/confdialog.cxx:5166 msgid "after" msgstr "dopo" -#: src/dialogs/confdialog.cxx:5088 +#: src/dialogs/confdialog.cxx:5167 msgid "Behavior of s/n imd" msgstr "Comportamento degli indicatori s/n e imd" -#: src/dialogs/confdialog.cxx:5092 +#: src/dialogs/confdialog.cxx:5171 msgid "Dim" msgstr "Scurisci" -#: src/dialogs/confdialog.cxx:5095 +#: src/dialogs/confdialog.cxx:5174 msgid "seconds" msgstr "secondi" -#: src/dialogs/confdialog.cxx:5096 +#: src/dialogs/confdialog.cxx:5175 msgid "Will occur after this time in seconds" msgstr "Avverrà dopo questo tempo in secondi" -#: src/dialogs/confdialog.cxx:5116 +#: src/dialogs/confdialog.cxx:5195 msgid "Multi-Channel Signal Processing" msgstr "Elaborazione di segnale multicanale" -#: src/dialogs/confdialog.cxx:5119 +#: src/dialogs/confdialog.cxx:5198 msgid "Multi-channel detector" msgstr "Decodificatore Multicanale" -#: src/dialogs/confdialog.cxx:5124 +#: src/dialogs/confdialog.cxx:5203 msgid "Disable on very slow CPUs of if signal browser is not used" msgstr "Disabilita su CPU molto lente o se il navigatore non è usato" -#: src/dialogs/confdialog.cxx:5135 src/dialogs/confdialog.cxx:6620 +#: src/dialogs/confdialog.cxx:5214 src/dialogs/confdialog.cxx:6730 msgid "RTTY" msgstr "RTTY" -#: src/dialogs/confdialog.cxx:5139 +#: src/dialogs/confdialog.cxx:5218 msgid "Carrier shift" msgstr "" "Scostamento \n" "della portante" -#: src/dialogs/confdialog.cxx:5140 +#: src/dialogs/confdialog.cxx:5219 msgid "Select carrier shift" msgstr "Seleziona lo scostamento della portante" -#: src/dialogs/confdialog.cxx:5147 +#: src/dialogs/confdialog.cxx:5226 msgid "Baud rate" msgstr "Baud rate" -#: src/dialogs/confdialog.cxx:5148 +#: src/dialogs/confdialog.cxx:5227 msgid "Select carrier baudrate" msgstr "Seleziona la velocitá in baud della portante" -#: src/dialogs/confdialog.cxx:5155 +#: src/dialogs/confdialog.cxx:5234 msgid "Bits per character" msgstr "Bit per carattere" -#: src/dialogs/confdialog.cxx:5156 +#: src/dialogs/confdialog.cxx:5235 msgid "Select # bits / char" msgstr "Seleziona il numero di bit per carattere" -#: src/dialogs/confdialog.cxx:5163 +#: src/dialogs/confdialog.cxx:5242 msgid "Parity" msgstr "Parità" -#: src/dialogs/confdialog.cxx:5164 +#: src/dialogs/confdialog.cxx:5243 msgid "Select parity" msgstr "Seleziona la parità" -#: src/dialogs/confdialog.cxx:5171 +#: src/dialogs/confdialog.cxx:5250 msgid "Stop bits" msgstr "Bit arresto" -#: src/dialogs/confdialog.cxx:5172 +#: src/dialogs/confdialog.cxx:5251 msgid "Select # stop bits" msgstr "Seleziona il numero di bit d'arresto" -#: src/dialogs/confdialog.cxx:5181 +#: src/dialogs/confdialog.cxx:5260 msgid "AutoCRLF" msgstr "AutoCRLF" -#: src/dialogs/confdialog.cxx:5182 +#: src/dialogs/confdialog.cxx:5261 msgid "Add CRLF after page width characters" msgstr "Aggiungi CRLF quando raggiungi la larghezza della pagina" -#: src/dialogs/confdialog.cxx:5187 +#: src/dialogs/confdialog.cxx:5266 msgid "CR-CR-LF" msgstr "CR-CR-LF" -#: src/dialogs/confdialog.cxx:5188 +#: src/dialogs/confdialog.cxx:5267 msgid "Use \"cr cr lf\" for \"cr lf\"" msgstr "Usa \"cr cr lf\" al posto di \"cr lf\"" -#: src/dialogs/confdialog.cxx:5194 +#: src/dialogs/confdialog.cxx:5273 msgid "characters" msgstr "caratteri" -#: src/dialogs/confdialog.cxx:5195 +#: src/dialogs/confdialog.cxx:5274 msgid "Set page width" msgstr "Imposta la larghezza della pagina" -#: src/dialogs/confdialog.cxx:5213 +#: src/dialogs/confdialog.cxx:5292 msgid "after:" msgstr "dopo:" -#: src/dialogs/confdialog.cxx:5218 +#: src/dialogs/confdialog.cxx:5297 msgid "Unshift On Space" msgstr "Togli shift dopo spazio" -#: src/dialogs/confdialog.cxx:5221 +#: src/dialogs/confdialog.cxx:5300 msgid "RX" msgstr "RX" -#: src/dialogs/confdialog.cxx:5222 src/dialogs/confdialog.cxx:5228 -#: src/dialogs/confdialog.cxx:5239 +#: src/dialogs/confdialog.cxx:5301 src/dialogs/confdialog.cxx:5307 +#: src/dialogs/confdialog.cxx:5318 msgid "Revert to Unsifted char's on a space" msgstr "Ritorna a caratteri normali (unshifted) dopo uno spazio" -#: src/dialogs/confdialog.cxx:5227 +#: src/dialogs/confdialog.cxx:5306 msgid "TX" msgstr "TX" -#: src/dialogs/confdialog.cxx:5235 +#: src/dialogs/confdialog.cxx:5314 #, fuzzy msgid "Log RTTY frequency" msgstr "Frequenza audio" -#: src/dialogs/confdialog.cxx:5238 +#: src/dialogs/confdialog.cxx:5317 msgid "Use MARK freq'" msgstr "" -#: src/dialogs/confdialog.cxx:5244 +#: src/dialogs/confdialog.cxx:5323 #, fuzzy msgid "track clr" msgstr "Colore tracce" -#: src/dialogs/confdialog.cxx:5253 +#: src/dialogs/confdialog.cxx:5332 msgid "Use cross hair scope" msgstr "Usa oscilloscopio a croce" -#: src/dialogs/confdialog.cxx:5254 +#: src/dialogs/confdialog.cxx:5333 msgid "Default to cross hair digiscope" msgstr "Imposta l'oscilloscopio a croce come predefinito" -#: src/dialogs/confdialog.cxx:5259 src/dialogs/confdialog.cxx:6147 +#: src/dialogs/confdialog.cxx:5338 src/dialogs/confdialog.cxx:6261 msgid "Pseudo-FSK on right audio channel" msgstr "Pseudo-FSK sul canale audio destro" -#: src/dialogs/confdialog.cxx:5260 +#: src/dialogs/confdialog.cxx:5339 msgid "Create square wave on right channel" msgstr "Crea un segnale a onda quadra sul canale audio destro" -#: src/dialogs/confdialog.cxx:5265 +#: src/dialogs/confdialog.cxx:5344 msgid "AFC speed" msgstr "Velocità AFC" -#: src/dialogs/confdialog.cxx:5266 +#: src/dialogs/confdialog.cxx:5345 msgid "AFC tracking speed" msgstr "Velocità di tracciamento AFC" -#: src/dialogs/confdialog.cxx:5273 +#: src/dialogs/confdialog.cxx:5352 msgid "X-agc (hidden)" msgstr "X-agc (hidden)" -#: src/dialogs/confdialog.cxx:5300 +#: src/dialogs/confdialog.cxx:5379 msgid "Custom shift" msgstr "" "Scostamento \n" "personalizzato" -#: src/dialogs/confdialog.cxx:5301 +#: src/dialogs/confdialog.cxx:5380 msgid "Input carrier shift" msgstr "Scostamento della portante in ingresso" -#: src/dialogs/confdialog.cxx:5323 +#: src/dialogs/confdialog.cxx:5402 msgid "Thor" msgstr "Thor" -#: src/dialogs/confdialog.cxx:5343 +#: src/dialogs/confdialog.cxx:5422 msgid "Enable DSP prior to decoder" msgstr "Abilita il DSP prima del decodificatore" -#: src/dialogs/confdialog.cxx:5413 +#: src/dialogs/confdialog.cxx:5492 msgid "Rig" msgstr "Radio" -#: src/dialogs/confdialog.cxx:5414 +#: src/dialogs/confdialog.cxx:5493 msgid "Transceiver control" msgstr "Controllo del ricetrasmettitore" -#: src/dialogs/confdialog.cxx:5418 +#: src/dialogs/confdialog.cxx:5497 msgid "Hardware PTT" msgstr "PTT Hardware" -#: src/dialogs/confdialog.cxx:5419 +#: src/dialogs/confdialog.cxx:5500 src/dialogs/confdialog.cxx:6248 +msgid "PTT tone on right audio channel " +msgstr "PTT genera un tono sul canale audio destro " + +#: src/dialogs/confdialog.cxx:5501 +msgid "Can be used in lieu of or in addition to other PTT types" +msgstr "Puó essere usato al posto o insieme ad altri tipi di PTT" + +#: src/dialogs/confdialog.cxx:5508 msgid "h/w ptt device-pin" msgstr "" "Porta e segnale usato \n" "per il PTT hardware" -#: src/dialogs/confdialog.cxx:5422 src/dialogs/confdialog.cxx:5499 -#: src/dialogs/confdialog.cxx:5666 src/dialogs/confdialog.cxx:5920 -#: src/dialogs/confdialog.cxx:6085 +#: src/dialogs/confdialog.cxx:5511 src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5770 src/dialogs/confdialog.cxx:6024 +#: src/dialogs/confdialog.cxx:6189 msgid "Device:" msgstr "Periferica:" -#: src/dialogs/confdialog.cxx:5423 +#: src/dialogs/confdialog.cxx:5512 msgid "Select serial port" msgstr "Seleziona la porta seriale" -#: src/dialogs/confdialog.cxx:5426 +#: src/dialogs/confdialog.cxx:5515 msgid "Use RTS" msgstr "Usa RTS" -#: src/dialogs/confdialog.cxx:5427 +#: src/dialogs/confdialog.cxx:5516 msgid "RTS is PTT signal line" msgstr "RTS controlla il PTT" -#: src/dialogs/confdialog.cxx:5431 +#: src/dialogs/confdialog.cxx:5520 msgid "RTS = +V" msgstr "RTS = +V" -#: src/dialogs/confdialog.cxx:5432 +#: src/dialogs/confdialog.cxx:5521 msgid "Initial voltage on RTS" msgstr "Tensione iniziale su RTS" -#: src/dialogs/confdialog.cxx:5436 +#: src/dialogs/confdialog.cxx:5525 msgid "Use DTR" msgstr "Usa DTR" -#: src/dialogs/confdialog.cxx:5437 +#: src/dialogs/confdialog.cxx:5526 msgid "DTR is PTT signal line" msgstr "DTR controlla il PTT" -#: src/dialogs/confdialog.cxx:5441 +#: src/dialogs/confdialog.cxx:5530 msgid "DTR = +V" msgstr "DTR = +V" -#: src/dialogs/confdialog.cxx:5442 +#: src/dialogs/confdialog.cxx:5531 msgid "Initial voltage on DTR" msgstr "Tensione iniziale su DTR" -#: src/dialogs/confdialog.cxx:5446 src/dialogs/confdialog.cxx:5580 -#: src/dialogs/confdialog.cxx:5800 src/dialogs/confdialog.cxx:5871 -#: src/dialogs/confdialog.cxx:5894 src/dialogs/confdialog.cxx:6584 +#: src/dialogs/confdialog.cxx:5535 src/dialogs/confdialog.cxx:5684 +#: src/dialogs/confdialog.cxx:5904 src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:5998 src/dialogs/confdialog.cxx:6694 msgid "Initialize" msgstr "Inizializza" -#: src/dialogs/confdialog.cxx:5447 +#: src/dialogs/confdialog.cxx:5536 msgid "Initialize the H/W PTT interface" msgstr "Inizializza l'interfaccia PTT hardware" -#: src/dialogs/confdialog.cxx:5450 +#: src/dialogs/confdialog.cxx:5539 msgid "Use separate serial port PTT" msgstr "Il PTT usa una porta seriale separata" -#: src/dialogs/confdialog.cxx:5455 +#: src/dialogs/confdialog.cxx:5544 msgid "Use parallel port PTT" msgstr "Il PTT usa una porta parallela" -#: src/dialogs/confdialog.cxx:5460 +#: src/dialogs/confdialog.cxx:5549 msgid "Use uHRouter PTT" msgstr "Il PTT usa uHRouter" -#: src/dialogs/confdialog.cxx:5469 src/dialogs/confdialog.cxx:6134 -msgid "PTT tone on right audio channel " -msgstr "PTT genera un tono sul canale audio destro " +#: src/dialogs/confdialog.cxx:5556 +msgid "PTT delays valid for all CAT/PTT types" +msgstr "" -#: src/dialogs/confdialog.cxx:5470 -msgid "Can be used in lieu of or in addition to other PTT types" -msgstr "Puó essere usato al posto o insieme ad altri tipi di PTT" +#: src/dialogs/confdialog.cxx:5559 +msgid "Start of transmit PTT delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5560 +msgid "Delay NN msec before starting audio" +msgstr "" + +#: src/dialogs/confdialog.cxx:5569 +msgid "PTT end of transmit delay" +msgstr "" + +#: src/dialogs/confdialog.cxx:5570 +msgid "Delay NN msec before releasing PTT" +msgstr "" -#: src/dialogs/confdialog.cxx:5479 +#: src/dialogs/confdialog.cxx:5583 msgid "RigCAT" msgstr "RigCAT" -#: src/dialogs/confdialog.cxx:5480 +#: src/dialogs/confdialog.cxx:5584 msgid "Rig Control using xml spec file" msgstr "Controlla la radio mediante un file di specifica xml" -#: src/dialogs/confdialog.cxx:5482 +#: src/dialogs/confdialog.cxx:5586 msgid "Use RigCAT" msgstr "Usa RigCAT" -#: src/dialogs/confdialog.cxx:5483 +#: src/dialogs/confdialog.cxx:5587 msgid "RigCAT used for rig control" msgstr "Usa RigCAT per controllare la radio" -#: src/dialogs/confdialog.cxx:5489 +#: src/dialogs/confdialog.cxx:5593 msgid "Rig description file:" msgstr "File con la descrizione della radio" -#: src/dialogs/confdialog.cxx:5490 +#: src/dialogs/confdialog.cxx:5594 msgid "Use Open to select descriptor file" msgstr "Usa Apri per selezionare il file con la descrizione" -#: src/dialogs/confdialog.cxx:5496 +#: src/dialogs/confdialog.cxx:5600 msgid "Select rig descriptor file" msgstr "Seleziona il file con la descrizione della radio" -#: src/dialogs/confdialog.cxx:5500 +#: src/dialogs/confdialog.cxx:5604 msgid "Serial device" msgstr "Porta seriale" -#: src/dialogs/confdialog.cxx:5504 src/dialogs/confdialog.cxx:5671 +#: src/dialogs/confdialog.cxx:5608 src/dialogs/confdialog.cxx:5775 msgid "Retries" msgstr "Tentativi" -#: src/dialogs/confdialog.cxx:5505 +#: src/dialogs/confdialog.cxx:5609 msgid "# retries before giving up" msgstr "numero di tentativi prima di rinunciare" -#: src/dialogs/confdialog.cxx:5521 src/dialogs/confdialog.cxx:5765 +#: src/dialogs/confdialog.cxx:5625 src/dialogs/confdialog.cxx:5869 msgid "Retry interval (ms)" msgstr "Intervallo tra tentativi (ms)" -#: src/dialogs/confdialog.cxx:5522 +#: src/dialogs/confdialog.cxx:5626 msgid "Time between retires in msec" msgstr "Tempo in ms tra i tentativi" -#: src/dialogs/confdialog.cxx:5538 src/dialogs/confdialog.cxx:5705 +#: src/dialogs/confdialog.cxx:5642 src/dialogs/confdialog.cxx:5809 msgid "Write delay (ms)" msgstr "Ritardo scrittura" -#: src/dialogs/confdialog.cxx:5554 src/dialogs/confdialog.cxx:5739 +#: src/dialogs/confdialog.cxx:5658 src/dialogs/confdialog.cxx:5843 msgid "Baud rate:" msgstr "Baud rate:" -#: src/dialogs/confdialog.cxx:5555 +#: src/dialogs/confdialog.cxx:5659 msgid "Pick baud rate from list" msgstr "Seleziona una velocitá della porta dalla lista" -#: src/dialogs/confdialog.cxx:5561 src/dialogs/confdialog.cxx:5746 +#: src/dialogs/confdialog.cxx:5665 src/dialogs/confdialog.cxx:5850 msgid "Stopbits" msgstr "Bit d'arresto" -#: src/dialogs/confdialog.cxx:5581 +#: src/dialogs/confdialog.cxx:5685 msgid "Initialize RigCAT interface" msgstr "Inizializza l'interfaccia RigCAT" -#: src/dialogs/confdialog.cxx:5584 +#: src/dialogs/confdialog.cxx:5688 msgid "Commands are echoed" msgstr "I comandi sono visualizzati" -#: src/dialogs/confdialog.cxx:5585 +#: src/dialogs/confdialog.cxx:5689 msgid "Rig or interface echos serial data" msgstr "La radio o l'interfaccia fa l'eco dei dati seriali" -#: src/dialogs/confdialog.cxx:5590 +#: src/dialogs/confdialog.cxx:5694 msgid "CAT command for PTT" msgstr "Usa CAT per controllare il PTT" -#: src/dialogs/confdialog.cxx:5591 +#: src/dialogs/confdialog.cxx:5695 msgid "PTT is a CAT command (not hardware)" msgstr "PTT è un comando CAT (non hardware)" -#: src/dialogs/confdialog.cxx:5597 +#: src/dialogs/confdialog.cxx:5701 msgid "Toggle RTS for PTT" msgstr "Usa RTS per il PTT" -#: src/dialogs/confdialog.cxx:5598 +#: src/dialogs/confdialog.cxx:5702 msgid "RTS is ptt line" msgstr "RTS controlla il PTT" -#: src/dialogs/confdialog.cxx:5603 +#: src/dialogs/confdialog.cxx:5707 msgid "Toggle DTR for PTT" msgstr "Usa DTR per il PTT" -#: src/dialogs/confdialog.cxx:5604 +#: src/dialogs/confdialog.cxx:5708 msgid "DTR is ptt line" msgstr "DTR controlla il PTT" -#: src/dialogs/confdialog.cxx:5609 +#: src/dialogs/confdialog.cxx:5713 msgid "RTS +12 v" msgstr "RTS +12 v" -#: src/dialogs/confdialog.cxx:5610 src/dialogs/confdialog.cxx:5823 +#: src/dialogs/confdialog.cxx:5714 src/dialogs/confdialog.cxx:5927 msgid "Initial state of RTS" msgstr "Stato iniziale di RTS" -#: src/dialogs/confdialog.cxx:5615 +#: src/dialogs/confdialog.cxx:5719 msgid "DTR +12 v" msgstr "DTR +12 v" -#: src/dialogs/confdialog.cxx:5616 src/dialogs/confdialog.cxx:5817 +#: src/dialogs/confdialog.cxx:5720 src/dialogs/confdialog.cxx:5921 msgid "Initial state of DTR" msgstr "Stato iniziale di DTR" -#: src/dialogs/confdialog.cxx:5621 src/dialogs/confdialog.cxx:5828 +#: src/dialogs/confdialog.cxx:5725 src/dialogs/confdialog.cxx:5932 msgid "RTS/CTS flow control" msgstr "Controllo di flusso RTS/CTS" -#: src/dialogs/confdialog.cxx:5622 +#: src/dialogs/confdialog.cxx:5726 msgid "Rig uses RTS/CTS handshake" msgstr "La radio usa handshake RTS/CTS" -#: src/dialogs/confdialog.cxx:5627 src/dialogs/confdialog.cxx:5841 +#: src/dialogs/confdialog.cxx:5731 src/dialogs/confdialog.cxx:5945 msgid "Revert" msgstr "Inverti" -#: src/dialogs/confdialog.cxx:5628 src/dialogs/confdialog.cxx:5801 -#: src/dialogs/confdialog.cxx:5842 +#: src/dialogs/confdialog.cxx:5732 src/dialogs/confdialog.cxx:5905 +#: src/dialogs/confdialog.cxx:5946 msgid "Initialize hamlib interface" msgstr "Inizializza l'interfaccia hamlib" -#: src/dialogs/confdialog.cxx:5632 +#: src/dialogs/confdialog.cxx:5736 msgid "VSP Enable" msgstr "Abilita VSP" -#: src/dialogs/confdialog.cxx:5633 +#: src/dialogs/confdialog.cxx:5737 msgid "Virtual Serial Port Emulator - suppress WARNINGS" msgstr "Emulatore Virtuale di Porte Seriali - sopprimi gli allarmi" -#: src/dialogs/confdialog.cxx:5642 +#: src/dialogs/confdialog.cxx:5746 msgid "Hamlib" msgstr "Hamlib" -#: src/dialogs/confdialog.cxx:5644 +#: src/dialogs/confdialog.cxx:5748 msgid "Use Hamlib" msgstr "Usa Hamlib" -#: src/dialogs/confdialog.cxx:5645 +#: src/dialogs/confdialog.cxx:5749 msgid "Hamlib used for rig control" msgstr "Hamlib è usata per controllare la radio" -#: src/dialogs/confdialog.cxx:5651 +#: src/dialogs/confdialog.cxx:5755 msgid "Rig:" msgstr "Radio:" -#: src/dialogs/confdialog.cxx:5652 +#: src/dialogs/confdialog.cxx:5756 msgid "Select the rig by name" msgstr "Seleziona la radio per nome" -#: src/dialogs/confdialog.cxx:5667 +#: src/dialogs/confdialog.cxx:5771 msgid "Serial port" msgstr "Porta seriale" -#: src/dialogs/confdialog.cxx:5672 +#: src/dialogs/confdialog.cxx:5776 msgid "# times to resend command before giving up" msgstr "numero di volte che il comando è ripetuto prima di rinunciare" -#: src/dialogs/confdialog.cxx:5688 +#: src/dialogs/confdialog.cxx:5792 msgid "Retry Interval (ms)" msgstr "Tempo tra tentativi (ms)" -#: src/dialogs/confdialog.cxx:5689 src/dialogs/confdialog.cxx:5766 +#: src/dialogs/confdialog.cxx:5793 src/dialogs/confdialog.cxx:5870 msgid "Msec's between retries" msgstr "Tempo in ms tra i tentativi" -#: src/dialogs/confdialog.cxx:5706 +#: src/dialogs/confdialog.cxx:5810 msgid "Msec's between sequential commands" msgstr "Tempo in ms tra comandi successivi" -#: src/dialogs/confdialog.cxx:5722 +#: src/dialogs/confdialog.cxx:5826 msgid "Post write delay (ms)" msgstr "Ritardo dopo un comando" -#: src/dialogs/confdialog.cxx:5723 +#: src/dialogs/confdialog.cxx:5827 msgid "Wait interval (msecs) before reading response" msgstr "Attenti # ms prima di leggere la risposta" -#: src/dialogs/confdialog.cxx:5740 +#: src/dialogs/confdialog.cxx:5844 msgid "Serial port baud rate" msgstr "Baud rate della porta seriale" -#: src/dialogs/confdialog.cxx:5785 +#: src/dialogs/confdialog.cxx:5889 msgid "Advanced configuration:" msgstr "Configurazione avanzata:" -#: src/dialogs/confdialog.cxx:5786 +#: src/dialogs/confdialog.cxx:5890 msgid "" "Optional configuration\n" "in format: param=val ..." @@ -3859,11 +3879,11 @@ "Configurazione opzionale\n" "in formato: param=val ..." -#: src/dialogs/confdialog.cxx:5804 +#: src/dialogs/confdialog.cxx:5908 msgid "Sideband:" msgstr "Banda laterale:" -#: src/dialogs/confdialog.cxx:5805 +#: src/dialogs/confdialog.cxx:5909 msgid "" "Force the rig sideband. Takes\n" "effect when rig mode changes." @@ -3871,39 +3891,39 @@ "Forza la banda laterale sulla radio. Ha\n" "effetto quando viene cambiato il modo della radio." -#: src/dialogs/confdialog.cxx:5809 +#: src/dialogs/confdialog.cxx:5913 msgid "PTT via Hamlib command" msgstr "PTT via comando Hamlib" -#: src/dialogs/confdialog.cxx:5810 +#: src/dialogs/confdialog.cxx:5914 msgid "PTT is a hamlib command" msgstr "PTT è un comando Hamlib" -#: src/dialogs/confdialog.cxx:5816 +#: src/dialogs/confdialog.cxx:5920 msgid "DTR +12" msgstr "DTR +12" -#: src/dialogs/confdialog.cxx:5822 +#: src/dialogs/confdialog.cxx:5926 msgid "RTS +12" msgstr "RTS +12" -#: src/dialogs/confdialog.cxx:5829 +#: src/dialogs/confdialog.cxx:5933 msgid "Rig requires RTS/CTS flow control" msgstr "La radio richiede controllo di flusso RTS/CTS" -#: src/dialogs/confdialog.cxx:5835 +#: src/dialogs/confdialog.cxx:5939 msgid "XON/XOFF flow control" msgstr "Controllo di flusso XON/XOFF" -#: src/dialogs/confdialog.cxx:5836 +#: src/dialogs/confdialog.cxx:5940 msgid "Rig requires Xon/Xoff flow control" msgstr "La radio richiede controllo di flusso Xon/Xoff" -#: src/dialogs/confdialog.cxx:5850 +#: src/dialogs/confdialog.cxx:5954 msgid "MemMap" msgstr "MemMap" -#: src/dialogs/confdialog.cxx:5858 +#: src/dialogs/confdialog.cxx:5962 msgid "" "Control via Memory Mapped\n" "shared variables\n" @@ -3913,27 +3933,27 @@ "a memoria mappata\n" "es.: programma Kachina" -#: src/dialogs/confdialog.cxx:5860 +#: src/dialogs/confdialog.cxx:5964 msgid "Use Memmap" msgstr "Usa MemMap" -#: src/dialogs/confdialog.cxx:5861 +#: src/dialogs/confdialog.cxx:5965 msgid "Rig control via memory mapped Kachina" msgstr "Controllo della radio attraverso memoria mappata Kachina" -#: src/dialogs/confdialog.cxx:5866 +#: src/dialogs/confdialog.cxx:5970 msgid "Use Memmap PTT" msgstr "Usa PTT MemMap" -#: src/dialogs/confdialog.cxx:5872 +#: src/dialogs/confdialog.cxx:5976 msgid "Initialize Memmap interface" msgstr "Inizializza l'interfaccia MemMap" -#: src/dialogs/confdialog.cxx:5879 +#: src/dialogs/confdialog.cxx:5983 msgid "XML-RPC" msgstr "XML-RPC" -#: src/dialogs/confdialog.cxx:5887 +#: src/dialogs/confdialog.cxx:5991 msgid "" "Rig control via external\n" "program using xmlrpc\n" @@ -3943,75 +3963,75 @@ "programma esterno che usa \n" "chiamate remote xmlrpc." -#: src/dialogs/confdialog.cxx:5889 +#: src/dialogs/confdialog.cxx:5993 msgid "Use XML-RPC program" msgstr "Usa un programma XML-RPC" -#: src/dialogs/confdialog.cxx:5890 +#: src/dialogs/confdialog.cxx:5994 msgid "Experimental" msgstr "Sperimentale" -#: src/dialogs/confdialog.cxx:5895 +#: src/dialogs/confdialog.cxx:5999 msgid "Initialize XML-RPC rig control" msgstr "Inizializza il controllo della radio XML-RPC" -#: src/dialogs/confdialog.cxx:5907 +#: src/dialogs/confdialog.cxx:6011 msgid "Audio devices" msgstr "Dispositivi audio" -#: src/dialogs/confdialog.cxx:5911 +#: src/dialogs/confdialog.cxx:6015 msgid "Devices" msgstr "Dispositivi" -#: src/dialogs/confdialog.cxx:5914 +#: src/dialogs/confdialog.cxx:6018 msgid "OSS" msgstr "OSS" -#: src/dialogs/confdialog.cxx:5915 +#: src/dialogs/confdialog.cxx:6019 msgid "Use OSS audio server" msgstr "Usa un server audio OSS" -#: src/dialogs/confdialog.cxx:5921 +#: src/dialogs/confdialog.cxx:6025 msgid "Select device" msgstr "Seleziona il dispositivo" -#: src/dialogs/confdialog.cxx:5929 +#: src/dialogs/confdialog.cxx:6033 msgid "PortAudio" msgstr "PortAudio" -#: src/dialogs/confdialog.cxx:5930 +#: src/dialogs/confdialog.cxx:6034 msgid "Use Port Audio server" msgstr "Usa un server Port Audio" -#: src/dialogs/confdialog.cxx:5935 +#: src/dialogs/confdialog.cxx:6039 msgid "Capture:" msgstr "Cattura:" -#: src/dialogs/confdialog.cxx:5936 +#: src/dialogs/confdialog.cxx:6040 msgid "Audio input device" msgstr "Dispositivo audio d'ingresso" -#: src/dialogs/confdialog.cxx:5940 +#: src/dialogs/confdialog.cxx:6044 msgid "Playback:" msgstr "Riproduzione:" -#: src/dialogs/confdialog.cxx:5941 +#: src/dialogs/confdialog.cxx:6045 msgid "Audio output device" msgstr "Dispositivo audio d'uscita" -#: src/dialogs/confdialog.cxx:5949 +#: src/dialogs/confdialog.cxx:6053 msgid "PulseAudio" msgstr "PulseAudio" -#: src/dialogs/confdialog.cxx:5950 +#: src/dialogs/confdialog.cxx:6054 msgid "Use Pulse Audio server" msgstr "Usa server Pulse Audio" -#: src/dialogs/confdialog.cxx:5955 +#: src/dialogs/confdialog.cxx:6059 msgid "Server string:" msgstr "Nome del server" -#: src/dialogs/confdialog.cxx:5956 +#: src/dialogs/confdialog.cxx:6060 msgid "" "Leave this blank or refer to\n" "http://www.pulseaudio.org/wiki/ServerStrings" @@ -4019,27 +4039,27 @@ "Lascia in bianco o vedi\n" "http://www.pulseaudio.org/wiki/ServerStrings" -#: src/dialogs/confdialog.cxx:5974 +#: src/dialogs/confdialog.cxx:6078 msgid "File I/O only" msgstr "Solo I/O su file" -#: src/dialogs/confdialog.cxx:5975 +#: src/dialogs/confdialog.cxx:6079 msgid "NO AUDIO DEVICE AVAILABLE (or testing)" msgstr "NESSUN DISPOSITIVO AUDIO DISPONIBILE (o test)" -#: src/dialogs/confdialog.cxx:5984 +#: src/dialogs/confdialog.cxx:6088 msgid "Settings" msgstr "Impostazioni" -#: src/dialogs/confdialog.cxx:5986 +#: src/dialogs/confdialog.cxx:6090 msgid "Sample rate" msgstr "Velocitá di campionamento" -#: src/dialogs/confdialog.cxx:5989 +#: src/dialogs/confdialog.cxx:6093 msgid "Capture" msgstr "Cattura" -#: src/dialogs/confdialog.cxx:5990 +#: src/dialogs/confdialog.cxx:6094 msgid "" "Force a specific sample rate. Select \"Native\" if \"Auto\"\n" "does not work well with your audio device." @@ -4047,169 +4067,178 @@ "Forza una velocitá di campionamento specifica. Scegli \"Nativo\"\n" "se \"Auto\" non funziona correttamente con la tua scheda audio." -#: src/dialogs/confdialog.cxx:6008 +#: src/dialogs/confdialog.cxx:6112 msgid "Converter" msgstr "Conversione" -#: src/dialogs/confdialog.cxx:6009 +#: src/dialogs/confdialog.cxx:6113 msgid "Set the type of resampler used of offset correction" msgstr "Scegli il tipo di ricampionatore usato per la correzione dell'offset" -#: src/dialogs/confdialog.cxx:6016 +#: src/dialogs/confdialog.cxx:6120 msgid "Corrections" msgstr "Correzione" -#: src/dialogs/confdialog.cxx:6019 +#: src/dialogs/confdialog.cxx:6123 msgid "RX ppm" msgstr "RX ppm" -#: src/dialogs/confdialog.cxx:6020 +#: src/dialogs/confdialog.cxx:6124 msgid "RX sound card correction" msgstr "Correzione della scheda audio in ricezione" -#: src/dialogs/confdialog.cxx:6036 +#: src/dialogs/confdialog.cxx:6140 msgid "TX ppm" msgstr "TX ppm" -#: src/dialogs/confdialog.cxx:6037 +#: src/dialogs/confdialog.cxx:6141 msgid "TX sound card correction" msgstr "Correzione della scheda audio in trasmissione" -#: src/dialogs/confdialog.cxx:6053 +#: src/dialogs/confdialog.cxx:6157 msgid "TX offset" msgstr "TX offset" -#: src/dialogs/confdialog.cxx:6054 +#: src/dialogs/confdialog.cxx:6158 msgid "Difference between Rx & Tx freq (rig offset)" msgstr "Differenza tra la frequenza Rx e Tx (scostamento della radio)" -#: src/dialogs/confdialog.cxx:6074 +#: src/dialogs/confdialog.cxx:6178 msgid "Mixer" msgstr "Mixer" -#: src/dialogs/confdialog.cxx:6076 +#: src/dialogs/confdialog.cxx:6180 msgid "OSS mixer" msgstr "Mixer OSS" -#: src/dialogs/confdialog.cxx:6079 +#: src/dialogs/confdialog.cxx:6183 msgid "Manage mixer" msgstr "Gestisci il mixer" -#: src/dialogs/confdialog.cxx:6080 +#: src/dialogs/confdialog.cxx:6184 msgid "Add mixer controls to main dialog" msgstr "Aggiungi i controlli del mixer alla finestra principale" -#: src/dialogs/confdialog.cxx:6086 +#: src/dialogs/confdialog.cxx:6190 msgid "Select Mixer device" msgstr "Seleziona il dispositivo mixer" -#: src/dialogs/confdialog.cxx:6090 +#: src/dialogs/confdialog.cxx:6194 msgid "Mic In" msgstr "Mic In" -#: src/dialogs/confdialog.cxx:6091 +#: src/dialogs/confdialog.cxx:6195 msgid "Use microphone input" msgstr "Usa l'ingresso microfono" -#: src/dialogs/confdialog.cxx:6094 +#: src/dialogs/confdialog.cxx:6198 msgid "Line In" msgstr "Line In" -#: src/dialogs/confdialog.cxx:6095 +#: src/dialogs/confdialog.cxx:6199 msgid "Use Line-In device" msgstr "Usa l'ingresso Line-In" -#: src/dialogs/confdialog.cxx:6099 +#: src/dialogs/confdialog.cxx:6203 msgid "PCM" msgstr "PCM" -#: src/dialogs/confdialog.cxx:6100 +#: src/dialogs/confdialog.cxx:6204 msgid "Set the sound card PCM level" msgstr "Imposta il livello PCM della scheda audio" -#: src/dialogs/confdialog.cxx:6120 +#: src/dialogs/confdialog.cxx:6224 #, fuzzy msgid "Right channel" msgstr "Mostra canali" -#: src/dialogs/confdialog.cxx:6122 +#: src/dialogs/confdialog.cxx:6226 +#, fuzzy +msgid "Mono audio output" +msgstr "Dispositivo audio d'uscita" + +#: src/dialogs/confdialog.cxx:6227 +msgid "Force output audio to single channel" +msgstr "" + +#: src/dialogs/confdialog.cxx:6232 #, fuzzy msgid "Modem signal on left and right channels" msgstr "Genera un segnale a onda quadra sul canale audio destro" -#: src/dialogs/confdialog.cxx:6123 +#: src/dialogs/confdialog.cxx:6233 msgid "Left and right channels both contain modem audio" msgstr "" -#: src/dialogs/confdialog.cxx:6128 +#: src/dialogs/confdialog.cxx:6238 msgid "Reverse Left/Right channels" msgstr "" -#: src/dialogs/confdialog.cxx:6129 +#: src/dialogs/confdialog.cxx:6239 #, fuzzy msgid "Software reversal of left-right audio channels" msgstr "QSK sul canale audio destro" -#: src/dialogs/confdialog.cxx:6135 +#: src/dialogs/confdialog.cxx:6244 +msgid "" +"...\n" +"These controls are on other tabs.\n" +"They are replicated here for convenience.\n" +"You may change the state from either location.\n" +"..." +msgstr "" + +#: src/dialogs/confdialog.cxx:6249 #, fuzzy msgid "" "1000 Hz tone when PTT enabled\n" "Can be used in lieu of or in addition to other PTT types" msgstr "Puó essere usato al posto o insieme ad altri tipi di PTT" -#: src/dialogs/confdialog.cxx:6141 +#: src/dialogs/confdialog.cxx:6255 #, fuzzy msgid "CW QSK signal on right channel" msgstr "QSK sul canale audio destro" -#: src/dialogs/confdialog.cxx:6142 +#: src/dialogs/confdialog.cxx:6256 #, fuzzy msgid "Generate 1000 Hz square wave signal on right channel" msgstr "Genera un segnale a onda quadra sul canale audio destro" -#: src/dialogs/confdialog.cxx:6148 +#: src/dialogs/confdialog.cxx:6262 #, fuzzy msgid "Create 1000 Hz square wave on right channel" msgstr "Crea un segnale a onda quadra sul canale audio destro" -#: src/dialogs/confdialog.cxx:6153 -msgid "" -"...\n" -"These controls are on other tabs.\n" -"They are replicated here for convenience.\n" -"You may change the state from either location.\n" -"..." -msgstr "" - -#: src/dialogs/confdialog.cxx:6165 +#: src/dialogs/confdialog.cxx:6275 msgid "ID" msgstr "ID" -#: src/dialogs/confdialog.cxx:6167 +#: src/dialogs/confdialog.cxx:6277 msgid "Video Preamble ID" msgstr "Preambolo identificativo visuale" -#: src/dialogs/confdialog.cxx:6170 +#: src/dialogs/confdialog.cxx:6280 msgid "Transmit mode ID" msgstr "Trasmetti ID del modo" -#: src/dialogs/confdialog.cxx:6171 +#: src/dialogs/confdialog.cxx:6281 msgid "Waterfall video ID" msgstr "Identificazione video del modo mostrata sul waterfall" -#: src/dialogs/confdialog.cxx:6175 +#: src/dialogs/confdialog.cxx:6285 msgid "Transmit video text" msgstr "Trasmetti testo video" -#: src/dialogs/confdialog.cxx:6176 +#: src/dialogs/confdialog.cxx:6286 msgid "Waterfall video text" msgstr "Testo visualizzato sul waterfall" -#: src/dialogs/confdialog.cxx:6181 +#: src/dialogs/confdialog.cxx:6291 msgid ":" msgstr ":" -#: src/dialogs/confdialog.cxx:6182 +#: src/dialogs/confdialog.cxx:6292 msgid "" "Limit to a few characters,\n" "as in CQEM or IOTA etc." @@ -4217,11 +4246,11 @@ "Limita a pochi caratteri,\n" "come CQEM o IOTA ecc." -#: src/dialogs/confdialog.cxx:6196 +#: src/dialogs/confdialog.cxx:6306 msgid "Use small font" msgstr "Usa caratteri piccoli" -#: src/dialogs/confdialog.cxx:6197 +#: src/dialogs/confdialog.cxx:6307 msgid "" "ON - small font\n" "OFF - large font" @@ -4229,61 +4258,61 @@ "ON - caratteri piccoli\n" "OFF - caratteri grandi" -#: src/dialogs/confdialog.cxx:6203 +#: src/dialogs/confdialog.cxx:6313 msgid "Chars/Row:" msgstr "Caratteri/Riga:" -#: src/dialogs/confdialog.cxx:6204 +#: src/dialogs/confdialog.cxx:6314 msgid "Set the number of characters per row" msgstr "Imposta il numero di caratteri per riga" -#: src/dialogs/confdialog.cxx:6224 +#: src/dialogs/confdialog.cxx:6334 msgid "500 Hz limit" msgstr "Limite a 500 Hz" -#: src/dialogs/confdialog.cxx:6229 +#: src/dialogs/confdialog.cxx:6339 msgid "Mode width limit" msgstr "" "Limite secondo la \n" "larghezza del modo" -#: src/dialogs/confdialog.cxx:6234 +#: src/dialogs/confdialog.cxx:6344 msgid "Video ID modes" msgstr "Modi ID video" -#: src/dialogs/confdialog.cxx:6239 +#: src/dialogs/confdialog.cxx:6349 msgid "CW Postamble ID" msgstr "ID CW a fine trasmissione" -#: src/dialogs/confdialog.cxx:6242 +#: src/dialogs/confdialog.cxx:6352 msgid "Transmit callsign" msgstr "Trasmetti il nominativo" -#: src/dialogs/confdialog.cxx:6243 +#: src/dialogs/confdialog.cxx:6353 msgid "Send Callsign in CW at end of every transmission" msgstr "Trasmetti il nominativo in CW alla fine di ogni trasmissione" -#: src/dialogs/confdialog.cxx:6248 +#: src/dialogs/confdialog.cxx:6358 msgid "Speed (WPM):" msgstr "Velocità (WPM):" -#: src/dialogs/confdialog.cxx:6249 +#: src/dialogs/confdialog.cxx:6359 msgid "Send at this WPM" msgstr "Invia a questa velocità WPM" -#: src/dialogs/confdialog.cxx:6269 +#: src/dialogs/confdialog.cxx:6379 msgid "CW ID modes" msgstr "Modi ID CW" -#: src/dialogs/confdialog.cxx:6274 +#: src/dialogs/confdialog.cxx:6384 msgid "Reed-Solomon ID (Rx)" msgstr "Reed-Solomon ID (Rx)" -#: src/dialogs/confdialog.cxx:6277 +#: src/dialogs/confdialog.cxx:6387 msgid "Detector searches entire passband" msgstr "Decodifica in tutta la banda passante" -#: src/dialogs/confdialog.cxx:6278 +#: src/dialogs/confdialog.cxx:6388 msgid "" "ON - search over entire waterfall\n" "OFF - limit search to +/- 200 Hz" @@ -4291,11 +4320,11 @@ "ON - cerca su tutto il waterfall\n" "OFF - limita la ricerca a +/- 200 Hz" -#: src/dialogs/confdialog.cxx:6283 +#: src/dialogs/confdialog.cxx:6393 msgid "Mark previous frequency and mode" msgstr "Marca la frequenza ed il modo precedente" -#: src/dialogs/confdialog.cxx:6284 +#: src/dialogs/confdialog.cxx:6394 msgid "" "Insert RX text marker before\n" "changing frequency and modem" @@ -4303,19 +4332,19 @@ "Inserisci un marker nel testo ricevuto\n" "prima di cambiare frequenza e modem" -#: src/dialogs/confdialog.cxx:6289 +#: src/dialogs/confdialog.cxx:6399 msgid "Reception disables detector" msgstr "La ricezione disabilita il decodificatore" -#: src/dialogs/confdialog.cxx:6290 +#: src/dialogs/confdialog.cxx:6400 msgid "Disable further detection when RSID is received" msgstr "Disabilita ulteriori decodifiche quando viene ricevuto un RSID" -#: src/dialogs/confdialog.cxx:6297 +#: src/dialogs/confdialog.cxx:6407 msgid "Notifications only" msgstr "Solo notifiche" -#: src/dialogs/confdialog.cxx:6298 +#: src/dialogs/confdialog.cxx:6408 msgid "" "Check this to be notified when an RSID is received\n" "without changing modem and frequency" @@ -4323,229 +4352,229 @@ "Scegli questo per essere notificato quando un RSID viene ricevuto\n" "senza cambiare modem o frequenza" -#: src/dialogs/confdialog.cxx:6304 +#: src/dialogs/confdialog.cxx:6414 msgid "Receive modes" msgstr "Modi ricezione" -#: src/dialogs/confdialog.cxx:6307 +#: src/dialogs/confdialog.cxx:6417 msgid "Squelch open (sec)" msgstr "Apri squelch (sec)" -#: src/dialogs/confdialog.cxx:6308 +#: src/dialogs/confdialog.cxx:6418 msgid "Open squelch for nn sec if RSID detected" msgstr "Apri lo squelch per nn sec se viene decodificato un RSID" -#: src/dialogs/confdialog.cxx:6328 +#: src/dialogs/confdialog.cxx:6438 msgid "Reed-Solomon ID (Tx)" msgstr "Reed-Solomon ID (Tx)" -#: src/dialogs/confdialog.cxx:6331 +#: src/dialogs/confdialog.cxx:6441 msgid "Transmit modes" msgstr "Modi di trasmissione" -#: src/dialogs/confdialog.cxx:6336 +#: src/dialogs/confdialog.cxx:6446 msgid "Pre-Signal Tone" msgstr "Tono prima del segnale" -#: src/dialogs/confdialog.cxx:6339 +#: src/dialogs/confdialog.cxx:6449 msgid "Seconds" msgstr "Secondi" -#: src/dialogs/confdialog.cxx:6340 +#: src/dialogs/confdialog.cxx:6450 msgid "Use for triggering amplifier carrier detect" msgstr "Usalo per permettere a un amplificatore di accorgersi del segnale" -#: src/dialogs/confdialog.cxx:6354 +#: src/dialogs/confdialog.cxx:6464 msgid "CPU" msgstr "CPU" -#: src/dialogs/confdialog.cxx:6359 +#: src/dialogs/confdialog.cxx:6469 msgid "Slow CPU (less than 700MHz)" msgstr "CPU lente (meno di 700 MHz)" -#: src/dialogs/confdialog.cxx:6360 +#: src/dialogs/confdialog.cxx:6470 msgid "Enable if you're computer does not decode properly" msgstr "Abilita se il tuo computer non decodifica correttamente" -#: src/dialogs/confdialog.cxx:6369 +#: src/dialogs/confdialog.cxx:6479 msgid "NBEMS" msgstr "NBEMS" -#: src/dialogs/confdialog.cxx:6370 +#: src/dialogs/confdialog.cxx:6480 msgid "NBEMS data file interface" msgstr "interfaccia per file di dati NBEMS" -#: src/dialogs/confdialog.cxx:6373 +#: src/dialogs/confdialog.cxx:6483 msgid "Enable" msgstr "Abilita" -#: src/dialogs/confdialog.cxx:6374 +#: src/dialogs/confdialog.cxx:6484 msgid "Extract files for use with external \"wrap / flmsg\" program" msgstr "Estrai i file per l'uso con il programma esterno \"wrap / flmsg\"" -#: src/dialogs/confdialog.cxx:6379 +#: src/dialogs/confdialog.cxx:6489 msgid "Open message folder" msgstr "Apri file dei messaggi" -#: src/dialogs/confdialog.cxx:6380 +#: src/dialogs/confdialog.cxx:6490 msgid "Opens NBEMS file folder upon successful capture" msgstr "Apri la cartella dei file NBEMS dopo una cattura riuscita" -#: src/dialogs/confdialog.cxx:6387 +#: src/dialogs/confdialog.cxx:6497 msgid "Reception of flmsg file" msgstr "Ricezione file flmsg" -#: src/dialogs/confdialog.cxx:6390 +#: src/dialogs/confdialog.cxx:6500 msgid "Open with flmsg" msgstr "Apri con flmsg" -#: src/dialogs/confdialog.cxx:6391 +#: src/dialogs/confdialog.cxx:6501 msgid "Open message with flmsg" msgstr "Apri il messaggio con flmsg" -#: src/dialogs/confdialog.cxx:6396 +#: src/dialogs/confdialog.cxx:6506 msgid "flmsg:" msgstr "flmsg:" -#: src/dialogs/confdialog.cxx:6397 +#: src/dialogs/confdialog.cxx:6507 msgid "Enter full path-filename for flmsg" msgstr "Inserisci il percorso completo a flmsg" -#: src/dialogs/confdialog.cxx:6410 +#: src/dialogs/confdialog.cxx:6520 msgid "Locate flmsg" msgstr "Trova flmsg" -#: src/dialogs/confdialog.cxx:6414 +#: src/dialogs/confdialog.cxx:6524 msgid "Open in browser" msgstr "Apri col browser" -#: src/dialogs/confdialog.cxx:6415 +#: src/dialogs/confdialog.cxx:6525 msgid "Open file with default browser" msgstr "Apri il file con il browser di sistema" -#: src/dialogs/confdialog.cxx:6424 +#: src/dialogs/confdialog.cxx:6534 msgid "Pskmail" msgstr "Pskmail" -#: src/dialogs/confdialog.cxx:6427 +#: src/dialogs/confdialog.cxx:6537 msgid "Mail Server Attributes" msgstr "Attributi del mail server" -#: src/dialogs/confdialog.cxx:6430 +#: src/dialogs/confdialog.cxx:6540 msgid "Carrier frequency (Hz)" msgstr "Frequenza portante (Hz)" -#: src/dialogs/confdialog.cxx:6431 +#: src/dialogs/confdialog.cxx:6541 msgid "Default listen / transmit frequency" msgstr "Frequenza predefinita di ascolto / trasmissione" -#: src/dialogs/confdialog.cxx:6450 +#: src/dialogs/confdialog.cxx:6560 msgid "Search range (Hz)" msgstr "Area di ricerca (Hz)" -#: src/dialogs/confdialog.cxx:6451 +#: src/dialogs/confdialog.cxx:6561 msgid "Listen for signals within this range" msgstr "Cerca segnali all'interno di questa area" -#: src/dialogs/confdialog.cxx:6490 +#: src/dialogs/confdialog.cxx:6600 msgid "AFC range (Hz)" msgstr "Area AFC (Hz)" -#: src/dialogs/confdialog.cxx:6491 +#: src/dialogs/confdialog.cxx:6601 msgid "Limit AFC movement to this range" msgstr "Limita i movimenti AFC a questa area" -#: src/dialogs/confdialog.cxx:6510 +#: src/dialogs/confdialog.cxx:6620 msgid "Reset to Carrier" msgstr "Reimposta alla portante" -#: src/dialogs/confdialog.cxx:6511 +#: src/dialogs/confdialog.cxx:6621 msgid "When no signal present" msgstr "Quando non ci sono segnali" -#: src/dialogs/confdialog.cxx:6522 +#: src/dialogs/confdialog.cxx:6632 msgid "Report ARQ frames average S/N" msgstr "Riporta il S/N medio dei frame ARQ" -#: src/dialogs/confdialog.cxx:6531 +#: src/dialogs/confdialog.cxx:6641 msgid "Spotting" msgstr "Spotting" -#: src/dialogs/confdialog.cxx:6533 +#: src/dialogs/confdialog.cxx:6643 msgid "PSK Reporter" msgstr "PSK Reporter" -#: src/dialogs/confdialog.cxx:6536 +#: src/dialogs/confdialog.cxx:6646 msgid "Automatically spot callsigns in decoded text" msgstr "Invia automaticamente lo spot per i nominativi nel testo decodificato" -#: src/dialogs/confdialog.cxx:6537 +#: src/dialogs/confdialog.cxx:6647 msgid "Parse all incoming text" msgstr "Analizza tutto il testo ricevuto" -#: src/dialogs/confdialog.cxx:6542 +#: src/dialogs/confdialog.cxx:6652 msgid "Send reception report when logging a QSO" msgstr "Invia il rapporto di ricezione quando metti un QSO a log" -#: src/dialogs/confdialog.cxx:6543 +#: src/dialogs/confdialog.cxx:6653 msgid "Send report only when QSO is logged" msgstr "Invia il rapporto solo quando il QSO è messo a log" -#: src/dialogs/confdialog.cxx:6548 +#: src/dialogs/confdialog.cxx:6658 msgid "Report rig frequency (enable only if you have rig control!)" msgstr "" "Comunica la frequenza della radio (abilita solo se hai il controllo " "automatico)" -#: src/dialogs/confdialog.cxx:6549 +#: src/dialogs/confdialog.cxx:6659 msgid "Include the transmit frequency" msgstr "Includi la frequenza di trasmissione" -#: src/dialogs/confdialog.cxx:6554 +#: src/dialogs/confdialog.cxx:6664 msgid "Host:" msgstr "Host:" -#: src/dialogs/confdialog.cxx:6555 +#: src/dialogs/confdialog.cxx:6665 msgid "To whom the connection is made" msgstr "Verso chi fare la connessione" -#: src/dialogs/confdialog.cxx:6570 +#: src/dialogs/confdialog.cxx:6680 msgid "Using UDP port #" msgstr "Usa la porta UDP #" -#: src/dialogs/confdialog.cxx:6585 +#: src/dialogs/confdialog.cxx:6695 msgid "Initialize the socket client" msgstr "Inizializza la connessione al server" -#: src/dialogs/confdialog.cxx:6588 +#: src/dialogs/confdialog.cxx:6698 msgid "" msgstr "" -#: src/dialogs/confdialog.cxx:6596 +#: src/dialogs/confdialog.cxx:6706 msgid "Sweet Spot" msgstr "Frequenza preferita" -#: src/dialogs/confdialog.cxx:6602 +#: src/dialogs/confdialog.cxx:6712 msgid "Default CW tracking point" msgstr "Frequenza preferita per la decodifica CW" -#: src/dialogs/confdialog.cxx:6621 +#: src/dialogs/confdialog.cxx:6731 msgid "Default RTTY tracking point" msgstr "Frequenza preferita per la decodifica RTTY" -#: src/dialogs/confdialog.cxx:6639 +#: src/dialogs/confdialog.cxx:6749 msgid "PSK et al." msgstr "PSK et al." -#: src/dialogs/confdialog.cxx:6640 +#: src/dialogs/confdialog.cxx:6750 msgid "Default for all other modems" msgstr "Frequenza preferita per tutti gli altri modem" -#: src/dialogs/confdialog.cxx:6658 +#: src/dialogs/confdialog.cxx:6768 msgid "Always start new modems at these frequencies" msgstr "Avvia sempre i nuovi modem su queste frequenze" -#: src/dialogs/confdialog.cxx:6659 +#: src/dialogs/confdialog.cxx:6769 msgid "" "ON - start at default\n" "OFF - keep current wf cursor position" @@ -4553,15 +4582,15 @@ "ON - avvia alla frequenza predefinita\n" "OFF - mantieni la posizione attuale del cursore sul waterfall" -#: src/dialogs/confdialog.cxx:6667 +#: src/dialogs/confdialog.cxx:6777 msgid "K3 A1A configuation" msgstr "Configurazione A1A per K3" -#: src/dialogs/confdialog.cxx:6670 +#: src/dialogs/confdialog.cxx:6780 msgid "CW is LSB" msgstr "CW è LSB" -#: src/dialogs/confdialog.cxx:6671 +#: src/dialogs/confdialog.cxx:6781 msgid "" "Select this for Elecraft K3\n" "Other radios should not need it." @@ -4569,115 +4598,115 @@ "Attiva la selezione per Elecraft K3\n" "Altre radio non dovrebbero averne bisogno." -#: src/dialogs/confdialog.cxx:6680 +#: src/dialogs/confdialog.cxx:6790 msgid "Text i/o" msgstr "Testo" -#: src/dialogs/confdialog.cxx:6682 +#: src/dialogs/confdialog.cxx:6792 msgid "Talker Socket (MS only)" msgstr "Talker Socket (MS only)" -#: src/dialogs/confdialog.cxx:6685 +#: src/dialogs/confdialog.cxx:6795 msgid "Talker" msgstr "Talker" -#: src/dialogs/confdialog.cxx:6689 +#: src/dialogs/confdialog.cxx:6799 msgid "Connect/disconnect to Talker socket server" msgstr "Connetti/disconnetti il socket del server Talker" -#: src/dialogs/confdialog.cxx:6692 +#: src/dialogs/confdialog.cxx:6802 msgid "Auto connect when fldigi opens (server must be up)" msgstr "" "Connetti automaticamente all'avvio di fldigi (il server deve essere attivo)" -#: src/dialogs/confdialog.cxx:6699 +#: src/dialogs/confdialog.cxx:6809 msgid "Capture rx text to external file" msgstr "Cattura il testo ricevuto su file esterno" -#: src/dialogs/confdialog.cxx:6702 +#: src/dialogs/confdialog.cxx:6812 msgid "Enable rx text stream" msgstr "Abilita il flusso del testo ricevuto" -#: src/dialogs/confdialog.cxx:6703 src/dialogs/confdialog.cxx:6715 +#: src/dialogs/confdialog.cxx:6813 src/dialogs/confdialog.cxx:6825 msgid "Send rx text to file: textout.txt" msgstr "Invia il testo ricevuto al file: textout.txt" -#: src/dialogs/confdialog.cxx:6712 +#: src/dialogs/confdialog.cxx:6822 msgid "DTMF" msgstr "" -#: src/dialogs/confdialog.cxx:6714 +#: src/dialogs/confdialog.cxx:6824 msgid "Decode DTMF tones" msgstr "" -#: src/dialogs/confdialog.cxx:6726 +#: src/dialogs/confdialog.cxx:6836 msgid "Web" msgstr "" -#: src/dialogs/confdialog.cxx:6727 +#: src/dialogs/confdialog.cxx:6837 msgid "Callsign database" msgstr "Database nominativi" -#: src/dialogs/confdialog.cxx:6730 +#: src/dialogs/confdialog.cxx:6840 msgid "Call Lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6731 +#: src/dialogs/confdialog.cxx:6841 msgid "Web Browser lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6735 +#: src/dialogs/confdialog.cxx:6845 #, fuzzy msgid "Do not use callsign lookup via web browser" msgstr "Non usare un database di nominativi" -#: src/dialogs/confdialog.cxx:6741 +#: src/dialogs/confdialog.cxx:6851 msgid "QRZ online via default Internet Browser" msgstr "Accesso online a QRZ tramite il browser predefinito" -#: src/dialogs/confdialog.cxx:6742 +#: src/dialogs/confdialog.cxx:6852 msgid "Visit QRZ web site" msgstr "Visita il sito web di QRZ" -#: src/dialogs/confdialog.cxx:6747 +#: src/dialogs/confdialog.cxx:6857 msgid "HamCall online via default Internet Browser" msgstr "Accesso online a Hamcall tramite browser predefinito" -#: src/dialogs/confdialog.cxx:6748 src/dialogs/confdialog.cxx:6796 +#: src/dialogs/confdialog.cxx:6858 src/dialogs/confdialog.cxx:6906 msgid "Visit Hamcall web site" msgstr "Visita il sito web Hamcall" -#: src/dialogs/confdialog.cxx:6753 +#: src/dialogs/confdialog.cxx:6863 #, fuzzy msgid "HamQTH via default Internet Browser" msgstr "Accesso online a Hamcall tramite browser predefinito" -#: src/dialogs/confdialog.cxx:6754 +#: src/dialogs/confdialog.cxx:6864 #, fuzzy msgid "Visit hamQTH web site" msgstr "Visita il sito web di QRZ" -#: src/dialogs/confdialog.cxx:6761 +#: src/dialogs/confdialog.cxx:6871 msgid "Data base lookup" msgstr "" -#: src/dialogs/confdialog.cxx:6765 +#: src/dialogs/confdialog.cxx:6875 msgid "Do not use callsign database" msgstr "Non usare un database di nominativi" -#: src/dialogs/confdialog.cxx:6771 +#: src/dialogs/confdialog.cxx:6881 msgid "QRZ cdrom" msgstr "" -#: src/dialogs/confdialog.cxx:6772 +#: src/dialogs/confdialog.cxx:6882 msgid "Use CD or hard drive CD image" msgstr "Usa un CD o un'immagine su HD" -#: src/dialogs/confdialog.cxx:6777 +#: src/dialogs/confdialog.cxx:6887 msgid "QRZ.com" msgstr "QRZ.com" -#: src/dialogs/confdialog.cxx:6778 +#: src/dialogs/confdialog.cxx:6888 msgid "" "You need a paid QRZ online\n" "subscription to access" @@ -4685,11 +4714,11 @@ "È necessario un abbonamento a pagamento\n" "per l'accesso online a QRZ" -#: src/dialogs/confdialog.cxx:6783 +#: src/dialogs/confdialog.cxx:6893 msgid "Hamcall.net" msgstr "Hamcall.net" -#: src/dialogs/confdialog.cxx:6784 +#: src/dialogs/confdialog.cxx:6894 msgid "" "You need a paid Hamcall online\n" "subscription to access" @@ -4697,24 +4726,24 @@ "È necessario un abbonamento a pagamento\n" "per l'accesso online a Hamcall" -#: src/dialogs/confdialog.cxx:6789 +#: src/dialogs/confdialog.cxx:6899 msgid "HamQTH.com (free service http://www.hamqth.com)" msgstr "" -#: src/dialogs/confdialog.cxx:6790 +#: src/dialogs/confdialog.cxx:6900 msgid "Free service courtesy of OK" msgstr "" -#: src/dialogs/confdialog.cxx:6795 +#: src/dialogs/confdialog.cxx:6905 #, fuzzy msgid "Callook.info lookup (free service US callsigns only)" msgstr "Consulta Callbook.info (solo nominativi USA)" -#: src/dialogs/confdialog.cxx:6801 +#: src/dialogs/confdialog.cxx:6911 msgid "at:" msgstr "a:" -#: src/dialogs/confdialog.cxx:6802 +#: src/dialogs/confdialog.cxx:6912 msgid "" "ie: /home/dave/CALLBK/ or C:/CALLBK/\n" "Leave blank to search for database" @@ -4722,90 +4751,90 @@ "es: /home/dave/CALLBK/ or C:/CALLBK/\n" "Lascia in bianco per cercare un database" -#: src/dialogs/confdialog.cxx:6816 +#: src/dialogs/confdialog.cxx:6926 msgid "User name" msgstr "Utente" -#: src/dialogs/confdialog.cxx:6817 src/dialogs/confdialog.cxx:6858 -#: src/dialogs/confdialog.cxx:6893 +#: src/dialogs/confdialog.cxx:6927 src/dialogs/confdialog.cxx:6968 +#: src/dialogs/confdialog.cxx:7003 msgid "Your login name" msgstr "Il tuo nome utente per l'accesso" -#: src/dialogs/confdialog.cxx:6831 src/dialogs/confdialog.cxx:6872 +#: src/dialogs/confdialog.cxx:6941 src/dialogs/confdialog.cxx:6982 msgid "Password" msgstr "Password" -#: src/dialogs/confdialog.cxx:6832 src/dialogs/confdialog.cxx:6873 +#: src/dialogs/confdialog.cxx:6942 src/dialogs/confdialog.cxx:6983 msgid "Your login password" msgstr "La tua password d'accesso" -#: src/dialogs/confdialog.cxx:6847 src/dialogs/confdialog.cxx:6888 +#: src/dialogs/confdialog.cxx:6957 src/dialogs/confdialog.cxx:6998 msgid "Show" msgstr "Mostra" -#: src/dialogs/confdialog.cxx:6848 src/dialogs/confdialog.cxx:6889 +#: src/dialogs/confdialog.cxx:6958 src/dialogs/confdialog.cxx:6999 msgid "Show password in plain text" msgstr "Mostra la password in chiaro" -#: src/dialogs/confdialog.cxx:6855 +#: src/dialogs/confdialog.cxx:6965 #, fuzzy msgid "eQSL" msgstr "utente eQSL" -#: src/dialogs/confdialog.cxx:6857 +#: src/dialogs/confdialog.cxx:6967 #, fuzzy msgid "User ID" msgstr "Utente" -#: src/dialogs/confdialog.cxx:6892 +#: src/dialogs/confdialog.cxx:7002 msgid "QTH Nickname" msgstr "" -#: src/dialogs/confdialog.cxx:6907 +#: src/dialogs/confdialog.cxx:7017 #, fuzzy msgid "Options" msgstr "Azione" -#: src/dialogs/confdialog.cxx:6910 +#: src/dialogs/confdialog.cxx:7020 msgid "send when logged (log button, , )" msgstr "" -#: src/dialogs/confdialog.cxx:6911 +#: src/dialogs/confdialog.cxx:7021 msgid "eQSL upload when record logged" msgstr "" -#: src/dialogs/confdialog.cxx:6916 +#: src/dialogs/confdialog.cxx:7026 #, fuzzy msgid "Default message" msgstr "Predefiniti" -#: src/dialogs/confdialog.cxx:6917 +#: src/dialogs/confdialog.cxx:7027 msgid "Default message sent with eQSL" msgstr "" -#: src/dialogs/confdialog.cxx:6931 +#: src/dialogs/confdialog.cxx:7041 msgid "Text Tags (tags use {} delimiters)" msgstr "" -#: src/dialogs/confdialog.cxx:6934 +#: src/dialogs/confdialog.cxx:7044 #, fuzzy msgid "{CALL} other ops call sign" msgstr "\tnominativo del corrispondente" -#: src/dialogs/confdialog.cxx:6937 +#: src/dialogs/confdialog.cxx:7047 msgid "{MODE} full mode / submode" msgstr "" -#: src/dialogs/confdialog.cxx:6940 +#: src/dialogs/confdialog.cxx:7050 #, fuzzy msgid "{NAME} other ops name" msgstr "\tnome del corrispondente" -#: src/dialogs/confdialog.cxx:6943 +#: src/dialogs/confdialog.cxx:7053 msgid "These tags can also be used in " msgstr "" -#: src/dialogs/confdialog.cxx:6963 +#: src/dialogs/confdialog.cxx:7073 msgid "Restore defaults" msgstr "Ripristina predefiniti" diff -Nru fldigi-3.21.33/src/dialogs/confdialog.cxx fldigi-3.21.34/src/dialogs/confdialog.cxx --- fldigi-3.21.33/src/dialogs/confdialog.cxx 2011-12-10 21:37:56.000000000 +0000 +++ fldigi-3.21.34/src/dialogs/confdialog.cxx 2011-12-24 15:56:56.000000000 +0000 @@ -1166,14 +1166,19 @@ static void cb_btnQSK(Fl_Check_Button* o, void*) { progdefaults.QSK = o->value(); +btnQSK2->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; chkAudioStereoOut->value(0); progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); -} -btnQSK2->value(o->value()); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}; } Fl_Counter2 *cntPreTiming=(Fl_Counter2 *)0; @@ -1733,14 +1738,19 @@ static void cb_chkPseudoFSK(Fl_Check_Button* o, void*) { progdefaults.PseudoFSK = o->value(); +chkPseudoFSK2->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; chkAudioStereoOut->value(0); progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); -} -chkPseudoFSK2->value(o->value()); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}; } Fl_Choice *mnuRTTYAFCSpeed=(Fl_Choice *)0; @@ -1814,6 +1824,27 @@ Fl_Tabs *tabsRig=(Fl_Tabs *)0; +Fl_Check_Button *btnPTTrightchannel=(Fl_Check_Button *)0; + +static void cb_btnPTTrightchannel(Fl_Check_Button* o, void*) { + progdefaults.PTTrightchannel = o->value(); +btnPTTrightchannel2->value(o->value()); +if (o->value()) { + progdefaults.QSK = false; + btnQSK->value(0); + progdefaults.PseudoFSK = false; + chkPseudoFSK->value(0); + progdefaults.sig_on_right_channel = false; + chkAudioStereoOut->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +} +progdefaults.changed = true; +} + Fl_Group *grpHWPTT=(Fl_Group *)0; Fl_Input_Choice *inpTTYdev=(Fl_Input_Choice *)0; @@ -1906,20 +1937,20 @@ progdefaults.changed = true; } -Fl_Check_Button *btnPTTrightchannel=(Fl_Check_Button *)0; +Fl_Group *grpPTTdelays=(Fl_Group *)0; -static void cb_btnPTTrightchannel(Fl_Check_Button* o, void*) { - progdefaults.PTTrightchannel = o->value(); -if (o->value()) { - progdefaults.QSK = false; - btnQSK->value(0); - progdefaults.PseudoFSK = false; - chkPseudoFSK->value(0); - progdefaults.sig_on_right_channel = false; - chkAudioStereoOut->value(0); +Fl_Counter *cntPTT_on_delay=(Fl_Counter *)0; + +static void cb_cntPTT_on_delay(Fl_Counter* o, void*) { + progdefaults.PTT_on_delay = o->value(); +progdefaults.changed = true; } + +Fl_Counter *cntPTT_off_delay=(Fl_Counter *)0; + +static void cb_cntPTT_off_delay(Fl_Counter* o, void*) { + progdefaults.PTT_off_delay = o->value(); progdefaults.changed = true; -btnPTTrightchannel2->value(o->value()); } Fl_Check_Button *chkUSERIGCAT=(Fl_Check_Button *)0; @@ -2522,6 +2553,29 @@ Fl_Group *tabAudioRightChannel=(Fl_Group *)0; +Fl_Check_Button *chkForceMono=(Fl_Check_Button *)0; + +static void cb_chkForceMono(Fl_Check_Button* o, void*) { + progdefaults.mono_audio = o->value(); +progdefaults.changed = true; +if (o->value()) { + progdefaults.QSK = false; + btnQSK->value(0); + btnQSK2->value(0); + progdefaults.PseudoFSK = false; + chkPseudoFSK->value(0); + chkPseudoFSK2->value(0); + progdefaults.PTTrightchannel = false; + btnPTTrightchannel->value(0); + btnPTTrightchannel2->value(0); + progdefaults.sig_on_right_channel = false; + chkAudioStereoOut->value(0); + progdefaults.ReverseAudio = false; + chkReverseAudio->value(0); +} +resetSoundCard(); +} + Fl_Check_Button *chkAudioStereoOut=(Fl_Check_Button *)0; static void cb_chkAudioStereoOut(Fl_Check_Button* o, void*) { @@ -2537,6 +2591,11 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } }; } @@ -2545,12 +2604,19 @@ static void cb_chkReverseAudio(Fl_Check_Button* o, void*) { progdefaults.ReverseAudio = o->value(); progdefaults.changed = true; + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + }; } Fl_Check_Button *btnPTTrightchannel2=(Fl_Check_Button *)0; static void cb_btnPTTrightchannel2(Fl_Check_Button* o, void*) { progdefaults.PTTrightchannel = o->value(); +btnPTTrightchannel->value(o->value()); +progdefaults.changed = true; if (o->value()) { progdefaults.QSK = false; btnQSK->value(0); @@ -2559,16 +2625,20 @@ chkPseudoFSK->value(0); chkPseudoFSK2->value(0); progdefaults.sig_on_right_channel = false; - chkAudioStereoOut->value(0); -} -btnPTTrightchannel->value(o->value()); -progdefaults.changed = true; + chkAudioStereoOut->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}; } Fl_Check_Button *btnQSK2=(Fl_Check_Button *)0; static void cb_btnQSK2(Fl_Check_Button* o, void*) { progdefaults.QSK = o->value(); +btnQSK->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; @@ -2576,14 +2646,19 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); -} -btnQSK->value(o->value()); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}; } Fl_Check_Button *chkPseudoFSK2=(Fl_Check_Button *)0; static void cb_chkPseudoFSK2(Fl_Check_Button* o, void*) { progdefaults.PseudoFSK = o->value(); +chkPseudoFSK->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; @@ -2591,8 +2666,12 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); -} -chkPseudoFSK->value(o->value()); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}; } Fl_Group *tabID=(Fl_Group *)0; @@ -3179,7 +3258,7 @@ o->selection_color((Fl_Color)51); o->labelsize(18); o->align(FL_ALIGN_CLIP|FL_ALIGN_INSIDE); - { tabsConfigure = new Fl_Tabs(-4, 0, 521, 372); + { tabsConfigure = new Fl_Tabs(-5, 0, 545, 372); tabsConfigure->color((Fl_Color)FL_LIGHT1); tabsConfigure->selection_color((Fl_Color)FL_LIGHT1); { tabOperator = new Fl_Group(0, 25, 500, 345, _("Operator")); @@ -4242,9 +4321,9 @@ } // Fl_Tabs* tabsWaterfall tabWaterfall->end(); } // Fl_Group* tabWaterfall - { tabModems = new Fl_Group(-4, 25, 521, 347, _("Modems")); + { tabModems = new Fl_Group(-5, 25, 545, 347, _("Modems")); tabModems->hide(); - { tabsModems = new Fl_Tabs(-4, 25, 521, 347); + { tabsModems = new Fl_Tabs(-5, 25, 545, 347); tabsModems->selection_color((Fl_Color)FL_LIGHT1); tabsModems->align(FL_ALIGN_TOP_RIGHT); { tabCW = new Fl_Group(0, 50, 504, 320, _("CW")); @@ -4252,7 +4331,6 @@ tabsCW->selection_color((Fl_Color)FL_LIGHT1); { Fl_Group* o = new Fl_Group(0, 75, 500, 295, _("General")); o->align(FL_ALIGN_TOP_LEFT); - o->hide(); { Fl_Group* o = new Fl_Group(5, 85, 490, 130, _("Receive")); o->box(FL_ENGRAVED_FRAME); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); @@ -4419,6 +4497,7 @@ } // Fl_Group* o { Fl_Group* o = new Fl_Group(0, 75, 500, 295, _("Timing and QSK")); o->align(FL_ALIGN_TOP_LEFT); + o->hide(); { Fl_Group* o = new Fl_Group(5, 85, 490, 120, _("Timing")); o->box(FL_ENGRAVED_FRAME); o->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); @@ -5410,98 +5489,123 @@ } // Fl_Tabs* tabsModems tabModems->end(); } // Fl_Group* tabModems - { tabRig = new Fl_Group(0, 25, 500, 345, _("Rig")); + { tabRig = new Fl_Group(0, 23, 500, 345, _("Rig")); tabRig->tooltip(_("Transceiver control")); tabRig->hide(); - { tabsRig = new Fl_Tabs(0, 25, 500, 345); + { tabsRig = new Fl_Tabs(0, 23, 500, 345); tabsRig->selection_color((Fl_Color)FL_LIGHT1); - { Fl_Group* o = new Fl_Group(0, 50, 500, 320, _("Hardware PTT")); - { grpHWPTT = new Fl_Group(5, 100, 490, 265, _("h/w ptt device-pin")); + { Fl_Group* o = new Fl_Group(0, 48, 500, 320, _("Hardware PTT")); + { Fl_Group* o = new Fl_Group(5, 57, 490, 38); + o->box(FL_ENGRAVED_FRAME); + { Fl_Check_Button* o = btnPTTrightchannel = new Fl_Check_Button(24, 66, 250, 20, _("PTT tone on right audio channel ")); + btnPTTrightchannel->tooltip(_("Can be used in lieu of or in addition to other PTT types")); + btnPTTrightchannel->down_box(FL_DOWN_BOX); + btnPTTrightchannel->callback((Fl_Callback*)cb_btnPTTrightchannel); + o->value(progdefaults.PTTrightchannel); + } // Fl_Check_Button* btnPTTrightchannel + o->end(); + } // Fl_Group* o + { grpHWPTT = new Fl_Group(5, 97, 490, 171, _("h/w ptt device-pin")); grpHWPTT->box(FL_ENGRAVED_FRAME); grpHWPTT->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); - { inpTTYdev = new Fl_Input_Choice(200, 209, 160, 22, _("Device:")); + { inpTTYdev = new Fl_Input_Choice(78, 151, 160, 22, _("Device:")); inpTTYdev->tooltip(_("Select serial port")); inpTTYdev->callback((Fl_Callback*)cb_inpTTYdev); } // Fl_Input_Choice* inpTTYdev - { btnRTSptt = new Fl_Round_Button(145, 248, 85, 20, _("Use RTS")); + { btnRTSptt = new Fl_Round_Button(260, 120, 85, 20, _("Use RTS")); btnRTSptt->tooltip(_("RTS is PTT signal line")); btnRTSptt->down_box(FL_DOWN_BOX); btnRTSptt->callback((Fl_Callback*)cb_btnRTSptt); } // Fl_Round_Button* btnRTSptt - { btnRTSplusV = new Fl_Round_Button(262, 248, 100, 20, _("RTS = +V")); + { btnRTSplusV = new Fl_Round_Button(357, 120, 100, 20, _("RTS = +V")); btnRTSplusV->tooltip(_("Initial voltage on RTS")); btnRTSplusV->down_box(FL_DOWN_BOX); btnRTSplusV->callback((Fl_Callback*)cb_btnRTSplusV); } // Fl_Round_Button* btnRTSplusV - { btnDTRptt = new Fl_Round_Button(145, 278, 85, 20, _("Use DTR")); + { btnDTRptt = new Fl_Round_Button(260, 150, 85, 20, _("Use DTR")); btnDTRptt->tooltip(_("DTR is PTT signal line")); btnDTRptt->down_box(FL_DOWN_BOX); btnDTRptt->callback((Fl_Callback*)cb_btnDTRptt); } // Fl_Round_Button* btnDTRptt - { btnDTRplusV = new Fl_Round_Button(262, 278, 100, 20, _("DTR = +V")); + { btnDTRplusV = new Fl_Round_Button(357, 150, 100, 20, _("DTR = +V")); btnDTRplusV->tooltip(_("Initial voltage on DTR")); btnDTRplusV->down_box(FL_DOWN_BOX); btnDTRplusV->callback((Fl_Callback*)cb_btnDTRplusV); } // Fl_Round_Button* btnDTRplusV - { btnInitHWPTT = new Fl_Button(188, 316, 113, 24, _("Initialize")); + { btnInitHWPTT = new Fl_Button(361, 217, 113, 24, _("Initialize")); btnInitHWPTT->tooltip(_("Initialize the H/W PTT interface")); btnInitHWPTT->callback((Fl_Callback*)cb_btnInitHWPTT); } // Fl_Button* btnInitHWPTT - { btnTTYptt = new Fl_Round_Button(145, 110, 220, 20, _("Use separate serial port PTT")); + { btnTTYptt = new Fl_Round_Button(24, 121, 220, 20, _("Use separate serial port PTT")); btnTTYptt->down_box(FL_DOWN_BOX); btnTTYptt->selection_color((Fl_Color)1); btnTTYptt->callback((Fl_Callback*)cb_btnTTYptt); } // Fl_Round_Button* btnTTYptt - { btnUsePPortPTT = new Fl_Round_Button(145, 140, 170, 20, _("Use parallel port PTT")); + { btnUsePPortPTT = new Fl_Round_Button(24, 197, 170, 20, _("Use parallel port PTT")); btnUsePPortPTT->down_box(FL_DOWN_BOX); btnUsePPortPTT->selection_color((Fl_Color)1); btnUsePPortPTT->callback((Fl_Callback*)cb_btnUsePPortPTT); } // Fl_Round_Button* btnUsePPortPTT - { btnUseUHrouterPTT = new Fl_Round_Button(145, 170, 170, 20, _("Use uHRouter PTT")); + { btnUseUHrouterPTT = new Fl_Round_Button(24, 227, 170, 20, _("Use uHRouter PTT")); btnUseUHrouterPTT->down_box(FL_DOWN_BOX); btnUseUHrouterPTT->selection_color((Fl_Color)1); btnUseUHrouterPTT->callback((Fl_Callback*)cb_btnUseUHrouterPTT); } // Fl_Round_Button* btnUseUHrouterPTT grpHWPTT->end(); } // Fl_Group* grpHWPTT - { Fl_Group* o = new Fl_Group(5, 60, 490, 38); - o->box(FL_ENGRAVED_FRAME); - { Fl_Check_Button* o = btnPTTrightchannel = new Fl_Check_Button(130, 69, 250, 20, _("PTT tone on right audio channel ")); - btnPTTrightchannel->tooltip(_("Can be used in lieu of or in addition to other PTT types")); - btnPTTrightchannel->down_box(FL_DOWN_BOX); - btnPTTrightchannel->callback((Fl_Callback*)cb_btnPTTrightchannel); - o->value(progdefaults.PTTrightchannel); - } // Fl_Check_Button* btnPTTrightchannel - o->end(); - } // Fl_Group* o + { grpPTTdelays = new Fl_Group(5, 270, 490, 91, _("PTT delays valid for all CAT/PTT types")); + grpPTTdelays->box(FL_ENGRAVED_FRAME); + grpPTTdelays->align(FL_ALIGN_TOP_LEFT|FL_ALIGN_INSIDE); + { Fl_Counter* o = cntPTT_on_delay = new Fl_Counter(24, 297, 100, 21, _("Start of transmit PTT delay")); + cntPTT_on_delay->tooltip(_("Delay NN msec before starting audio")); + cntPTT_on_delay->minimum(0); + cntPTT_on_delay->maximum(500); + cntPTT_on_delay->step(1); + cntPTT_on_delay->callback((Fl_Callback*)cb_cntPTT_on_delay); + cntPTT_on_delay->align(FL_ALIGN_RIGHT); + o->value(progdefaults.PTT_on_delay); + o->lstep(10); + } // Fl_Counter* cntPTT_on_delay + { Fl_Counter* o = cntPTT_off_delay = new Fl_Counter(24, 327, 100, 21, _("PTT end of transmit delay")); + cntPTT_off_delay->tooltip(_("Delay NN msec before releasing PTT")); + cntPTT_off_delay->minimum(0); + cntPTT_off_delay->maximum(500); + cntPTT_off_delay->step(1); + cntPTT_off_delay->callback((Fl_Callback*)cb_cntPTT_off_delay); + cntPTT_off_delay->align(FL_ALIGN_RIGHT); + o->value(progdefaults.PTT_off_delay); + o->lstep(10); + } // Fl_Counter* cntPTT_off_delay + grpPTTdelays->end(); + } // Fl_Group* grpPTTdelays o->end(); } // Fl_Group* o - { Fl_Group* o = new Fl_Group(0, 50, 500, 320, _("RigCAT")); + { Fl_Group* o = new Fl_Group(0, 48, 500, 320, _("RigCAT")); o->tooltip(_("Rig Control using xml spec file")); o->hide(); - { chkUSERIGCAT = new Fl_Check_Button(195, 60, 110, 20, _("Use RigCAT")); + { chkUSERIGCAT = new Fl_Check_Button(195, 58, 110, 20, _("Use RigCAT")); chkUSERIGCAT->tooltip(_("RigCAT used for rig control")); chkUSERIGCAT->down_box(FL_DOWN_BOX); chkUSERIGCAT->callback((Fl_Callback*)cb_chkUSERIGCAT); } // Fl_Check_Button* chkUSERIGCAT - { grpRigCAT = new Fl_Group(5, 83, 490, 279); + { grpRigCAT = new Fl_Group(5, 81, 490, 279); grpRigCAT->box(FL_ENGRAVED_FRAME); - { Fl_Output* o = txtXmlRigFilename = new Fl_Output(15, 107, 130, 22, _("Rig description file:")); + { Fl_Output* o = txtXmlRigFilename = new Fl_Output(15, 105, 130, 22, _("Rig description file:")); txtXmlRigFilename->tooltip(_("Use Open to select descriptor file")); txtXmlRigFilename->color((Fl_Color)FL_LIGHT2); txtXmlRigFilename->align(FL_ALIGN_TOP_LEFT); o->value(fl_filename_name(progdefaults.XmlRigFilename.c_str())); } // Fl_Output* txtXmlRigFilename - { btnSelectRigXmlFile = new Fl_Button(148, 107, 60, 22, _("Open...")); + { btnSelectRigXmlFile = new Fl_Button(148, 105, 60, 22, _("Open...")); btnSelectRigXmlFile->tooltip(_("Select rig descriptor file")); btnSelectRigXmlFile->callback((Fl_Callback*)cb_btnSelectRigXmlFile); } // Fl_Button* btnSelectRigXmlFile - { Fl_Input_Choice* o = inpXmlRigDevice = new Fl_Input_Choice(341, 107, 144, 22, _("Device:")); + { Fl_Input_Choice* o = inpXmlRigDevice = new Fl_Input_Choice(341, 105, 144, 22, _("Device:")); inpXmlRigDevice->tooltip(_("Serial device")); inpXmlRigDevice->callback((Fl_Callback*)cb_inpXmlRigDevice); o->value(progdefaults.XmlRigDevice.c_str()); } // Fl_Input_Choice* inpXmlRigDevice - { Fl_Value_Input2* o = cntRigCatRetries = new Fl_Value_Input2(30, 150, 60, 22, _("Retries")); + { Fl_Value_Input2* o = cntRigCatRetries = new Fl_Value_Input2(30, 148, 60, 22, _("Retries")); cntRigCatRetries->tooltip(_("# retries before giving up")); cntRigCatRetries->box(FL_DOWN_BOX); cntRigCatRetries->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5518,7 +5622,7 @@ o->value(progdefaults.RigCatRetries); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntRigCatRetries - { Fl_Value_Input2* o = cntRigCatTimeout = new Fl_Value_Input2(148, 150, 60, 22, _("Retry interval (ms)")); + { Fl_Value_Input2* o = cntRigCatTimeout = new Fl_Value_Input2(148, 148, 60, 22, _("Retry interval (ms)")); cntRigCatTimeout->tooltip(_("Time between retires in msec")); cntRigCatTimeout->box(FL_DOWN_BOX); cntRigCatTimeout->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5535,7 +5639,7 @@ o->value(progdefaults.RigCatTimeout); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntRigCatTimeout - { Fl_Value_Input2* o = cntRigCatWait = new Fl_Value_Input2(30, 190, 60, 22, _("Write delay (ms)")); + { Fl_Value_Input2* o = cntRigCatWait = new Fl_Value_Input2(30, 188, 60, 22, _("Write delay (ms)")); cntRigCatWait->box(FL_DOWN_BOX); cntRigCatWait->color((Fl_Color)FL_BACKGROUND2_COLOR); cntRigCatWait->selection_color((Fl_Color)FL_SELECTION_COLOR); @@ -5551,14 +5655,14 @@ o->value(progdefaults.RigCatWait); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntRigCatWait - { Fl_Choice* o = mnuXmlRigBaudrate = new Fl_Choice(386, 150, 99, 22, _("Baud rate:")); + { Fl_Choice* o = mnuXmlRigBaudrate = new Fl_Choice(386, 148, 99, 22, _("Baud rate:")); mnuXmlRigBaudrate->tooltip(_("Pick baud rate from list")); mnuXmlRigBaudrate->down_box(FL_BORDER_BOX); mnuXmlRigBaudrate->callback((Fl_Callback*)cb_mnuXmlRigBaudrate); o->add(szBaudRates); o->value(progdefaults.XmlRigBaudrate); } // Fl_Choice* mnuXmlRigBaudrate - { Fl_Counter2* o = valRigCatStopbits = new Fl_Counter2(388, 184, 95, 21, _("Stopbits")); + { Fl_Counter2* o = valRigCatStopbits = new Fl_Counter2(388, 182, 95, 21, _("Stopbits")); valRigCatStopbits->type(1); valRigCatStopbits->box(FL_UP_BOX); valRigCatStopbits->color((Fl_Color)FL_BACKGROUND_COLOR); @@ -5577,59 +5681,59 @@ o->value(progdefaults.RigCatStopbits); o->labelsize(FL_NORMAL_SIZE); } // Fl_Counter2* valRigCatStopbits - { btnInitRIGCAT = new Fl_Button(365, 321, 113, 24, _("Initialize")); + { btnInitRIGCAT = new Fl_Button(365, 319, 113, 24, _("Initialize")); btnInitRIGCAT->tooltip(_("Initialize RigCAT interface")); btnInitRIGCAT->callback((Fl_Callback*)cb_btnInitRIGCAT); } // Fl_Button* btnInitRIGCAT - { Fl_Check_Button* o = btnRigCatEcho = new Fl_Check_Button(50, 216, 192, 22, _("Commands are echoed")); + { Fl_Check_Button* o = btnRigCatEcho = new Fl_Check_Button(50, 214, 192, 22, _("Commands are echoed")); btnRigCatEcho->tooltip(_("Rig or interface echos serial data")); btnRigCatEcho->down_box(FL_DOWN_BOX); btnRigCatEcho->callback((Fl_Callback*)cb_btnRigCatEcho); o->value(progdefaults.RigCatECHO); } // Fl_Check_Button* btnRigCatEcho - { Fl_Round_Button* o = btnRigCatCMDptt = new Fl_Round_Button(256, 217, 207, 20, _("CAT command for PTT")); + { Fl_Round_Button* o = btnRigCatCMDptt = new Fl_Round_Button(256, 215, 207, 20, _("CAT command for PTT")); btnRigCatCMDptt->tooltip(_("PTT is a CAT command (not hardware)")); btnRigCatCMDptt->down_box(FL_DOWN_BOX); btnRigCatCMDptt->selection_color((Fl_Color)1); btnRigCatCMDptt->callback((Fl_Callback*)cb_btnRigCatCMDptt); o->value(progdefaults.RigCatCMDptt); } // Fl_Round_Button* btnRigCatCMDptt - { Fl_Round_Button* o = btnRigCatRTSptt = new Fl_Round_Button(50, 250, 160, 20, _("Toggle RTS for PTT")); + { Fl_Round_Button* o = btnRigCatRTSptt = new Fl_Round_Button(50, 248, 160, 20, _("Toggle RTS for PTT")); btnRigCatRTSptt->tooltip(_("RTS is ptt line")); btnRigCatRTSptt->down_box(FL_DOWN_BOX); btnRigCatRTSptt->callback((Fl_Callback*)cb_btnRigCatRTSptt); o->value(progdefaults.RigCatRTSptt); } // Fl_Round_Button* btnRigCatRTSptt - { Fl_Round_Button* o = btnRigCatDTRptt = new Fl_Round_Button(256, 250, 160, 20, _("Toggle DTR for PTT")); + { Fl_Round_Button* o = btnRigCatDTRptt = new Fl_Round_Button(256, 248, 160, 20, _("Toggle DTR for PTT")); btnRigCatDTRptt->tooltip(_("DTR is ptt line")); btnRigCatDTRptt->down_box(FL_DOWN_BOX); btnRigCatDTRptt->callback((Fl_Callback*)cb_btnRigCatDTRptt); o->value(progdefaults.RigCatDTRptt); } // Fl_Round_Button* btnRigCatDTRptt - { Fl_Check_Button* o = btnRigCatRTSplus = new Fl_Check_Button(50, 285, 100, 20, _("RTS +12 v")); + { Fl_Check_Button* o = btnRigCatRTSplus = new Fl_Check_Button(50, 283, 100, 20, _("RTS +12 v")); btnRigCatRTSplus->tooltip(_("Initial state of RTS")); btnRigCatRTSplus->down_box(FL_DOWN_BOX); btnRigCatRTSplus->callback((Fl_Callback*)cb_btnRigCatRTSplus); o->value(progdefaults.RigCatRTSplus); } // Fl_Check_Button* btnRigCatRTSplus - { Fl_Check_Button* o = btnRigCatDTRplus = new Fl_Check_Button(256, 285, 100, 20, _("DTR +12 v")); + { Fl_Check_Button* o = btnRigCatDTRplus = new Fl_Check_Button(256, 283, 100, 20, _("DTR +12 v")); btnRigCatDTRplus->tooltip(_("Initial state of DTR")); btnRigCatDTRplus->down_box(FL_DOWN_BOX); btnRigCatDTRplus->callback((Fl_Callback*)cb_btnRigCatDTRplus); o->value(progdefaults.RigCatDTRplus); } // Fl_Check_Button* btnRigCatDTRplus - { Fl_Check_Button* o = chkRigCatRTSCTSflow = new Fl_Check_Button(50, 320, 170, 20, _("RTS/CTS flow control")); + { Fl_Check_Button* o = chkRigCatRTSCTSflow = new Fl_Check_Button(50, 318, 170, 20, _("RTS/CTS flow control")); chkRigCatRTSCTSflow->tooltip(_("Rig uses RTS/CTS handshake")); chkRigCatRTSCTSflow->down_box(FL_DOWN_BOX); chkRigCatRTSCTSflow->callback((Fl_Callback*)cb_chkRigCatRTSCTSflow); o->value(progdefaults.RigCatRTSCTSflow); } // Fl_Check_Button* chkRigCatRTSCTSflow - { btnRevertRIGCAT = new Fl_Button(365, 289, 113, 24, _("Revert")); + { btnRevertRIGCAT = new Fl_Button(365, 287, 113, 24, _("Revert")); btnRevertRIGCAT->tooltip(_("Initialize hamlib interface")); btnRevertRIGCAT->callback((Fl_Callback*)cb_btnRevertRIGCAT); btnRevertRIGCAT->deactivate(); } // Fl_Button* btnRevertRIGCAT - { Fl_Check_Button* o = chkRigCatVSP = new Fl_Check_Button(256, 315, 100, 25, _("VSP Enable")); + { Fl_Check_Button* o = chkRigCatVSP = new Fl_Check_Button(256, 313, 100, 25, _("VSP Enable")); chkRigCatVSP->tooltip(_("Virtual Serial Port Emulator - suppress WARNINGS")); chkRigCatVSP->down_box(FL_DOWN_BOX); chkRigCatVSP->callback((Fl_Callback*)cb_chkRigCatVSP); @@ -5639,16 +5743,16 @@ } // Fl_Group* grpRigCAT o->end(); } // Fl_Group* o - { tabHamlib = new Fl_Group(0, 50, 500, 320, _("Hamlib")); + { tabHamlib = new Fl_Group(0, 48, 500, 320, _("Hamlib")); tabHamlib->hide(); - { chkUSEHAMLIB = new Fl_Check_Button(195, 60, 100, 20, _("Use Hamlib")); + { chkUSEHAMLIB = new Fl_Check_Button(195, 58, 100, 20, _("Use Hamlib")); chkUSEHAMLIB->tooltip(_("Hamlib used for rig control")); chkUSEHAMLIB->down_box(FL_DOWN_BOX); chkUSEHAMLIB->callback((Fl_Callback*)cb_chkUSEHAMLIB); } // Fl_Check_Button* chkUSEHAMLIB - { grpHamlib = new Fl_Group(5, 83, 490, 277); + { grpHamlib = new Fl_Group(5, 81, 490, 277); grpHamlib->box(FL_ENGRAVED_FRAME); - { Fl_ComboBox* o = cboHamlibRig = new Fl_ComboBox(65, 93, 160, 22, _("Rig:")); + { Fl_ComboBox* o = cboHamlibRig = new Fl_ComboBox(65, 91, 160, 22, _("Rig:")); cboHamlibRig->tooltip(_("Select the rig by name")); cboHamlibRig->box(FL_DOWN_BOX); cboHamlibRig->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5663,12 +5767,12 @@ o->readonly(); cboHamlibRig->labelsize(FL_NORMAL_SIZE); } // Fl_ComboBox* cboHamlibRig - { Fl_Input_Choice* o = inpRIGdev = new Fl_Input_Choice(340, 93, 144, 22, _("Device:")); + { Fl_Input_Choice* o = inpRIGdev = new Fl_Input_Choice(340, 91, 144, 22, _("Device:")); inpRIGdev->tooltip(_("Serial port")); inpRIGdev->callback((Fl_Callback*)cb_inpRIGdev); o->value(progdefaults.HamRigDevice.c_str()); } // Fl_Input_Choice* inpRIGdev - { Fl_Value_Input2* o = cntHamlibRetries = new Fl_Value_Input2(30, 133, 70, 24, _("Retries")); + { Fl_Value_Input2* o = cntHamlibRetries = new Fl_Value_Input2(30, 131, 70, 24, _("Retries")); cntHamlibRetries->tooltip(_("# times to resend command before giving up")); cntHamlibRetries->box(FL_DOWN_BOX); cntHamlibRetries->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5685,7 +5789,7 @@ o->value(progdefaults.HamlibRetries); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntHamlibRetries - { Fl_Value_Input2* o = cntHamlibTimeout = new Fl_Value_Input2(155, 133, 70, 24, _("Retry Interval (ms)")); + { Fl_Value_Input2* o = cntHamlibTimeout = new Fl_Value_Input2(155, 131, 70, 24, _("Retry Interval (ms)")); cntHamlibTimeout->tooltip(_("Msec\'s between retries")); cntHamlibTimeout->box(FL_DOWN_BOX); cntHamlibTimeout->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5702,7 +5806,7 @@ o->value(progdefaults.HamlibTimeout); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntHamlibTimeout - { Fl_Value_Input2* o = cntHamlibWriteDelay = new Fl_Value_Input2(30, 176, 70, 24, _("Write delay (ms)")); + { Fl_Value_Input2* o = cntHamlibWriteDelay = new Fl_Value_Input2(30, 174, 70, 24, _("Write delay (ms)")); cntHamlibWriteDelay->tooltip(_("Msec\'s between sequential commands")); cntHamlibWriteDelay->box(FL_DOWN_BOX); cntHamlibWriteDelay->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5719,7 +5823,7 @@ o->value(progdefaults.HamlibWriteDelay); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntHamlibWriteDelay - { Fl_Value_Input2* o = cntHamlibWait = new Fl_Value_Input2(156, 176, 70, 24, _("Post write delay (ms)")); + { Fl_Value_Input2* o = cntHamlibWait = new Fl_Value_Input2(156, 174, 70, 24, _("Post write delay (ms)")); cntHamlibWait->tooltip(_("Wait interval (msecs) before reading response")); cntHamlibWait->box(FL_DOWN_BOX); cntHamlibWait->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5736,14 +5840,14 @@ o->value(progdefaults.HamlibWait); o->labelsize(FL_NORMAL_SIZE); } // Fl_Value_Input2* cntHamlibWait - { Fl_Choice* o = mnuBaudRate = new Fl_Choice(385, 127, 99, 22, _("Baud rate:")); + { Fl_Choice* o = mnuBaudRate = new Fl_Choice(385, 125, 99, 22, _("Baud rate:")); mnuBaudRate->tooltip(_("Serial port baud rate")); mnuBaudRate->down_box(FL_BORDER_BOX); mnuBaudRate->callback((Fl_Callback*)cb_mnuBaudRate); o->add(szBaudRates); o->value(progdefaults.HamRigBaudrate); } // Fl_Choice* mnuBaudRate - { Fl_Counter2* o = valHamRigStopbits = new Fl_Counter2(389, 163, 95, 21, _("Stopbits")); + { Fl_Counter2* o = valHamRigStopbits = new Fl_Counter2(389, 161, 95, 21, _("Stopbits")); valHamRigStopbits->type(1); valHamRigStopbits->box(FL_UP_BOX); valHamRigStopbits->color((Fl_Color)FL_BACKGROUND_COLOR); @@ -5762,7 +5866,7 @@ o->value(progdefaults.HamRigStopbits); o->labelsize(FL_NORMAL_SIZE); } // Fl_Counter2* valHamRigStopbits - { Fl_Counter2* o = cntHamlibTimeout0 = new Fl_Counter2(150, 140, 100, 20, _("Retry interval (ms)")); + { Fl_Counter2* o = cntHamlibTimeout0 = new Fl_Counter2(150, 138, 100, 20, _("Retry interval (ms)")); cntHamlibTimeout0->tooltip(_("Msec\'s between retries")); cntHamlibTimeout0->type(1); cntHamlibTimeout0->box(FL_UP_BOX); @@ -5782,7 +5886,7 @@ cntHamlibTimeout0->hide(); o->value(progdefaults.HamlibTimeout); } // Fl_Counter2* cntHamlibTimeout0 - { inpHamlibConfig = new Fl_Input2(20, 326, 320, 22, _("Advanced configuration:")); + { inpHamlibConfig = new Fl_Input2(20, 324, 320, 22, _("Advanced configuration:")); inpHamlibConfig->tooltip(_("Optional configuration\nin format: param=val ...")); inpHamlibConfig->box(FL_DOWN_BOX); inpHamlibConfig->color((Fl_Color)FL_BACKGROUND2_COLOR); @@ -5797,48 +5901,48 @@ inpHamlibConfig->value(progdefaults.HamConfig.c_str()); inpHamlibConfig->labelsize(FL_NORMAL_SIZE); } // Fl_Input2* inpHamlibConfig - { btnInitHAMLIB = new Fl_Button(371, 325, 113, 24, _("Initialize")); + { btnInitHAMLIB = new Fl_Button(371, 323, 113, 24, _("Initialize")); btnInitHAMLIB->tooltip(_("Initialize hamlib interface")); btnInitHAMLIB->callback((Fl_Callback*)cb_btnInitHAMLIB); } // Fl_Button* btnInitHAMLIB - { mnuSideband = new Fl_Choice(340, 217, 144, 22, _("Sideband:")); + { mnuSideband = new Fl_Choice(340, 215, 144, 22, _("Sideband:")); mnuSideband->tooltip(_("Force the rig sideband. Takes\neffect when rig mode changes.")); mnuSideband->down_box(FL_BORDER_BOX); mnuSideband->align(FL_ALIGN_TOP_LEFT); } // Fl_Choice* mnuSideband - { Fl_Round_Button* o = btnHamlibCMDptt = new Fl_Round_Button(45, 218, 200, 20, _("PTT via Hamlib command")); + { Fl_Round_Button* o = btnHamlibCMDptt = new Fl_Round_Button(45, 216, 200, 20, _("PTT via Hamlib command")); btnHamlibCMDptt->tooltip(_("PTT is a hamlib command")); btnHamlibCMDptt->down_box(FL_DOWN_BOX); btnHamlibCMDptt->selection_color((Fl_Color)1); btnHamlibCMDptt->callback((Fl_Callback*)cb_btnHamlibCMDptt); o->value(progdefaults.HamlibCMDptt); } // Fl_Round_Button* btnHamlibCMDptt - { Fl_Check_Button* o = btnHamlibDTRplus = new Fl_Check_Button(45, 243, 90, 20, _("DTR +12")); + { Fl_Check_Button* o = btnHamlibDTRplus = new Fl_Check_Button(45, 241, 90, 20, _("DTR +12")); btnHamlibDTRplus->tooltip(_("Initial state of DTR")); btnHamlibDTRplus->down_box(FL_DOWN_BOX); btnHamlibDTRplus->callback((Fl_Callback*)cb_btnHamlibDTRplus); o->value(progdefaults.HamlibDTRplus); } // Fl_Check_Button* btnHamlibDTRplus - { Fl_Check_Button* o = chkHamlibRTSplus = new Fl_Check_Button(269, 243, 85, 20, _("RTS +12")); + { Fl_Check_Button* o = chkHamlibRTSplus = new Fl_Check_Button(269, 241, 85, 20, _("RTS +12")); chkHamlibRTSplus->tooltip(_("Initial state of RTS")); chkHamlibRTSplus->down_box(FL_DOWN_BOX); chkHamlibRTSplus->callback((Fl_Callback*)cb_chkHamlibRTSplus); o->value(progdefaults.HamlibRTSplus); } // Fl_Check_Button* chkHamlibRTSplus - { Fl_Check_Button* o = chkHamlibRTSCTSflow = new Fl_Check_Button(45, 271, 170, 20, _("RTS/CTS flow control")); + { Fl_Check_Button* o = chkHamlibRTSCTSflow = new Fl_Check_Button(45, 269, 170, 20, _("RTS/CTS flow control")); chkHamlibRTSCTSflow->tooltip(_("Rig requires RTS/CTS flow control")); chkHamlibRTSCTSflow->down_box(FL_DOWN_BOX); chkHamlibRTSCTSflow->callback((Fl_Callback*)cb_chkHamlibRTSCTSflow); o->value(progdefaults.HamlibRTSCTSflow); if (o->value()) chkHamlibRTSplus->deactivate(); } // Fl_Check_Button* chkHamlibRTSCTSflow - { Fl_Check_Button* o = chkHamlibXONXOFFflow = new Fl_Check_Button(269, 271, 185, 20, _("XON/XOFF flow control")); + { Fl_Check_Button* o = chkHamlibXONXOFFflow = new Fl_Check_Button(269, 269, 185, 20, _("XON/XOFF flow control")); chkHamlibXONXOFFflow->tooltip(_("Rig requires Xon/Xoff flow control")); chkHamlibXONXOFFflow->down_box(FL_DOWN_BOX); chkHamlibXONXOFFflow->callback((Fl_Callback*)cb_chkHamlibXONXOFFflow); o->value(progdefaults.HamlibXONXOFFflow); } // Fl_Check_Button* chkHamlibXONXOFFflow - { btnRevertHAMLIB = new Fl_Button(371, 294, 113, 24, _("Revert")); + { btnRevertHAMLIB = new Fl_Button(371, 292, 113, 24, _("Revert")); btnRevertHAMLIB->tooltip(_("Initialize hamlib interface")); btnRevertHAMLIB->callback((Fl_Callback*)cb_btnRevertHAMLIB); btnRevertHAMLIB->deactivate(); @@ -5847,28 +5951,28 @@ } // Fl_Group* grpHamlib tabHamlib->end(); } // Fl_Group* tabHamlib - { Fl_Group* o = new Fl_Group(0, 50, 500, 320, _("MemMap")); + { Fl_Group* o = new Fl_Group(0, 48, 500, 320, _("MemMap")); o->hide(); - { grpMemmap = new Fl_Group(5, 60, 490, 185); + { grpMemmap = new Fl_Group(5, 58, 490, 185); grpMemmap->box(FL_ENGRAVED_FRAME); - { Fl_Output* o = new Fl_Output(160, 79, 190, 58); + { Fl_Output* o = new Fl_Output(160, 77, 190, 58); o->type(12); o->box(FL_BORDER_BOX); o->color((Fl_Color)FL_LIGHT1); o->value(_("Control via Memory Mapped\nshared variables\ni.e.: Kachina program")); } // Fl_Output* o - { Fl_Check_Button* o = chkUSEMEMMAP = new Fl_Check_Button(160, 147, 120, 20, _("Use Memmap")); + { Fl_Check_Button* o = chkUSEMEMMAP = new Fl_Check_Button(160, 145, 120, 20, _("Use Memmap")); chkUSEMEMMAP->tooltip(_("Rig control via memory mapped Kachina")); chkUSEMEMMAP->down_box(FL_DOWN_BOX); chkUSEMEMMAP->callback((Fl_Callback*)cb_chkUSEMEMMAP); o->value(progdefaults.chkUSEMEMMAPis); } // Fl_Check_Button* chkUSEMEMMAP - { btnMEMMAPptt = new Fl_Round_Button(160, 177, 150, 20, _("Use Memmap PTT")); + { btnMEMMAPptt = new Fl_Round_Button(160, 175, 150, 20, _("Use Memmap PTT")); btnMEMMAPptt->down_box(FL_DOWN_BOX); btnMEMMAPptt->selection_color((Fl_Color)1); btnMEMMAPptt->callback((Fl_Callback*)cb_btnMEMMAPptt); } // Fl_Round_Button* btnMEMMAPptt - { btnInitMEMMAP = new Fl_Button(197, 207, 113, 24, _("Initialize")); + { btnInitMEMMAP = new Fl_Button(197, 205, 113, 24, _("Initialize")); btnInitMEMMAP->tooltip(_("Initialize Memmap interface")); btnInitMEMMAP->callback((Fl_Callback*)cb_btnInitMEMMAP); } // Fl_Button* btnInitMEMMAP @@ -5876,22 +5980,22 @@ } // Fl_Group* grpMemmap o->end(); } // Fl_Group* o - { tabXMLRPC = new Fl_Group(0, 50, 500, 320, _("XML-RPC")); + { tabXMLRPC = new Fl_Group(0, 48, 500, 320, _("XML-RPC")); tabXMLRPC->hide(); - { grpXMLRPC = new Fl_Group(5, 60, 490, 160); + { grpXMLRPC = new Fl_Group(5, 58, 490, 160); grpXMLRPC->box(FL_ENGRAVED_FRAME); - { Fl_Output* o = new Fl_Output(160, 79, 190, 58); + { Fl_Output* o = new Fl_Output(160, 77, 190, 58); o->type(12); o->box(FL_BORDER_BOX); o->color((Fl_Color)FL_LIGHT1); o->value(_("Rig control via external\nprogram using xmlrpc\nremote calls.")); } // Fl_Output* o - { chkUSEXMLRPC = new Fl_Check_Button(160, 147, 183, 20, _("Use XML-RPC program")); + { chkUSEXMLRPC = new Fl_Check_Button(160, 145, 183, 20, _("Use XML-RPC program")); chkUSEXMLRPC->tooltip(_("Experimental")); chkUSEXMLRPC->down_box(FL_DOWN_BOX); chkUSEXMLRPC->callback((Fl_Callback*)cb_chkUSEXMLRPC); } // Fl_Check_Button* chkUSEXMLRPC - { btnInitXMLRPC = new Fl_Button(201, 183, 113, 24, _("Initialize")); + { btnInitXMLRPC = new Fl_Button(201, 181, 113, 24, _("Initialize")); btnInitXMLRPC->tooltip(_("Initialize XML-RPC rig control")); btnInitXMLRPC->callback((Fl_Callback*)cb_btnInitXMLRPC); } // Fl_Button* btnInitXMLRPC @@ -6119,7 +6223,13 @@ } // Fl_Group* tabMixer { tabAudioRightChannel = new Fl_Group(0, 50, 500, 320, _("Right channel")); tabAudioRightChannel->hide(); - { chkAudioStereoOut = new Fl_Check_Button(98, 93, 280, 20, _("Modem signal on left and right channels")); + { chkForceMono = new Fl_Check_Button(98, 66, 280, 20, _("Mono audio output")); + chkForceMono->tooltip(_("Force output audio to single channel")); + chkForceMono->down_box(FL_DOWN_BOX); + chkForceMono->callback((Fl_Callback*)cb_chkForceMono); + chkForceMono->value(progdefaults.mono_audio); + } // Fl_Check_Button* chkForceMono + { chkAudioStereoOut = new Fl_Check_Button(98, 98, 280, 20, _("Modem signal on left and right channels")); chkAudioStereoOut->tooltip(_("Left and right channels both contain modem audio")); chkAudioStereoOut->down_box(FL_DOWN_BOX); chkAudioStereoOut->callback((Fl_Callback*)cb_chkAudioStereoOut); @@ -6131,29 +6241,29 @@ chkReverseAudio->callback((Fl_Callback*)cb_chkReverseAudio); o->value(progdefaults.ReverseAudio); } // Fl_Check_Button* chkReverseAudio - { Fl_Check_Button* o = btnPTTrightchannel2 = new Fl_Check_Button(98, 178, 250, 20, _("PTT tone on right audio channel ")); - btnPTTrightchannel2->tooltip(_("1000 Hz tone when PTT enabled\nCan be used in lieu of or in addition to other\ - PTT types")); - btnPTTrightchannel2->down_box(FL_DOWN_BOX); - btnPTTrightchannel2->callback((Fl_Callback*)cb_btnPTTrightchannel2); - o->value(progdefaults.PTTrightchannel); - } // Fl_Check_Button* btnPTTrightchannel2 - { Fl_Check_Button* o = btnQSK2 = new Fl_Check_Button(98, 216, 211, 20, _("CW QSK signal on right channel")); - btnQSK2->tooltip(_("Generate 1000 Hz square wave signal on right channel")); - btnQSK2->down_box(FL_DOWN_BOX); - btnQSK2->callback((Fl_Callback*)cb_btnQSK2); - o->value(progdefaults.QSK); - } // Fl_Check_Button* btnQSK2 - { Fl_Check_Button* o = chkPseudoFSK2 = new Fl_Check_Button(98, 254, 270, 20, _("Pseudo-FSK on right audio channel")); - chkPseudoFSK2->tooltip(_("Create 1000 Hz square wave on right channel")); - chkPseudoFSK2->down_box(FL_DOWN_BOX); - chkPseudoFSK2->callback((Fl_Callback*)cb_chkPseudoFSK2); - o->value(progdefaults.PseudoFSK); - } // Fl_Check_Button* chkPseudoFSK2 { Fl_Group* o = new Fl_Group(25, 168, 454, 187, _("...\nThese controls are on other tabs.\nThey are replicated here for convenie\ nce.\nYou may change the state from either location.\n...")); o->box(FL_ENGRAVED_FRAME); o->align(FL_ALIGN_BOTTOM|FL_ALIGN_INSIDE); + { Fl_Check_Button* o = btnPTTrightchannel2 = new Fl_Check_Button(98, 178, 250, 20, _("PTT tone on right audio channel ")); + btnPTTrightchannel2->tooltip(_("1000 Hz tone when PTT enabled\nCan be used in lieu of or in addition to other\ + PTT types")); + btnPTTrightchannel2->down_box(FL_DOWN_BOX); + btnPTTrightchannel2->callback((Fl_Callback*)cb_btnPTTrightchannel2); + o->value(progdefaults.PTTrightchannel); + } // Fl_Check_Button* btnPTTrightchannel2 + { Fl_Check_Button* o = btnQSK2 = new Fl_Check_Button(98, 216, 211, 20, _("CW QSK signal on right channel")); + btnQSK2->tooltip(_("Generate 1000 Hz square wave signal on right channel")); + btnQSK2->down_box(FL_DOWN_BOX); + btnQSK2->callback((Fl_Callback*)cb_btnQSK2); + o->value(progdefaults.QSK); + } // Fl_Check_Button* btnQSK2 + { Fl_Check_Button* o = chkPseudoFSK2 = new Fl_Check_Button(98, 254, 270, 20, _("Pseudo-FSK on right audio channel")); + chkPseudoFSK2->tooltip(_("Create 1000 Hz square wave on right channel")); + chkPseudoFSK2->down_box(FL_DOWN_BOX); + chkPseudoFSK2->callback((Fl_Callback*)cb_chkPseudoFSK2); + o->value(progdefaults.PseudoFSK); + } // Fl_Check_Button* chkPseudoFSK2 o->end(); } // Fl_Group* o tabAudioRightChannel->end(); diff -Nru fldigi-3.21.33/src/dialogs/confdialog.fl fldigi-3.21.34/src/dialogs/confdialog.fl --- fldigi-3.21.33/src/dialogs/confdialog.fl 2011-12-10 20:26:43.000000000 +0000 +++ fldigi-3.21.34/src/dialogs/confdialog.fl 2011-12-24 15:56:12.000000000 +0000 @@ -110,10 +110,10 @@ static const char szProsigns[] = "~|%|&|+|=|{|}|<|>|[|]| ";} {} Fl_Window {} { label {Fldigi configuration} open - xywh {592 125 500 400} type Double color 45 selection_color 51 labelsize 18 align 80 non_modal visible + xywh {729 57 500 400} type Double color 45 selection_color 51 labelsize 18 align 80 non_modal visible } { Fl_Tabs tabsConfigure {open - xywh {-4 0 521 372} color 50 selection_color 50 + xywh {-5 0 545 372} color 50 selection_color 50 } { Fl_Group tabOperator { label Operator @@ -1280,11 +1280,11 @@ } } Fl_Group tabModems { - label Modems open - xywh {-4 25 521 347} hide + label Modems + xywh {-5 25 545 347} hide } { - Fl_Tabs tabsModems {open - xywh {-4 25 521 347} selection_color 50 align 9 + Fl_Tabs tabsModems { + xywh {-5 25 545 347} selection_color 50 align 9 } { Fl_Group tabCW { label CW open @@ -1295,7 +1295,7 @@ } { Fl_Group {} { label General open - xywh {0 75 500 295} align 5 hide + xywh {0 75 500 295} align 5 } { Fl_Group {} { label Receive open @@ -1411,7 +1411,7 @@ } Fl_Group {} { label {Timing and QSK} open - xywh {0 75 500 295} align 5 + xywh {0 75 500 295} align 5 hide } { Fl_Group {} { label Timing open @@ -1468,14 +1468,19 @@ Fl_Check_Button btnQSK { label {QSK on right audio channel} callback {progdefaults.QSK = o->value(); +btnQSK2->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; chkAudioStereoOut->value(0); progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); -} -btnQSK2->value(o->value());} + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}} tooltip {Generate square wave signal on right channel} xywh {15 245 211 20} down_box DOWN_BOX code0 {o->value(progdefaults.QSK);} } @@ -2225,14 +2230,19 @@ Fl_Check_Button chkPseudoFSK { label {Pseudo-FSK on right audio channel} callback {progdefaults.PseudoFSK = o->value(); +chkPseudoFSK2->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; chkAudioStereoOut->value(0); progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); -} -chkPseudoFSK2->value(o->value());} + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}} tooltip {Create square wave on right channel} xywh {15 284 270 20} down_box DOWN_BOX code0 {o->value(progdefaults.PseudoFSK);} } @@ -2330,60 +2340,85 @@ } Fl_Group tabRig { label Rig open - tooltip {Transceiver control} xywh {0 25 500 345} hide + tooltip {Transceiver control} xywh {0 23 500 345} hide } { Fl_Tabs tabsRig {open - xywh {0 25 500 345} selection_color 50 + xywh {0 23 500 345} selection_color 50 } { Fl_Group {} { label {Hardware PTT} open - xywh {0 50 500 320} + xywh {0 48 500 320} } { + Fl_Group {} {open + xywh {5 57 490 38} box ENGRAVED_FRAME + } { + Fl_Check_Button btnPTTrightchannel { + label {PTT tone on right audio channel } + callback {progdefaults.PTTrightchannel = o->value(); +btnPTTrightchannel2->value(o->value()); +if (o->value()) { + progdefaults.QSK = false; + btnQSK->value(0); + progdefaults.PseudoFSK = false; + chkPseudoFSK->value(0); + progdefaults.sig_on_right_channel = false; + chkAudioStereoOut->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +} +progdefaults.changed = true;} + tooltip {Can be used in lieu of or in addition to other PTT types} xywh {24 66 250 20} down_box DOWN_BOX + code0 {o->value(progdefaults.PTTrightchannel);} + } + } Fl_Group grpHWPTT { label {h/w ptt device-pin} open - xywh {5 100 490 265} box ENGRAVED_FRAME align 21 + xywh {5 97 490 171} box ENGRAVED_FRAME align 21 } { Fl_Input_Choice inpTTYdev { label {Device:} callback {btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} open - tooltip {Select serial port} xywh {200 209 160 22} + tooltip {Select serial port} xywh {78 151 160 22} } {} Fl_Round_Button btnRTSptt { label {Use RTS} callback {btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - tooltip {RTS is PTT signal line} xywh {145 248 85 20} down_box DOWN_BOX + tooltip {RTS is PTT signal line} xywh {260 120 85 20} down_box DOWN_BOX } Fl_Round_Button btnRTSplusV { label {RTS = +V} callback {btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - tooltip {Initial voltage on RTS} xywh {262 248 100 20} down_box DOWN_BOX + tooltip {Initial voltage on RTS} xywh {357 120 100 20} down_box DOWN_BOX } Fl_Round_Button btnDTRptt { label {Use DTR} callback {btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - tooltip {DTR is PTT signal line} xywh {145 278 85 20} down_box DOWN_BOX + tooltip {DTR is PTT signal line} xywh {260 150 85 20} down_box DOWN_BOX } Fl_Round_Button btnDTRplusV { label {DTR = +V} callback {btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - tooltip {Initial voltage on DTR} xywh {262 278 100 20} down_box DOWN_BOX + tooltip {Initial voltage on DTR} xywh {357 150 100 20} down_box DOWN_BOX } Fl_Button btnInitHWPTT { label Initialize callback {progdefaults.initInterface(); o->labelcolor(FL_FOREGROUND_COLOR); progdefaults.changed = true;} - tooltip {Initialize the H/W PTT interface} xywh {188 316 113 24} + tooltip {Initialize the H/W PTT interface} xywh {361 217 113 24} } Fl_Round_Button btnTTYptt { label {Use separate serial port PTT} @@ -2396,7 +2431,7 @@ btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - xywh {145 110 220 20} down_box DOWN_BOX selection_color 1 + xywh {24 121 220 20} down_box DOWN_BOX selection_color 1 } Fl_Round_Button btnUsePPortPTT { label {Use parallel port PTT} @@ -2409,7 +2444,7 @@ btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - xywh {145 140 170 20} down_box DOWN_BOX selection_color 1 + xywh {24 197 170 20} down_box DOWN_BOX selection_color 1 } Fl_Round_Button btnUseUHrouterPTT { label {Use uHRouter PTT} @@ -2422,33 +2457,34 @@ btnInitHWPTT->labelcolor(FL_RED); btnInitHWPTT->redraw(); progdefaults.changed = true;} - xywh {145 170 170 20} down_box DOWN_BOX selection_color 1 + xywh {24 227 170 20} down_box DOWN_BOX selection_color 1 } } - Fl_Group {} {open - xywh {5 60 490 38} box ENGRAVED_FRAME + Fl_Group grpPTTdelays { + label {PTT delays valid for all CAT/PTT types} open + xywh {5 270 490 91} box ENGRAVED_FRAME align 21 } { - Fl_Check_Button btnPTTrightchannel { - label {PTT tone on right audio channel } - callback {progdefaults.PTTrightchannel = o->value(); -if (o->value()) { - progdefaults.QSK = false; - btnQSK->value(0); - progdefaults.PseudoFSK = false; - chkPseudoFSK->value(0); - progdefaults.sig_on_right_channel = false; - chkAudioStereoOut->value(0); -} -progdefaults.changed = true; -btnPTTrightchannel2->value(o->value());} - tooltip {Can be used in lieu of or in addition to other PTT types} xywh {130 69 250 20} down_box DOWN_BOX - code0 {o->value(progdefaults.PTTrightchannel);} + Fl_Counter cntPTT_on_delay { + label {Start of transmit PTT delay} + callback {progdefaults.PTT_on_delay = o->value(); +progdefaults.changed = true;} + tooltip {Delay NN msec before starting audio} xywh {24 297 100 21} align 8 minimum 0 maximum 500 step 1 + code0 {o->value(progdefaults.PTT_on_delay);} + code1 {o->lstep(10);} + } + Fl_Counter cntPTT_off_delay { + label {PTT end of transmit delay} + callback {progdefaults.PTT_off_delay = o->value(); +progdefaults.changed = true;} + tooltip {Delay NN msec before releasing PTT} xywh {24 327 100 21} align 8 minimum 0 maximum 500 step 1 + code0 {o->value(progdefaults.PTT_off_delay);} + code1 {o->lstep(10);} } } } Fl_Group {} { label RigCAT open - tooltip {Rig Control using xml spec file} xywh {0 50 500 320} hide + tooltip {Rig Control using xml spec file} xywh {0 48 500 320} hide } { Fl_Check_Button chkUSERIGCAT { label {Use RigCAT} @@ -2465,14 +2501,14 @@ } btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw();} - tooltip {RigCAT used for rig control} xywh {195 60 110 20} down_box DOWN_BOX + tooltip {RigCAT used for rig control} xywh {195 58 110 20} down_box DOWN_BOX } Fl_Group grpRigCAT {open - xywh {5 83 490 279} box ENGRAVED_FRAME + xywh {5 81 490 279} box ENGRAVED_FRAME } { Fl_Output txtXmlRigFilename { label {Rig description file:} - tooltip {Use Open to select descriptor file} xywh {15 107 130 22} color 52 align 5 + tooltip {Use Open to select descriptor file} xywh {15 105 130 22} color 52 align 5 code0 {o->value(fl_filename_name(progdefaults.XmlRigFilename.c_str()));} } Fl_Button btnSelectRigXmlFile { @@ -2480,14 +2516,14 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); selectRigXmlFilename();} - tooltip {Select rig descriptor file} xywh {148 107 60 22} + tooltip {Select rig descriptor file} xywh {148 105 60 22} } Fl_Input_Choice inpXmlRigDevice { label {Device:} callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} open - tooltip {Serial device} xywh {341 107 144 22} + tooltip {Serial device} xywh {341 105 144 22} code0 {o->value(progdefaults.XmlRigDevice.c_str());} } {} Fl_Value_Input cntRigCatRetries { @@ -2495,7 +2531,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {\# retries before giving up} xywh {30 150 60 22} align 5 maximum 1000 step 1 + tooltip {\# retries before giving up} xywh {30 148 60 22} align 5 maximum 1000 step 1 code0 {o->value(progdefaults.RigCatRetries);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2505,7 +2541,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {Time between retires in msec} xywh {148 150 60 22} align 5 maximum 10000 step 1 + tooltip {Time between retires in msec} xywh {148 148 60 22} align 5 maximum 10000 step 1 code0 {o->value(progdefaults.RigCatTimeout);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2515,7 +2551,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - xywh {30 190 60 22} align 5 maximum 10000 step 1 + xywh {30 188 60 22} align 5 maximum 10000 step 1 code0 {o->value(progdefaults.RigCatWait);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2525,7 +2561,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} open - tooltip {Pick baud rate from list} xywh {386 150 99 22} down_box BORDER_BOX + tooltip {Pick baud rate from list} xywh {386 148 99 22} down_box BORDER_BOX code0 {o->add(szBaudRates);} code1 {o->value(progdefaults.XmlRigBaudrate);} } {} @@ -2534,7 +2570,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw(); btnRevertRIGCAT->activate();} - xywh {388 184 95 21} type Simple align 4 minimum 1 maximum 2 step 1 value 1 + xywh {388 182 95 21} type Simple align 4 minimum 1 maximum 2 step 1 value 1 code0 {o->value(progdefaults.RigCatStopbits);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Counter2 @@ -2544,7 +2580,7 @@ callback {progdefaults.initInterface(); o->labelcolor(FL_FOREGROUND_COLOR); progdefaults.changed = true;} - tooltip {Initialize RigCAT interface} xywh {365 321 113 24} + tooltip {Initialize RigCAT interface} xywh {365 319 113 24} } Fl_Check_Button btnRigCatEcho { label {Commands are echoed} @@ -2552,7 +2588,7 @@ btnInitRIGCAT->redraw_label(); progdefaults.changed = true; btnRevertRIGCAT->activate();} - tooltip {Rig or interface echos serial data} xywh {50 216 192 22} down_box DOWN_BOX + tooltip {Rig or interface echos serial data} xywh {50 214 192 22} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatECHO);} } Fl_Round_Button btnRigCatCMDptt { @@ -2565,7 +2601,7 @@ btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw(); btnRevertRIGCAT->activate();} - tooltip {PTT is a CAT command (not hardware)} xywh {256 217 207 20} down_box DOWN_BOX selection_color 1 + tooltip {PTT is a CAT command (not hardware)} xywh {256 215 207 20} down_box DOWN_BOX selection_color 1 code0 {o->value(progdefaults.RigCatCMDptt);} } Fl_Round_Button btnRigCatRTSptt { @@ -2578,7 +2614,7 @@ btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {RTS is ptt line} xywh {50 250 160 20} down_box DOWN_BOX + tooltip {RTS is ptt line} xywh {50 248 160 20} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatRTSptt);} } Fl_Round_Button btnRigCatDTRptt { @@ -2591,7 +2627,7 @@ btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {DTR is ptt line} xywh {256 250 160 20} down_box DOWN_BOX + tooltip {DTR is ptt line} xywh {256 248 160 20} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatDTRptt);} } Fl_Check_Button btnRigCatRTSplus { @@ -2599,7 +2635,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {Initial state of RTS} xywh {50 285 100 20} down_box DOWN_BOX + tooltip {Initial state of RTS} xywh {50 283 100 20} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatRTSplus);} } Fl_Check_Button btnRigCatDTRplus { @@ -2607,7 +2643,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {Initial state of DTR} xywh {256 285 100 20} down_box DOWN_BOX + tooltip {Initial state of DTR} xywh {256 283 100 20} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatDTRplus);} } Fl_Check_Button chkRigCatRTSCTSflow { @@ -2615,7 +2651,7 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {Rig uses RTS/CTS handshake} xywh {50 320 170 20} down_box DOWN_BOX + tooltip {Rig uses RTS/CTS handshake} xywh {50 318 170 20} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatRTSCTSflow);} } Fl_Button btnRevertRIGCAT { @@ -2623,7 +2659,7 @@ callback {btnInitRIGCAT->labelcolor(FL_FOREGROUND_COLOR); btnInitRIGCAT->redraw_label(); rigCAT_restore_defaults();} - tooltip {Initialize hamlib interface} xywh {365 289 113 24} deactivate + tooltip {Initialize hamlib interface} xywh {365 287 113 24} deactivate code0 {\#include "rigio.h"} } Fl_Check_Button chkRigCatVSP { @@ -2631,14 +2667,14 @@ callback {btnInitRIGCAT->labelcolor(FL_RED); btnInitRIGCAT->redraw_label(); btnRevertRIGCAT->activate();} - tooltip {Virtual Serial Port Emulator - suppress WARNINGS} xywh {256 315 100 25} down_box DOWN_BOX + tooltip {Virtual Serial Port Emulator - suppress WARNINGS} xywh {256 313 100 25} down_box DOWN_BOX code0 {o->value(progdefaults.RigCatVSP);} } } } Fl_Group tabHamlib { label Hamlib open - xywh {0 50 500 320} hide + xywh {0 48 500 320} hide } { Fl_Check_Button chkUSEHAMLIB { label {Use Hamlib} @@ -2655,10 +2691,10 @@ btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw(); progdefaults.changed = true;} - tooltip {Hamlib used for rig control} xywh {195 60 100 20} down_box DOWN_BOX + tooltip {Hamlib used for rig control} xywh {195 58 100 20} down_box DOWN_BOX } Fl_Group grpHamlib {open - xywh {5 83 490 277} box ENGRAVED_FRAME + xywh {5 81 490 277} box ENGRAVED_FRAME } { Fl_Box cboHamlibRig { label {Rig:} @@ -2668,7 +2704,7 @@ \#if USE_HAMLIB hamlib_get_defaults(); \#endif} - tooltip {Select the rig by name} xywh {65 93 160 22} box DOWN_BOX color 7 align 4 + tooltip {Select the rig by name} xywh {65 91 160 22} box DOWN_BOX color 7 align 4 code0 {o->readonly();} code1 {cboHamlibRig->labelsize(FL_NORMAL_SIZE);} class Fl_ComboBox @@ -2678,7 +2714,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} open - tooltip {Serial port} xywh {340 93 144 22} + tooltip {Serial port} xywh {340 91 144 22} code0 {o->value(progdefaults.HamRigDevice.c_str());} } {} Fl_Value_Input cntHamlibRetries { @@ -2686,7 +2722,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {\# times to resend command before giving up} xywh {30 133 70 24} align 5 maximum 1000 step 1 + tooltip {\# times to resend command before giving up} xywh {30 131 70 24} align 5 maximum 1000 step 1 code0 {o->value(progdefaults.HamlibRetries);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2696,7 +2732,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Msec's between retries} xywh {155 133 70 24} align 5 maximum 10000 step 1 + tooltip {Msec's between retries} xywh {155 131 70 24} align 5 maximum 10000 step 1 code0 {o->value(progdefaults.HamlibTimeout);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2706,7 +2742,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Msec's between sequential commands} xywh {30 176 70 24} align 5 maximum 10000 step 1 + tooltip {Msec's between sequential commands} xywh {30 174 70 24} align 5 maximum 10000 step 1 code0 {o->value(progdefaults.HamlibWriteDelay);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2716,7 +2752,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Wait interval (msecs) before reading response} xywh {156 176 70 24} align 5 maximum 10000 step 1 + tooltip {Wait interval (msecs) before reading response} xywh {156 174 70 24} align 5 maximum 10000 step 1 code0 {o->value(progdefaults.HamlibWait);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Value_Input2 @@ -2726,7 +2762,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} open - tooltip {Serial port baud rate} xywh {385 127 99 22} down_box BORDER_BOX + tooltip {Serial port baud rate} xywh {385 125 99 22} down_box BORDER_BOX code0 {o->add(szBaudRates);} code1 {o->value(progdefaults.HamRigBaudrate);} } {} @@ -2735,7 +2771,7 @@ callback {progdefaults.HamRigStopbits = (int)o->value(); btnRevertHAMLIB->activate(); progdefaults.changed = true;} - xywh {389 163 95 21} type Simple align 4 minimum 1 maximum 2 step 1 value 1 + xywh {389 161 95 21} type Simple align 4 minimum 1 maximum 2 step 1 value 1 code0 {o->value(progdefaults.HamRigStopbits);} code1 {o->labelsize(FL_NORMAL_SIZE);} class Fl_Counter2 @@ -2745,7 +2781,7 @@ callback {progdefaults.HamlibTimeout = (int)o->value(); btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label();} - tooltip {Msec's between retries} xywh {150 140 100 20} type Simple align 5 minimum 2 maximum 20000 step 1 value 10 hide + tooltip {Msec's between retries} xywh {150 138 100 20} type Simple align 5 minimum 2 maximum 20000 step 1 value 10 hide code0 {o->value(progdefaults.HamlibTimeout);} class Fl_Counter2 } @@ -2755,7 +2791,7 @@ btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} tooltip {Optional configuration -in format: param=val ...} xywh {20 326 320 22} align 5 +in format: param=val ...} xywh {20 324 320 22} align 5 code0 {inpHamlibConfig->value(progdefaults.HamConfig.c_str());} code1 {inpHamlibConfig->labelsize(FL_NORMAL_SIZE);} class Fl_Input2 @@ -2766,19 +2802,19 @@ o->labelcolor(FL_FOREGROUND_COLOR); btnRevertHAMLIB->deactivate(); progdefaults.changed = true;} - tooltip {Initialize hamlib interface} xywh {371 325 113 24} + tooltip {Initialize hamlib interface} xywh {371 323 113 24} } Fl_Choice mnuSideband { label {Sideband:} open tooltip {Force the rig sideband. Takes -effect when rig mode changes.} xywh {340 217 144 22} down_box BORDER_BOX align 5 +effect when rig mode changes.} xywh {340 215 144 22} down_box BORDER_BOX align 5 } {} Fl_Round_Button btnHamlibCMDptt { label {PTT via Hamlib command} callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {PTT is a hamlib command} xywh {45 218 200 20} down_box DOWN_BOX selection_color 1 + tooltip {PTT is a hamlib command} xywh {45 216 200 20} down_box DOWN_BOX selection_color 1 code0 {o->value(progdefaults.HamlibCMDptt);} } Fl_Check_Button btnHamlibDTRplus { @@ -2786,7 +2822,7 @@ callback {btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Initial state of DTR} xywh {45 243 90 20} down_box DOWN_BOX + tooltip {Initial state of DTR} xywh {45 241 90 20} down_box DOWN_BOX code0 {o->value(progdefaults.HamlibDTRplus);} } Fl_Check_Button chkHamlibRTSplus { @@ -2796,7 +2832,7 @@ btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Initial state of RTS} xywh {269 243 85 20} down_box DOWN_BOX + tooltip {Initial state of RTS} xywh {269 241 85 20} down_box DOWN_BOX code0 {o->value(progdefaults.HamlibRTSplus);} } Fl_Check_Button chkHamlibRTSCTSflow { @@ -2809,7 +2845,7 @@ btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Rig requires RTS/CTS flow control} xywh {45 271 170 20} down_box DOWN_BOX + tooltip {Rig requires RTS/CTS flow control} xywh {45 269 170 20} down_box DOWN_BOX code0 {o->value(progdefaults.HamlibRTSCTSflow);} code1 {if (o->value()) chkHamlibRTSplus->deactivate();} } @@ -2820,7 +2856,7 @@ btnInitHAMLIB->labelcolor(FL_RED); btnInitHAMLIB->redraw_label(); btnRevertHAMLIB->activate();} - tooltip {Rig requires Xon/Xoff flow control} xywh {269 271 185 20} down_box DOWN_BOX + tooltip {Rig requires Xon/Xoff flow control} xywh {269 269 185 20} down_box DOWN_BOX code0 {o->value(progdefaults.HamlibXONXOFFflow);} } Fl_Button btnRevertHAMLIB { @@ -2830,19 +2866,19 @@ \#if USE_HAMLIB hamlib_restore_defaults(); \#endif} - tooltip {Initialize hamlib interface} xywh {371 294 113 24} deactivate + tooltip {Initialize hamlib interface} xywh {371 292 113 24} deactivate } } } Fl_Group {} { label MemMap open - xywh {0 50 500 320} hide + xywh {0 48 500 320} hide } { Fl_Group grpMemmap {open - xywh {5 60 490 185} box ENGRAVED_FRAME + xywh {5 58 490 185} box ENGRAVED_FRAME } { Fl_Output {} { - xywh {160 79 190 58} type Multiline box BORDER_BOX color 50 + xywh {160 77 190 58} type Multiline box BORDER_BOX color 50 code0 {o->value(_("Control via Memory Mapped\\nshared variables\\ni.e.: Kachina program"));} } Fl_Check_Button chkUSEMEMMAP { @@ -2860,7 +2896,7 @@ btnInitMEMMAP->labelcolor(FL_RED); btnInitMEMMAP->redraw_label(); progdefaults.changed = true;} - tooltip {Rig control via memory mapped Kachina} xywh {160 147 120 20} down_box DOWN_BOX + tooltip {Rig control via memory mapped Kachina} xywh {160 145 120 20} down_box DOWN_BOX code0 {o->value(progdefaults.chkUSEMEMMAPis);} } Fl_Round_Button btnMEMMAPptt { @@ -2870,26 +2906,26 @@ btnInitMEMMAP->labelcolor(FL_RED); btnInitMEMMAP->redraw_label(); progdefaults.changed = true;} - xywh {160 177 150 20} down_box DOWN_BOX selection_color 1 + xywh {160 175 150 20} down_box DOWN_BOX selection_color 1 } Fl_Button btnInitMEMMAP { label Initialize callback {progdefaults.initInterface(); o->labelcolor(FL_FOREGROUND_COLOR); progdefaults.changed = true;} - tooltip {Initialize Memmap interface} xywh {197 207 113 24} + tooltip {Initialize Memmap interface} xywh {197 205 113 24} } } } Fl_Group tabXMLRPC { label {XML-RPC} open - xywh {0 50 500 320} hide + xywh {0 48 500 320} hide } { Fl_Group grpXMLRPC {open - xywh {5 60 490 160} box ENGRAVED_FRAME + xywh {5 58 490 160} box ENGRAVED_FRAME } { Fl_Output {} { - xywh {160 79 190 58} type Multiline box BORDER_BOX color 50 + xywh {160 77 190 58} type Multiline box BORDER_BOX color 50 code0 {o->value(_("Rig control via external\\nprogram using xmlrpc\\nremote calls."));} } Fl_Check_Button chkUSEXMLRPC { @@ -2907,14 +2943,14 @@ btnInitXMLRPC->labelcolor(FL_RED); btnInitXMLRPC->redraw_label(); progdefaults.changed = true;} - tooltip Experimental xywh {160 147 183 20} down_box DOWN_BOX + tooltip Experimental xywh {160 145 183 20} down_box DOWN_BOX } Fl_Button btnInitXMLRPC { label Initialize callback {progdefaults.initInterface(); o->labelcolor(FL_FOREGROUND_COLOR); progdefaults.changed = true;} - tooltip {Initialize XML-RPC rig control} xywh {201 183 113 24} + tooltip {Initialize XML-RPC rig control} xywh {201 181 113 24} } } } @@ -3161,6 +3197,29 @@ label {Right channel} open xywh {0 50 500 320} hide } { + Fl_Check_Button chkForceMono { + label {Mono audio output} + callback {progdefaults.mono_audio = o->value(); +progdefaults.changed = true; +if (o->value()) { + progdefaults.QSK = false; + btnQSK->value(0); + btnQSK2->value(0); + progdefaults.PseudoFSK = false; + chkPseudoFSK->value(0); + chkPseudoFSK2->value(0); + progdefaults.PTTrightchannel = false; + btnPTTrightchannel->value(0); + btnPTTrightchannel2->value(0); + progdefaults.sig_on_right_channel = false; + chkAudioStereoOut->value(0); + progdefaults.ReverseAudio = false; + chkReverseAudio->value(0); +} +resetSoundCard();} + tooltip {Force output audio to single channel} xywh {98 66 280 20} down_box DOWN_BOX + code0 {chkForceMono->value(progdefaults.mono_audio);} + } Fl_Check_Button chkAudioStereoOut { label {Modem signal on left and right channels} callback {progdefaults.sig_on_right_channel = o->value(); @@ -3175,20 +3234,40 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } }} - tooltip {Left and right channels both contain modem audio} xywh {98 93 280 20} down_box DOWN_BOX + tooltip {Left and right channels both contain modem audio} xywh {98 98 280 20} down_box DOWN_BOX code0 {chkAudioStereoOut->value(progdefaults.sig_on_right_channel);} } Fl_Check_Button chkReverseAudio { label {Reverse Left/Right channels} callback {progdefaults.ReverseAudio = o->value(); -progdefaults.changed = true;} +progdefaults.changed = true; + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + }} tooltip {Software reversal of left-right audio channels} xywh {98 130 270 20} down_box DOWN_BOX code0 {o->value(progdefaults.ReverseAudio);} } - Fl_Check_Button btnPTTrightchannel2 { - label {PTT tone on right audio channel } - callback {progdefaults.PTTrightchannel = o->value(); + Fl_Group {} { + label {... +These controls are on other tabs. +They are replicated here for convenience. +You may change the state from either location. +...} open + xywh {25 168 454 187} box ENGRAVED_FRAME align 18 + } { + Fl_Check_Button btnPTTrightchannel2 { + label {PTT tone on right audio channel } + callback {progdefaults.PTTrightchannel = o->value(); +btnPTTrightchannel->value(o->value()); +progdefaults.changed = true; if (o->value()) { progdefaults.QSK = false; btnQSK->value(0); @@ -3197,17 +3276,21 @@ chkPseudoFSK->value(0); chkPseudoFSK2->value(0); progdefaults.sig_on_right_channel = false; - chkAudioStereoOut->value(0); -} -btnPTTrightchannel->value(o->value()); -progdefaults.changed = true;} - tooltip {1000 Hz tone when PTT enabled + chkAudioStereoOut->value(0); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}} + tooltip {1000 Hz tone when PTT enabled Can be used in lieu of or in addition to other PTT types} xywh {98 178 250 20} down_box DOWN_BOX - code0 {o->value(progdefaults.PTTrightchannel);} - } - Fl_Check_Button btnQSK2 { - label {CW QSK signal on right channel} - callback {progdefaults.QSK = o->value(); + code0 {o->value(progdefaults.PTTrightchannel);} + } + Fl_Check_Button btnQSK2 { + label {CW QSK signal on right channel} + callback {progdefaults.QSK = o->value(); +btnQSK->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; @@ -3215,14 +3298,19 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); -} -btnQSK->value(o->value());} - tooltip {Generate 1000 Hz square wave signal on right channel} xywh {98 216 211 20} down_box DOWN_BOX - code0 {o->value(progdefaults.QSK);} - } - Fl_Check_Button chkPseudoFSK2 { - label {Pseudo-FSK on right audio channel} - callback {progdefaults.PseudoFSK = o->value(); + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}} + tooltip {Generate 1000 Hz square wave signal on right channel} xywh {98 216 211 20} down_box DOWN_BOX + code0 {o->value(progdefaults.QSK);} + } + Fl_Check_Button chkPseudoFSK2 { + label {Pseudo-FSK on right audio channel} + callback {progdefaults.PseudoFSK = o->value(); +chkPseudoFSK->value(o->value()); progdefaults.changed = true; if (o->value()) { progdefaults.sig_on_right_channel = false; @@ -3230,19 +3318,16 @@ progdefaults.PTTrightchannel = false; btnPTTrightchannel->value(0); btnPTTrightchannel2->value(0); -} -chkPseudoFSK->value(o->value());} - tooltip {Create 1000 Hz square wave on right channel} xywh {98 254 270 20} down_box DOWN_BOX - code0 {o->value(progdefaults.PseudoFSK);} + if (progdefaults.mono_audio) { + progdefaults.mono_audio = false; + chkForceMono->value(0); + resetSoundCard(); + } +}} + tooltip {Create 1000 Hz square wave on right channel} xywh {98 254 270 20} down_box DOWN_BOX + code0 {o->value(progdefaults.PseudoFSK);} + } } - Fl_Group {} { - label {... -These controls are on other tabs. -They are replicated here for convenience. -You may change the state from either location. -...} open - xywh {25 168 454 187} box ENGRAVED_FRAME align 18 - } {} } } } diff -Nru fldigi-3.21.33/src/dialogs/guide.cxx fldigi-3.21.34/src/dialogs/guide.cxx --- fldigi-3.21.33/src/dialogs/guide.cxx 2011-12-10 22:01:30.000000000 +0000 +++ fldigi-3.21.34/src/dialogs/guide.cxx 2011-12-24 18:25:50.000000000 +0000 @@ -1830,7 +1830,7 @@

\n\
\n\
\n\ -Last updated 2011-12-10 14:18:47 CDT\n\ +Last updated 2011-06-11 15:11:57 CDT\n\
\n\
\n\ \n\ diff -Nru fldigi-3.21.33/src/include/confdialog.h fldigi-3.21.34/src/include/confdialog.h --- fldigi-3.21.33/src/include/confdialog.h 2011-12-10 21:37:56.000000000 +0000 +++ fldigi-3.21.34/src/include/confdialog.h 2011-12-24 15:56:56.000000000 +0000 @@ -251,6 +251,7 @@ extern Fl_Counter2 *valTHOR_PATHS; extern Fl_Group *tabRig; extern Fl_Tabs *tabsRig; +extern Fl_Check_Button *btnPTTrightchannel; extern Fl_Group *grpHWPTT; #include extern Fl_Input_Choice *inpTTYdev; @@ -262,7 +263,9 @@ extern Fl_Round_Button *btnTTYptt; extern Fl_Round_Button *btnUsePPortPTT; extern Fl_Round_Button *btnUseUHrouterPTT; -extern Fl_Check_Button *btnPTTrightchannel; +extern Fl_Group *grpPTTdelays; +extern Fl_Counter *cntPTT_on_delay; +extern Fl_Counter *cntPTT_off_delay; extern Fl_Check_Button *chkUSERIGCAT; extern Fl_Group *grpRigCAT; #include @@ -345,6 +348,7 @@ extern void setPCMvolume(double); extern Fl_Value_Slider2 *valPCMvolume; extern Fl_Group *tabAudioRightChannel; +extern Fl_Check_Button *chkForceMono; extern Fl_Check_Button *chkAudioStereoOut; extern Fl_Check_Button *chkReverseAudio; extern Fl_Check_Button *btnPTTrightchannel2; diff -Nru fldigi-3.21.33/src/include/configuration.h fldigi-3.21.34/src/include/configuration.h --- fldigi-3.21.33/src/include/configuration.h 2011-12-10 20:22:29.000000000 +0000 +++ fldigi-3.21.34/src/include/configuration.h 2011-12-24 15:55:26.000000000 +0000 @@ -881,6 +881,9 @@ ELEM_(int, in_channels, "INCHANNELS", \ "Number of audio input channels", \ 1) \ + ELEM_(bool, mono_audio, "MONOAUDIO", \ + "Force use of mono audio output", \ + false) \ ELEM_(bool, sig_on_right_channel, "SIGONRIGHTCHANNEL", \ "Duplicate modem signal on left & right", \ false) \ @@ -910,6 +913,12 @@ ELEM_(int, TxOffset, "TXOFFSET", \ "Difference between RX and TX freq (rig offset)", \ 0) \ + ELEM_(int, PTT_on_delay, "PTTONDELAY", \ + "Start of transmit delay before sending audio", \ + 0) \ + ELEM_(int, PTT_off_delay, "PTTOFFDELAY", \ + "End of transmit delay before disabling PTT", \ + 0) \ /* Contest controls and Logbook */ \ ELEM_(std::string, logbookfilename, "LOGBOOKFILENAME", \ "Logbook file name", \ diff -Nru fldigi-3.21.33/src/include/rigxml.h fldigi-3.21.34/src/include/rigxml.h --- fldigi-3.21.33/src/include/rigxml.h 2011-12-10 20:18:48.000000000 +0000 +++ fldigi-3.21.34/src/include/rigxml.h 2011-12-24 15:55:11.000000000 +0000 @@ -82,6 +82,7 @@ int retries; bool echo; bool cmdptt; + bool vsp; void clear() { port.clear(); baud = 1200; @@ -93,6 +94,7 @@ rtscts = false; echo = false; cmdptt = false; + vsp = false; write_delay = 0; post_write_delay = 50; timeout = 200; diff -Nru fldigi-3.21.33/src/rigcontrol/ptt.cxx fldigi-3.21.34/src/rigcontrol/ptt.cxx --- fldigi-3.21.33/src/rigcontrol/ptt.cxx 2011-12-10 20:18:48.000000000 +0000 +++ fldigi-3.21.34/src/rigcontrol/ptt.cxx 2011-12-24 18:17:22.000000000 +0000 @@ -117,6 +117,9 @@ ((progdefaults.useCWkeylineRTS) || progdefaults.useCWkeylineDTR == true)) return; + if (!ptt && progdefaults.PTT_off_delay) + MilliSleep(progdefaults.PTT_off_delay); + switch (pttdev) { case PTT_NONE: default: break; @@ -145,6 +148,9 @@ break; #endif } + + if (ptt && progdefaults.PTT_on_delay) + MilliSleep(progdefaults.PTT_on_delay); } void PTT::close_all(void) diff -Nru fldigi-3.21.33/src/rigcontrol/rigio.cxx fldigi-3.21.34/src/rigcontrol/rigio.cxx --- fldigi-3.21.33/src/rigcontrol/rigio.cxx 2011-12-10 20:18:48.000000000 +0000 +++ fldigi-3.21.34/src/rigcontrol/rigio.cxx 2011-12-24 15:55:11.000000000 +0000 @@ -978,6 +978,7 @@ cntRigCatWait->value(xmlrig.write_delay); btnRigCatEcho->value(xmlrig.echo); btnRigCatCMDptt->value(xmlrig.cmdptt); + chkRigCatVSP->value(xmlrig.vsp); } void rigCAT_restore_defaults() diff -Nru fldigi-3.21.33/src/rigcontrol/rigxml.cxx fldigi-3.21.34/src/rigcontrol/rigxml.cxx --- fldigi-3.21.33/src/rigcontrol/rigxml.cxx 2011-12-10 20:18:48.000000000 +0000 +++ fldigi-3.21.34/src/rigcontrol/rigxml.cxx 2011-12-24 15:55:11.000000000 +0000 @@ -75,6 +75,7 @@ void parseRTSPTT(size_t &); void parseDTRPTT(size_t &); void parseECHO(size_t &); +void parseVSP(size_t &); void parseIOSsymbol(size_t &); void parseIOSsize(size_t &); @@ -144,6 +145,7 @@ {"defaultHighInputLatency; params[1].suggestedLatency = (*idev)->defaultHighOutputLatency; @@ -1596,8 +1600,8 @@ sd[0].dir = PA_STREAM_RECORD; sd[1].dir = PA_STREAM_PLAYBACK; sd[0].stream_params.format = sd[1].stream_params.format = PA_SAMPLE_FLOAT32LE; sd[0].stream_params.channels = progdefaults.in_channels; - sd[1].stream_params.channels = 2;//progdefaults.out_channels; - +// # output channels always 2 unless mono audio is selected + sd[1].stream_params.channels = progdefaults.mono_audio ? 1 : 2; sd[0].buffer_attrs.maxlength = sd[0].buffer_attrs.minreq = sd[0].buffer_attrs.prebuf = sd[0].buffer_attrs.tlength = (uint32_t)-1; sd[1].buffer_attrs.fragsize = sd[1].buffer_attrs.maxlength = sd[1].buffer_attrs.minreq = @@ -1727,7 +1731,9 @@ // copy input to both channels for (size_t i = 0; i < count; i++) - if (progdefaults.sig_on_right_channel) + if (progdefaults.mono_audio) + fbuf[i] = buf[i]; + else if (progdefaults.sig_on_right_channel) fbuf[sd[1].stream_params.channels * i] = fbuf[sd[1].stream_params.channels * i + 1] = buf[i]; else { if (progdefaults.ReverseAudio) {