Overview
Request 5447 (accepted)
- Update to version 4.2.3
* Patch from Christian Weisgerber: Store fgetc() return value in
int for comparison with EOF
* Translation updates: Italian
- Update to version 4.2.2
* Patch from D. J. Slattery: fix crash on startup due to
invalid pointer
- Update to version 4.2.1
* Translation updates: Italian
* Update documentation, IRC moving from Freenode to Libera
- Created by Kieltux over 3 years ago
- In state accepted
-
Package maintainers:
bitstreamout and
enzokiel
grip.changes
Changed
-------------------------------------------------------------------
+Thu Sep 9 18:21:14 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>
+
+- Update to version 4.2.3
+ * Patch from Christian Weisgerber: Store fgetc() return value in
+ int for comparison with EOF
+ * Translation updates: Italian
+- Update to version 4.2.2
+ * Patch from D. J. Slattery: fix crash on startup due to
+ invalid pointer
+- Update to version 4.2.1
+ * Translation updates: Italian
+ * Update documentation, IRC moving from Freenode to Libera
+
+-------------------------------------------------------------------
Thu Feb 11 17:50:27 UTC 2021 - Carsten Ziepke <kieltux@gmail.com>
- Update to version 4.2.0
grip.spec
Changed
Name: grip
-Version: 4.2.0
+Version: 4.2.3
Release: 0
Summary: An Audio CD Ripping Application
License: GPL-2.0-or-later
grip-4.2.0.tar.gz/ChangeLog -> grip-4.2.3.tar.gz/ChangeLog
Changed
+v4.2.3 2021-08-31 Johnny A. Solbu <johnny@solbu.net>
+
+ * Patch from Christian Weisgerber:
+ Store fgetc() return value in int for comparison with EOF
+ * Translation updates: Italian
+
+v4.2.2 2021-07-07 Johnny A. Solbu <johnny@solbu.net>
+
+ * Patch from D. J. Slattery: fix crash on startup due to invalid pointer
+
+v4.2.1 2021-05-30 Johnny A. Solbu <johnny@solbu.net>
+
+ * Translation updates: Italian
+ * Update documentation, IRC moving from Freenode to Libera
+
v4.2.0 2020-07-14 Johnny A. Solbu <johnny@solbu.net>
* Use gnudb.org as default cd database,
grip-4.2.0.tar.gz/Makefile.in -> grip-4.2.3.tar.gz/Makefile.in
Changed
$(top_srcdir)/build-aux/missing ABOUT-NLS AUTHORS COPYING \
ChangeLog INSTALL NEWS README TODO build-aux/compile \
build-aux/config.guess build-aux/config.rpath \
- build-aux/config.sub build-aux/depcomp build-aux/install-sh \
- build-aux/ltmain.sh build-aux/missing
+ build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
+ build-aux/missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
grip-4.2.0.tar.gz/README -> grip-4.2.3.tar.gz/README
Changed
https://sourceforge.net/projects/grip
-You can also ask for help on the Freenode channel #grip, where the main developers hang out.
+You can also ask for help on the IRC channel #grip on Libera (irc.libera.chat), where the main developers hang out.
But be prepared to wait a few hours for answers, as we have jobs and a life outside IRC. ;-)
The main developer team members reside in Europe,
so we use the european timezone … surprise, surprise. :-)
grip-4.2.0.tar.gz/configure -> grip-4.2.3.tar.gz/configure
Changed
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for grip 4.2.0.
+# Generated by GNU Autoconf 2.69 for grip 4.2.3.
#
# Report bugs to <https://sourceforge.net/projects/grip>.
#
# Identity of this package.
PACKAGE_NAME='grip'
PACKAGE_TARNAME='grip'
-PACKAGE_VERSION='4.2.0'
-PACKAGE_STRING='grip 4.2.0'
+PACKAGE_VERSION='4.2.3'
+PACKAGE_STRING='grip 4.2.3'
PACKAGE_BUGREPORT='https://sourceforge.net/projects/grip'
PACKAGE_URL=''
# 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 grip 4.2.0 to adapt to many kinds of systems.
+\`configure' configures grip 4.2.3 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of grip 4.2.0:";;
+ short | recursive ) echo "Configuration of grip 4.2.3:";;
esac
cat <<\_ACEOF
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-grip configure 4.2.0
+grip configure 4.2.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by grip $as_me 4.2.0, which was
+It was created by grip $as_me 4.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
# Define the identity of the package.
PACKAGE='grip'
- VERSION='4.2.0'
+ VERSION='4.2.3'
cat >>confdefs.h <<_ACEOF
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by grip $as_me 4.2.0, which was
+This file was extended by grip $as_me 4.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
-grip config.status 4.2.0
+grip config.status 4.2.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
grip-4.2.0.tar.gz/configure.ac -> grip-4.2.3.tar.gz/configure.ac
Changed
AC_PREREQ([2.60])
-AC_INIT([grip], [4.2.0], [https://sourceforge.net/projects/grip])
+AC_INIT([grip], [4.2.3], [https://sourceforge.net/projects/grip])
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_MACRO_DIRS([m4])
AC_CONFIG_AUX_DIR([build-aux])
grip-4.2.0.tar.gz/doc/C/grip.xml -> grip-4.2.3.tar.gz/doc/C/grip.xml
Changed
url="https://lists.sourceforge.net/mailman/listinfo/grip-users">
here</ulink>. Be sure to check the mailing list archives for answers to
any questions you may have.</para>
- <para>You can also find us on IRC. We have a channel named #grip on Freenode.
+ <para>You can also find us on IRC. We have a channel named #grip on Libera (irc.libera.chat).
But be prepared to wait a few hours for answers, as we have jobs and a life outside IRC. ;-)
The main developer team members reside in Europe,
so we use the european timezone … surprise, surprise. :-)</para>
grip-4.2.0.tar.gz/meson.build -> grip-4.2.3.tar.gz/meson.build
Changed
project('grip', ['c', 'cpp'],
- version: '4.2.0',
+ version: '4.2.3',
license: 'GPL2+',
meson_version: '>= 0.47.0'
)
grip-4.2.0.tar.gz/po/be.po -> grip-4.2.3.tar.gz/po/be.po
Changed
msgstr ""
"Project-Id-Version: grip.old\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2003-06-29 14:38+0300\n"
"Last-Translator: Vital Khilko <dojlid@mova.org>\n"
"Language-Team: Belarusian <i18n@mova.org>\n"
msgid "Run in verbose (debug) mode"
msgstr "Запусьціць у рэжыме адладкі"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Памылка: Немагчыма ініцыялізаваць [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Праца ў прагрэсе.\n"
"Сапраўды выйсьці?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "Памылка: Немагчыма стварыць часовы файл"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Дапамога"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Зьмест"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Пра праграму"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr ""
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "Памылка: Немагчыма захаваць файл канфігурацыі"
"Вы мусіце пераканфігураваць Grip.\n"
"Ваш стары файл канфігурацыі будзе захаваны з канчаткам -old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "паслужнік %s, порт %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "Памылка: Немагчыма захаваць файл канфігурацыі"
grip-4.2.0.tar.gz/po/bg.po -> grip-4.2.3.tar.gz/po/bg.po
Changed
msgstr ""
"Project-Id-Version: 3.1\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2004-02-08 14:03+0200\n"
"Last-Translator: Vladimir \"Kaladan\" Petkov <vpetkov@i-space.org>\n"
"Language-Team: Bulgarian <dict@linux.zonebg.com>\n"
msgid "Run in verbose (debug) mode"
msgstr "Стартира в режим за докладване на грешки"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Грешка: Разпознаването е невъзможно [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Извършва се работа.\n"
"Да изгася програмата?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "Грешка: Неуспешно създаване на временен файл"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Помощ"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Съдържание"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Относно"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr ""
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "Грешка: Запазването на конфигурационния файл е невъзможно"
"Grip трябва да бъде пренастроен.\n"
"Старият конфигурационен фал е запазен с -old·в края."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "сървър е·%s,·порт·%d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "Грешка: Запазването на конфигурационния файл е невъзможно"
grip-4.2.0.tar.gz/po/ca.po -> grip-4.2.3.tar.gz/po/ca.po
Changed
msgstr ""
"Project-Id-Version: grip 3.1.10\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2004-04-16 02:42+0200\n"
"Last-Translator: Jordi Mallach <jordi@sindominio.net>\n"
"Language-Team: Catalan <ca@dodds.net>\n"
msgid "Run in verbose (debug) mode"
msgstr "Executa en mode detallat (debug)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Error: no s'ha pogut inicialitzar [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Hi ha treballs en progrés.\n"
"De veritat voleu sortir?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "Error: No s'ha pogut crear un fitxer temporal"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Ajuda"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Taula de continguts"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Quant a"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versió %s"
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "Error: No s'ha pogut desar el fitxer de configuració"
"Tindreu que reconfigurar Grip.\n"
"La vostra configuració antiga s'ha desat amb el sufixe -old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "el servidor és %s, port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "Error: No s'ha pogut desar el fitxer de configuració"
grip-4.2.0.tar.gz/po/da.po -> grip-4.2.3.tar.gz/po/da.po
Changed
msgstr ""
"Project-Id-Version: grip-4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-03-08 22:30+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
msgid "Run in verbose (debug) mode"
msgstr "Afvikl i uddybende tilstand (fejlsøgning)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Fejl: Kunne ikke initialisere [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Der er igangværende arbejde.\n"
"Ønsker du at lukke ned?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Kan ikke åbne hjælpefilen"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Hjælp"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Indholdsfortegnelse"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Om"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Version %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Fejl: Kunne ikke vise hjemmesiden."
"Du skal konfigurere Grip om.\n"
"Din gamle konfigurationsfil er blevet gemt med -old tilføjet."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "server er %s, port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Fejl: Kan ikke gemme konfigurationsfilen."
grip-4.2.0.tar.gz/po/de.po -> grip-4.2.3.tar.gz/po/de.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-07 21:56+0100\n"
"Last-Translator: Mario Blättermann <mario.blaettermann@gmail.com>\n"
"Language-Team: German <translation-team-de@lists.sourceforge.net>\n"
msgid "Run in verbose (debug) mode"
msgstr "Ausführlichen (Debug)-Modus verwenden"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Fehler: Initialisierung ist fehlgeschlagen [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Noch nicht fertig,\n"
"wirklich beenden?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Hilfedatei konnte nicht geöffnet werden."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Hilfe"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Inhaltsverzeichnis"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Info"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Version %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Fehler: Homepage konnte nicht angezeigt werden."
"Sie müssen Grip nun neu konfigurieren.\n"
"Die alte Konfigurationsdatei wurde durch Anhängen von -old umbenannt."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "Server ist %s, Port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Fehler: Konfigurationsdatei konnte nicht gespeichert werden."
grip-4.2.0.tar.gz/po/es.po -> grip-4.2.3.tar.gz/po/es.po
Changed
msgstr ""
"Project-Id-Version: grip 3.6.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2018-04-06 21:57+0200\n"
"Last-Translator: Francisco Javier Serrador <fserrador@gmail.com>\n"
"Language-Team: Spanish <es@tp.org.es>\n"
msgid "Run in verbose (debug) mode"
msgstr "Correr en modo prolijo (depuración)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Error: no se pudo inicializar [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Hay trabajos en proceso\n"
"¿Realmente quieres cerrar?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "Error: no pude crear un fichero temporal."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Ayuda"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Distribución de Contenidos"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Acerca de..."
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versión %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Error: intentando mostrar página inicial fallada."
"Necesitará reconfigurar Grip\n"
"Se ha guardado su fichero de configuración antiguo añadiéndole un -old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "servidor es %s, puerto: %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Error: no pude guardar el fichero de configuración."
grip-4.2.0.tar.gz/po/fi.po -> grip-4.2.3.tar.gz/po/fi.po
Changed
msgstr ""
"Project-Id-Version: grip 3.1.8\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2004-03-30 12:00+0300\n"
"Last-Translator: Flammie Pirinen <flammie@gnome-fi.org>\n"
"Language-Team: Finnish <lokalisointi-laatu@lists.linux-aktivaattori.org>\n"
msgid "Run in verbose (debug) mode"
msgstr "Suorita yksityiskohtaisessa vianetsintätilassa"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Virhe: Alustus ei onnistunut [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Työ on kesken\n"
"Haluatko varmasti lopettaa?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "Virhe: Väliaikaistiedoston luonti ei onnistu"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Ohje"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Sisällysluettelo"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Tietoja"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versio %s"
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "Virhe: Asetustiedostoa ei voitu tallentaa"
"Gripin asetukset täytyy tehdä uudelleen.\n"
"Vanha asetustiedostosi tallennettiin -old-päätteellä."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "palvelin on %s, portti %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "Virhe: Asetustiedostoa ei voitu tallentaa"
grip-4.2.0.tar.gz/po/fr.po -> grip-4.2.3.tar.gz/po/fr.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-05-07 18:18+0200\n"
"Last-Translator: Stéphane Aulery <lkppo@free.fr>\n"
"Language-Team: French <traduc@traduc.org>\n"
msgid "Run in verbose (debug) mode"
msgstr "Lancer en mode verbeux (debug)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Erreur : impossible d’initialiser [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Travail en cours.\n"
"Voulez vous vraiment arrêter ?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Impossible d'ouvrir le fichier d'aide"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Aide"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Table des matières"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "À propos de…"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Version %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Erreur : l’affichage de la page d’acceuil a échoué."
"Grip utilisera les valeurs par défaut et vous devrez le reconfigurer\n"
"Votre ancien fichier a été sauvé avec l’extension -old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "Le serveur est %s, port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Erreur : impossible de sauver le fichier de configuration."
grip-4.2.0.tar.gz/po/fur.po -> grip-4.2.3.tar.gz/po/fur.po
Changed
msgstr ""
"Project-Id-Version: grip-3.4.2\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2017-07-27 15:50+0200\n"
"Last-Translator: Fabio Tomat <f.t.public@gmail.com>\n"
"Language-Team: Friulian <f.t.public@gmail.com>\n"
msgid "Run in verbose (debug) mode"
msgstr "Eseguìs in modalitât lungje/fetose (debug)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Erôr: impussibil inizializâ [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Lavôr in cors.\n"
"Distudâ pardabon?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "Erôr: Impussibil creâ il file temporani."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Jutori"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Tabele dai contignûts"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Informazions"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Version %s"
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "Erôr: impussibil salvâ il file di configurazion."
"Al coventarà tornâ a configurâ Grip.\n"
"Il to vecjo file di configurazion al è stât salvât zontant tal non \"-old\"."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "il servidôr al è %s, puarte %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Erôr: impussibil salvâ il file di configurazion."
grip-4.2.0.tar.gz/po/grip.pot -> grip-4.2.3.tar.gz/po/grip.pot
Changed
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: grip 4.2.0\n"
+"Project-Id-Version: grip 4.2.3\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
msgid "Run in verbose (debug) mode"
msgstr ""
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr ""
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr ""
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
msgstr ""
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr ""
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr ""
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr ""
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr ""
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr ""
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr ""
"Your old config file has been saved with -old appended."
msgstr ""
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr ""
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr ""
grip-4.2.0.tar.gz/po/hu.po -> grip-4.2.3.tar.gz/po/hu.po
Changed
msgstr ""
"Project-Id-Version: grip 3.6.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2018-01-20 16:19+0100\n"
"Last-Translator: Balázs Úr <urbalazs@gmail.com>\n"
"Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n"
msgid "Run in verbose (debug) mode"
msgstr "Futtatás bőbeszédű (hibakereső) módban"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Hiba: nem sikerült előkészíteni [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"A feldolgozás folyamatban van.\n"
"Valóban leállítja?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "Hiba: nem sikerült létrehozni átmeneti fájlt."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Súgó"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Tartalomjegyzék"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Névjegy"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "%s verzió"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Hiba: a honlap megjelenítésének kísérlete sikertelen."
"A Grip újbóli beállítása szükséges.\n"
"A régi beállítófájlja „-old” hozzáadásával elmentve."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "a kiszolgáló: %s, port: %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Hiba: nem sikerült elmenteni a beállítófájlt."
grip-4.2.0.tar.gz/po/it.po -> grip-4.2.3.tar.gz/po/it.po
Changed
# Translation of Grip to Italian.
+# Copyright © 2017-2021, Free Software Foundation, Inc.
# This file is distributed under the same license as the grip package.
-# Copyright © 2017, Free Software Foundation, Inc.
# Kostantino <inverness1ATvirgilio.it>, 2005.
-# Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>\n", 2017-2020
+# Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>\n", 2017-2021
#
msgid ""
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
-"PO-Revision-Date: 2020-02-07 17:00+0100\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
+"PO-Revision-Date: 2021-08-30 22:39+0200\n"
"Last-Translator: Sebastiano Pistore <SebastianoPistore.info@protonmail.ch>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
"Language: it\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Bugs: Report translation errors to the Language-Team address.\n"
-"X-Generator: Poedit 2.2.3\n"
+"X-Generator: Poedit 2.4.3\n"
#: src/main.c:60
msgid "Specify the config file to use (in your home dir)"
msgid "Run in verbose (debug) mode"
msgstr "Avvia in modalità prolissa (debug)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Errore: non è possibile inizializzare [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Sto svolgendo il lavoro richiesto!\n"
"Vuoi davvero chiudere tutto?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Impossibile aprire il file del manuale"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Aiuto"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Table Of Contents"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Chi siamo"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versione %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Errore: impossibile raggiungere la homepage."
"Avrai bisogno di configurare Grip di nuovo.\n"
"Il tuo vecchio file di configurazione è stato salvato con l'estensione 'old'."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "il server è %s, la porta è %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Errore: non è possibile salvare il file di configurazione."
#: src/gripcfg.c:251
msgid "Calculate gain adjustment"
-msgstr "Calcola l'aggiustamento di guadagno"
+msgstr "Calcola aggiustamento guadagno"
#: src/gripcfg.c:259
msgid "Rip file format"
#: src/gripcfg.c:445
msgid "Delete .wav after encoding"
-msgstr "Cancella i file .wav dopo la codifica"
+msgstr "Cancella file .wav dopo la codifica"
#: src/gripcfg.c:450
msgid "Insert info into SQL database"
#: src/gripcfg.c:704
msgid "Write m3u files using non-posix compliant '\\'s"
-msgstr ""
+msgstr "Scrivi file m3u utilizzando '\\'s non conformi a Posix"
#: src/gripcfg.c:709
msgid ""
#: src/cdplay.c:326
msgid "Select previous CDDB entry."
-msgstr ""
+msgstr "Seleziona precedente voce CDDB."
#: src/cdplay.c:334
msgid "Select next CDDB entry."
-msgstr ""
+msgstr "Seleziona prossima voce CDDB."
#: src/cdplay.c:354
msgid "Track"
#: src/cdplay.c:441
msgid "DoNextDiscDBEntry.\n"
-msgstr ""
+msgstr "DoNextDiscDBEntry.\n"
#: src/cdplay.c:444 src/cdplay.c:471
msgid "No disc data. Returning.\n"
#: src/cdplay.c:2037
msgid "Error: Unable to execute mail command."
-msgstr ""
+msgstr "Errore: Impossibile eseguire il comando di posta."
#: src/dialog.c:39
msgid "Warning"
grip-4.2.0.tar.gz/po/ja.po -> grip-4.2.3.tar.gz/po/ja.po
Changed
msgstr ""
"Project-Id-Version: grip 3.1.9\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2004-04-04 12:27+0900\n"
"Last-Translator: Takeshi AIHANA <aihana@gnome.gr.jp>\n"
"Language-Team: Japanese <gnome-translation@gnome.gr.jp>\n"
msgid "Run in verbose (debug) mode"
msgstr "詳細モード (デバッグ用) モードで起動する"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "エラー: [%s] を初期化できません\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"処理中です。\n"
"本当に終了しますか?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "エラー: 作業用ファイルが作成できません"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "ヘルプ"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "目次"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "情報"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "バージョン %s"
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "エラー: 設定ファイルを保存できません"
"Grip を再設定する必要があります。\n"
"古い設定ファイルに '-old' を付けて保存しました。"
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "サーバ: %s ポート番号: %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "エラー: 設定ファイルを保存できません"
grip-4.2.0.tar.gz/po/ko.po -> grip-4.2.3.tar.gz/po/ko.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-05 22:31+0900\n"
"Last-Translator: SooHyun Kim <soohyunkim@kw.ac.kr>\n"
"Language-Team: Korean <translation-team-ko@googlegroups.com>\n"
msgid "Run in verbose (debug) mode"
msgstr "상세 (디버그) 모드로 실행"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "오류: [%s]을(를) 초기화 할 수 없음\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"작업이 진행중입니다.\n"
"정말로 종료하시겠습니까?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "도움말 파일 열기 실패"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "도움말"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "목차"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "정보"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "버전 %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "오류: 홈페이지 표시 실패."
"Grip을 다시 설정하여야 합니다.\n"
"기존 설정 파일은 -old가 파일 이름 뒤에 추가되어 저장되었습니다."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "서버: %s, 포트: %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "오류: 설정 파일 저장 실패."
grip-4.2.0.tar.gz/po/nb.po -> grip-4.2.3.tar.gz/po/nb.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-05 09:54+0100\n"
"Last-Translator: Johnny A. Solbu <johnny@solbu.net>\n"
"Language-Team: Norwegian Bokmaal <i18n-nb@lister.ping.uio.no>\n"
msgid "Run in verbose (debug) mode"
msgstr "Kjør i detaljert modus (feilsøking)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Feil: Kan ikke initialisere [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Arbeid pågår.\n"
"Virkelig slå av?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Kunne ikke åpne hjelpefilen"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Hjelp"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Innholdsfortegnelse"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Om"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versjon %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Feil: Kunne ikke åpne hjemmesiden."
"Du trenger å rekonfigurere Grip.\n"
"Din gamle konfigurasjonfil er lagret med «-old» lagt til."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "tjener er %s, port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Feil: Kan ikke lagre konfigurasjonsfilen."
grip-4.2.0.tar.gz/po/nl.po -> grip-4.2.3.tar.gz/po/nl.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-06 16:28+0100\n"
"Last-Translator: Benno Schulenberg <vertaling@coevern.nl>\n"
"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
msgid "Run in verbose (debug) mode"
msgstr "In breedsprakige modus draaien (debug)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Fout: kan [%s] niet initialiseren\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Er is werk in uitvoering.\n"
"Weet u zeker dat u wilt afsluiten?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Kan hulpbestand niet openen"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Hulp"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Inhoudsopgave"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Over"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versie %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Fout: kan de webpagina niet tonen."
"U zult Grip opnieuw moeten instellen.\n"
"Uw oude configuratiebestand is opgeslagen met '-old' eraan toegevoegd."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "server is %s, poort %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Fout: kan configuratiebestand niet opslaan"
grip-4.2.0.tar.gz/po/pl.po -> grip-4.2.3.tar.gz/po/pl.po
Changed
msgstr ""
"Project-Id-Version: grip.old\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2005-03-10 11:22+0200\n"
"Last-Translator: Piotr Adamocha <piotr@adamocha.net>\n"
"Language-Team: Poland\n"
msgid "Run in verbose (debug) mode"
msgstr "Uruchom w trybie debugowania"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "B³±d: Nie mo¿na zainicjalizowaæ [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Program pracuje.\n"
"Czy na pewno chcesz zakoñczyæ?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "B³±d: Nie mo¿na stworzyæ pliku tymczasowego."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Pomoc"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Zawarto¶æ"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "O programie"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Wersja %s"
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "B³±d: Nie mo¿na zapisaæ pliku konfiguracyjnego"
"Twój stary plik konfiguracyjny zosta³ zapisany z do³±czeniem \"-old\" do "
"nazwy."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "serwer to %s, port %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "B³±d: Nie mo¿na zapisaæ pliku konfiguracyjnego"
grip-4.2.0.tar.gz/po/pt_BR.po -> grip-4.2.3.tar.gz/po/pt_BR.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-05 08:15-0300\n"
"Last-Translator: Rafael Fontenelle <rafaelff@gnome.org>\n"
"Language-Team: Brazilian Portuguese <ldpbr-translation@lists.sourceforge."
msgid "Run in verbose (debug) mode"
msgstr "Executa em modo detalhado (depuração)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Erro: Não foi possível inicializar [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Trabalho em progresso.\n"
"Realmente deseja sair?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Não foi possível abrir arquivo de ajuda"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Ajuda"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Índice"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Sobre"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Versão %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Erro: Tentativa de mostrar página inicial falhou."
"Você vai precisar reconfigurar o Grip.\n"
"A sua configuração antiga foi arquivada em ~/.grip-old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "servidor é %s, porta %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Erro: Não foi possível salvar o arquivo de configuração."
grip-4.2.0.tar.gz/po/ru.po -> grip-4.2.3.tar.gz/po/ru.po
Changed
msgstr ""
"Project-Id-Version: grip 3.6.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2018-09-28 11:00+0300\n"
"Last-Translator: Pavel Maryanov <acid@jack.kiev.ua>\n"
"Language-Team: Russian <gnu@d07.ru>\n"
msgid "Run in verbose (debug) mode"
msgstr "Запуск в режиме расширенной диагностики (отладочном режиме)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Ошибка: невозможно инициализировать [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Работа не завершена.\n"
"Действительно прервать?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "Ошибка: невозможно создать временный файл."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Помощь"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Содержание"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "О программе"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Версия %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Ошибка: не удалось показать домашнюю страницу."
"Вам нужно переконфигурировать Grip.\n"
"Ваш старый конфигурационный файл записан с добавлением -old."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "сервер %s, порт %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Ошибка: невозможно сохранить конфигурационный файл."
grip-4.2.0.tar.gz/po/sr.po -> grip-4.2.3.tar.gz/po/sr.po
Changed
msgstr ""
"Project-Id-Version: grip 4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-04-01 13:16+0200\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
msgid "Run in verbose (debug) mode"
msgstr "Ради у режиму опширности (прочишћавања)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Грип"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Грешка: Не могу да покренем [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Посао је у току.\n"
"Да угасим?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Не могу да отворим датотеку помоћи"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Помоћ"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Табела садржаја"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "О програму"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Издање %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Грешка: Покушај приказа матичне странице није успео."
"Треба поново да подесите Грип.\n"
"Ваша стара датотека подешавања је сачувана са придодатом опцијом „-old“."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "сервер је „%s“, порт %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Грешка: Не могу да сачувам датотеку подешавања."
grip-4.2.0.tar.gz/po/uk.po -> grip-4.2.3.tar.gz/po/uk.po
Changed
msgstr ""
"Project-Id-Version: grip-4.1.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2020-02-05 12:09+0200\n"
"Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
msgid "Run in verbose (debug) mode"
msgstr "Запустити у режимі докладних повідомлень (діагностика)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Помилка: не вдалося ініціалізувати [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Виконується завдання.\n"
"Справді хочете завершити роботу?"
-#: src/grip.c:380
+#: src/grip.c:381
msgid "Unable to open help file"
msgstr "Не вдалося відкрити файл довідки"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Довідка"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Зміст"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Про програму"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Версія %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Помилка: не вдалося показати домашню сторінку."
"Вам доведеться повторно налаштувати Grip.\n"
"Ваш старий файл налаштувань збережено із додаванням до назви «-old»."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "сервер %s, порт %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Помилка: не вдалося зберегти файл налаштувань."
grip-4.2.0.tar.gz/po/vi.po -> grip-4.2.3.tar.gz/po/vi.po
Changed
msgstr ""
"Project-Id-Version: grip 3.5.2\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2017-08-06 06:33+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
msgid "Run in verbose (debug) mode"
msgstr "Chạy trong chế độ chi tiết (gỡ lỗi)"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "Lỗi: Không thể khởi tạo [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"Công việc vẫn đang được xử lý.\n"
"Có thực sự muốn tắt không?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "Lỗi: Không thể tạo tập tin tạm thời."
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "Trợ giúp"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "Mục lục"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Giới thiệu"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "Phiên bản %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "Lỗi: Gặp lỗi khi cố hiển thị trang thông tin điện tử."
"Bạn sẽ cần cấu hình lại Grip.\n"
"Tập tin cấu hình cũ của bạn đã được ghi lại với -old treo thêm."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "máy phục vụ là %s, cổng %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "Lỗi: Không thể lưu lại tập tin cấu hình."
grip-4.2.0.tar.gz/po/zh_CN.po -> grip-4.2.3.tar.gz/po/zh_CN.po
Changed
msgstr ""
"Project-Id-Version: grip 4.0.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2019-10-05 15:44-0400\n"
"Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
"Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
msgid "Run in verbose (debug) mode"
msgstr "运行于除错模式"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "错误: 无法初始化 [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"正在工作中。\n"
"真的要关闭吗?"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
#| msgid "Error: Unable to create temporary file."
msgid "Unable to open help file"
msgstr "错误: 无法创建临时文件。"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "帮助"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "目录"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "关于"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr "版本 %s"
-#: src/grip.c:505
+#: src/grip.c:506
msgid "Error: Trying to show homepage failed."
msgstr "错误:尝试显示主页失败。"
"您可能需要重新配置 Grip。\n"
"旧的配置文件已经被附加 -old 作为文件名保存."
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "服务器是 %s, 端口 %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
msgid "Error: Unable to save config file."
msgstr "错误: 无法保存配置文件。"
grip-4.2.0.tar.gz/po/zh_HK.po -> grip-4.2.3.tar.gz/po/zh_HK.po
Changed
msgstr ""
"Project-Id-Version: grip 3.0.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2002-04-25 18:30+0800\n"
"Last-Translator: Anthony Fok <anthony@thizlinux.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
msgid "Run in verbose (debug) mode"
msgstr "¥H°£¿ù¼Ò¦¡°õ¦æ"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "¿ù»~: µLªkªì©l¤Æ [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"¥¿¦b¤u§@¤¤¡C\n"
"¯uªº•nÃö³¬¶Ü¡H"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "¿ù»~: µLªk«Ø¥ß¼È¦sÀÉ"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "»¡©ú"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "¥Ø¿ý"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Ãö©ó"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr ""
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "¿ù»~: µLªkÀx¦s³]©wÀÉ"
"±z¥i¯à»Ý•n•«·s³]©w Grip¡C\n"
"ªº³]©wÀɤw¸g³QÀx¦s¬° ~/.grip-old¡C"
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "¦øªA¾¹¬O %s¡A³s±µ°ð %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "¿ù»~: µLªkÀx¦s³]©wÀÉ"
grip-4.2.0.tar.gz/po/zh_TW.po -> grip-4.2.3.tar.gz/po/zh_TW.po
Changed
msgstr ""
"Project-Id-Version: grip 3.0.0\n"
"Report-Msgid-Bugs-To: https://sourceforge.net/p/grip/bugs/\n"
-"POT-Creation-Date: 2020-07-14 01:28+0200\n"
+"POT-Creation-Date: 2021-08-31 16:05+0200\n"
"PO-Revision-Date: 2002-04-25 18:30+0800\n"
"Last-Translator: Anthony Fok <anthony@thizlinux.com>\n"
"Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n"
msgid "Run in verbose (debug) mode"
msgstr "¥H°£¿ù¼Ò¦¡°õ¦æ"
-#: src/grip.c:187
+#: src/grip.c:188
msgid "Grip"
msgstr "Grip"
-#: src/grip.c:222
+#: src/grip.c:223
#, c-format
msgid "Error: Unable to initialize [%s]\n"
msgstr "¿ù»~: µLªkªì©l¤Æ [%s]\n"
-#: src/grip.c:325
+#: src/grip.c:326
msgid ""
"Work is in progress.\n"
"Really shut down?"
"¥¿¦b¤u§@¤¤¡C\n"
"¯uªº•nÃö³¬¶Ü¡H"
-#: src/grip.c:380
+#: src/grip.c:381
#, fuzzy
msgid "Unable to open help file"
msgstr "¿ù»~: µLªk«Ø¥ß¼È¦sÀÉ"
-#: src/grip.c:396
+#: src/grip.c:397
msgid "Help"
msgstr "»¡©ú"
-#: src/grip.c:401
+#: src/grip.c:402
msgid "Table Of Contents"
msgstr "¥Ø¿ý"
-#: src/grip.c:421
+#: src/grip.c:422
msgid "About"
msgstr "Ãö©ó"
-#: src/grip.c:436
+#: src/grip.c:437
#, c-format
msgid "Version %s"
msgstr ""
-#: src/grip.c:505
+#: src/grip.c:506
#, fuzzy
msgid "Error: Trying to show homepage failed."
msgstr "¿ù»~: µLªkÀx¦s³]©wÀÉ"
"±z¥i¯à»Ý•n•«·s³]©w Grip¡C\n"
"ªº³]©wÀɤw¸g³QÀx¦s¬° ~/.grip-old¡C"
-#: src/grip.c:868
+#: src/grip.c:879
#, c-format
msgid "server is %s, port %d\n"
msgstr "¦øªA¾¹¬O %s¡A³s±µ°ð %d\n"
-#: src/grip.c:891
+#: src/grip.c:898
#, fuzzy
msgid "Error: Unable to save config file."
msgstr "¿ù»~: µLªkÀx¦s³]©wÀÉ"
grip-4.2.0.tar.gz/src/grip.c -> grip-4.2.3.tar.gz/src/grip.c
Changed
static void Homepage(GtkWidget *widget,gpointer data);
static void LoadImages(GripGUI *uinfo);
static void DoLoadConfig(GripInfo *ginfo);
+void LoadProxyConfig(GripInfo *ginfo, char* proxy_env);
void DoSaveConfig(GripInfo *ginfo);
#define BASE_CFG_ENTRIES \
gtk_box_pack_start(GTK_BOX(vbox2),label,FALSE,FALSE,0);
gtk_widget_show(label);
- label=gtk_label_new("Copyright\n1998-2005, Mike Oliphant\n2016-2020, Johnny A. Solbu");
+ label=gtk_label_new("Copyright\n1998-2005, Mike Oliphant\n2016-2021, Johnny A. Solbu");
gtk_widget_set_style(label,uinfo->style_wb);
gtk_box_pack_start(GTK_BOX(vbox2),label,FALSE,FALSE,0);
gtk_widget_show(label);
GripGUI *uinfo=&(ginfo->gui_info);
char filename[512];
char renamefile[520];
- char *proxy_env, *tok;
char outputdir[256];
int confret;
CFGEntry cfg_entries[]={
}
if(ginfo->use_proxy_env) { /* Get proxy info from "http_proxy" */
- proxy_env = g_strdup (g_getenv ("http_proxy"));
-
+ char * const proxy_env = g_strdup (g_getenv ("http_proxy"));
if(proxy_env) {
- /* Skip the "http://" if it's present */
+ LoadProxyConfig(ginfo, proxy_env);
+ }
+ g_free (proxy_env);
+ }
+}
- if(!strncasecmp(proxy_env,"http://",7)) proxy_env+=7;
+/** Extract proxy server name and port from proxy_env and update ginfo */
+void LoadProxyConfig(GripInfo * const ginfo, char* proxy_env)
+{
+ g_assert(ginfo);
+ g_assert(proxy_env);
- tok=strtok(proxy_env,":");
- if(tok) strncpy(ginfo->proxy_server.name,tok,255);
+ /* Skip the "http://" if it's present */
+ const char* SCHEME_PFX = "http://";
+ if(!strncasecmp(proxy_env, SCHEME_PFX, strlen(SCHEME_PFX))) proxy_env += strlen(SCHEME_PFX);
- /* Make sure ginfo->proxy_server.name is terminated correctly. */
- ginfo->proxy_server.name[255] = 0;
+ char *tok=strtok(proxy_env,":");
+ if(tok) strncpy(ginfo->proxy_server.name,tok,255);
- tok=strtok(NULL,"/");
- if(tok) ginfo->proxy_server.port=atoi(tok);
+ /* Make sure ginfo->proxy_server.name is terminated correctly. */
+ ginfo->proxy_server.name[255] = 0;
- Debug(_("server is %s, port %d\n"), ginfo->proxy_server.name,
- ginfo->proxy_server.port);
+ tok=strtok(NULL,"/");
+ if(tok) ginfo->proxy_server.port=atoi(tok);
- g_free (proxy_env);
- }
- }
+ Debug(_("server is %s, port %d\n"), ginfo->proxy_server.name,
+ ginfo->proxy_server.port);
}
void DoSaveConfig(GripInfo *ginfo)
grip-4.2.0.tar.gz/src/rip.c -> grip-4.2.3.tar.gz/src/rip.c
Changed
{
FILE *fp;
EncodeTrack enc_track;
- char testchar;
+ int testchar;
GString *str;
if (!ginfo->have_disc)
No build results available
No rpmlint results available
Request History
Kieltux created request over 3 years ago
- Update to version 4.2.3
* Patch from Christian Weisgerber: Store fgetc() return value in
int for comparison with EOF
* Translation updates: Italian
- Update to version 4.2.2
* Patch from D. J. Slattery: fix crash on startup due to
invalid pointer
- Update to version 4.2.1
* Translation updates: Italian
* Update documentation, IRC moving from Freenode to Libera
enzokiel accepted request over 3 years ago