2 Commits

Author SHA1 Message Date
Mario Fetka 1ec17f758e Harden translated output formatting 2026-07-14 17:56:23 +02:00
Mario Fetka da5195c6bf Release ProZilla 2.2.0 with translated status output 2026-07-14 17:13:57 +02:00
14 changed files with 1427 additions and 750 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20) cmake_minimum_required(VERSION 3.20)
project(prozilla VERSION 2.1.0 LANGUAGES C CXX) project(prozilla VERSION 2.2.1 LANGUAGES C CXX)
include(GNUInstallDirs) include(GNUInstallDirs)
include(CheckIncludeFile) include(CheckIncludeFile)
+19 -5
View File
@@ -1,7 +1,21 @@
file(GLOB translation_catalogs CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/*.gmo") find_program(MSGFMT_EXECUTABLE msgfmt)
foreach(catalog IN LISTS translation_catalogs) file(GLOB translation_sources CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/*.po")
get_filename_component(language "${catalog}" NAME_WE)
install(FILES "${catalog}" if(MSGFMT_EXECUTABLE)
foreach(source IN LISTS translation_sources)
get_filename_component(language "${source}" NAME_WE)
set(catalog "${CMAKE_CURRENT_BINARY_DIR}/${language}.mo")
add_custom_command(
OUTPUT "${catalog}"
COMMAND "${MSGFMT_EXECUTABLE}" -o "${catalog}" "${source}"
DEPENDS "${source}"
VERBATIM)
list(APPEND translation_catalogs "${catalog}")
install(FILES "${catalog}"
DESTINATION "${CMAKE_INSTALL_LOCALEDIR}/${language}/LC_MESSAGES" DESTINATION "${CMAKE_INSTALL_LOCALEDIR}/${language}/LC_MESSAGES"
RENAME prozilla.mo) RENAME prozilla.mo)
endforeach() endforeach()
add_custom_target(prozilla-translations ALL DEPENDS ${translation_catalogs})
else()
message(WARNING "msgfmt was not found; translations will not be built")
endif()
+152 -58
View File
@@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: prozilla 2.0.5\n" "Project-Id-Version: prozilla 2.0.5\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2010-09-01 19:02+0100\n" "PO-Revision-Date: 2010-09-01 19:02+0100\n"
"Last-Translator: Mario Fetka <mario.fetka@gmail.com>\n" "Last-Translator: Mario Fetka <mario.fetka@gmail.com>\n"
"Language-Team: none\n" "Language-Team: none\n"
@@ -20,7 +20,135 @@ msgstr ""
"X-Poedit-Country: AUSTRIA\n" "X-Poedit-Country: AUSTRIA\n"
"X-Poedit-SourceCharset: utf-8\n" "X-Poedit-SourceCharset: utf-8\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr "Verbindung Server Status Empfangen"
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
#: src/interface.c:317
#, fuzzy, c-format
msgid "File Size = %jdK"
msgstr "Datei Größe = %lldK"
#: src/interface.c:320
msgid "File Size = UNKNOWN"
msgstr "Datei Größe = Unbekannt"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Gesamt Bytes empfangen %lld Kb (%.2f%%)"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
"Aktuelle Geschwindigkeit = %1.2f Kb/s, Durchschnittliche D/L Geschwindigkeit "
"= %1.2f Kb/s"
#: src/interface.c:336
#, c-format
msgid "Time Remaining %d Seconds"
msgstr "Verbleibende Zeit: %d Sekunden"
#: src/interface.c:338
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "Verbleibende Zeit: %d Minuten %d Sekunden"
#: src/interface.c:341
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "Verbleibende Zeit: %d Stunden %d Minuten"
#: src/interface.c:350
msgid "Resume Supported"
msgstr "Wiederaufnehmen Unterstützte"
#: src/interface.c:352
msgid "Resume NOT Supported"
msgstr "Wiederaufnehmen NICHT unterstützt"
#: src/download_win.cpp:154
msgid "Creating the thread that gets info about file..\n"
msgstr "Thread zum Abrufen der Dateiinformationen wird gestartet..\n"
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
#, fuzzy
msgid "RESUME NOT supported\n"
msgstr "Wiederaufnehmen NICHT unterstützt"
#: src/download_win.cpp:364
#, fuzzy, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr "Datei Größe = %lldK"
#: src/download_win.cpp:369
#, fuzzy
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr "Datei Größe = Unbekannt"
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "Die Dateigröße liegt unter dem Minimum; FTP-Suche wird übersprungen"
#: src/download_win.cpp:413
#, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "Die URL %s existiert nicht!\n"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Ein Fehler ist aufgetreten: %s \n"
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "Keine geeigneten Spiegelserver gefunden; Download vom ursprünglichen Server\n"
#: src/download_win.cpp:503
msgid "Got DL succesfully, now renaming file\n"
msgstr "Download erfolgreich abgeschlossen; Datei wird nun umbenannt\n"
#: src/download_win.cpp:506
#, c-format
msgid "Renaming file %s .....\n"
msgstr "Datei %s wird umbenannt .....\n"
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Bei der Verbindung des Downloads %s ist ein nicht behebbarer "
"Verbindungsfehler aufgetreten. In der Regel bedäutet dies das die Datei auf "
"dem Remote-Server nicht vorhanden ist. Der Download musste abgeprochen "
"werden!\n"
#: src/download_win.cpp:534
#, c-format #, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
@@ -32,6 +160,22 @@ msgstr ""
"dem Remote-Server nicht vorhanden ist. Der Download musste abgeprochen " "dem Remote-Server nicht vorhanden ist. Der Download musste abgeprochen "
"werden!\n" "werden!\n"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Alles erledigt.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Spiegelserverinformationen erhalten, %d Server gefunden\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "Konnte das Verzeichnis für die Log-Datei nicht erstellen" msgstr "Konnte das Verzeichnis für die Log-Datei nicht erstellen"
@@ -170,8 +314,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Die Server sind verfügbar Server sind (0) filesearching.com und (1) " "Die Server sind verfügbar Server sind (0) filesearching.com und (1) "
@@ -188,60 +332,10 @@ msgstr "Fehler: Ungültige Option\n"
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s scheint keine gültige URL sein" msgstr "%s scheint keine gültige URL sein"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Start....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "Die Präferenzen-Datei konnte zum lesen nicht geöffnet werden." msgstr "Die Präferenzen-Datei konnte zum lesen nicht geöffnet werden."
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr "Verbindung Server Status Empfangen"
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
#: src/interface.c:325
#, c-format
msgid "File Size = %lldK"
msgstr "Datei Größe = %lldK"
#: src/interface.c:327
msgid "File Size = UNKNOWN"
msgstr "Datei Größe = Unbekannt"
#: src/interface.c:329
#, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Gesamt Bytes empfangen %lld Kb (%.2f%%)"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
"Aktuelle Geschwindigkeit = %1.2f Kb/s, Durchschnittliche D/L Geschwindigkeit "
"= %1.2f Kb/s"
#: src/interface.c:343
#, c-format
msgid "Time Remaining %d Seconds"
msgstr "Verbleibende Zeit: %d Sekunden"
#: src/interface.c:345
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "Verbleibende Zeit: %d Minuten %d Sekunden"
#: src/interface.c:348
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "Verbleibende Zeit: %d Stunden %d Minuten"
#: src/interface.c:357
msgid "Resume Supported"
msgstr "Wiederaufnehmen Unterstützte"
#: src/interface.c:359
msgid "Resume NOT Supported"
msgstr "Wiederaufnehmen NICHT unterstützt"
+172 -81
View File
@@ -1,4 +1,4 @@
# translation of proz.po to Español # translation of proz.po to Español
# Copyright (C) 2006 # Copyright (C) 2006
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# #
@@ -7,39 +7,178 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: proz\n" "Project-Id-Version: proz\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2006-01-14 21:09-0300\n" "PO-Revision-Date: 2006-01-14 21:09-0300\n"
"Last-Translator: Luciano Bello <luciano@linux.org.ar>\n" "Last-Translator: Luciano Bello <luciano@linux.org.ar>\n"
"Language-Team: Españoñ <es@li.org>\n" "Language-Team: Españoñ <es@li.org>\n"
"Language: es\n" "Language: es\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.1\n" "X-Generator: KBabel 1.11.1\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, c-format
msgid "File Size = %jdK"
msgstr "Tamaño del archivo = %jdK"
#: src/interface.c:320
msgid "File Size = UNKNOWN"
msgstr "Tamaño del archivo = DESCONOCIDO"
#: src/interface.c:322
#, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr ""
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, c-format
msgid "Time Remaining %d Seconds"
msgstr ""
#: src/interface.c:338
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr ""
#: src/interface.c:341
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr ""
#: src/interface.c:350
msgid "Resume Supported"
msgstr ""
#: src/interface.c:352
msgid "Resume NOT Supported"
msgstr ""
#: src/download_win.cpp:154
msgid "Creating the thread that gets info about file..\n"
msgstr "Creando el hilo que obtiene información del archivo..\n"
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
msgid "RESUME NOT supported\n"
msgstr "REANUDACIÓN NO admitida\n"
#: src/download_win.cpp:364
#, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr ""
#: src/download_win.cpp:369
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr ""
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "El archivo es menor que el mínimo; se omite la búsqueda FTP"
#: src/download_win.cpp:413
#, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "¡La URL %s no existe!\n"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Se produjo un error: %s \n"
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "No se encontraron réplicas adecuadas; descargando del servidor original\n"
#: src/download_win.cpp:503
msgid "Got DL succesfully, now renaming file\n"
msgstr "Descarga completada; cambiando el nombre del archivo\n"
#: src/download_win.cpp:506
#, c-format
msgid "Renaming file %s .....\n"
msgstr "Cambiando el nombre del archivo %s .....\n"
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Alguna de las conexiones para la descarga de %s dió un error irrecuperable,tí­"
"picamente es porque el archivo no está presente en el servidor remoto, por "
"lo que la descarga será abortada!\n"
#: src/download_win.cpp:534
#, c-format #, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the " "usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
"Alguna de las conexiones para la descarga de %s dió un error irrecuperable,tí­" "Alguna de las conexiones para la descarga de %s dió un error irrecuperable,tí­"
"picamente es porque el archivo no está presente en el servidor remoto, por " "picamente es porque el archivo no está presente en el servidor remoto, por "
"lo que la descarga será abortada!\n" "lo que la descarga será abortada!\n"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Todo terminado.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Información de réplicas recibida, %d servidor(es) encontrado(s)\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "imposible crear el directorio para guardar la configuración" msgstr "imposible crear el directorio para guardar la configuración"
#: src/init.cpp:88 #: src/init.cpp:88
msgid "Error while stating the config info directory" msgid "Error while stating the config info directory"
msgstr "Error mientras se define el directorio de configuración" msgstr "Error mientras se define el directorio de configuración"
#: src/main.cpp:182 #: src/main.cpp:182
#, c-format #, c-format
msgid "%s. Version: %s\n" msgid "%s. Version: %s\n"
msgstr "%s. Versión: %s\n" msgstr "%s. Versión: %s\n"
#: src/main.cpp:260 #: src/main.cpp:260
#, c-format #, c-format
@@ -47,7 +186,7 @@ msgid ""
"Error: Invalid arguments for the -k option\n" "Error: Invalid arguments for the -k option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argmentos no válidos para la opción -k\n" "Error: Argmentos no válidos para la opción -k\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:266 #: src/main.cpp:266
@@ -56,7 +195,7 @@ msgid ""
"Hey! How can I download anything with 0 (Zero) connections!?\n" "Hey! How can I download anything with 0 (Zero) connections!?\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"¡Hey! ¿¡Cómo haré para bajar algo con 0 (Cero) conexiones!?\n" "¡Hey! ¿¡Cómo haré para bajar algo con 0 (Cero) conexiones!?\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:278 #: src/main.cpp:278
@@ -65,7 +204,7 @@ msgid ""
"Error: Invalid arguments for the -t or --tries option(s)\n" "Error: Invalid arguments for the -t or --tries option(s)\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción -t o --tries\n" "Error: Argumentos no válidos para la opción -t o --tries\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:338 #: src/main.cpp:338
@@ -74,7 +213,7 @@ msgid ""
"Error: Invalid arguments for the --retry-delay option\n" "Error: Invalid arguments for the --retry-delay option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --retry-delay\n" "Error: Argumentos no válidos para la opción --retry-delay\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:350 #: src/main.cpp:350
@@ -83,7 +222,7 @@ msgid ""
"Error: Invalid arguments for the --timeout option\n" "Error: Invalid arguments for the --timeout option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --timeout\n" "Error: Argumentos no válidos para la opción --timeout\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:388 #: src/main.cpp:388
@@ -92,7 +231,7 @@ msgid ""
"Error: Invalid arguments for the --pt option\n" "Error: Invalid arguments for the --pt option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --pt\n" "Error: Argumentos no válidos para la opción --pt\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:394 #: src/main.cpp:394
@@ -102,7 +241,7 @@ msgid ""
"to you!?\n" "to you!?\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"¡Hey! ¿¡Tiene sentido esperar que el servidor responda en 0(Cero) " "¡Hey! ¿¡Tiene sentido esperar que el servidor responda en 0(Cero) "
"segundos!?\n" "segundos!?\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
@@ -112,7 +251,7 @@ msgid ""
"Error: Invalid arguments for the --pao option\n" "Error: Invalid arguments for the --pao option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --pao\n" "Error: Argumentos no válidos para la opción --pao\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:413 #: src/main.cpp:413
@@ -121,7 +260,7 @@ msgid ""
"Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n" "Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"¡Hey! Tiene sentido alguno enviar un ping a cero (0) servidores!?\n" "¡Hey! Tiene sentido alguno enviar un ping a cero (0) servidores!?\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:432 #: src/main.cpp:432
@@ -138,7 +277,7 @@ msgid ""
"Error: Invalid arguments for the --max-bps option\n" "Error: Invalid arguments for the --max-bps option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --max-bps\n" "Error: Argumentos no válidos para la opción --max-bps\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:461 #: src/main.cpp:461
@@ -147,7 +286,7 @@ msgid ""
"Error: Invalid arguments for the --min-size option\n" "Error: Invalid arguments for the --min-size option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --min-size\n" "Error: Argumentos no válidos para la opción --min-size\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:474 #: src/main.cpp:474
@@ -156,82 +295,34 @@ msgid ""
"Error: Invalid arguments for the --ftpsid option\n" "Error: Invalid arguments for the --ftpsid option\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Error: Argumentos no válidos para la opción --ftpsid\n" "Error: Argumentos no válidos para la opción --ftpsid\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
"Los servidores disponibles son (0) filesearching.com y (1) ftpsearch.elmundo." "Los servidores disponibles son (0) filesearching.com y (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Por favor, escriba proz --help para ver la ayuda\n" "Por favor, escriba proz --help para ver la ayuda\n"
#: src/main.cpp:489 #: src/main.cpp:489
#, c-format #, c-format
msgid "Error: Invalid option\n" msgid "Error: Invalid option\n"
msgstr "Error: Opción Inválida\n" msgstr "Error: Opción Inválida\n"
#: src/main.cpp:526 #: src/main.cpp:526
#, c-format #, c-format
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s no parece ser una URL válida" msgstr "%s no parece ser una URL válida"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Iniciando....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "imposible abrir el archivo de preferencias para la lectura" msgstr "imposible abrir el archivo de preferencias para la lectura"
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, c-format
msgid "File Size = %lldK"
msgstr ""
#: src/interface.c:327
msgid "File Size = UNKNOWN"
msgstr ""
#: src/interface.c:329
#, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr ""
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, c-format
msgid "Time Remaining %d Seconds"
msgstr ""
#: src/interface.c:345
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr ""
#: src/interface.c:348
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr ""
#: src/interface.c:357
msgid "Resume Supported"
msgstr ""
#: src/interface.c:359
msgid "Resume NOT Supported"
msgstr ""
+199 -129
View File
@@ -7,26 +7,173 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: prozgui 2.0.4\n" "Project-Id-Version: prozgui 2.0.4\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2001-12-03 15:43+0100\n" "PO-Revision-Date: 2001-12-03 15:43+0100\n"
"Last-Translator: Eric Lassauge <lassauge@mail.dotcom.fr>\n" "Last-Translator: Eric Lassauge <lassauge@mail.dotcom.fr>\n"
"Language-Team: Gozer le maudit <gozer@mailclub.net>\n" "Language-Team: Gozer le maudit <gozer@mailclub.net>\n"
"Language: fr\n" "Language: fr\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, fuzzy, c-format
msgid "File Size = %jdK"
msgstr "Taille du fichier: = %ld Ko"
#: src/interface.c:320
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Taille du fichier INCONNUE"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Total des octets recus %ld Ko"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d minutes %d secondes"
#: src/interface.c:338
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d minutes %d secondes"
#: src/interface.c:341
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d heures %d minutes"
#: src/interface.c:350
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUATION possible"
#: src/interface.c:352
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUATION impossible"
#: src/download_win.cpp:154
#, fuzzy
msgid "Creating the thread that gets info about file..\n"
msgstr "Création du \"thread\" qui récupère les informations sur le fichier..."
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
#, fuzzy
msgid "RESUME NOT supported\n"
msgstr "CONTINUATION impossible"
#: src/download_win.cpp:364
#, fuzzy, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr "Taille du fichier: = %ld Ko"
#: src/download_win.cpp:369
#, fuzzy
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr "Taille du fichier INCONNUE"
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "Le fichier est inférieur au minimum ; recherche FTP ignorée"
#: src/download_win.cpp:413
#, fuzzy, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "L'URL %s n'existe pas!"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Une erreur s'est produite : %s \n"
#: src/download_win.cpp:443
#, fuzzy
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "Pas de site miroir trouvé, téléchargement depuis le site d'origine"
#: src/download_win.cpp:503
#, fuzzy
msgid "Got DL succesfully, now renaming file\n"
msgstr "Téléchargement réussi, reconstruction du fichier"
#: src/download_win.cpp:506
#, fuzzy, c-format
msgid "Renaming file %s .....\n"
msgstr "Reconstruction du fichier %s ....."
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Une connexion du téléchargement %s a eu une erreur fatale, à priori manquede "
"place disque, ou écriture sur un support en erreur, ou une problème avecles "
"permissions de fichier, corriger ce problème avant de recommencer"
#: src/download_win.cpp:534
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the " "usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
"Une connexion du téléchargement %s a eu une erreur fatale, à priorile " "Une connexion du téléchargement %s a eu une erreur fatale, à priorile "
"fichier n'est pas présent sur le serveur distant, le téléchargement a duêtre " "fichier n'est pas présent sur le serveur distant, le téléchargement a duêtre "
"interrompu!" "interrompu!"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Terminé.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Informations reçues, %d serveur(s) miroir(s) trouvé(s)\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "" msgstr ""
@@ -136,8 +283,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
@@ -151,99 +298,48 @@ msgstr "Erreur: option invalide\n"
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s n'est pas une URL valide" msgstr "%s n'est pas une URL valide"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Démarrage....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, fuzzy, c-format
msgid "File Size = %lldK"
msgstr "Taille du fichier: = %ld Ko"
#: src/interface.c:327
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Taille du fichier INCONNUE"
#: src/interface.c:329
#, fuzzy, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Total des octets recus %ld Ko"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d minutes %d secondes"
#: src/interface.c:345
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d minutes %d secondes"
#: src/interface.c:348
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d heures %d minutes"
#: src/interface.c:357
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUATION possible"
#: src/interface.c:359
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUATION impossible"
#~ msgid "Prozilla Preferences Panel" #~ msgid "Prozilla Preferences Panel"
#~ msgstr "Configuration des préférences de Prozilla" #~ msgstr "Configuration des préférences de Prozilla"
#~ msgid "General" #~ msgid "General"
#~ msgstr "Général" #~ msgstr "Général"
#~ msgid "Number of Threads:" #~ msgid "Number of Threads:"
#~ msgstr "Nombre de \"Threads\":" #~ msgstr "Nombre de \"Threads\":"
#~ msgid "Use PASV for FTP transfers (recommended)" #~ msgid "Use PASV for FTP transfers (recommended)"
#~ msgstr "Utiliser PASV pour les transferts FTP (recommandé)" #~ msgstr "Utiliser PASV pour les transferts FTP (recommandé)"
#~ msgid "" #~ msgid ""
#~ "Ask the HTTP proxies not to cache requests between sessions (default is " #~ "Ask the HTTP proxies not to cache requests between sessions (default is "
#~ "off)" #~ "off)"
#~ msgstr "" #~ msgstr ""
#~ "Demander aux proxies HTTP de ne pas faire de cache pour les requêtes " #~ "Demander aux proxies HTTP de ne pas faire de cache pour les requêtes "
#~ "entre les sessions (pas fait par défaut)" #~ "entre les sessions (pas fait par défaut)"
#~ msgid "Retry Delay (Sec):" #~ msgid "Retry Delay (Sec):"
#~ msgstr "Délai entre les tentatives (sec):" #~ msgstr "Délai entre les tentatives (sec):"
#~ msgid "Timeout Period (Sec):" #~ msgid "Timeout Period (Sec):"
#~ msgstr "Durée de hors-temps (sec):" #~ msgstr "Durée de hors-temps (sec):"
#~ msgid "Directory to download the files:" #~ msgid "Directory to download the files:"
#~ msgstr "Répertoire où télécharger les fichiers:" #~ msgstr "Répertoire où télécharger les fichiers:"
#~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):" #~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):"
#~ msgstr "" #~ msgstr ""
#~ "Limiter la bande passante par téléchargement à (Kps) (0 = illimité):" #~ "Limiter la bande passante par téléchargement à (Kps) (0 = illimité):"
#~ msgid "Hostname:" #~ msgid "Hostname:"
#~ msgstr "Nom d'hôte:" #~ msgstr "Nom d'hôte:"
#~ msgid "HTTP Proxy:" #~ msgid "HTTP Proxy:"
#~ msgstr "Proxy HTTP:" #~ msgstr "Proxy HTTP:"
@@ -267,7 +363,7 @@ msgstr "CONTINUATION impossible"
#~ msgstr "Utiliser un proxy FTP" #~ msgstr "Utiliser un proxy FTP"
#~ msgid "Direct Connection to the Internet" #~ msgid "Direct Connection to the Internet"
#~ msgstr "Connexion directe à Internet" #~ msgstr "Connexion directe à Internet"
#~ msgid "Use proxies" #~ msgid "Use proxies"
#~ msgstr "Utiliser des proxies" #~ msgstr "Utiliser des proxies"
@@ -276,31 +372,31 @@ msgstr "CONTINUATION impossible"
#~ msgstr "Recherche FTP" #~ msgstr "Recherche FTP"
#~ msgid "Number of mirrors to request:" #~ msgid "Number of mirrors to request:"
#~ msgstr "Nombre de sites miroirs à interroger:" #~ msgstr "Nombre de sites miroirs à interroger:"
#~ msgid "Ping Timeout (Sec):" #~ msgid "Ping Timeout (Sec):"
#~ msgstr "Hors temps pour ping (Sec):" #~ msgstr "Hors temps pour ping (Sec):"
#~ msgid "Number of mirrors to ping at once:" #~ msgid "Number of mirrors to ping at once:"
#~ msgstr "Nombre de sites miroirs à contacter (ping) à la fois:" #~ msgstr "Nombre de sites miroirs à contacter (ping) à la fois:"
#~ msgid "Do FTPSearch automatically" #~ msgid "Do FTPSearch automatically"
#~ msgstr "Faire les recherches FTP automatiquement" #~ msgstr "Faire les recherches FTP automatiquement"
#~ msgid "FTPSearch Server to use:" #~ msgid "FTPSearch Server to use:"
#~ msgstr "Serveur de recherche FTP à utiliser:" #~ msgstr "Serveur de recherche FTP à utiliser:"
#~ msgid "Cancel" #~ msgid "Cancel"
#~ msgstr "Annuler" #~ msgstr "Annuler"
#~ msgid "Prozilla Download Accelerator 2.0.4" #~ msgid "Prozilla Download Accelerator 2.0.4"
#~ msgstr "Accélérateur de téléchargement Prozilla 2.0.4" #~ msgstr "Accélérateur de téléchargement Prozilla 2.0.4"
#~ msgid "GUI Version 2.0.4" #~ msgid "GUI Version 2.0.4"
#~ msgstr "IHM Version 2.0.4" #~ msgstr "IHM Version 2.0.4"
#~ msgid "Credits" #~ msgid "Credits"
#~ msgstr "Crédits" #~ msgstr "Crédits"
#~ msgid "Kalum Somaratna - Main Programming" #~ msgid "Kalum Somaratna - Main Programming"
#~ msgstr "Kalum Somaratna - Programmeur principal" #~ msgstr "Kalum Somaratna - Programmeur principal"
@@ -322,18 +418,18 @@ msgstr "CONTINUATION impossible"
#~ "If you have contributed and arent listed, I apologise and please mail me " #~ "If you have contributed and arent listed, I apologise and please mail me "
#~ "<kalum@genesys.ro> and I will correct it" #~ "<kalum@genesys.ro> and I will correct it"
#~ msgstr "" #~ msgstr ""
#~ "Si vous avez contribué et n'êtes pas listé, milles excuses et envoyez un " #~ "Si vous avez contribué et n'êtes pas listé, milles excuses et envoyez un "
#~ "mel à<kalum@genesys.ro> et je corrigerais ça." #~ "mel à<kalum@genesys.ro> et je corrigerais ça."
#~ msgid "" #~ msgid ""
#~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and " #~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and "
#~ "system resources at genesys.ro, testing" #~ "system resources at genesys.ro, testing"
#~ msgstr "" #~ msgstr ""
#~ "Silviu Marin-Caea - (notre administrateur système) Dons de bande " #~ "Silviu Marin-Caea - (notre administrateur système) Dons de bande "
#~ "passanteet de ressources système chez genesys.ro, tests" #~ "passanteet de ressources système chez genesys.ro, tests"
#~ msgid "Pablo Iranzo Gómez - testing" #~ msgid "Pablo Iranzo Gómez - testing"
#~ msgstr "Pablo Iranzo Gómez - tests" #~ msgstr "Pablo Iranzo Gómez - tests"
#~ msgid "Krogg - The cool Prozilla logo" #~ msgid "Krogg - The cool Prozilla logo"
#~ msgstr "Krogg - Le logo Prozilla" #~ msgstr "Krogg - Le logo Prozilla"
@@ -363,7 +459,7 @@ msgstr "CONTINUATION impossible"
#~ msgstr "Alberto Zanoni - Traduction en italien" #~ msgstr "Alberto Zanoni - Traduction en italien"
#~ msgid "Eric Lassauge - French Translation" #~ msgid "Eric Lassauge - French Translation"
#~ msgstr "Eric Lassauge - Traduction en français" #~ msgstr "Eric Lassauge - Traduction en français"
#~ msgid "Webpage - http://prozilla.disconnected-by-peer.at/" #~ msgid "Webpage - http://prozilla.disconnected-by-peer.at/"
#~ msgstr "Site web - http://prozilla.disconnected-by-peer.at/" #~ msgstr "Site web - http://prozilla.disconnected-by-peer.at/"
@@ -376,7 +472,7 @@ msgstr "CONTINUATION impossible"
#~ "Entrez l'URL (CTRL+V ou clic milieu pour copier depuis le presse-papier)" #~ "Entrez l'URL (CTRL+V ou clic milieu pour copier depuis le presse-papier)"
#~ msgid "FTPSearch for mirrors (Experimental)" #~ msgid "FTPSearch for mirrors (Experimental)"
#~ msgstr "Recherches FTP pour les sites miroirs (expérimental)" #~ msgstr "Recherches FTP pour les sites miroirs (expérimental)"
#~ msgid "Abort, Resume Later" #~ msgid "Abort, Resume Later"
#~ msgstr "Interrompre, continuer + tard" #~ msgstr "Interrompre, continuer + tard"
@@ -385,10 +481,10 @@ msgstr "CONTINUATION impossible"
#~ msgstr "Interrompre, pas de continuation + tard" #~ msgstr "Interrompre, pas de continuation + tard"
#~ msgid "Estimated Time Left" #~ msgid "Estimated Time Left"
#~ msgstr "Temps restant estimé" #~ msgstr "Temps restant estimé"
#~ msgid "Creating file.............." #~ msgid "Creating file.............."
#~ msgstr "Création du fichier.............." #~ msgstr "Création du fichier.............."
#~ msgid "Yes" #~ msgid "Yes"
#~ msgstr "Oui" #~ msgstr "Oui"
@@ -399,43 +495,39 @@ msgstr "CONTINUATION impossible"
#~ msgid "Are you Sure You want to quit?" #~ msgid "Are you Sure You want to quit?"
#~ msgstr "Voulez-vous vraiment quitter?" #~ msgstr "Voulez-vous vraiment quitter?"
#~ msgid "Creating the thread that gets info about file.."
#~ msgstr ""
#~ "Création du \"thread\" qui récupère les informations sur le fichier..."
#~ msgid "I am unable to delete the target file!" #~ msgid "I am unable to delete the target file!"
#~ msgstr "Impossible de détruire le fichier cible!" #~ msgstr "Impossible de détruire le fichier cible!"
#~ msgid "" #~ msgid ""
#~ "A error occured while processing the logfile! Assuming default number of " #~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections" #~ "connections"
#~ msgstr "" #~ msgstr ""
#~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede " #~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede "
#~ "connections par défaut" #~ "connections par défaut"
#~ msgid "" #~ msgid ""
#~ "The previous download used a different number of connections than the " #~ "The previous download used a different number of connections than the "
#~ "default! so I will use the previous number of threads" #~ "default! so I will use the previous number of threads"
#~ msgstr "" #~ msgstr ""
#~ "Le téléchargement précédent utilisait un nombre de connections " #~ "Le téléchargement précédent utilisait un nombre de connections "
#~ "différentde la valeur par défaut! Utilisation du nombre de \"threads\" " #~ "différentde la valeur par défaut! Utilisation du nombre de \"threads\" "
#~ "précédent" #~ "précédent"
#~ msgid "" #~ msgid ""
#~ "A error occured while processing the logfile! Assuming default number of " #~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections to delete" #~ "connections to delete"
#~ msgstr "" #~ msgstr ""
#~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede " #~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede "
#~ "connections par défaut à détuire" #~ "connections par défaut à détuire"
#~ msgid "The target file %s exists, would you like to overwrite it?" #~ msgid "The target file %s exists, would you like to overwrite it?"
#~ msgstr "Le fichier cible %s existe, voulez-vous l'écraser?" #~ msgstr "Le fichier cible %s existe, voulez-vous l'écraser?"
#~ msgid "" #~ msgid ""
#~ "Previous download of %s exists, would you like to resume it or overwrite " #~ "Previous download of %s exists, would you like to resume it or overwrite "
#~ "it?" #~ "it?"
#~ msgstr "" #~ msgstr ""
#~ "Un téléchargement précédent de %s existe, voulez-vous l'écraser ou " #~ "Un téléchargement précédent de %s existe, voulez-vous l'écraser ou "
#~ "continuer?" #~ "continuer?"
#~ msgid "Resume" #~ msgid "Resume"
@@ -454,13 +546,7 @@ msgstr "CONTINUATION impossible"
#~ msgstr "Fin du \"thread\"" #~ msgstr "Fin du \"thread\""
#~ msgid "Got info succesfully" #~ msgid "Got info succesfully"
#~ msgstr "Récupération réussie des informations" #~ msgstr "Récupération réussie des informations"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "L'URL %s n'existe pas!"
#~ msgid "No suitable mirrors were found, downloading from original server"
#~ msgstr "Pas de site miroir trouvé, téléchargement depuis le site d'origine"
#~ msgid "Average Speed = %.3f Kb/sec" #~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Vitesse moyenne = %.3f Ko/sec" #~ msgstr "Vitesse moyenne = %.3f Ko/sec"
@@ -471,37 +557,21 @@ msgstr "CONTINUATION impossible"
#~ msgid "Waiting till all threads terminate" #~ msgid "Waiting till all threads terminate"
#~ msgstr "Attente de la fin de tous les \"threads\"" #~ msgstr "Attente de la fin de tous les \"threads\""
#~ msgid "Got DL succesfully, now building file"
#~ msgstr "Téléchargement réussi, reconstruction du fichier"
#~ msgid "Building file %s ....."
#~ msgstr "Reconstruction du fichier %s ....."
#~ msgid "" #~ msgid ""
#~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "Error the server/proxy lied about resuming so I have to restart this from "
#~ "the beginning!" #~ "the beginning!"
#~ msgstr "" #~ msgstr ""
#~ "Erreur, le serveur/proxy a donné une fausse information sur sa capacitéà " #~ "Erreur, le serveur/proxy a donné une fausse information sur sa capacitéà "
#~ "exécuter une continuation, il est nécessaire de recommencer du début!" #~ "exécuter une continuation, il est nécessaire de recommencer du début!"
#~ msgid ""
#~ "One connection of the download %s encountered a unrecoverable local "
#~ "error, usually lack of free space, or a write to bad medium, or a problem "
#~ "with permissions,so please fix this and retry"
#~ msgstr ""
#~ "Une connexion du téléchargement %s a eu une erreur fatale, à priori "
#~ "manquede place disque, ou écriture sur un support en erreur, ou une "
#~ "problème avecles permissions de fichier, corriger ce problème avant de "
#~ "recommencer"
#~ msgid "Close" #~ msgid "Close"
#~ msgstr "Fermer" #~ msgstr "Fermer"
#~ msgid "%s contains just a hostname, it does not contain a file to download!" #~ msgid "%s contains just a hostname, it does not contain a file to download!"
#~ msgstr "%s contient juste un nom d'hôte, pas de fichier à télécharger!" #~ msgstr "%s contient juste un nom d'hôte, pas de fichier à télécharger!"
#~ msgid "Prozilla - Download Accelerator" #~ msgid "Prozilla - Download Accelerator"
#~ msgstr "Prozilla - Accélérateur de téléchargement" #~ msgstr "Prozilla - Accélérateur de téléchargement"
#~ msgid "&File" #~ msgid "&File"
#~ msgstr "&Fichier" #~ msgstr "&Fichier"
@@ -510,7 +580,7 @@ msgstr "CONTINUATION impossible"
#~ msgstr "&Nouvelle URL" #~ msgstr "&Nouvelle URL"
#~ msgid "&Preferences" #~ msgid "&Preferences"
#~ msgstr "&Préférences" #~ msgstr "&Préférences"
#~ msgid "&Quit" #~ msgid "&Quit"
#~ msgstr "&Quitter" #~ msgstr "&Quitter"
@@ -522,7 +592,7 @@ msgstr "CONTINUATION impossible"
#~ msgstr "A &Propos" #~ msgstr "A &Propos"
#~ msgid "%s does not seem to be a valid directory" #~ msgid "%s does not seem to be a valid directory"
#~ msgstr "%s ne contient pas un répertoire valide" #~ msgstr "%s ne contient pas un répertoire valide"
#~ msgid "%s does not seem to be a valid HTTP proxy value" #~ msgid "%s does not seem to be a valid HTTP proxy value"
#~ msgstr "%s ne contient pas une valeur de proxy HTTP valide" #~ msgstr "%s ne contient pas une valeur de proxy HTTP valide"
+170 -98
View File
@@ -6,26 +6,176 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2001-10-04 20:51+GMT\n" "PO-Revision-Date: 2001-10-04 20:51+GMT\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: <de@li.org>\n" "Language-Team: <de@li.org>\n"
"Language: it\n" "Language: it\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-15\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 0.7\n" "X-Generator: KBabel 0.7\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, fuzzy, c-format
msgid "File Size = %jdK"
msgstr "Grandezza File = %ld Kb"
#: src/interface.c:320
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "La Grandezza del file è SCONOSCIUTA"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Bytes ricevute in totale %ld kb"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minuti %d Secondi"
#: src/interface.c:338
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minuti %d Secondi"
#: src/interface.c:341
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Ore %d Minuti"
#: src/interface.c:350
#, fuzzy
msgid "Resume Supported"
msgstr "RESUME supportato"
#: src/interface.c:352
#, fuzzy
msgid "Resume NOT Supported"
msgstr "RESUME NON supportato"
#: src/download_win.cpp:154
#, fuzzy
msgid "Creating the thread that gets info about file..\n"
msgstr "Creando il thread che ottiene le informazioni sul file.."
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
#, fuzzy
msgid "RESUME NOT supported\n"
msgstr "RESUME NON supportato"
#: src/download_win.cpp:364
#, fuzzy, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr "Grandezza File = %ld Kb"
#: src/download_win.cpp:369
#, fuzzy
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr "La Grandezza del file è SCONOSCIUTA"
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "Il file è più piccolo del minimo; ricerca FTP ignorata"
#: src/download_win.cpp:413
#, fuzzy, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "L'URL %s non esiste!"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Si è verificato un errore: %s \n"
#: src/download_win.cpp:443
#, fuzzy
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr ""
"Non sono stati trovati mirrors validi, effettuo il download dal server "
"originale"
#: src/download_win.cpp:503
#, fuzzy
msgid "Got DL succesfully, now renaming file\n"
msgstr "Ottenuti i DL correttamente, ora sto costruendo il file"
#: src/download_win.cpp:506
#, fuzzy, c-format
msgid "Renaming file %s .....\n"
msgstr "Costruendo file %s"
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Una connessione del download %s è incappata in un errore locale "
"irreversibile, di solito a causa di mancanza di spazio su disco, o la "
"scrittura su un medium con problemi oppure un problema di persmesse, per "
"favore ripara il problema e riprova"
#: src/download_win.cpp:534
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the " "usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
"Una connessione del download %s è incappata in un errore remoto " "Una connessione del download %s è incappata in un errore remoto "
"irreversibile, di solito a causa dell'assenza del file sul server remoto, " "irreversibile, di solito a causa dell'assenza del file sul server remoto, "
"perciò il download deve essere abortito!" "perciò il download deve essere abortito!"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Completato.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Informazioni ricevute, trovati %d server mirror\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
@@ -136,8 +286,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
@@ -151,65 +301,14 @@ msgstr "Errore: opzione non valida\n"
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s non sembra essere un'URL valido" msgstr "%s non sembra essere un'URL valido"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Avvio....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, fuzzy, c-format
msgid "File Size = %lldK"
msgstr "Grandezza File = %ld Kb"
#: src/interface.c:327
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "La Grandezza del file è SCONOSCIUTA"
#: src/interface.c:329
#, fuzzy, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Bytes ricevute in totale %ld kb"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minuti %d Secondi"
#: src/interface.c:345
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minuti %d Secondi"
#: src/interface.c:348
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Ore %d Minuti"
#: src/interface.c:357
#, fuzzy
msgid "Resume Supported"
msgstr "RESUME supportato"
#: src/interface.c:359
#, fuzzy
msgid "Resume NOT Supported"
msgstr "RESUME NON supportato"
#~ msgid "Prozilla Preferences Panel" #~ msgid "Prozilla Preferences Panel"
#~ msgstr "Pannello Preferenze di Prozilla" #~ msgstr "Pannello Preferenze di Prozilla"
@@ -332,7 +431,7 @@ msgstr "RESUME NON supportato"
#~ "<kalum@genesys.ro> and I will correct it" #~ "<kalum@genesys.ro> and I will correct it"
#~ msgstr "" #~ msgstr ""
#~ "Se hai contribuito e non sei nella lista, ti prego di mandarmi un " #~ "Se hai contribuito e non sei nella lista, ti prego di mandarmi un "
#~ "email<kalum@genesys.ro> e la correggerò" #~ "email<kalum@genesys.ro> e la correggerò"
#~ msgid "" #~ msgid ""
#~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and " #~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and "
@@ -341,8 +440,8 @@ msgstr "RESUME NON supportato"
#~ "Silviu Marin-Caea - (Nostro amministratore di sistema) Donazione " #~ "Silviu Marin-Caea - (Nostro amministratore di sistema) Donazione "
#~ "considerevole di banda e risorse di sistema a genesys.ro, testing" #~ "considerevole di banda e risorse di sistema a genesys.ro, testing"
#~ msgid "Pablo Iranzo Gómez - testing" #~ msgid "Pablo Iranzo Gómez - testing"
#~ msgstr "Pablo Iranzo Gómez - testing" #~ msgstr "Pablo Iranzo Gómez - testing"
#~ msgid "Krogg - The cool Prozilla logo" #~ msgid "Krogg - The cool Prozilla logo"
#~ msgstr "Krogg - Il simpatico logo di Prozilla" #~ msgstr "Krogg - Il simpatico logo di Prozilla"
@@ -381,7 +480,7 @@ msgstr "RESUME NON supportato"
#~ msgstr "Ricerca mirrors FTP (Sperimentale)" #~ msgstr "Ricerca mirrors FTP (Sperimentale)"
#~ msgid "Abort, Resume Later" #~ msgid "Abort, Resume Later"
#~ msgstr "Abortisci; Riprendi più tardi" #~ msgstr "Abortisci; Riprendi più tardi"
#~ msgid "Pause" #~ msgid "Pause"
#~ msgstr "Pausa" #~ msgstr "Pausa"
@@ -413,9 +512,6 @@ msgstr "RESUME NON supportato"
#~ msgid "Are you Sure You want to quit?" #~ msgid "Are you Sure You want to quit?"
#~ msgstr "Sei sicuro di voler abbandonare?" #~ msgstr "Sei sicuro di voler abbandonare?"
#~ msgid "Creating the thread that gets info about file.."
#~ msgstr "Creando il thread che ottiene le informazioni sul file.."
#~ msgid "I am unable to delete the target file!" #~ msgid "I am unable to delete the target file!"
#~ msgstr "Non riesco a cancellare il target file!" #~ msgstr "Non riesco a cancellare il target file!"
@@ -423,7 +519,7 @@ msgstr "RESUME NON supportato"
#~ "A error occured while processing the logfile! Assuming default number of " #~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections" #~ "connections"
#~ msgstr "" #~ msgstr ""
#~ "Un errore è occorso durante la lettura del file di log! Uso il numero " #~ "Un errore è occorso durante la lettura del file di log! Uso il numero "
#~ "predefinito di.connessioni" #~ "predefinito di.connessioni"
#~ msgid "" #~ msgid ""
@@ -437,7 +533,7 @@ msgstr "RESUME NON supportato"
#~ "A error occured while processing the logfile! Assuming default number of " #~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections to delete" #~ "connections to delete"
#~ msgstr "" #~ msgstr ""
#~ "Un errore è occorso durante la letture del file di log! Uso il numero " #~ "Un errore è occorso durante la letture del file di log! Uso il numero "
#~ "predefinito di connessioni da cancellare" #~ "predefinito di connessioni da cancellare"
#~ msgid "The target file %s exists, would you like to overwrite it?" #~ msgid "The target file %s exists, would you like to overwrite it?"
@@ -467,16 +563,8 @@ msgstr "RESUME NON supportato"
#~ msgid "Got info succesfully" #~ msgid "Got info succesfully"
#~ msgstr "Ottenute le informazioni correttamente" #~ msgstr "Ottenute le informazioni correttamente"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "L'URL %s non esiste!"
#~ msgid "No suitable mirrors were found, downloading from original server"
#~ msgstr ""
#~ "Non sono stati trovati mirrors validi, effettuo il download dal server "
#~ "originale"
#~ msgid "Average Speed = %.3f Kb/sec" #~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Velocità di trasferimento media = %.3f Kb/sec" #~ msgstr "Velocità di trasferimento media = %.3f Kb/sec"
#~ msgid "%d Seconds" #~ msgid "%d Seconds"
#~ msgstr "%d Secondi" #~ msgstr "%d Secondi"
@@ -484,28 +572,12 @@ msgstr "RESUME NON supportato"
#~ msgid "Waiting till all threads terminate" #~ msgid "Waiting till all threads terminate"
#~ msgstr "Sto aspettando la conclusione di tutti i threads" #~ msgstr "Sto aspettando la conclusione di tutti i threads"
#~ msgid "Got DL succesfully, now building file"
#~ msgstr "Ottenuti i DL correttamente, ora sto costruendo il file"
#~ msgid "Building file %s ....."
#~ msgstr "Costruendo file %s"
#~ msgid "" #~ msgid ""
#~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "Error the server/proxy lied about resuming so I have to restart this from "
#~ "the begiining!" #~ "the begiining!"
#~ msgstr "" #~ msgstr ""
#~ "Errore: a causa del server/proxy non è stato possibile riprendere il " #~ "Errore: a causa del server/proxy non è stato possibile riprendere il "
#~ "download perciò devo riprendere dall'inizio!" #~ "download perciò devo riprendere dall'inizio!"
#~ msgid ""
#~ "One connection of the download %s encountered a unrecoverable local "
#~ "error, usually lack of free space, or a write to bad medium, or a problem "
#~ "with permissions,so pelase fix this and retry"
#~ msgstr ""
#~ "Una connessione del download %s è incappata in un errore locale "
#~ "irreversibile, di solito a causa di mancanza di spazio su disco, o la "
#~ "scrittura su un medium con problemi oppure un problema di persmesse, per "
#~ "favore ripara il problema e riprova"
#~ msgid "Close" #~ msgid "Close"
#~ msgstr "Chiudi" #~ msgstr "Chiudi"
+145 -63
View File
@@ -7,16 +7,136 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: nl\n" "Language: nl\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n" "Content-Transfer-Encoding: ENCODING\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, c-format
msgid "File Size = %jdK"
msgstr "Bestandsgrootte = %jdK"
#: src/interface.c:320
msgid "File Size = UNKNOWN"
msgstr "Bestandsgrootte = ONBEKEND"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Totaal Bytes ontvangen %ld Kb"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minuten %d Seconden"
#: src/interface.c:338
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minuten %d Seconden"
#: src/interface.c:341
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Uren %d Minuten"
#: src/interface.c:350
msgid "Resume Supported"
msgstr ""
#: src/interface.c:352
msgid "Resume NOT Supported"
msgstr ""
#: src/download_win.cpp:154
msgid "Creating the thread that gets info about file..\n"
msgstr "Thread voor bestandsinformatie wordt gestart..\n"
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
msgid "RESUME NOT supported\n"
msgstr "HERVATTEN wordt NIET ondersteund\n"
#: src/download_win.cpp:364
#, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr ""
#: src/download_win.cpp:369
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr ""
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "Bestand is kleiner dan het minimum; FTP-zoekactie wordt overgeslagen"
#: src/download_win.cpp:413
#, fuzzy, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "De URL %s bestaat niet!"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Er is een fout opgetreden: %s \n"
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "Geen geschikte mirrors gevonden; downloaden van de oorspronkelijke server\n"
#: src/download_win.cpp:503
msgid "Got DL succesfully, now renaming file\n"
msgstr "Download voltooid; bestand wordt hernoemd\n"
#: src/download_win.cpp:506
#, fuzzy, c-format
msgid "Renaming file %s .....\n"
msgstr "Bestand maken.............."
#: src/download_win.cpp:524
#, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
#: src/download_win.cpp:534
#, c-format #, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
@@ -24,6 +144,22 @@ msgid ""
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Alles gereed.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Mirrorinformatie ontvangen, %d server(s) gevonden\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "" msgstr ""
@@ -133,8 +269,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
@@ -148,62 +284,14 @@ msgstr "Fout: Ongeldige optie\n"
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s is geen URL" msgstr "%s is geen URL"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Starten....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, c-format
msgid "File Size = %lldK"
msgstr ""
#: src/interface.c:327
msgid "File Size = UNKNOWN"
msgstr ""
#: src/interface.c:329
#, fuzzy, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Totaal Bytes ontvangen %ld Kb"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minuten %d Seconden"
#: src/interface.c:345
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minuten %d Seconden"
#: src/interface.c:348
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Uren %d Minuten"
#: src/interface.c:357
msgid "Resume Supported"
msgstr ""
#: src/interface.c:359
msgid "Resume NOT Supported"
msgstr ""
#~ msgid "USER@SITE" #~ msgid "USER@SITE"
#~ msgstr "GEBRUIKER@SITE" #~ msgstr "GEBRUIKER@SITE"
@@ -321,9 +409,6 @@ msgstr ""
#~ msgid "Abort, No Resume Later" #~ msgid "Abort, No Resume Later"
#~ msgstr "Annuleer, Geen " #~ msgstr "Annuleer, Geen "
#~ msgid "Creating file.............."
#~ msgstr "Bestand maken.............."
#~ msgid "Attention!" #~ msgid "Attention!"
#~ msgstr "Attentie!" #~ msgstr "Attentie!"
@@ -348,9 +433,6 @@ msgstr ""
#~ msgid "Overwrite" #~ msgid "Overwrite"
#~ msgstr "Overschrijven" #~ msgstr "Overschrijven"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "De URL %s bestaat niet!"
#~ msgid "Average Speed = %.3f Kb/sec" #~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Gemiddelde Snelheid = %.3f Kb/sec" #~ msgstr "Gemiddelde Snelheid = %.3f Kb/sec"
+147 -59
View File
@@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE. # SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR Free Software Foundation, Inc. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the prozilla package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: prozilla 2.0.5\n" "Project-Id-Version: prozilla 2.2.0\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -17,7 +17,127 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, c-format
msgid "File Size = %jdK"
msgstr ""
#: src/interface.c:320
msgid "File Size = UNKNOWN"
msgstr ""
#: src/interface.c:322
#, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr ""
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, c-format
msgid "Time Remaining %d Seconds"
msgstr ""
#: src/interface.c:338
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr ""
#: src/interface.c:341
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr ""
#: src/interface.c:350
msgid "Resume Supported"
msgstr ""
#: src/interface.c:352
msgid "Resume NOT Supported"
msgstr ""
#: src/download_win.cpp:154
msgid "Creating the thread that gets info about file..\n"
msgstr ""
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
msgid "RESUME NOT supported\n"
msgstr ""
#: src/download_win.cpp:364
#, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr ""
#: src/download_win.cpp:369
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr ""
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr ""
#: src/download_win.cpp:413
#, c-format
msgid "The URL %s doesnt exist!\n"
msgstr ""
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr ""
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr ""
#: src/download_win.cpp:503
msgid "Got DL succesfully, now renaming file\n"
msgstr ""
#: src/download_win.cpp:506
#, c-format
msgid "Renaming file %s .....\n"
msgstr ""
#: src/download_win.cpp:524
#, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
#: src/download_win.cpp:534
#, c-format #, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
@@ -25,6 +145,22 @@ msgid ""
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr ""
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr ""
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "" msgstr ""
@@ -134,8 +270,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
@@ -149,58 +285,10 @@ msgstr ""
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "" msgstr ""
#: src/main.cpp:540
msgid "Starting....."
msgstr ""
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, c-format
msgid "File Size = %lldK"
msgstr ""
#: src/interface.c:327
msgid "File Size = UNKNOWN"
msgstr ""
#: src/interface.c:329
#, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr ""
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, c-format
msgid "Time Remaining %d Seconds"
msgstr ""
#: src/interface.c:345
#, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr ""
#: src/interface.c:348
#, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr ""
#: src/interface.c:357
msgid "Resume Supported"
msgstr ""
#: src/interface.c:359
msgid "Resume NOT Supported"
msgstr ""
+209 -135
View File
@@ -6,26 +6,172 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: prozgui\n" "Project-Id-Version: prozgui\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2001-10-02\n" "PO-Revision-Date: 2001-10-02\n"
"Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n" "Last-Translator: Gustavo Noronha Silva <kov@debian.org>\n"
"Language-Team: Debian-BR <debian-l10n-portuguese@lists.debian.org>\n" "Language-Team: Debian-BR <debian-l10n-portuguese@lists.debian.org>\n"
"Language: pt_BR\n" "Language: pt_BR\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n" "Content-Transfer-Encoding: ENCODING\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, fuzzy, c-format
msgid "File Size = %jdK"
msgstr "Tamanho do arquivo = %ld Kb"
#: src/interface.c:320
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Tamanho do arquivo DESCONHECIDO"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Total de Bytes recebidos %ld Kb"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minutos %d Segundos"
#: src/interface.c:338
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minutos %d Segundos"
#: src/interface.c:341
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Horas %d Minutos"
#: src/interface.c:350
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUAÇÃO suportada"
#: src/interface.c:352
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUAÇÃO não suportada"
#: src/download_win.cpp:154
#, fuzzy
msgid "Creating the thread that gets info about file..\n"
msgstr "Criando a thread que obtém informações sobre o arquivo..."
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
#, fuzzy
msgid "RESUME NOT supported\n"
msgstr "CONTINUAÇÃO não suportada"
#: src/download_win.cpp:364
#, fuzzy, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr "Tamanho do arquivo = %ld Kb"
#: src/download_win.cpp:369
#, fuzzy
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr "Tamanho do arquivo DESCONHECIDO"
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "O arquivo é menor que o mínimo; ignorando a busca FTP"
#: src/download_win.cpp:413
#, fuzzy, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "A URL %s não existe!"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "Ocorreu um erro: %s \n"
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "Nenhum espelho adequado encontrado; baixando do servidor original\n"
#: src/download_win.cpp:503
#, fuzzy
msgid "Got DL succesfully, now renaming file\n"
msgstr "Download terminado com sucesso, agora reconstruindo arquivo"
#: src/download_win.cpp:506
#, fuzzy, c-format
msgid "Renaming file %s .....\n"
msgstr "Construindo arquivo %s ....."
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Uma conexão do download %s encontrou um erro local irrecuperáel. "
"Norlmalmente isso quer dizer falta de espaço ou uma mídia ruim ou um "
"problema de permissões, então por favor conserte o erro e tente novamente."
#: src/download_win.cpp:534
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
"usually the file not being present in the remote server, therefore the " "usually the file not being present in the remote server, therefore the "
"download had to be aborted!\n" "download had to be aborted!\n"
msgstr "" msgstr ""
"Uma conexão do download %s encontrou um erro local irrecuperáel, normalmente " "Uma conexão do download %s encontrou um erro local irrecuperáel, normalmente "
"isso quer dizer que o arquivo não está presente no servidor remoto, portanto " "isso quer dizer que o arquivo não está presente no servidor remoto, portanto "
"o download teve de ser abortado!" "o download teve de ser abortado!"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Tudo concluído.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Informações recebidas, %d servidor(es) espelho encontrado(s)\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "" msgstr ""
@@ -135,107 +281,56 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
#: src/main.cpp:489 #: src/main.cpp:489
#, c-format #, c-format
msgid "Error: Invalid option\n" msgid "Error: Invalid option\n"
msgstr "Erro: opção inválida\n" msgstr "Erro: opção inválida\n"
#: src/main.cpp:526 #: src/main.cpp:526
#, c-format #, c-format
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s não parece uma URL válida" msgstr "%s não parece uma URL válida"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Iniciando....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, fuzzy, c-format
msgid "File Size = %lldK"
msgstr "Tamanho do arquivo = %ld Kb"
#: src/interface.c:327
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Tamanho do arquivo DESCONHECIDO"
#: src/interface.c:329
#, fuzzy, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Total de Bytes recebidos %ld Kb"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d Minutos %d Segundos"
#: src/interface.c:345
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d Minutos %d Segundos"
#: src/interface.c:348
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d Horas %d Minutos"
#: src/interface.c:357
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUAÇÃO suportada"
#: src/interface.c:359
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUAÇÃO não suportada"
#~ msgid "Prozilla Preferences Panel" #~ msgid "Prozilla Preferences Panel"
#~ msgstr "Painel de Preferências do Prozilla" #~ msgstr "Painel de Preferências do Prozilla"
#~ msgid "General" #~ msgid "General"
#~ msgstr "Geral" #~ msgstr "Geral"
#~ msgid "Number of Threads:" #~ msgid "Number of Threads:"
#~ msgstr "Número de Threads:" #~ msgstr "Número de Threads:"
#~ msgid "Use PASV for FTP transfers (recommended)" #~ msgid "Use PASV for FTP transfers (recommended)"
#~ msgstr "Usar PASV para transferências FTP (recomendado)" #~ msgstr "Usar PASV para transferências FTP (recomendado)"
#~ msgid "" #~ msgid ""
#~ "Ask the HTTP proxies not to cache requests between sessions (default is " #~ "Ask the HTTP proxies not to cache requests between sessions (default is "
#~ "off)" #~ "off)"
#~ msgstr "" #~ msgstr ""
#~ "Pedir aos proxies HTTP para não fazerem cache das requisições entre " #~ "Pedir aos proxies HTTP para não fazerem cache das requisições entre "
#~ "sessões (o padrão é desligado)" #~ "sessões (o padrão é desligado)"
#~ msgid "Retry Delay (Sec):" #~ msgid "Retry Delay (Sec):"
#~ msgstr "Intervalo de Tentativas (Seg):" #~ msgstr "Intervalo de Tentativas (Seg):"
#~ msgid "Timeout Period (Sec):" #~ msgid "Timeout Period (Sec):"
#~ msgstr "Tempo Limite de Operação (Seg):" #~ msgstr "Tempo Limite de Operação (Seg):"
#~ msgid "Directory to download the files:" #~ msgid "Directory to download the files:"
#~ msgstr "Diretório para onde os arquivos devem ir:" #~ msgstr "Diretório para onde os arquivos devem ir:"
#~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):" #~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):"
#~ msgstr "Limitar largura de banda por download para (Kbps) (0 = ilimitado):" #~ msgstr "Limitar largura de banda por download para (Kbps) (0 = ilimitado):"
@@ -253,7 +348,7 @@ msgstr "CONTINUA
#~ msgstr "Proxy HTTP:" #~ msgstr "Proxy HTTP:"
#~ msgid "Username:" #~ msgid "Username:"
#~ msgstr "Nome do usuário:" #~ msgstr "Nome do usuário:"
#~ msgid "Password:" #~ msgid "Password:"
#~ msgstr "Senha:" #~ msgstr "Senha:"
@@ -271,7 +366,7 @@ msgstr "CONTINUA
#~ msgstr "Usar Proxy FTP" #~ msgstr "Usar Proxy FTP"
#~ msgid "Direct Connection to the Internet" #~ msgid "Direct Connection to the Internet"
#~ msgstr "Conexão Direta à Internet" #~ msgstr "Conexão Direta à Internet"
#~ msgid "Use proxies" #~ msgid "Use proxies"
#~ msgstr "Usar Proxy" #~ msgstr "Usar Proxy"
@@ -280,7 +375,7 @@ msgstr "CONTINUA
#~ msgstr "FTP Search" #~ msgstr "FTP Search"
#~ msgid "Ping Timeout (Sec):" #~ msgid "Ping Timeout (Sec):"
#~ msgstr "Tempo Limite de Operação (Seg):" #~ msgstr "Tempo Limite de Operação (Seg):"
#~ msgid "OK" #~ msgid "OK"
#~ msgstr "OK" #~ msgstr "OK"
@@ -292,19 +387,19 @@ msgstr "CONTINUA
#~ msgstr "Acelerador de Downloads Prozilla 2.0.4beta" #~ msgstr "Acelerador de Downloads Prozilla 2.0.4beta"
#~ msgid "GUI Version 2.0.4beta" #~ msgid "GUI Version 2.0.4beta"
#~ msgstr "Versão da GUI: 2.0.4beta" #~ msgstr "Versão da GUI: 2.0.4beta"
#~ msgid "libprozilla version 1.0.0" #~ msgid "libprozilla version 1.0.0"
#~ msgstr "Versão da libprozilla: 1.0.1" #~ msgstr "Versão da libprozilla: 1.0.1"
#~ msgid "Credits" #~ msgid "Credits"
#~ msgstr "Créditos" #~ msgstr "Créditos"
#~ msgid "Kalum Somaratna - Main Programming" #~ msgid "Kalum Somaratna - Main Programming"
#~ msgstr "Kalum Somaratna - Programação Principal" #~ msgstr "Kalum Somaratna - Programação Principal"
#~ msgid "Uwe Hermann - Additional Programming" #~ msgid "Uwe Hermann - Additional Programming"
#~ msgstr "Uwe Hermann - Programação Adicional" #~ msgstr "Uwe Hermann - Programação Adicional"
#~ msgid "" #~ msgid ""
#~ "Gustavo Noronha Silva (KoV) - libprozilla GNU gettext support, deb " #~ "Gustavo Noronha Silva (KoV) - libprozilla GNU gettext support, deb "
@@ -314,24 +409,24 @@ msgstr "CONTINUA
#~ "mantenedor Debian" #~ "mantenedor Debian"
#~ msgid "Ralph Slooten - Web Page Maintainer, RPM packager, testing" #~ msgid "Ralph Slooten - Web Page Maintainer, RPM packager, testing"
#~ msgstr "Ralph Slooten - Mantenedor da página Web, empacotador RPM, testador" #~ msgstr "Ralph Slooten - Mantenedor da página Web, empacotador RPM, testador"
#~ msgid "" #~ msgid ""
#~ "If you have contributed and arent listed, I apologise and please mail me " #~ "If you have contributed and arent listed, I apologise and please mail me "
#~ "<kalum@genesys.ro> and I will correct it" #~ "<kalum@genesys.ro> and I will correct it"
#~ msgstr "" #~ msgstr ""
#~ "Se você contribuiu e não está listado, peço desculpas e por favor envie " #~ "Se você contribuiu e não está listado, peço desculpas e por favor envie "
#~ "um email para <kalum@genesys.ro> e eu irei corrigir isso" #~ "um email para <kalum@genesys.ro> e eu irei corrigir isso"
#~ msgid "" #~ msgid ""
#~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and " #~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and "
#~ "system resources at genesys.ro, testing" #~ "system resources at genesys.ro, testing"
#~ msgstr "" #~ msgstr ""
#~ "Silviu Marin-Caea - (Nosso Administrador de Sistema) Doação de sistema e " #~ "Silviu Marin-Caea - (Nosso Administrador de Sistema) Doação de sistema e "
#~ "banda valorosos em genesys.ro e testador" #~ "banda valorosos em genesys.ro e testador"
#~ msgid "Pablo Iranzo Gómez - testing" #~ msgid "Pablo Iranzo Gómez - testing"
#~ msgstr "Pablo Iranzo Gómez - testador" #~ msgstr "Pablo Iranzo Gómez - testador"
#~ msgid "Krogg - The cool Prozilla logo" #~ msgid "Krogg - The cool Prozilla logo"
#~ msgstr "Krogg - O logo do Prozilla" #~ msgstr "Krogg - O logo do Prozilla"
@@ -340,28 +435,28 @@ msgstr "CONTINUA
#~ msgstr "David L. Matthews - testador" #~ msgstr "David L. Matthews - testador"
#~ msgid "Translations" #~ msgid "Translations"
#~ msgstr "Traduções" #~ msgstr "Traduções"
#~ msgid "Ruben Boer - Dutch Translation" #~ msgid "Ruben Boer - Dutch Translation"
#~ msgstr "Ruben Boer - Tradução Holandesa" #~ msgstr "Ruben Boer - Tradução Holandesa"
#~ msgid "Ralph Slooten- Dutch Translation" #~ msgid "Ralph Slooten- Dutch Translation"
#~ msgstr "Ralph Slooten - Tradução Holandesa" #~ msgstr "Ralph Slooten - Tradução Holandesa"
#~ msgid "Flower - Romanian Translation" #~ msgid "Flower - Romanian Translation"
#~ msgstr "Flower - Tradução Romena" #~ msgstr "Flower - Tradução Romena"
#~ msgid "Gustavo Noronha Silva (KoV) - Portugese Translation" #~ msgid "Gustavo Noronha Silva (KoV) - Portugese Translation"
#~ msgstr "Gustavo Noronha Silva (KoV) - Tradução para Português" #~ msgstr "Gustavo Noronha Silva (KoV) - Tradução para Português"
#~ msgid "Webpage - http://prozilla.disconnected-by-peer.at/" #~ msgid "Webpage - http://prozilla.disconnected-by-peer.at/"
#~ msgstr "Página - http://prozilla.disconnected-by-peer.at/" #~ msgstr "Página - http://prozilla.disconnected-by-peer.at/"
#~ msgid "Please enter the URL" #~ msgid "Please enter the URL"
#~ msgstr "Por favor digite a URL" #~ msgstr "Por favor digite a URL"
#~ msgid "Enter URL (CTRL+V to paste from clipboard)" #~ msgid "Enter URL (CTRL+V to paste from clipboard)"
#~ msgstr "Digite a URL (CTRL+V para colar da área de transferência)" #~ msgstr "Digite a URL (CTRL+V para colar da área de transferência)"
#~ msgid "Abort, Resume Later" #~ msgid "Abort, Resume Later"
#~ msgstr "Abortar, continuar mais tarde" #~ msgstr "Abortar, continuar mais tarde"
@@ -370,7 +465,7 @@ msgstr "CONTINUA
#~ msgstr "Pausa" #~ msgstr "Pausa"
#~ msgid "Abort, No Resume Later" #~ msgid "Abort, No Resume Later"
#~ msgstr "Abortar, não continuar" #~ msgstr "Abortar, não continuar"
#~ msgid "URL:" #~ msgid "URL:"
#~ msgstr "URL:" #~ msgstr "URL:"
@@ -382,7 +477,7 @@ msgstr "CONTINUA
#~ msgstr "Criando arquivo.............." #~ msgstr "Criando arquivo.............."
#~ msgid "Attention!" #~ msgid "Attention!"
#~ msgstr "Atenção!" #~ msgstr "Atenção!"
#~ msgid "Ok" #~ msgid "Ok"
#~ msgstr "Ok" #~ msgstr "Ok"
@@ -391,14 +486,11 @@ msgstr "CONTINUA
#~ msgstr "Sim" #~ msgstr "Sim"
#~ msgid "No" #~ msgid "No"
#~ msgstr "Não" #~ msgstr "Não"
#~ msgid "Are you Sure You want to quit?" #~ msgid "Are you Sure You want to quit?"
#~ msgstr "Tem certeza que quer sair?" #~ msgstr "Tem certeza que quer sair?"
#~ msgid "Creating the thread that gets info about file.."
#~ msgstr "Criando a thread que obtém informações sobre o arquivo..."
#~ msgid "I am unable to delete the target file!" #~ msgid "I am unable to delete the target file!"
#~ msgstr "Fui incapaz de remover o arquivo alvo!" #~ msgstr "Fui incapaz de remover o arquivo alvo!"
@@ -407,24 +499,24 @@ msgstr "CONTINUA
#~ "connections" #~ "connections"
#~ msgstr "" #~ msgstr ""
#~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo " #~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo "
#~ "número de conexões padrão" #~ "número de conexões padrão"
#~ msgid "" #~ msgid ""
#~ "The previous download used a different number of connections than the " #~ "The previous download used a different number of connections than the "
#~ "default! so I will use the previous number of threads" #~ "default! so I will use the previous number of threads"
#~ msgstr "" #~ msgstr ""
#~ "O download anterior usou um número de conexões diferente do padrão! Então " #~ "O download anterior usou um número de conexões diferente do padrão! Então "
#~ "eu usarei o número anterior de threads." #~ "eu usarei o número anterior de threads."
#~ msgid "" #~ msgid ""
#~ "A error occured while processing the logfile! Assuming default number of " #~ "A error occured while processing the logfile! Assuming default number of "
#~ "connections to delete" #~ "connections to delete"
#~ msgstr "" #~ msgstr ""
#~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo " #~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo "
#~ "número de conexões padrão para remover." #~ "número de conexões padrão para remover."
#~ msgid "The target file %s exists, would you like to overwrite it?" #~ msgid "The target file %s exists, would you like to overwrite it?"
#~ msgstr "O arquivo alvo %s existe, gostaria de sobrescrevê-lo?" #~ msgstr "O arquivo alvo %s existe, gostaria de sobrescrevê-lo?"
#~ msgid "" #~ msgid ""
#~ "Previous download of %s exists, would you like to resume it or overwrite " #~ "Previous download of %s exists, would you like to resume it or overwrite "
@@ -447,48 +539,30 @@ msgstr "CONTINUA
#~ msgstr "Thread acabou" #~ msgstr "Thread acabou"
#~ msgid "Got info succesfully" #~ msgid "Got info succesfully"
#~ msgstr "Informações conseguidas com êxito" #~ msgstr "Informações conseguidas com êxito"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "A URL %s não existe!"
#~ msgid "Average Speed = %.3f Kb/sec" #~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Velocidade Média = %.3f Kb/sec" #~ msgstr "Velocidade Média = %.3f Kb/sec"
#~ msgid "%d Seconds" #~ msgid "%d Seconds"
#~ msgstr "%d Segundos" #~ msgstr "%d Segundos"
#~ msgid "Waiting till all threads terminate" #~ msgid "Waiting till all threads terminate"
#~ msgstr "Esperando até que todas as threads completem" #~ msgstr "Esperando até que todas as threads completem"
#~ msgid "Got DL succesfully, now building file"
#~ msgstr "Download terminado com sucesso, agora reconstruindo arquivo"
#~ msgid "Building file %s ....."
#~ msgstr "Construindo arquivo %s ....."
#~ msgid "" #~ msgid ""
#~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "Error the server/proxy lied about resuming so I have to restart this from "
#~ "the begiining!" #~ "the begiining!"
#~ msgstr "" #~ msgstr ""
#~ "Erro: o servidor/proxy mentei sobre continuação e eu terei de começar " #~ "Erro: o servidor/proxy mentei sobre continuação e eu terei de começar "
#~ "tudo do começo!" #~ "tudo do começo!"
#~ msgid ""
#~ "One connection of the download %s encountered a unrecoverable local "
#~ "error, usually lack of free space, or a write to bad medium, or a problem "
#~ "with permissions,so pelase fix this and retry"
#~ msgstr ""
#~ "Uma conexão do download %s encontrou um erro local irrecuperáel. "
#~ "Norlmalmente isso quer dizer falta de espaço ou uma mídia ruim ou um "
#~ "problema de permissões, então por favor conserte o erro e tente novamente."
#~ msgid "Close" #~ msgid "Close"
#~ msgstr "Fechar" #~ msgstr "Fechar"
#~ msgid "%s contains just a hostname, it does not contain a file to download!" #~ msgid "%s contains just a hostname, it does not contain a file to download!"
#~ msgstr "" #~ msgstr ""
#~ "%s contém apenas o nome do host mas não um nome de arquivo para baixar!" #~ "%s contém apenas o nome do host mas não um nome de arquivo para baixar!"
#~ msgid "Prozilla - Download Accelerator" #~ msgid "Prozilla - Download Accelerator"
#~ msgstr "Prozilla - Acelerador de Download" #~ msgstr "Prozilla - Acelerador de Download"
@@ -500,7 +574,7 @@ msgstr "CONTINUA
#~ msgstr "&Nova URL" #~ msgstr "&Nova URL"
#~ msgid "&Preferences" #~ msgid "&Preferences"
#~ msgstr "&Preferências" #~ msgstr "&Preferências"
#~ msgid "&Quit" #~ msgid "&Quit"
#~ msgstr "&Sair" #~ msgstr "&Sair"
@@ -509,28 +583,28 @@ msgstr "CONTINUA
#~ msgstr "&Sobre" #~ msgstr "&Sobre"
#~ msgid "%s does not seem to be a valid directory" #~ msgid "%s does not seem to be a valid directory"
#~ msgstr "%s não parece ser um diretório válido" #~ msgstr "%s não parece ser um diretório válido"
#~ msgid "%s does not seem to be a valid HTTP proxy value" #~ msgid "%s does not seem to be a valid HTTP proxy value"
#~ msgstr "%s não parece ser um valor de proxy HTTP válido" #~ msgstr "%s não parece ser um valor de proxy HTTP válido"
#~ msgid "%s does not seem to be a valid FTP proxy value" #~ msgid "%s does not seem to be a valid FTP proxy value"
#~ msgstr "%s não parece ser um valor de proxy FTP válido" #~ msgstr "%s não parece ser um valor de proxy FTP válido"
#~ msgid "USER@SITE" #~ msgid "USER@SITE"
#~ msgstr "USUÁRIO@SERVIDOR" #~ msgstr "USUÁRIO@SERVIDOR"
#~ msgid "USER@ProxyUser@SITE" #~ msgid "USER@ProxyUser@SITE"
#~ msgstr "USUÁRIO@USUÁRIONOPROXY@SERVIDOR" #~ msgstr "USUÁRIO@USUÁRIONOPROXY@SERVIDOR"
#~ msgid "USER@SITE_PROXYUSER" #~ msgid "USER@SITE_PROXYUSER"
#~ msgstr "USUÁRIO@SERVIDOR_USUÁRIONOPROXY" #~ msgstr "USUÁRIO@SERVIDOR_USUÁRIONOPROXY"
#~ msgid "ProxyUser@SITE" #~ msgid "ProxyUser@SITE"
#~ msgstr "USUÁRIONOPROXY@SERVIDOR" #~ msgstr "USUÁRIONOPROXY@SERVIDOR"
#~ msgid "LOGIN_then_USER@SITE" #~ msgid "LOGIN_then_USER@SITE"
#~ msgstr "LOGIN_então_USUÁRIO@SERVIDOR" #~ msgstr "LOGIN_então_USUÁRIO@SERVIDOR"
#~ msgid "OPENSITE" #~ msgid "OPENSITE"
#~ msgstr "SITEABERTO" #~ msgstr "SITEABERTO"
+155 -72
View File
@@ -7,16 +7,146 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n" "Report-Msgid-Bugs-To: prozilla-dev@disconnected-by-peer.at\n"
"POT-Creation-Date: 2010-09-01 18:53+0200\n" "POT-Creation-Date: 2026-07-14 16:55+0200\n"
"PO-Revision-Date: 2001-08-21 06:14+0300\n" "PO-Revision-Date: 2001-08-21 06:14+0300\n"
"Last-Translator: Flower <flower_os@yahoo.com>\n" "Last-Translator: Flower <flower_os@yahoo.com>\n"
"Language-Team: RTFS <rtfs-project@lists.sourceforge.net>\n" "Language-Team: RTFS <rtfs-project@lists.sourceforge.net>\n"
"Language: ro\n" "Language: ro\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n" "Content-Transfer-Encoding: ENCODING\n"
#: src/download_win.cpp:533 #: src/interface.c:278
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:301
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:317
#, fuzzy, c-format
msgid "File Size = %jdK"
msgstr "Mrimea fiierului = %ld Kb"
#: src/interface.c:320
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Mrimea fiierului este necunoscut"
#: src/interface.c:322
#, fuzzy, c-format
msgid "Total Bytes received %jd Kb (%.2f%%)"
msgstr "Am primit %ld Kb"
#: src/interface.c:328
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:336
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d minute i %d secunde"
#: src/interface.c:338
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d minute i %d secunde"
#: src/interface.c:341
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d ore i %d minute"
#: src/interface.c:350
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUARE posibil"
#: src/interface.c:352
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUARE imposibil"
#: src/download_win.cpp:154
#, fuzzy
msgid "Creating the thread that gets info about file..\n"
msgstr "Creez firul care ia informaii despre fiier."
#: src/download_win.cpp:326
msgid ""
"Write Error: There may not be enough free space or a disk write failed when "
"attempting to create output file\n"
msgstr ""
#: src/download_win.cpp:334
msgid ""
"RESUME supported\n"
"\n"
msgstr ""
#: src/download_win.cpp:338
#, fuzzy
msgid "RESUME NOT supported\n"
msgstr "CONTINUARE imposibil"
#: src/download_win.cpp:364
#, fuzzy, c-format
msgid ""
"File Size = %jd Kb\n"
"\n"
msgstr "Mrimea fiierului = %ld Kb"
#: src/download_win.cpp:369
#, fuzzy
msgid ""
"File Size is UNKNOWN\n"
"\n"
msgstr "Mrimea fiierului este necunoscut"
#: src/download_win.cpp:402
msgid "File size is less than the minimum, skipping ftpsearch"
msgstr "Fișierul este mai mic decât limita minimă; se omite căutarea FTP"
#: src/download_win.cpp:413
#, fuzzy, c-format
msgid "The URL %s doesnt exist!\n"
msgstr "URL-ul %s nu exist!"
#: src/download_win.cpp:421
#, c-format
msgid "An error occurred: %s \n"
msgstr "A apărut o eroare: %s \n"
#: src/download_win.cpp:443
msgid "No suitable mirrors were found, downloading from original server\n"
msgstr "Nu s-au găsit servere oglindă potrivite; se descarcă de pe serverul original\n"
#: src/download_win.cpp:503
#, fuzzy
msgid "Got DL succesfully, now renaming file\n"
msgstr "Descrcare terminat, construiesc fiierul"
#: src/download_win.cpp:506
#, fuzzy, c-format
msgid "Renaming file %s .....\n"
msgstr "Construiesc fiierul %s ....."
#: src/download_win.cpp:524
#, fuzzy, c-format
msgid ""
"One connection of the download %s encountered a unrecoverable local error, "
"usually lack of free space, or a write to bad medium, or a problem with "
"permissions,so please fix this and retry\n"
msgstr ""
"Una dintre conexiunile descrcrii %s a ntmpinat o eroare local nereparabil, "
"de obicei cauzat de lipsa de spaiu, scrierea pe suport defectuos sau o "
"problem cu permisiunile, deci reparai eroarea i rencercai"
#: src/download_win.cpp:534
#, fuzzy, c-format #, fuzzy, c-format
msgid "" msgid ""
"A connection(s) of the download %s encountered a unrecoverable remote error, " "A connection(s) of the download %s encountered a unrecoverable remote error, "
@@ -27,6 +157,22 @@ msgstr ""
"de obicei cauzat de lipsa de spaiu, scrierea pe suport defectuos sau o " "de obicei cauzat de lipsa de spaiu, scrierea pe suport defectuos sau o "
"problem cu permisiunile, deci reparai eroarea i rencercai" "problem cu permisiunile, deci reparai eroarea i rencercai"
#: src/download_win.cpp:570
msgid "All Done.\n"
msgstr "Totul este gata.\n"
#: src/ftpsearch_win.cpp:53
#, c-format
msgid ""
"Attempting to get %d mirrors from %s\n"
"\n"
msgstr ""
#: src/ftpsearch_win.cpp:95
#, c-format
msgid "Got mirror info, %d server(s) found\n"
msgstr "Informații despre oglinzi primite, %d server(e) găsit(e)\n"
#: src/init.cpp:83 #: src/init.cpp:83
msgid "unable to create the directory to store the config info in" msgid "unable to create the directory to store the config info in"
msgstr "" msgstr ""
@@ -136,8 +282,8 @@ msgstr ""
#: src/main.cpp:480 #: src/main.cpp:480
#, c-format #, c-format
msgid "" msgid ""
"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." "The available servers are (0) filesearching.com and (1) "
"es\n" "ftpsearch.elmundo.es\n"
"Please type proz --help for help\n" "Please type proz --help for help\n"
msgstr "" msgstr ""
@@ -151,65 +297,14 @@ msgstr "Eroare: optiune invalid\n"
msgid "%s does not seem to be a valid URL" msgid "%s does not seem to be a valid URL"
msgstr "%s nu pare s fie un URL valid" msgstr "%s nu pare s fie un URL valid"
#: src/main.cpp:540
msgid "Starting....."
msgstr "Pornire....."
#: src/prefs.cpp:549 #: src/prefs.cpp:549
msgid "could not open preferences file for reading" msgid "could not open preferences file for reading"
msgstr "" msgstr ""
#: src/interface.c:286
#, c-format
msgid "Connection Server Status Received"
msgstr ""
#: src/interface.c:309
#, c-format
msgid " %2d %-25.25s %-15.15s %10.1fK of %.1fK"
msgstr ""
#: src/interface.c:325
#, fuzzy, c-format
msgid "File Size = %lldK"
msgstr "Mrimea fiierului = %ld Kb"
#: src/interface.c:327
#, fuzzy
msgid "File Size = UNKNOWN"
msgstr "Mrimea fiierului este necunoscut"
#: src/interface.c:329
#, fuzzy, c-format
msgid "Total Bytes received %lld Kb (%.2f%%)"
msgstr "Am primit %ld Kb"
#: src/interface.c:335
#, c-format
msgid "Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"
msgstr ""
#: src/interface.c:343
#, fuzzy, c-format
msgid "Time Remaining %d Seconds"
msgstr "%d minute i %d secunde"
#: src/interface.c:345
#, fuzzy, c-format
msgid "Time Remaining %d Minutes %d Seconds"
msgstr "%d minute i %d secunde"
#: src/interface.c:348
#, fuzzy, c-format
msgid "Time Remaining %d Hours %d minutes"
msgstr "%d ore i %d minute"
#: src/interface.c:357
#, fuzzy
msgid "Resume Supported"
msgstr "CONTINUARE posibil"
#: src/interface.c:359
#, fuzzy
msgid "Resume NOT Supported"
msgstr "CONTINUARE imposibil"
#~ msgid "USER@SITE" #~ msgid "USER@SITE"
#~ msgstr "USER@SITE" #~ msgstr "USER@SITE"
@@ -439,9 +534,6 @@ msgstr "CONTINUARE imposibil"
#~ msgid "Got info succesfully" #~ msgid "Got info succesfully"
#~ msgstr "Informaii primite" #~ msgstr "Informaii primite"
#~ msgid "The URL %s doesnt exist!"
#~ msgstr "URL-ul %s nu exist!"
#~ msgid "Average Speed = %.3f Kb/sec" #~ msgid "Average Speed = %.3f Kb/sec"
#~ msgstr "Viteza medie = %.3f Kb/sec" #~ msgstr "Viteza medie = %.3f Kb/sec"
@@ -451,12 +543,6 @@ msgstr "CONTINUARE imposibil"
#~ msgid "Waiting till all threads terminate" #~ msgid "Waiting till all threads terminate"
#~ msgstr "Atept s se terminte toate firele" #~ msgstr "Atept s se terminte toate firele"
#~ msgid "Got DL succesfully, now building file"
#~ msgstr "Descrcare terminat, construiesc fiierul"
#~ msgid "Building file %s ....."
#~ msgstr "Construiesc fiierul %s ....."
#~ msgid "" #~ msgid ""
#~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "Error the server/proxy lied about resuming so I have to restart this from "
#~ "the begiining!" #~ "the begiining!"
@@ -467,9 +553,6 @@ msgstr "CONTINUARE imposibil"
#~ msgid "Close" #~ msgid "Close"
#~ msgstr "nchide" #~ msgstr "nchide"
#~ msgid "Creating the thread that gets info about file.."
#~ msgstr "Creez firul care ia informaii despre fiier."
#~ msgid "Prozilla - Download Accelerator" #~ msgid "Prozilla - Download Accelerator"
#~ msgstr "Prozilla - Download Accelerator" #~ msgstr "Prozilla - Download Accelerator"
+25 -18
View File
@@ -25,6 +25,7 @@
#include <assert.h> #include <assert.h>
#include <limits.h> #include <limits.h>
#include <errno.h> #include <errno.h>
#include <inttypes.h>
#ifdef HAVE_NCURSES_H #ifdef HAVE_NCURSES_H
#include <ncurses.h> #include <ncurses.h>
#else #else
@@ -150,7 +151,7 @@ DL_Window::dl_start(int num_connections, boolean ftpsearch)
connection = proz_connection_init(&u, &getinfo_mutex); connection = proz_connection_init(&u, &getinfo_mutex);
proz_connection_set_msg_proc(connection, ms, this); proz_connection_set_msg_proc(connection, ms, this);
PrintMessage("Creating the thread that gets info about file..\n"); PrintMessage(_("Creating the thread that gets info about file..\n"));
proz_get_url_info_loop(connection, &info_thread); proz_get_url_info_loop(connection, &info_thread);
status = DL_GETTING_INFO; status = DL_GETTING_INFO;
@@ -322,7 +323,7 @@ DL_Window::start_download()
if (ret == -1) if (ret == -1)
{ {
PrintMessage("Write Error: There may not be enough free space or a disk write failed when attempting to create output file\n"); PrintMessage(_("Write Error: There may not be enough free space or a disk write failed when attempting to create output file\n"));
status = DL_ABORTED; status = DL_ABORTED;
return; return;
} }
@@ -330,11 +331,11 @@ DL_Window::start_download()
/*Display resume status */ /*Display resume status */
if (download->resume_support) if (download->resume_support)
{ {
PrintMessage("RESUME supported\n\n"); PrintMessage(_("RESUME supported\n\n"));
} }
else else
{ {
PrintMessage("RESUME NOT supported\n"); PrintMessage(_("RESUME NOT supported\n"));
} }
gettimeofday(&update_time, NULL); gettimeofday(&update_time, NULL);
@@ -360,12 +361,12 @@ DL_Window::handle_info_thread()
if (connection->main_file_size != -1) if (connection->main_file_size != -1)
{ {
PrintMessage("File Size = %lld Kb\n\n", PrintMessage(_("File Size = %jd Kb\n\n"),
connection->main_file_size / 1024); (intmax_t) (connection->main_file_size / 1024));
} }
else else
{ {
PrintMessage("File Size is UNKOWN\n\n"); PrintMessage(_("File Size is UNKNOWN\n\n"));
} }
//Added ftpsearch only is size > min size //Added ftpsearch only is size > min size
@@ -398,7 +399,7 @@ DL_Window::handle_info_thread()
{ {
if ((connection->main_file_size / 1024 >= rt.min_search_size) && (do_ftpsearch == TRUE)) if ((connection->main_file_size / 1024 >= rt.min_search_size) && (do_ftpsearch == TRUE))
{ {
PrintMessage("File size is less than the minimum, skipping ftpsearch"); PrintMessage(_("File size is less than the minimum, skipping ftpsearch"));
} }
do_download(); do_download();
@@ -409,7 +410,7 @@ DL_Window::handle_info_thread()
if ((connection->err == FTPNSFOD) || if ((connection->err == FTPNSFOD) ||
(connection->err == HTTPNSFOD)) (connection->err == HTTPNSFOD))
{ {
PrintMessage("The URL %s doesnt exist!\n", PrintMessage(_("The URL %s doesnt exist!\n"),
connection->u.url); connection->u.url);
got_dl = FALSE; got_dl = FALSE;
got_info = FALSE; got_info = FALSE;
@@ -417,7 +418,7 @@ DL_Window::handle_info_thread()
} }
else else
{ {
PrintMessage("An error occurred: %s \n", PrintMessage(_("An error occurred: %s \n"),
proz_strerror(connection->err)); proz_strerror(connection->err));
got_dl = FALSE; got_dl = FALSE;
got_info = FALSE; got_info = FALSE;
@@ -439,7 +440,7 @@ DL_Window::handle_ftpsearch()
if (ftpsearch_win->request->num_mirrors == 0) if (ftpsearch_win->request->num_mirrors == 0)
{ {
using_ftpsearch = FALSE; using_ftpsearch = FALSE;
PrintMessage("No suitable mirrors were found, downloading from original server\n"); PrintMessage(_("No suitable mirrors were found, downloading from original server\n"));
do_download(); do_download();
return; return;
} }
@@ -499,10 +500,10 @@ DL_Window::handle_download_thread()
if (err == DLDONE) if (err == DLDONE)
{ {
PrintMessage("Got DL succesfully, now renaming file\n"); PrintMessage(_("Got DL succesfully, now renaming file\n"));
got_dl = TRUE; got_dl = TRUE;
PrintMessage("Renaming file %s .....\n", PrintMessage(_("Renaming file %s .....\n"),
download->u.file); download->u.file);
status = DL_JOINING; status = DL_JOINING;
proz_download_join_downloads(download); proz_download_join_downloads(download);
@@ -520,7 +521,7 @@ DL_Window::handle_download_thread()
if (err == DLLOCALFATAL) if (err == DLLOCALFATAL)
{ {
PrintMessage("One connection of the download %s encountered a unrecoverable local error, usually lack of free space, or a write to bad medium, or a problem with permissions,so please fix this and retry\n", PrintMessage(_("One connection of the download %s encountered a unrecoverable local error, usually lack of free space, or a write to bad medium, or a problem with permissions,so please fix this and retry\n"),
connection->u.url); connection->u.url);
got_dl = FALSE; got_dl = FALSE;
status = DL_FATALERR; status = DL_FATALERR;
@@ -566,7 +567,7 @@ DL_Window::handle_joining_thread()
/*has the user pressed OK at the end of the download */ /*has the user pressed OK at the end of the download */
if (bDone == true) if (bDone == true)
{ {
PrintMessage("All Done.\n"); PrintMessage(_("All Done.\n"));
//curses_query_user_input("Press any key to exit."); //curses_query_user_input("Press any key to exit.");
proz_download_delete_dl_file(download); proz_download_delete_dl_file(download);
proz_download_free_download(download, 0); proz_download_free_download(download, 0);
@@ -656,9 +657,15 @@ DL_Window::print_status(download_t *download, int quiet_mode)
//WGET looks like this: //WGET looks like this:
//xx% [=======> ] nnn,nnn,nnn XXXX.XXK/s ETA hh:mm:ss //xx% [=======> ] nnn,nnn,nnn XXXX.XXK/s ETA hh:mm:ss
fprintf(stdout, " %.2lf%% %zdKb/%zdkb %0.3fKb/s ETA %s \r", if (totalFile > 0)
((float)totalDownloaded) / ((float)totalFile / 100), fprintf(stdout,
totalDownloaded, totalFile, (float)aveSpeed, timeLeft); " %.2f%% %jdKb/%jdkb %0.3fKb/s ETA %s \r",
((double) totalDownloaded * 100.0) / (double) totalFile,
(intmax_t) totalDownloaded, (intmax_t) totalFile,
(double) aveSpeed, timeLeft);
else
fprintf(stdout, " %jdKb %0.3fKb/s ETA %s \r",
(intmax_t) totalDownloaded, (double) aveSpeed, timeLeft);
fflush(stdout); fflush(stdout);
} }
} }
+2 -2
View File
@@ -50,7 +50,7 @@ FTPS_Window::fetch_mirror_info(urlinfo * u, off_t file_size,
request = proz_ftps_request_init(u, file_size, ftps_loc, request = proz_ftps_request_init(u, file_size, ftps_loc,
server_type, num_req_mirrors); server_type, num_req_mirrors);
PrintMessage("Attempting to get %d mirrors from %s\n\n", num_req_mirrors, ftps_loc); PrintMessage(_("Attempting to get %d mirrors from %s\n\n"), num_req_mirrors, ftps_loc);
//proz_connection_set_msg_proc (request->connection, //proz_connection_set_msg_proc (request->connection,
// ftps_win_message_proc, this); // ftps_win_message_proc, this);
proz_get_complete_mirror_list(request); proz_get_complete_mirror_list(request);
@@ -92,7 +92,7 @@ FTPS_Window::callback()
request->ping_timeout.tv_usec = 0; request->ping_timeout.tv_usec = 0;
//Launch the pinging thread //Launch the pinging thread
PrintMessage("Got mirror info, %d server(s) found\n", request->num_mirrors); PrintMessage(_("Got mirror info, %d server(s) found\n"), request->num_mirrors);
proz_mass_ping(request); proz_mass_ping(request);
ping_running = TRUE; ping_running = TRUE;
return MASSPINGINPROGRESS; return MASSPINGINPROGRESS;
+14 -12
View File
@@ -38,6 +38,7 @@
#include <ctype.h> #include <ctype.h>
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <inttypes.h>
#include "interface.h" #include "interface.h"
#include "misc.h" #include "misc.h"
#include "main.h" #include "main.h"
@@ -274,8 +275,8 @@ void DisplayCursesInfo(download_t * download)
// erase(); // erase();
refresh(); refresh();
attrset(COLOR_PAIR(HIGHLIGHT_PAIR) | A_BOLD); attrset(COLOR_PAIR(HIGHLIGHT_PAIR) | A_BOLD);
snprintf(buf, sizeof(buf), _("Connection Server Status Received")); snprintf(buf, sizeof(buf), "%s", _("Connection Server Status Received"));
mvprintw(line++, 1, buf); mvprintw(line++, 1, "%s", buf);
attrset(COLOR_PAIR(NULL_PAIR)); attrset(COLOR_PAIR(NULL_PAIR));
@@ -303,7 +304,7 @@ void DisplayCursesInfo(download_t * download)
(float)proz_connection_get_total_bytes_got(download-> (float)proz_connection_get_total_bytes_got(download->
pconnections[i]) / 1024, pconnections[i]) / 1024,
((float)download->pconnections[i]->main_file_size / 1024) / download->num_connections); ((float)download->pconnections[i]->main_file_size / 1024) / download->num_connections);
mvprintw(line++, 1, buf); mvprintw(line++, 1, "%s", buf);
} }
line = line + 2; line = line + 2;
@@ -313,19 +314,20 @@ void DisplayCursesInfo(download_t * download)
attrset(COLOR_PAIR(HIGHLIGHT_PAIR)); attrset(COLOR_PAIR(HIGHLIGHT_PAIR));
if (download->main_file_size > 0) if (download->main_file_size > 0)
mvprintw(line++, 1, _("File Size = %lldK"), download->main_file_size / 1024); mvprintw(line++, 1, _("File Size = %jdK"),
(intmax_t) (download->main_file_size / 1024));
else else
mvprintw(line++, 1, _("File Size = UNKNOWN")); mvprintw(line++, 1, "%s", _("File Size = UNKNOWN"));
snprintf(buf, sizeof(buf), _("Total Bytes received %lld Kb (%.2f%%)"), snprintf(buf, sizeof(buf), _("Total Bytes received %jd Kb (%.2f%%)"),
total_bytes_got, (intmax_t) total_bytes_got,
(((float)total_bytes_got * 100) / ((float)download->main_file_size / 1024))); (((float)total_bytes_got * 100) / ((float)download->main_file_size / 1024)));
line++; line++;
mvprintw(line++, 1, buf); mvprintw(line++, 1, "%s", buf);
snprintf(buf, sizeof(buf), _("Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"), snprintf(buf, sizeof(buf), _("Current speed = %1.2fKb/s, Average D/L speed = %1.2fKb/s"),
current_dl_speed, proz_download_get_average_speed(download) / 1024); current_dl_speed, proz_download_get_average_speed(download) / 1024);
mvprintw(line++, 1, buf); mvprintw(line++, 1, "%s", buf);
clrtoeol(); clrtoeol();
if ((secs_left = proz_download_get_est_time_left(download)) != -1) if ((secs_left = proz_download_get_est_time_left(download)) != -1)
@@ -339,15 +341,15 @@ void DisplayCursesInfo(download_t * download)
snprintf(buf, sizeof(buf), _("Time Remaining %d Hours %d minutes"), secs_left / 3600, snprintf(buf, sizeof(buf), _("Time Remaining %d Hours %d minutes"), secs_left / 3600,
(secs_left % 3600) / 60); (secs_left % 3600) / 60);
mvprintw(line++, 1, buf); mvprintw(line++, 1, "%s", buf);
clrtoeol(); clrtoeol();
line++; line++;
attrset(COLOR_PAIR(HIGHLIGHT_PAIR) | A_BOLD); attrset(COLOR_PAIR(HIGHLIGHT_PAIR) | A_BOLD);
if (download->resume_support) if (download->resume_support)
mvprintw(line++, 1, _("Resume Supported")); mvprintw(line++, 1, "%s", _("Resume Supported"));
else else
mvprintw(line++, 1, _("Resume NOT Supported")); mvprintw(line++, 1, "%s", _("Resume NOT Supported"));
} }
attrset(COLOR_PAIR(NULL_PAIR)); attrset(COLOR_PAIR(NULL_PAIR));
refresh(); refresh();
+17 -17
View File
@@ -257,13 +257,13 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the -k option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the -k option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
if (rt.num_connections == 0) if (rt.num_connections == 0)
{ {
printf(_("Hey! How can I download anything with 0 (Zero)" " connections!?\n" "Please type proz --help for help\n")); printf("%s", _("Hey! How can I download anything with 0 (Zero)" " connections!?\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
@@ -275,7 +275,7 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the -t or --tries option(s)\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the -t or --tries option(s)\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
break; break;
@@ -335,7 +335,7 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --retry-delay option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --retry-delay option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
break; break;
@@ -347,7 +347,7 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --timeout option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --timeout option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
break; break;
@@ -385,13 +385,13 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --pt option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --pt option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
if (rt.max_ping_wait == 0) if (rt.max_ping_wait == 0)
{ {
printf(_("Hey! Does waiting for a server response for Zero(0)" " seconds make and sense to you!?\n" "Please type proz --help for help\n")); printf("%s", _("Hey! Does waiting for a server response for Zero(0)" " seconds make and sense to you!?\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
@@ -404,13 +404,13 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --pao option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --pao option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
if (rt.max_simul_pings == 0) if (rt.max_simul_pings == 0)
{ {
printf(_("Hey you! Will pinging Zero(0) servers at once" " achive anything for me!?\n" "Please type proz --help for help\n")); printf("%s", _("Hey you! Will pinging Zero(0) servers at once" " achive anything for me!?\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
@@ -423,13 +423,13 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --pao option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --pao option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
if (rt.ftps_mirror_req_n == 0) if (rt.ftps_mirror_req_n == 0)
{ {
printf(_("Hey! Will requesting Zero(0) servers at once" "from the ftpearch achive anything!?\n" "Please type proz --help for help\n")); printf("%s", _("Hey! Will requesting Zero(0) servers at once" "from the ftpearch achive anything!?\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
@@ -442,7 +442,7 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --max-bps option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --max-bps option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
break; break;
@@ -458,7 +458,7 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --min-size option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --min-size option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
break; break;
@@ -471,13 +471,13 @@ main(int argc, char **argv)
/* /*
* The call failed due to a invalid arg * The call failed due to a invalid arg
*/ */
printf(_("Error: Invalid arguments for the --ftpsid option\n" "Please type proz --help for help\n")); printf("%s", _("Error: Invalid arguments for the --ftpsid option\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
if (rt.ftpsearch_server_id < 0 || rt.ftpsearch_server_id > 1) if (rt.ftpsearch_server_id < 0 || rt.ftpsearch_server_id > 1)
{ {
printf(_("The available servers are (0) filesearching.com and (1) ftpsearch.elmundo.es\n" "Please type proz --help for help\n")); printf("%s", _("The available servers are (0) filesearching.com and (1) ftpsearch.elmundo.es\n" "Please type proz --help for help\n"));
exit(0); exit(0);
} }
@@ -486,7 +486,7 @@ main(int argc, char **argv)
default: default:
printf(_("Error: Invalid option\n")); printf("%s", _("Error: Invalid option\n"));
exit(0); exit(0);
} }
} }
@@ -537,7 +537,7 @@ main(int argc, char **argv)
if (opt_file) if (opt_file)
url_data->file = opt_file; url_data->file = opt_file;
PrintMessage("Starting....."); PrintMessage(_("Starting....."));
//In to %s\n",url_data->host); //In to %s\n",url_data->host);
// start the download // start the download
ret = open_new_dl_win(url_data, rt.ftp_search); ret = open_new_dl_win(url_data, rt.ftp_search);