From da5195c6bf527d8c4dfeaf2fefedf5e1615daf3c Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Tue, 14 Jul 2026 17:13:57 +0200 Subject: [PATCH] Release ProZilla 2.2.0 with translated status output --- CMakeLists.txt | 2 +- po/CMakeLists.txt | 24 ++- po/de.po | 210 +++++++++++++++++++------- po/es.po | 253 +++++++++++++++++++++---------- po/fr.po | 328 ++++++++++++++++++++++++---------------- po/it.po | 268 ++++++++++++++++++++------------ po/nl.po | 208 +++++++++++++++++-------- po/prozilla.pot | 206 +++++++++++++++++-------- po/pt_BR.po | 344 +++++++++++++++++++++++++----------------- po/ro.po | 227 +++++++++++++++++++--------- src/download_win.cpp | 43 +++--- src/ftpsearch_win.cpp | 4 +- src/interface.c | 8 +- src/main.cpp | 2 +- 14 files changed, 1402 insertions(+), 725 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b64520..48a9836 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) -project(prozilla VERSION 2.1.0 LANGUAGES C CXX) +project(prozilla VERSION 2.2.0 LANGUAGES C CXX) include(GNUInstallDirs) include(CheckIncludeFile) diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index c35aae6..6c66508 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,7 +1,21 @@ -file(GLOB translation_catalogs CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/*.gmo") -foreach(catalog IN LISTS translation_catalogs) - get_filename_component(language "${catalog}" NAME_WE) - install(FILES "${catalog}" +find_program(MSGFMT_EXECUTABLE msgfmt) +file(GLOB translation_sources CONFIGURE_DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/*.po") + +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" 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() diff --git a/po/de.po b/po/de.po index e741bae..c3a1cb6 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: prozilla 2.0.5\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" "Last-Translator: Mario Fetka \n" "Language-Team: none\n" @@ -20,7 +20,135 @@ msgstr "" "X-Poedit-Country: AUSTRIA\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 msgid "" "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 " "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 msgid "unable to create the directory to store the config info in" msgstr "Konnte das Verzeichnis für die Log-Datei nicht erstellen" @@ -170,8 +314,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" "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" msgstr "%s scheint keine gültige URL sein" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Start....." + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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" diff --git a/po/es.po b/po/es.po index 92aab08..d8717fe 100644 --- a/po/es.po +++ b/po/es.po @@ -1,4 +1,4 @@ -# translation of proz.po to Espaol +# translation of proz.po to Español # Copyright (C) 2006 # This file is distributed under the same license as the PACKAGE package. # @@ -7,39 +7,178 @@ msgid "" msgstr "" "Project-Id-Version: proz\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" "Last-Translator: Luciano Bello \n" -"Language-Team: Espao \n" +"Language-Team: Españoñ \n" "Language: es\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" "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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " "usually the file not being present in the remote server, therefore the " "download had to be aborted!\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" +"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: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 msgid "unable to create the directory to store the config info in" -msgstr "imposible crear el directorio para guardar la configuracin" +msgstr "imposible crear el directorio para guardar la configuración" #: src/init.cpp:88 msgid "Error while stating the config info directory" -msgstr "Error mientras se define el directorio de configuracin" +msgstr "Error mientras se define el directorio de configuración" #: src/main.cpp:182 #, c-format msgid "%s. Version: %s\n" -msgstr "%s. Versin: %s\n" +msgstr "%s. Versión: %s\n" #: src/main.cpp:260 #, c-format @@ -47,7 +186,7 @@ msgid "" "Error: Invalid arguments for the -k option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argmentos no vlidos para la opcin -k\n" +"Error: Argmentos no válidos para la opción -k\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:266 @@ -56,7 +195,7 @@ msgid "" "Hey! How can I download anything with 0 (Zero) connections!?\n" "Please type proz --help for help\n" msgstr "" -"Hey! Cmo 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" #: src/main.cpp:278 @@ -65,7 +204,7 @@ msgid "" "Error: Invalid arguments for the -t or --tries option(s)\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin -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" #: src/main.cpp:338 @@ -74,7 +213,7 @@ msgid "" "Error: Invalid arguments for the --retry-delay option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --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" #: src/main.cpp:350 @@ -83,7 +222,7 @@ msgid "" "Error: Invalid arguments for the --timeout option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --timeout\n" +"Error: Argumentos no válidos para la opción --timeout\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:388 @@ -92,7 +231,7 @@ msgid "" "Error: Invalid arguments for the --pt option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --pt\n" +"Error: Argumentos no válidos para la opción --pt\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:394 @@ -102,7 +241,7 @@ msgid "" "to you!?\n" "Please type proz --help for help\n" 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" "Por favor, escriba proz --help para ver la ayuda\n" @@ -112,7 +251,7 @@ msgid "" "Error: Invalid arguments for the --pao option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --pao\n" +"Error: Argumentos no válidos para la opción --pao\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:413 @@ -121,7 +260,7 @@ msgid "" "Hey you! Will pinging Zero(0) servers at once achive anything for me!?\n" "Please type proz --help for help\n" 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" #: src/main.cpp:432 @@ -138,7 +277,7 @@ msgid "" "Error: Invalid arguments for the --max-bps option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --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" #: src/main.cpp:461 @@ -147,7 +286,7 @@ msgid "" "Error: Invalid arguments for the --min-size option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --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" #: src/main.cpp:474 @@ -156,82 +295,34 @@ msgid "" "Error: Invalid arguments for the --ftpsid option\n" "Please type proz --help for help\n" msgstr "" -"Error: Argumentos no vlidos para la opcin --ftpsid\n" +"Error: Argumentos no válidos para la opción --ftpsid\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" -"Los servidores disponibles son (0) filesearching.com y (1) ftpsearch.elmundo." -"es\n" +"Los servidores disponibles son (0) filesearching.com y (1) " +"ftpsearch.elmundo.es\n" "Por favor, escriba proz --help para ver la ayuda\n" #: src/main.cpp:489 #, c-format msgid "Error: Invalid option\n" -msgstr "Error: Opcin Invlida\n" +msgstr "Error: Opción Inválida\n" #: src/main.cpp:526 #, c-format msgid "%s does not seem to be a valid URL" -msgstr "%s no parece ser una URL vlida" +msgstr "%s no parece ser una URL válida" + +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Iniciando....." #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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 "" diff --git a/po/fr.po b/po/fr.po index ddd7c5f..b063ece 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,26 +7,173 @@ msgid "" msgstr "" "Project-Id-Version: prozgui 2.0.4\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" "Last-Translator: Eric Lassauge \n" "Language-Team: Gozer le maudit \n" "Language: fr\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" -#: 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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " "usually the file not being present in the remote server, therefore the " "download had to be aborted!\n" msgstr "" -"Une connexion du tlchargement %s a eu une erreur fatale, priorile " -"fichier n'est pas prsent sur le serveur distant, le tlchargement a dutre " +"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 " "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 msgid "unable to create the directory to store the config info in" msgstr "" @@ -136,8 +283,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" @@ -151,99 +298,48 @@ msgstr "Erreur: option invalide\n" msgid "%s does not seem to be a valid URL" msgstr "%s n'est pas une URL valide" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Démarrage....." + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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" -#~ msgstr "Configuration des prfrences de Prozilla" +#~ msgstr "Configuration des préférences de Prozilla" #~ msgid "General" -#~ msgstr "Gnral" +#~ msgstr "Général" #~ msgid "Number of Threads:" #~ msgstr "Nombre de \"Threads\":" #~ msgid "Use PASV for FTP transfers (recommended)" -#~ msgstr "Utiliser PASV pour les transferts FTP (recommand)" +#~ msgstr "Utiliser PASV pour les transferts FTP (recommandé)" #~ msgid "" #~ "Ask the HTTP proxies not to cache requests between sessions (default is " #~ "off)" #~ msgstr "" -#~ "Demander aux proxies HTTP de ne pas faire de cache pour les requtes " -#~ "entre les sessions (pas fait par dfaut)" +#~ "Demander aux proxies HTTP de ne pas faire de cache pour les requêtes " +#~ "entre les sessions (pas fait par défaut)" #~ msgid "Retry Delay (Sec):" -#~ msgstr "Dlai entre les tentatives (sec):" +#~ msgstr "Délai entre les tentatives (sec):" #~ msgid "Timeout Period (Sec):" -#~ msgstr "Dure de hors-temps (sec):" +#~ msgstr "Durée de hors-temps (sec):" #~ msgid "Directory to download the files:" -#~ msgstr "Rpertoire o tlcharger les fichiers:" +#~ msgstr "Répertoire où télécharger les fichiers:" #~ msgid "Limit bandwith usage PER download to (Kbps) (0 = unlimited):" #~ msgstr "" -#~ "Limiter la bande passante par tlchargement (Kps) (0 = illimit):" +#~ "Limiter la bande passante par téléchargement à (Kps) (0 = illimité):" #~ msgid "Hostname:" -#~ msgstr "Nom d'hte:" +#~ msgstr "Nom d'hôte:" #~ msgid "HTTP Proxy:" #~ msgstr "Proxy HTTP:" @@ -267,7 +363,7 @@ msgstr "CONTINUATION impossible" #~ msgstr "Utiliser un proxy FTP" #~ msgid "Direct Connection to the Internet" -#~ msgstr "Connexion directe Internet" +#~ msgstr "Connexion directe à Internet" #~ msgid "Use proxies" #~ msgstr "Utiliser des proxies" @@ -276,31 +372,31 @@ msgstr "CONTINUATION impossible" #~ msgstr "Recherche FTP" #~ msgid "Number of mirrors to request:" -#~ msgstr "Nombre de sites miroirs interroger:" +#~ msgstr "Nombre de sites miroirs à interroger:" #~ msgid "Ping Timeout (Sec):" #~ msgstr "Hors temps pour ping (Sec):" #~ 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" #~ msgstr "Faire les recherches FTP automatiquement" #~ msgid "FTPSearch Server to use:" -#~ msgstr "Serveur de recherche FTP utiliser:" +#~ msgstr "Serveur de recherche FTP à utiliser:" #~ msgid "Cancel" #~ msgstr "Annuler" #~ msgid "Prozilla Download Accelerator 2.0.4" -#~ msgstr "Acclrateur de tlchargement Prozilla 2.0.4" +#~ msgstr "Accélérateur de téléchargement Prozilla 2.0.4" #~ msgid "GUI Version 2.0.4" #~ msgstr "IHM Version 2.0.4" #~ msgid "Credits" -#~ msgstr "Crdits" +#~ msgstr "Crédits" #~ msgid "Kalum Somaratna - Main Programming" #~ 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 " #~ " and I will correct it" #~ msgstr "" -#~ "Si vous avez contribu et n'tes pas list, milles excuses et envoyez un " -#~ "mel et je corrigerais a." +#~ "Si vous avez contribué et n'êtes pas listé, milles excuses et envoyez un " +#~ "mel à et je corrigerais ça." #~ msgid "" #~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and " #~ "system resources at genesys.ro, testing" #~ msgstr "" -#~ "Silviu Marin-Caea - (notre administrateur systme) Dons de bande " -#~ "passanteet de ressources systme chez genesys.ro, tests" +#~ "Silviu Marin-Caea - (notre administrateur système) Dons de bande " +#~ "passanteet de ressources système chez genesys.ro, tests" -#~ msgid "Pablo Iranzo Gmez - testing" -#~ msgstr "Pablo Iranzo Gmez - tests" +#~ msgid "Pablo Iranzo Gómez - testing" +#~ msgstr "Pablo Iranzo Gómez - tests" #~ msgid "Krogg - The cool Prozilla logo" #~ msgstr "Krogg - Le logo Prozilla" @@ -363,7 +459,7 @@ msgstr "CONTINUATION impossible" #~ msgstr "Alberto Zanoni - Traduction en italien" #~ msgid "Eric Lassauge - French Translation" -#~ msgstr "Eric Lassauge - Traduction en franais" +#~ msgstr "Eric Lassauge - Traduction en français" #~ msgid "Webpage - 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)" #~ msgid "FTPSearch for mirrors (Experimental)" -#~ msgstr "Recherches FTP pour les sites miroirs (exprimental)" +#~ msgstr "Recherches FTP pour les sites miroirs (expérimental)" #~ msgid "Abort, Resume Later" #~ msgstr "Interrompre, continuer + tard" @@ -385,10 +481,10 @@ msgstr "CONTINUATION impossible" #~ msgstr "Interrompre, pas de continuation + tard" #~ msgid "Estimated Time Left" -#~ msgstr "Temps restant estim" +#~ msgstr "Temps restant estimé" #~ msgid "Creating file.............." -#~ msgstr "Cration du fichier.............." +#~ msgstr "Création du fichier.............." #~ msgid "Yes" #~ msgstr "Oui" @@ -399,43 +495,39 @@ msgstr "CONTINUATION impossible" #~ msgid "Are you Sure You want to quit?" #~ msgstr "Voulez-vous vraiment quitter?" -#~ msgid "Creating the thread that gets info about file.." -#~ msgstr "" -#~ "Cration du \"thread\" qui rcupre les informations sur le fichier..." - #~ msgid "I am unable to delete the target file!" -#~ msgstr "Impossible de dtruire le fichier cible!" +#~ msgstr "Impossible de détruire le fichier cible!" #~ msgid "" #~ "A error occured while processing the logfile! Assuming default number of " #~ "connections" #~ msgstr "" #~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede " -#~ "connections par dfaut" +#~ "connections par défaut" #~ msgid "" #~ "The previous download used a different number of connections than the " #~ "default! so I will use the previous number of threads" #~ msgstr "" -#~ "Le tlchargement prcdent utilisait un nombre de connections " -#~ "diffrentde la valeur par dfaut! Utilisation du nombre de \"threads\" " -#~ "prcdent" +#~ "Le téléchargement précédent utilisait un nombre de connections " +#~ "différentde la valeur par défaut! Utilisation du nombre de \"threads\" " +#~ "précédent" #~ msgid "" #~ "A error occured while processing the logfile! Assuming default number of " #~ "connections to delete" #~ msgstr "" #~ "Erreur lors du traitement du fichier de traces! Utilisation du nombrede " -#~ "connections par dfaut dtuire" +#~ "connections par défaut à détuire" #~ 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 "" #~ "Previous download of %s exists, would you like to resume it or overwrite " #~ "it?" #~ msgstr "" -#~ "Un tlchargement prcdent de %s existe, voulez-vous l'craser ou " +#~ "Un téléchargement précédent de %s existe, voulez-vous l'écraser ou " #~ "continuer?" #~ msgid "Resume" @@ -454,13 +546,7 @@ msgstr "CONTINUATION impossible" #~ msgstr "Fin du \"thread\"" #~ msgid "Got info succesfully" -#~ msgstr "Rcupration russie 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, tlchargement depuis le site d'origine" +#~ msgstr "Récupération réussie des informations" #~ msgid "Average Speed = %.3f Kb/sec" #~ msgstr "Vitesse moyenne = %.3f Ko/sec" @@ -471,37 +557,21 @@ msgstr "CONTINUATION impossible" #~ msgid "Waiting till all threads terminate" #~ msgstr "Attente de la fin de tous les \"threads\"" -#~ msgid "Got DL succesfully, now building file" -#~ msgstr "Tlchargement russi, reconstruction du fichier" - -#~ msgid "Building file %s ....." -#~ msgstr "Reconstruction du fichier %s ....." - #~ msgid "" #~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "the beginning!" #~ msgstr "" -#~ "Erreur, le serveur/proxy a donn une fausse information sur sa capacit " -#~ "excuter une continuation, il est ncessaire de recommencer du dbut!" - -#~ 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 tlchargement %s a eu une erreur fatale, priori " -#~ "manquede place disque, ou criture sur un support en erreur, ou une " -#~ "problme avecles permissions de fichier, corriger ce problme avant de " -#~ "recommencer" +#~ "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!" #~ msgid "Close" #~ msgstr "Fermer" #~ msgid "%s contains just a hostname, it does not contain a file to download!" -#~ msgstr "%s contient juste un nom d'hte, pas de fichier tlcharger!" +#~ msgstr "%s contient juste un nom d'hôte, pas de fichier à télécharger!" #~ msgid "Prozilla - Download Accelerator" -#~ msgstr "Prozilla - Acclrateur de tlchargement" +#~ msgstr "Prozilla - Accélérateur de téléchargement" #~ msgid "&File" #~ msgstr "&Fichier" @@ -510,7 +580,7 @@ msgstr "CONTINUATION impossible" #~ msgstr "&Nouvelle URL" #~ msgid "&Preferences" -#~ msgstr "&Prfrences" +#~ msgstr "&Préférences" #~ msgid "&Quit" #~ msgstr "&Quitter" @@ -522,7 +592,7 @@ msgstr "CONTINUATION impossible" #~ msgstr "A &Propos" #~ msgid "%s does not seem to be a valid directory" -#~ msgstr "%s ne contient pas un rpertoire valide" +#~ msgstr "%s ne contient pas un répertoire valide" #~ msgid "%s does not seem to be a valid HTTP proxy value" #~ msgstr "%s ne contient pas une valeur de proxy HTTP valide" diff --git a/po/it.po b/po/it.po index 7e651c0..17bedd6 100644 --- a/po/it.po +++ b/po/it.po @@ -6,26 +6,176 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: \n" "Language-Team: \n" "Language: it\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" "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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " "usually the file not being present in the remote server, therefore the " "download had to be aborted!\n" 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, " -"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 msgid "unable to create the directory to store the config info in" @@ -136,8 +286,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" @@ -151,65 +301,14 @@ msgstr "Errore: opzione non valida\n" msgid "%s does not seem to be a valid URL" msgstr "%s non sembra essere un'URL valido" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Avvio....." + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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" #~ msgstr "Pannello Preferenze di Prozilla" @@ -332,7 +431,7 @@ msgstr "RESUME NON supportato" #~ " and I will correct it" #~ msgstr "" #~ "Se hai contribuito e non sei nella lista, ti prego di mandarmi un " -#~ "email e la corregger" +#~ "email e la correggerò" #~ msgid "" #~ "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 " #~ "considerevole di banda e risorse di sistema a genesys.ro, testing" -#~ msgid "Pablo Iranzo Gmez - testing" -#~ msgstr "Pablo Iranzo Gmez - testing" +#~ msgid "Pablo Iranzo Gómez - testing" +#~ msgstr "Pablo Iranzo Gómez - testing" #~ msgid "Krogg - The cool Prozilla logo" #~ msgstr "Krogg - Il simpatico logo di Prozilla" @@ -381,7 +480,7 @@ msgstr "RESUME NON supportato" #~ msgstr "Ricerca mirrors FTP (Sperimentale)" #~ msgid "Abort, Resume Later" -#~ msgstr "Abortisci; Riprendi pi tardi" +#~ msgstr "Abortisci; Riprendi più tardi" #~ msgid "Pause" #~ msgstr "Pausa" @@ -413,9 +512,6 @@ msgstr "RESUME NON supportato" #~ msgid "Are you Sure You want to quit?" #~ 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!" #~ 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 " #~ "connections" #~ 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" #~ msgid "" @@ -437,7 +533,7 @@ msgstr "RESUME NON supportato" #~ "A error occured while processing the logfile! Assuming default number of " #~ "connections to delete" #~ 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" #~ msgid "The target file %s exists, would you like to overwrite it?" @@ -467,16 +563,8 @@ msgstr "RESUME NON supportato" #~ msgid "Got info succesfully" #~ 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" -#~ msgstr "Velocit di trasferimento media = %.3f Kb/sec" +#~ msgstr "Velocità di trasferimento media = %.3f Kb/sec" #~ msgid "%d Seconds" #~ msgstr "%d Secondi" @@ -484,28 +572,12 @@ msgstr "RESUME NON supportato" #~ msgid "Waiting till all threads terminate" #~ 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 "" #~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "the begiining!" #~ msgstr "" -#~ "Errore: a causa del server/proxy non stato possibile riprendere il " -#~ "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" +#~ "Errore: a causa del server/proxy non è stato possibile riprendere il " +#~ "download perciò devo riprendere dall'inizio!" #~ msgid "Close" #~ msgstr "Chiudi" diff --git a/po/nl.po b/po/nl.po index 0e985a9..3eec1d0 100644 --- a/po/nl.po +++ b/po/nl.po @@ -7,16 +7,136 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: nl\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" -#: 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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " @@ -24,6 +144,22 @@ msgid "" "download had to be aborted!\n" 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 msgid "unable to create the directory to store the config info in" msgstr "" @@ -133,8 +269,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" @@ -148,62 +284,14 @@ msgstr "Fout: Ongeldige optie\n" msgid "%s does not seem to be a valid URL" msgstr "%s is geen URL" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Starten....." + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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" #~ msgstr "GEBRUIKER@SITE" @@ -321,9 +409,6 @@ msgstr "" #~ msgid "Abort, No Resume Later" #~ msgstr "Annuleer, Geen " -#~ msgid "Creating file.............." -#~ msgstr "Bestand maken.............." - #~ msgid "Attention!" #~ msgstr "Attentie!" @@ -348,9 +433,6 @@ msgstr "" #~ msgid "Overwrite" #~ msgstr "Overschrijven" -#~ msgid "The URL %s doesnt exist!" -#~ msgstr "De URL %s bestaat niet!" - #~ msgid "Average Speed = %.3f Kb/sec" #~ msgstr "Gemiddelde Snelheid = %.3f Kb/sec" diff --git a/po/prozilla.pot b/po/prozilla.pot index dfd3ca6..566f8cc 100644 --- a/po/prozilla.pot +++ b/po/prozilla.pot @@ -1,14 +1,14 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR Free Software Foundation, Inc. -# This file is distributed under the same license as the PACKAGE package. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the prozilla package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" 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" -"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" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,127 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " @@ -25,6 +145,22 @@ msgid "" "download had to be aborted!\n" 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 msgid "unable to create the directory to store the config info in" msgstr "" @@ -134,8 +270,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" @@ -149,58 +285,10 @@ msgstr "" msgid "%s does not seem to be a valid URL" msgstr "" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "" + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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 "" diff --git a/po/pt_BR.po b/po/pt_BR.po index 9b86d3f..3bca87f 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,26 +6,172 @@ msgid "" msgstr "" "Project-Id-Version: prozgui\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" "Last-Translator: Gustavo Noronha Silva \n" "Language-Team: Debian-BR \n" "Language: pt_BR\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" -#: 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 msgid "" "A connection(s) of the download %s encountered a unrecoverable remote error, " "usually the file not being present in the remote server, therefore the " "download had to be aborted!\n" msgstr "" -"Uma conexo do download %s encontrou um erro local irrecuperel, normalmente " -"isso quer dizer que o arquivo no est presente no servidor remoto, portanto " +"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 " "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 msgid "unable to create the directory to store the config info in" msgstr "" @@ -135,107 +281,56 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" #: src/main.cpp:489 #, c-format msgid "Error: Invalid option\n" -msgstr "Erro: opo invlida\n" +msgstr "Erro: opção inválida\n" #: src/main.cpp:526 #, c-format msgid "%s does not seem to be a valid URL" -msgstr "%s no parece uma URL vlida" +msgstr "%s não parece uma URL válida" + +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Iniciando....." #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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 "CONTINUAO suportada" - -#: src/interface.c:359 -#, fuzzy -msgid "Resume NOT Supported" -msgstr "CONTINUAO no suportada" - #~ msgid "Prozilla Preferences Panel" -#~ msgstr "Painel de Preferncias do Prozilla" +#~ msgstr "Painel de Preferências do Prozilla" #~ msgid "General" #~ msgstr "Geral" #~ msgid "Number of Threads:" -#~ msgstr "Nmero de Threads:" +#~ msgstr "Número de Threads:" #~ msgid "Use PASV for FTP transfers (recommended)" -#~ msgstr "Usar PASV para transferncias FTP (recomendado)" +#~ msgstr "Usar PASV para transferências FTP (recomendado)" #~ msgid "" #~ "Ask the HTTP proxies not to cache requests between sessions (default is " #~ "off)" #~ msgstr "" -#~ "Pedir aos proxies HTTP para no fazerem cache das requisies entre " -#~ "sesses (o padro desligado)" +#~ "Pedir aos proxies HTTP para não fazerem cache das requisições entre " +#~ "sessões (o padrão é desligado)" #~ msgid "Retry Delay (Sec):" #~ msgstr "Intervalo de Tentativas (Seg):" #~ msgid "Timeout Period (Sec):" -#~ msgstr "Tempo Limite de Operao (Seg):" +#~ msgstr "Tempo Limite de Operação (Seg):" #~ msgid "Directory to download the files:" -#~ msgstr "Diretrio 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):" #~ msgstr "Limitar largura de banda por download para (Kbps) (0 = ilimitado):" @@ -253,7 +348,7 @@ msgstr "CONTINUA #~ msgstr "Proxy HTTP:" #~ msgid "Username:" -#~ msgstr "Nome do usurio:" +#~ msgstr "Nome do usuário:" #~ msgid "Password:" #~ msgstr "Senha:" @@ -271,7 +366,7 @@ msgstr "CONTINUA #~ msgstr "Usar Proxy FTP" #~ msgid "Direct Connection to the Internet" -#~ msgstr "Conexo Direta Internet" +#~ msgstr "Conexão Direta à Internet" #~ msgid "Use proxies" #~ msgstr "Usar Proxy" @@ -280,7 +375,7 @@ msgstr "CONTINUA #~ msgstr "FTP Search" #~ msgid "Ping Timeout (Sec):" -#~ msgstr "Tempo Limite de Operao (Seg):" +#~ msgstr "Tempo Limite de Operação (Seg):" #~ msgid "OK" #~ msgstr "OK" @@ -292,19 +387,19 @@ msgstr "CONTINUA #~ msgstr "Acelerador de Downloads Prozilla 2.0.4beta" #~ msgid "GUI Version 2.0.4beta" -#~ msgstr "Verso da GUI: 2.0.4beta" +#~ msgstr "Versão da GUI: 2.0.4beta" #~ msgid "libprozilla version 1.0.0" -#~ msgstr "Verso da libprozilla: 1.0.1" +#~ msgstr "Versão da libprozilla: 1.0.1" #~ msgid "Credits" -#~ msgstr "Crditos" +#~ msgstr "Créditos" #~ msgid "Kalum Somaratna - Main Programming" -#~ msgstr "Kalum Somaratna - Programao Principal" +#~ msgstr "Kalum Somaratna - Programação Principal" #~ msgid "Uwe Hermann - Additional Programming" -#~ msgstr "Uwe Hermann - Programao Adicional" +#~ msgstr "Uwe Hermann - Programação Adicional" #~ msgid "" #~ "Gustavo Noronha Silva (KoV) - libprozilla GNU gettext support, deb " @@ -314,24 +409,24 @@ msgstr "CONTINUA #~ "mantenedor Debian" #~ msgid "Ralph Slooten - Web Page Maintainer, RPM packager, testing" -#~ msgstr "Ralph Slooten - Mantenedor da pgina Web, empacotador RPM, testador" +#~ msgstr "Ralph Slooten - Mantenedor da página Web, empacotador RPM, testador" #~ msgid "" #~ "If you have contributed and arent listed, I apologise and please mail me " #~ " and I will correct it" #~ msgstr "" -#~ "Se voc contribuiu e no est listado, peo desculpas e por favor envie " +#~ "Se você contribuiu e não está listado, peço desculpas e por favor envie " #~ "um email para e eu irei corrigir isso" #~ msgid "" #~ "Silviu Marin-Caea - (Our sysadmin) Donation of valuable bandwith and " #~ "system resources at genesys.ro, testing" #~ msgstr "" -#~ "Silviu Marin-Caea - (Nosso Administrador de Sistema) Doao de sistema e " +#~ "Silviu Marin-Caea - (Nosso Administrador de Sistema) Doação de sistema e " #~ "banda valorosos em genesys.ro e testador" -#~ msgid "Pablo Iranzo Gmez - testing" -#~ msgstr "Pablo Iranzo Gmez - testador" +#~ msgid "Pablo Iranzo Gómez - testing" +#~ msgstr "Pablo Iranzo Gómez - testador" #~ msgid "Krogg - The cool Prozilla logo" #~ msgstr "Krogg - O logo do Prozilla" @@ -340,28 +435,28 @@ msgstr "CONTINUA #~ msgstr "David L. Matthews - testador" #~ msgid "Translations" -#~ msgstr "Tradues" +#~ msgstr "Traduções" #~ msgid "Ruben Boer - Dutch Translation" -#~ msgstr "Ruben Boer - Traduo Holandesa" +#~ msgstr "Ruben Boer - Tradução Holandesa" #~ msgid "Ralph Slooten- Dutch Translation" -#~ msgstr "Ralph Slooten - Traduo Holandesa" +#~ msgstr "Ralph Slooten - Tradução Holandesa" #~ msgid "Flower - Romanian Translation" -#~ msgstr "Flower - Traduo Romena" +#~ msgstr "Flower - Tradução Romena" #~ msgid "Gustavo Noronha Silva (KoV) - Portugese Translation" -#~ msgstr "Gustavo Noronha Silva (KoV) - Traduo para Portugus" +#~ msgstr "Gustavo Noronha Silva (KoV) - Tradução para Português" #~ msgid "Webpage - http://prozilla.disconnected-by-peer.at/" -#~ msgstr "Pgina - http://prozilla.disconnected-by-peer.at/" +#~ msgstr "Página - http://prozilla.disconnected-by-peer.at/" #~ msgid "Please enter the URL" #~ msgstr "Por favor digite a URL" #~ msgid "Enter URL (CTRL+V to paste from clipboard)" -#~ msgstr "Digite a URL (CTRL+V para colar da rea de transferncia)" +#~ msgstr "Digite a URL (CTRL+V para colar da área de transferência)" #~ msgid "Abort, Resume Later" #~ msgstr "Abortar, continuar mais tarde" @@ -370,7 +465,7 @@ msgstr "CONTINUA #~ msgstr "Pausa" #~ msgid "Abort, No Resume Later" -#~ msgstr "Abortar, no continuar" +#~ msgstr "Abortar, não continuar" #~ msgid "URL:" #~ msgstr "URL:" @@ -382,7 +477,7 @@ msgstr "CONTINUA #~ msgstr "Criando arquivo.............." #~ msgid "Attention!" -#~ msgstr "Ateno!" +#~ msgstr "Atenção!" #~ msgid "Ok" #~ msgstr "Ok" @@ -391,14 +486,11 @@ msgstr "CONTINUA #~ msgstr "Sim" #~ msgid "No" -#~ msgstr "No" +#~ msgstr "Não" #~ msgid "Are you Sure You want to quit?" #~ msgstr "Tem certeza que quer sair?" -#~ msgid "Creating the thread that gets info about file.." -#~ msgstr "Criando a thread que obtm informaes sobre o arquivo..." - #~ msgid "I am unable to delete the target file!" #~ msgstr "Fui incapaz de remover o arquivo alvo!" @@ -407,24 +499,24 @@ msgstr "CONTINUA #~ "connections" #~ msgstr "" #~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo " -#~ "nmero de conexes padro" +#~ "número de conexões padrão" #~ msgid "" #~ "The previous download used a different number of connections than the " #~ "default! so I will use the previous number of threads" #~ msgstr "" -#~ "O download anterior usou um nmero de conexes diferente do padro! Ento " -#~ "eu usarei o nmero anterior de threads." +#~ "O download anterior usou um número de conexões diferente do padrão! Então " +#~ "eu usarei o número anterior de threads." #~ msgid "" #~ "A error occured while processing the logfile! Assuming default number of " #~ "connections to delete" #~ msgstr "" #~ "Um erro aconteceu durante o processamento do arquivo de log! Assumindo " -#~ "nmero de conexes padro para remover." +#~ "número de conexões padrão para remover." #~ 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 "" #~ "Previous download of %s exists, would you like to resume it or overwrite " @@ -447,48 +539,30 @@ msgstr "CONTINUA #~ msgstr "Thread acabou" #~ msgid "Got info succesfully" -#~ msgstr "Informaes conseguidas com xito" - -#~ msgid "The URL %s doesnt exist!" -#~ msgstr "A URL %s no existe!" +#~ msgstr "Informações conseguidas com êxito" #~ msgid "Average Speed = %.3f Kb/sec" -#~ msgstr "Velocidade Mdia = %.3f Kb/sec" +#~ msgstr "Velocidade Média = %.3f Kb/sec" #~ msgid "%d Seconds" #~ msgstr "%d Segundos" #~ msgid "Waiting till all threads terminate" -#~ 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 ....." +#~ msgstr "Esperando até que todas as threads completem" #~ msgid "" #~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "the begiining!" #~ msgstr "" -#~ "Erro: o servidor/proxy mentei sobre continuao e eu terei de comear " -#~ "tudo do comeo!" - -#~ 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 conexo do download %s encontrou um erro local irrecuperel. " -#~ "Norlmalmente isso quer dizer falta de espao ou uma mdia ruim ou um " -#~ "problema de permisses, ento por favor conserte o erro e tente novamente." +#~ "Erro: o servidor/proxy mentei sobre continuação e eu terei de começar " +#~ "tudo do começo!" #~ msgid "Close" #~ msgstr "Fechar" #~ msgid "%s contains just a hostname, it does not contain a file to download!" #~ msgstr "" -#~ "%s contm apenas o nome do host mas no 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" #~ msgstr "Prozilla - Acelerador de Download" @@ -500,7 +574,7 @@ msgstr "CONTINUA #~ msgstr "&Nova URL" #~ msgid "&Preferences" -#~ msgstr "&Preferncias" +#~ msgstr "&Preferências" #~ msgid "&Quit" #~ msgstr "&Sair" @@ -509,28 +583,28 @@ msgstr "CONTINUA #~ msgstr "&Sobre" #~ msgid "%s does not seem to be a valid directory" -#~ msgstr "%s no parece ser um diretrio vlido" +#~ msgstr "%s não parece ser um diretório válido" #~ msgid "%s does not seem to be a valid HTTP proxy value" -#~ msgstr "%s no parece ser um valor de proxy HTTP vlido" +#~ 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" -#~ msgstr "%s no parece ser um valor de proxy FTP vlido" +#~ msgstr "%s não parece ser um valor de proxy FTP válido" #~ msgid "USER@SITE" -#~ msgstr "USURIO@SERVIDOR" +#~ msgstr "USUÁRIO@SERVIDOR" #~ msgid "USER@ProxyUser@SITE" -#~ msgstr "USURIO@USURIONOPROXY@SERVIDOR" +#~ msgstr "USUÁRIO@USUÁRIONOPROXY@SERVIDOR" #~ msgid "USER@SITE_PROXYUSER" -#~ msgstr "USURIO@SERVIDOR_USURIONOPROXY" +#~ msgstr "USUÁRIO@SERVIDOR_USUÁRIONOPROXY" #~ msgid "ProxyUser@SITE" -#~ msgstr "USURIONOPROXY@SERVIDOR" +#~ msgstr "USUÁRIONOPROXY@SERVIDOR" #~ msgid "LOGIN_then_USER@SITE" -#~ msgstr "LOGIN_ento_USURIO@SERVIDOR" +#~ msgstr "LOGIN_então_USUÁRIO@SERVIDOR" #~ msgid "OPENSITE" #~ msgstr "SITEABERTO" diff --git a/po/ro.po b/po/ro.po index 6709d76..ef07ac4 100644 --- a/po/ro.po +++ b/po/ro.po @@ -7,16 +7,146 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\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" "Last-Translator: Flower \n" "Language-Team: RTFS \n" "Language: ro\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" -#: 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 msgid "" "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 " "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 msgid "unable to create the directory to store the config info in" msgstr "" @@ -136,8 +282,8 @@ msgstr "" #: src/main.cpp:480 #, c-format msgid "" -"The available servers are (0) filesearching.com and (1) ftpsearch.elmundo." -"es\n" +"The available servers are (0) filesearching.com and (1) " +"ftpsearch.elmundo.es\n" "Please type proz --help for help\n" msgstr "" @@ -151,65 +297,14 @@ msgstr "Eroare: optiune invalid\n" msgid "%s does not seem to be a valid URL" msgstr "%s nu pare s fie un URL valid" +#: src/main.cpp:540 +msgid "Starting....." +msgstr "Pornire....." + #: src/prefs.cpp:549 msgid "could not open preferences file for reading" 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" #~ msgstr "USER@SITE" @@ -439,9 +534,6 @@ msgstr "CONTINUARE imposibil" #~ msgid "Got info succesfully" #~ msgstr "Informaii primite" -#~ msgid "The URL %s doesnt exist!" -#~ msgstr "URL-ul %s nu exist!" - #~ msgid "Average Speed = %.3f Kb/sec" #~ msgstr "Viteza medie = %.3f Kb/sec" @@ -451,12 +543,6 @@ msgstr "CONTINUARE imposibil" #~ msgid "Waiting till all threads terminate" #~ 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 "" #~ "Error the server/proxy lied about resuming so I have to restart this from " #~ "the begiining!" @@ -467,9 +553,6 @@ msgstr "CONTINUARE imposibil" #~ msgid "Close" #~ msgstr "nchide" -#~ msgid "Creating the thread that gets info about file.." -#~ msgstr "Creez firul care ia informaii despre fiier." - #~ msgid "Prozilla - Download Accelerator" #~ msgstr "Prozilla - Download Accelerator" diff --git a/src/download_win.cpp b/src/download_win.cpp index bbcc99c..842c12a 100644 --- a/src/download_win.cpp +++ b/src/download_win.cpp @@ -25,6 +25,7 @@ #include #include #include +#include #ifdef HAVE_NCURSES_H #include #else @@ -150,7 +151,7 @@ DL_Window::dl_start(int num_connections, boolean ftpsearch) connection = proz_connection_init(&u, &getinfo_mutex); 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); status = DL_GETTING_INFO; @@ -322,7 +323,7 @@ DL_Window::start_download() 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; return; } @@ -330,11 +331,11 @@ DL_Window::start_download() /*Display resume status */ if (download->resume_support) { - PrintMessage("RESUME supported\n\n"); + PrintMessage(_("RESUME supported\n\n")); } else { - PrintMessage("RESUME NOT supported\n"); + PrintMessage(_("RESUME NOT supported\n")); } gettimeofday(&update_time, NULL); @@ -360,12 +361,12 @@ DL_Window::handle_info_thread() if (connection->main_file_size != -1) { - PrintMessage("File Size = %lld Kb\n\n", - connection->main_file_size / 1024); + PrintMessage(_("File Size = %jd Kb\n\n"), + (intmax_t) (connection->main_file_size / 1024)); } else { - PrintMessage("File Size is UNKOWN\n\n"); + PrintMessage(_("File Size is UNKNOWN\n\n")); } //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)) { - PrintMessage("File size is less than the minimum, skipping ftpsearch"); + PrintMessage(_("File size is less than the minimum, skipping ftpsearch")); } do_download(); @@ -409,7 +410,7 @@ DL_Window::handle_info_thread() if ((connection->err == FTPNSFOD) || (connection->err == HTTPNSFOD)) { - PrintMessage("The URL %s doesnt exist!\n", + PrintMessage(_("The URL %s doesnt exist!\n"), connection->u.url); got_dl = FALSE; got_info = FALSE; @@ -417,7 +418,7 @@ DL_Window::handle_info_thread() } else { - PrintMessage("An error occurred: %s \n", + PrintMessage(_("An error occurred: %s \n"), proz_strerror(connection->err)); got_dl = FALSE; got_info = FALSE; @@ -439,7 +440,7 @@ DL_Window::handle_ftpsearch() if (ftpsearch_win->request->num_mirrors == 0) { 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(); return; } @@ -499,10 +500,10 @@ DL_Window::handle_download_thread() if (err == DLDONE) { - PrintMessage("Got DL succesfully, now renaming file\n"); + PrintMessage(_("Got DL succesfully, now renaming file\n")); got_dl = TRUE; - PrintMessage("Renaming file %s .....\n", + PrintMessage(_("Renaming file %s .....\n"), download->u.file); status = DL_JOINING; proz_download_join_downloads(download); @@ -520,7 +521,7 @@ DL_Window::handle_download_thread() 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); got_dl = FALSE; status = DL_FATALERR; @@ -566,7 +567,7 @@ DL_Window::handle_joining_thread() /*has the user pressed OK at the end of the download */ if (bDone == true) { - PrintMessage("All Done.\n"); + PrintMessage(_("All Done.\n")); //curses_query_user_input("Press any key to exit."); proz_download_delete_dl_file(download); proz_download_free_download(download, 0); @@ -656,9 +657,15 @@ DL_Window::print_status(download_t *download, int quiet_mode) //WGET looks like this: //xx% [=======> ] nnn,nnn,nnn XXXX.XXK/s ETA hh:mm:ss - fprintf(stdout, " %.2lf%% %zdKb/%zdkb %0.3fKb/s ETA %s \r", - ((float)totalDownloaded) / ((float)totalFile / 100), - totalDownloaded, totalFile, (float)aveSpeed, timeLeft); + if (totalFile > 0) + fprintf(stdout, + " %.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); } } diff --git a/src/ftpsearch_win.cpp b/src/ftpsearch_win.cpp index 8269c0a..f47cfa2 100644 --- a/src/ftpsearch_win.cpp +++ b/src/ftpsearch_win.cpp @@ -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, 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, // ftps_win_message_proc, this); proz_get_complete_mirror_list(request); @@ -92,7 +92,7 @@ FTPS_Window::callback() request->ping_timeout.tv_usec = 0; //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); ping_running = TRUE; return MASSPINGINPROGRESS; diff --git a/src/interface.c b/src/interface.c index fa872d0..2e72cd2 100644 --- a/src/interface.c +++ b/src/interface.c @@ -38,6 +38,7 @@ #include #include #include +#include #include "interface.h" #include "misc.h" #include "main.h" @@ -313,12 +314,13 @@ void DisplayCursesInfo(download_t * download) attrset(COLOR_PAIR(HIGHLIGHT_PAIR)); 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 mvprintw(line++, 1, _("File Size = UNKNOWN")); - snprintf(buf, sizeof(buf), _("Total Bytes received %lld Kb (%.2f%%)"), - total_bytes_got, + snprintf(buf, sizeof(buf), _("Total Bytes received %jd Kb (%.2f%%)"), + (intmax_t) total_bytes_got, (((float)total_bytes_got * 100) / ((float)download->main_file_size / 1024))); line++; mvprintw(line++, 1, buf); diff --git a/src/main.cpp b/src/main.cpp index 46d1767..29c76f4 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -537,7 +537,7 @@ main(int argc, char **argv) if (opt_file) url_data->file = opt_file; - PrintMessage("Starting....."); + PrintMessage(_("Starting.....")); //In to %s\n",url_data->host); // start the download ret = open_new_dl_win(url_data, rt.ftp_search);