diff --git a/po/LINGUAS b/po/LINGUAS index 5eedaba..755d286 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,2 +1,2 @@ # Set of available languages. -de fr ka pt ru sv +de fr ka pt ru sv es diff --git a/po/de.po b/po/de.po index b0d8b7e..7c27c3e 100644 --- a/po/de.po +++ b/po/de.po @@ -9,16 +9,16 @@ msgid "" msgstr "" "Project-Id-Version: hddtemp 0.3-beta15-44\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2011-08-30 16:40+0200\n" "Last-Translator: Vinzenz Vietzke \n" "Language-Team: \n" -"Language: de_DE\n" +"Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -31,7 +31,7 @@ msgstr "" "Modell: %s\n" "\n" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -45,32 +45,27 @@ msgstr "" "bitte (hddtemp@guzu.net).\n" "WARNUNG: Siehe Optionen --help, --debug und --drivebase.\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s: kein Sensor\n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s: %d%s°C oder %s°F\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s: Laufwerk schläft\n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "%s: %s: Laufwerk unterstützt, aber es hat keinen Temperatur-Sensor.\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "FEHLER: %s: %s: zurückgegebener Status unbekannt\n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, c-format msgid "" "\n" @@ -83,25 +78,66 @@ msgstr "" "sicher, die hddtemp-Handbuchseite gelesen zu haben, bevor Sie einen Bericht\n" "senden (Abschnitt BERICHT). Danke.\n" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "FEHLER: ungültiges Trennzeichen.\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "FEHLER: ungültige Portnummer.\n" -#: src/hddtemp.c:371 -#, c-format +#: src/hddtemp.c:366 +#, fuzzy, c-format +#| msgid "" +#| " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" +#| "\n" +#| " hddtemp displays the temperature of drives supplied in argument.\n" +#| " Drives must support S.M.A.R.T.\n" +#| "\n" +#| " TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to " +#| "guess.\n" +#| "\n" +#| " -b --drivebase : display database file content that allow hddtemp " +#| "to\n" +#| " recognize supported drives.\n" +#| " -D --debug : display various S.M.A.R.T. fields and their " +#| "values.\n" +#| " Useful to find a value that seems to match the\n" +#| " temperature and/or to send me a report.\n" +#| " (done for every drive supplied).\n" +#| " -d --daemon : run hddtemp in TCP/IP daemon mode (port %d by " +#| "default.)\n" +#| " -f --file=FILE : specify database file to use.\n" +#| " -F --foreground : don't daemonize, stay in foreground.\n" +#| " -l --listen=addr : listen on a specific interface (in TCP/IP daemon " +#| "mode).\n" +#| " -n --numeric : print only the temperature.\n" +#| " -p --port=# : port to listen to (in TCP/IP daemon mode).\n" +#| " -s --separator=C : separator to use between fields (in TCP/IP daemon " +#| "mode).\n" +#| " -S --syslog=s : log temperature to syslog every s seconds.\n" +#| " -u --unit=[C|F] : force output temperature either in Celsius or " +#| "Fahrenheit.\n" +#| " -q --quiet : do not check if the drive is supported.\n" +#| " -v --version : display hddtemp version number.\n" +#| " -w --wake-up : wake-up the drive if need.\n" +#| " -4 : listen on IPv4 sockets only.\n" +#| " -6 : listen on IPv6 sockets only.\n" +#| "\n" +#| "Report bugs or new drives to .\n" msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" "\n" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -170,29 +206,29 @@ msgstr "" "\n" "Fehler oder neue Laufwerke an melden.\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "hddtemp Version %s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "FEHLER: ungültiges Intervall.\n" -#: src/hddtemp.c:438 -#, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" -msgstr "Zu wenige Argumente: Sie müssen mindestens ein Laufwerk angeben.\n" - -#: src/hddtemp.c:448 +#: src/hddtemp.c:442 #, c-format msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" "FEHLER: kann Optionen --debug und --daemon oder --syslog nicht zusammen " "verwenden.\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "Zu wenige Argumente: Sie müssen mindestens ein Laufwerk angeben.\n" + +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -203,7 +239,7 @@ msgstr "" msgid "unknown" msgstr "unbekannt" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. nicht verfügbar" @@ -224,22 +260,26 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "%s%s| %5d | %s\n" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: kann %1$s nicht öffnen: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "FEHLER: Syntaxfehler in Zeile %1$d in %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr " FEHLER: Zeile überschreitet %1$d Zeichen in %2$s.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "Protokoll-Erkennung fehlgeschlagen : %s" + +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%s°C oder %s°F\n" diff --git a/po/es.po b/po/es.po new file mode 100644 index 0000000..d8913c6 --- /dev/null +++ b/po/es.po @@ -0,0 +1,239 @@ +# Spanish translations for hddtemp package. +# Copyright (C) 2024 Free Software Foundation, Inc. +# This file is distributed under the same license as the hddtemp package. +# Automatically generated, 2024. +# +msgid "" +msgstr "" +"Project-Id-Version: hddtemp 0.4.3+git20241005+6740688+54\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" +"PO-Revision-Date: 2024-10-05 22:21-0500\n" +"Last-Translator: Miguel Molina \n" +"Language-Team: none\n" +"Language: es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: src/hddtemp.c:165 +#, c-format +msgid "" +"\n" +"================= hddtemp %s ==================\n" +"Model: %s\n" +"\n" +msgstr "" +"\n" +"================= hddtemp %s ==================\n" +"Modelo: %s\n" + +#: src/hddtemp.c:198 +#, c-format +msgid "" +"WARNING: Drive %s doesn't seem to have a temperature sensor.\n" +"WARNING: This doesn't mean it hasn't got one.\n" +"WARNING: If you are sure it has one, please contact me (hddtemp@guzu.net).\n" +"WARNING: See --help, --debug and --drivebase options.\n" +msgstr "" +"ADVERTENCIA: Unidad de disco %s posiblemente no tiene sensor de " +"temperatura. \n" +"ADVERTENCIA: Esto no significa que no exista.\n" +"ADVERTENCIA: Si está seguro que existe un sensor, por favor contactar en " +".\n" +"ADVERTENCIA: Ver opciones --help, --debug y --drivebase.\n" + +#: src/hddtemp.c:206 +#, c-format +msgid "%s: %s: no sensor\n" +msgstr "%s: %s: sin sensor\n" + +#: src/hddtemp.c:228 +#, c-format +msgid "%s: %s: drive is sleeping\n" +msgstr "%s: %s: unidad de disco está en modo sueño profundo\n" + +#: src/hddtemp.c:235 +#, c-format +msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" +msgstr "%s: %s: unidad de disco con soporte, pero sin sensor de temperatura.\n" + +#: src/hddtemp.c:239 +#, c-format +msgid "ERROR: %s: %s: unknown returned status\n" +msgstr "ERROR: %s: %s: estado de retorno desconocido.\n" + +#: src/hddtemp.c:254 +#, c-format +msgid "" +"\n" +"If one of the field value seems to match the temperature, be sure to read\n" +"the hddtemp man page before sending a report (section REPORT). Thanks.\n" +msgstr "" +"\n" +"Si uno de los valores parece coincidir con la temperatura, asegúrese de " +"consultar\n" +"la página manual de hddtemp antes de enviar un reporte (sección REPORT). " +"Gracias.\n" + +#: src/hddtemp.c:333 +#, c-format +msgid "ERROR: invalid separator.\n" +msgstr "ERROR: separador invalido.\n" + +#: src/hddtemp.c:344 +#, c-format +msgid "ERROR: invalid port number.\n" +msgstr "ERROR: número de puerto invalido.\n" + +#: src/hddtemp.c:366 +#, c-format +msgid "" +" Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" +"\n" +" hddtemp displays the temperature of drives supplied in argument.\n" +" Drives must support S.M.A.R.T.\n" +"\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" +"\n" +" -b --drivebase : display database file content that allow hddtemp to\n" +" recognize supported drives.\n" +" -D --debug : display various S.M.A.R.T. fields and their values.\n" +" Useful to find a value that seems to match the\n" +" temperature and/or to send me a report.\n" +" (done for every drive supplied).\n" +" -d --daemon : run hddtemp in TCP/IP daemon mode (port %d by " +"default.)\n" +" -f --file=FILE : specify database file to use.\n" +" -F --foreground : don't daemonize, stay in foreground.\n" +" -l --listen=addr : listen on a specific interface (in TCP/IP daemon " +"mode).\n" +" -n --numeric : print only the temperature.\n" +" -p --port=# : port to listen to (in TCP/IP daemon mode).\n" +" -s --separator=C : separator to use between fields (in TCP/IP daemon " +"mode).\n" +" -S --syslog=s : log temperature to syslog every s seconds.\n" +" -u --unit=[C|F] : force output temperature either in Celsius or " +"Fahrenheit.\n" +" -q --quiet : do not check if the drive is supported.\n" +" -v --version : display hddtemp version number.\n" +" -w --wake-up : wake-up the drive if need.\n" +" -4 : listen on IPv4 sockets only.\n" +" -6 : listen on IPv6 sockets only.\n" +"\n" +"Report bugs or new drives to .\n" +msgstr "" +" Uso: hddtemp [OPCIONES] [TIPO:]DISCO1 [[TIPO:]DISCO2]...\n" +"\n" +" hddtemp muestra la temperatura de la unidad de disco suministrada\n" +" como argumento. La unidad de disco debe tener soporte S.M.A.R.T.\n" +"\n" +" TIPO puede ser SATA, NVME, PATA o SCSI. Si se omite hddtemp intentara\n" +" hallarlo.\n" +"\n" +" UNIDAD DE DISCO puede ser un dispositivo similar a /dev/[hs]d[a-z] o\n" +" /dev/nvme[0-9]n[1-9] u omitido.\n" +"\n" +" -b --drivebase : muestra la base de datos de unidades que permite a\n" +" hddtemp reconocer las unidades soportadas.\n" +" -D --debug : muestra otros campos S.M.A.R.T. y sus valores.\n" +" Útil para hallar un valor que parece coincidir con\n" +" la temperatura y/o para enviar un reporte.\n" +" (disponible para cada unidad suministrada).\n" +" -d --daemon : ejecutar en modo demonio TCP/IP (puerto %d por defecto).\n" +" -f --file=ARCHIVO: nombre de ARCHIVO para usar como base de datos.\n" +" -F --foreground : no ejecutar el modo demonio; se mantiene en primer plano.\n" +" -l --listen=addr : escuchar una dirección específica (en modo demonio TCP/IP).\n" +" -n --numeric : muestra solamente la temperatura.\n" +" -p --port=# : puerto para escuchar (en modo demonio TCP/IP).\n" +" -s --separator=C : separador para usar entre campos (en modo demonio TCP/IP).\n" +" -S --syslog=s : registro de temperatura para syslog cada s segundos.\n" +" -u --unit=[C|F] : unidad de temperatura en Celsius o Fahrenheit para mostrar.\n" +" -q --quiet : sin verificación sí la unidad es soportada.\n" +" -v --version : muestra el número de versión para hddtemp.\n" +" -w --wake-up : re-activa la unidad sí es necesario.\n" +" -4 : escuchar solamente con sockets IPv4.\n" +" -6 : escuchar solamente con sockets IPv6.\n" +"\n" +"Reportar errores o nuevas unidades de disco a .\n" + +#: src/hddtemp.c:401 +#, c-format +msgid "hddtemp version %s\n" +msgstr "hddtemp versión %s\n" + +#: src/hddtemp.c:417 +#, c-format +msgid "ERROR: invalid interval.\n" +msgstr "ERROR: intervalo invalido.\n" + +#: src/hddtemp.c:442 +#, c-format +msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" +msgstr "ERROR: no use las opciones --debug y --daemon o --syslog a la vez.\n" + +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "Pocos argumentos: debe por lo menos especificar una unidad de disco.\n" + +#: src/hddtemp.c:518 +#, c-format +msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" +msgstr "" +"ERROR: %s: no es posible determinar el tipo de serial bus (o el tipo serial " +"bus es desconocido)\n" + +#: src/ata.c:66 src/scsi.c:64 +msgid "unknown" +msgstr "desconocido" + +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 +#, c-format +msgid "S.M.A.R.T. not available" +msgstr "S.M.A.R.T. no dispobible" + +#: src/db.c:115 +#, c-format +msgid "" +"\n" +"Regexp%s| Value | Description\n" +"------%s---------------------\n" +msgstr "" +"\n" +"Regexp%s| Valor | Descripción\n" +"------%s---------------------\n" + +#: src/db.c:121 +#, c-format +msgid "%s%s| %5d | %s\n" +msgstr "%s%s| %5d | %s\n" + +#: src/db.c:237 +#, c-format +msgid "hddtemp: can't open %1$s: %2$s\n" +msgstr "hddtemp: no puede abrir %1$s: %2$s\n" + +#: src/db.c:251 +#, c-format +msgid "ERROR: syntax error at line %1$d in %2$s\n" +msgstr "ERROR: error de sintaxis en línea %1$d en %2$s\n" + +#: src/db.c:258 +#, c-format +msgid " ERROR: line exceed %1$d characters in %2$s.\n" +msgstr " ERROR: línea excede %1$d carácteres en %2$s.\n" + +#: src/scsi.c:112 src/scsi.c:130 +#, c-format +msgid "log sense failed : %s" +msgstr "registro de sensor fallido: %s" + +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%sC o %sF\n" diff --git a/po/fr.po b/po/fr.po index 433ced0..85b4ba2 100644 --- a/po/fr.po +++ b/po/fr.po @@ -8,17 +8,17 @@ msgid "" msgstr "" "Project-Id-Version: fr\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2011-08-30 16:38+0200\n" "Last-Translator: Aurelien Jarno \n" "Language-Team: FRANCAIS \n" -"Language: fr_FR\n" +"Language: fr\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.0.1\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -31,7 +31,7 @@ msgstr "" "Modle: %s\n" "\n" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -45,33 +45,28 @@ msgstr "" "net).\n" "ATTENTION : Voir les options --help, --debug et --drivebase.\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s : pas de capteur\n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s : %d%sC ou %sF\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s : le lecteur est en veille\n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "" "%s: %s: lecteur connu, mais il ne possde pas de capteur de temprature.\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "ERREUR : %s : %s : status inconnu\n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, c-format msgid "" "\n" @@ -79,25 +74,66 @@ msgid "" "the hddtemp man page before sending a report (section REPORT). Thanks.\n" msgstr "" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "ERREUR : sparateur invalide.\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "ERREUR : numro de port invalide.\n" -#: src/hddtemp.c:371 -#, c-format +#: src/hddtemp.c:366 +#, fuzzy, c-format +#| msgid "" +#| " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" +#| "\n" +#| " hddtemp displays the temperature of drives supplied in argument.\n" +#| " Drives must support S.M.A.R.T.\n" +#| "\n" +#| " TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to " +#| "guess.\n" +#| "\n" +#| " -b --drivebase : display database file content that allow hddtemp " +#| "to\n" +#| " recognize supported drives.\n" +#| " -D --debug : display various S.M.A.R.T. fields and their " +#| "values.\n" +#| " Useful to find a value that seems to match the\n" +#| " temperature and/or to send me a report.\n" +#| " (done for every drive supplied).\n" +#| " -d --daemon : run hddtemp in TCP/IP daemon mode (port %d by " +#| "default.)\n" +#| " -f --file=FILE : specify database file to use.\n" +#| " -F --foreground : don't daemonize, stay in foreground.\n" +#| " -l --listen=addr : listen on a specific interface (in TCP/IP daemon " +#| "mode).\n" +#| " -n --numeric : print only the temperature.\n" +#| " -p --port=# : port to listen to (in TCP/IP daemon mode).\n" +#| " -s --separator=C : separator to use between fields (in TCP/IP daemon " +#| "mode).\n" +#| " -S --syslog=s : log temperature to syslog every s seconds.\n" +#| " -u --unit=[C|F] : force output temperature either in Celsius or " +#| "Fahrenheit.\n" +#| " -q --quiet : do not check if the drive is supported.\n" +#| " -v --version : display hddtemp version number.\n" +#| " -w --wake-up : wake-up the drive if need.\n" +#| " -4 : listen on IPv4 sockets only.\n" +#| " -6 : listen on IPv6 sockets only.\n" +#| "\n" +#| "Report bugs or new drives to .\n" msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" "\n" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -167,29 +203,29 @@ msgstr "" "\n" "Report bugs or new drives to .\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "hddtemp version %s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "ERREUR : intervalle invalide.\n" -#: src/hddtemp.c:438 -#, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" -msgstr "Trop peu d'arguments : vous devez spcifier au moins un lecteur.\n" - -#: src/hddtemp.c:448 +#: src/hddtemp.c:442 #, c-format msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" "ERREUR: impossible d'utiliser les options --debug et --daemon ou --syslog en " "mme temps.\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "Trop peu d'arguments : vous devez spcifier au moins un lecteur.\n" + +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -200,7 +236,7 @@ msgstr "" msgid "unknown" msgstr "inconnu" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. non disponible" @@ -221,26 +257,30 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "%s%s| %5d | %s\n" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: ne peut ouvrir %1$s: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "ERREUR: erreur de syntaxe la ligne %1$d: %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr " ERREUR: ligne excdant %1$d caractres dans %2$s.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "echec de 'log sense' : %s " +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s : %d%sC ou %sF\n" + #~ msgid "" #~ "WARNING: Drive %s doesn't appear in the database of supported drives\n" #~ "WARNING: But using a common value, it reports something.\n" diff --git a/po/hddtemp.pot b/po/hddtemp.pot index a3d9af8..b81b7fd 100644 --- a/po/hddtemp.pot +++ b/po/hddtemp.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. +# This file is distributed under the same license as the hddtemp package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: hddtemp 0.4.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -26,7 +26,7 @@ msgid "" "\n" msgstr "" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -35,32 +35,27 @@ msgid "" "WARNING: See --help, --debug and --drivebase options.\n" msgstr "" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, c-format msgid "" "\n" @@ -68,17 +63,17 @@ msgid "" "the hddtemp man page before sending a report (section REPORT). Thanks.\n" msgstr "" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "" -#: src/hddtemp.c:371 +#: src/hddtemp.c:366 #, c-format msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" @@ -86,7 +81,11 @@ msgid "" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -116,27 +115,27 @@ msgid "" "Report bugs or new drives to .\n" msgstr "" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "" -#: src/hddtemp.c:438 +#: src/hddtemp.c:442 #, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" +msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" -#: src/hddtemp.c:448 +#: src/hddtemp.c:460 #, c-format -msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" +msgid "Too few arguments: you must specify one drive, at least.\n" msgstr "" -#: src/hddtemp.c:505 +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -145,7 +144,7 @@ msgstr "" msgid "unknown" msgstr "" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "" @@ -163,22 +162,22 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr "" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "" diff --git a/po/ka.po b/po/ka.po index 0c43ccc..cea2126 100644 --- a/po/ka.po +++ b/po/ka.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: hddtemp\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2023-02-16 08:47+0100\n" "Last-Translator: Temuri Doghonadze \n" "Language-Team: Georgian <(nothing)>\n" @@ -18,7 +18,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Poedit 3.2.2\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -31,13 +31,12 @@ msgstr "" "მოდელი: %s\n" "\n" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" "WARNING: This doesn't mean it hasn't got one.\n" -"WARNING: If you are sure it has one, please contact me (hddtemp@guzu." -"net).\n" +"WARNING: If you are sure it has one, please contact me (hddtemp@guzu.net).\n" "WARNING: See --help, --debug and --drivebase options.\n" msgstr "" "გაფრთხილება: როგორც ჩანს, დისკს %s ტემპერატურის სენსორი არ გააჩნია.\n" @@ -46,39 +45,32 @@ msgstr "" "(hddtemp@guzu.net).\n" "გაფრთხილება: იხილეთ პარამეტრები --help, --debug და --drivebase.\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s: სენსორის გარეშე\n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s: %d%sC ან %sF\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s: დისკს სძინავს\n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, c-format -msgid "" -"%s: %s: drive supported, but it doesn't have a temperature sensor.\n" +msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "" "%s: %s: დისკი მხარდაჭერილია, მაგრამ მას არ აქვს ტემპერატურის სენსორი.\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "შეცდომა: %s: %s: უცნობი დაბრუნებული სტატუსი\n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, c-format msgid "" "\n" -"If one of the field value seems to match the temperature, be sure to " -"read\n" +"If one of the field value seems to match the temperature, be sure to read\n" "the hddtemp man page before sending a report (section REPORT). Thanks.\n" msgstr "" "\n" @@ -86,32 +78,70 @@ msgstr "" "რომ შეცდომის ანგარიშის გამოგზავნამდე hddtemp-ის დოკუმენტაციას კარგად " "გაეცანით. დიდი მადლობა.\n" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "შეცდომა: არასწორი გამყოფი.\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "შეცდომა: არასწორი პორტის ნომერი.\n" -#: src/hddtemp.c:371 -#, c-format +#: src/hddtemp.c:366 +#, fuzzy, c-format +#| msgid "" +#| " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" +#| "\n" +#| " hddtemp displays the temperature of drives supplied in argument.\n" +#| " Drives must support S.M.A.R.T.\n" +#| "\n" +#| " TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to " +#| "guess.\n" +#| "\n" +#| " -b --drivebase : display database file content that allow hddtemp " +#| "to\n" +#| " recognize supported drives.\n" +#| " -D --debug : display various S.M.A.R.T. fields and their " +#| "values.\n" +#| " Useful to find a value that seems to match the\n" +#| " temperature and/or to send me a report.\n" +#| " (done for every drive supplied).\n" +#| " -d --daemon : run hddtemp in TCP/IP daemon mode (port %d by " +#| "default.)\n" +#| " -f --file=FILE : specify database file to use.\n" +#| " -F --foreground : don't daemonize, stay in foreground.\n" +#| " -l --listen=addr : listen on a specific interface (in TCP/IP daemon " +#| "mode).\n" +#| " -n --numeric : print only the temperature.\n" +#| " -p --port=# : port to listen to (in TCP/IP daemon mode).\n" +#| " -s --separator=C : separator to use between fields (in TCP/IP daemon " +#| "mode).\n" +#| " -S --syslog=s : log temperature to syslog every s seconds.\n" +#| " -u --unit=[C|F] : force output temperature either in Celsius or " +#| "Fahrenheit.\n" +#| " -q --quiet : do not check if the drive is supported.\n" +#| " -v --version : display hddtemp version number.\n" +#| " -w --wake-up : wake-up the drive if need.\n" +#| " -4 : listen on IPv4 sockets only.\n" +#| " -6 : listen on IPv6 sockets only.\n" +#| "\n" +#| "Report bugs or new drives to .\n" msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" "\n" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to " +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " "guess.\n" "\n" -" -b --drivebase : display database file content that allow hddtemp " -"to\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" +"\n" +" -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" -" -D --debug : display various S.M.A.R.T. fields and their " -"values.\n" +" -D --debug : display various S.M.A.R.T. fields and their values.\n" " Useful to find a value that seems to match the\n" " temperature and/or to send me a report.\n" " (done for every drive supplied).\n" @@ -174,31 +204,29 @@ msgstr "" "\n" "ახალი დისკების შესახებ მომწერეთ ელფოსტაზე .\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "hddtemp-ის ვერსია%s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "შეცდომა: არასწორი ინტერვალი.\n" -#: src/hddtemp.c:438 +#: src/hddtemp.c:442 #, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" +msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" -"ძალიან ცოტა არგუმენტი: აუცილებელია, ერთი დისკის სახელი მაინც მიუთითოთ.\n" +"შეცდომა: --debug, --daemon და --syslog პარამეტრებს ერთად ვერ გამოიყენებთ.\n" -#: src/hddtemp.c:448 +#: src/hddtemp.c:460 #, c-format -msgid "" -"ERROR: can't use --debug and --daemon or --syslog options together.\n" +msgid "Too few arguments: you must specify one drive, at least.\n" msgstr "" -"შეცდომა: --debug, --daemon და --syslog პარამეტრებს ერთად ვერ " -"გამოიყენებთ.\n" +"ძალიან ცოტა არგუმენტი: აუცილებელია, ერთი დისკის სახელი მაინც მიუთითოთ.\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -209,7 +237,7 @@ msgstr "" msgid "unknown" msgstr "უცნობი" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. ხელმისაწვდომი არაა" @@ -230,22 +258,26 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "%s%s| %5d | %s\n" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: %1$s-ის გახსნა შეუძლებელია: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "ERROR: სინტაქსის შეცდომა ხაზზე %1$d %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr " შეცდომა: ხაზის სიგრძე %2$s-ში %1$d სიმბოლოს აღემატება.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "ჟურნალის აღმოჩენის შეცდომა : %s" + +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%sC ან %sF\n" diff --git a/po/pt.po b/po/pt.po index 23c0e49..dbd0acc 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: hddtemp 0.3-beta14\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2006-03-29 23:22+0000\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" -"Language: pt_PT\n" +"Language: pt\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -29,7 +29,7 @@ msgstr "" "Modelo: %s\n" "\n" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -43,32 +43,27 @@ msgstr "" "net).\n" "AVISO: Veja as opções --help, --debug e --drivebase.\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s: sem sensor\n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s: %d%sC ou %sF\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s: o disco está adormecido\n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, fuzzy, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "%s: %s: disco conhecido, mas não tem um sensor de temperatura.\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "ERRO: %s: %s: estado devolvido desconhecido\n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, fuzzy, c-format msgid "" "\n" @@ -81,17 +76,17 @@ msgstr "" "que lê a página do manual hddtemp antes de me enviar um relatório (secção\n" "REPORT). Obrigado.\n" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "ERRO: separador inválido.\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "ERRO: número de port inválido\n" -#: src/hddtemp.c:371 +#: src/hddtemp.c:366 #, fuzzy, c-format msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" @@ -99,7 +94,11 @@ msgid "" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -158,30 +157,30 @@ msgstr "" "\n" "Relatar bugs ou novos discos para .\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "hddtemp versão %s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "ERRO: intervalo inválido.\n" -#: src/hddtemp.c:438 -#, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" -msgstr "" -"Número de argumentos insuficiente: tem de especificar pelo menos um disco.\n" - -#: src/hddtemp.c:448 +#: src/hddtemp.c:442 #, c-format msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" "ERRO: não pode utilizar em conjunto as opções --debug e --daemon ou --" "syslog.\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "" +"Número de argumentos insuficiente: tem de especificar pelo menos um disco.\n" + +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -192,7 +191,7 @@ msgstr "" msgid "unknown" msgstr "desconhecido" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. não está disponível" @@ -213,26 +212,30 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "%s%s| %5d | %s\n" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: não pode abrir %1$s: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "ERRO: erro de sintaxe na linha %1$d em %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr " ERRO: a linha execedeu %1$d caracteres em %2$s.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "detecção de log falhou: %s" +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%sC ou %sF\n" + #~ msgid "" #~ "WARNING: Drive %s doesn't appear in the database of supported drives\n" #~ "WARNING: But using a common value, it reports something.\n" diff --git a/po/ru.po b/po/ru.po index 7ebceb0..d368e55 100644 --- a/po/ru.po +++ b/po/ru.po @@ -7,16 +7,16 @@ msgid "" msgstr "" "Project-Id-Version: hddtemp 0.3-beta3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2003-03-08 16:42+0300\n" "Last-Translator: Michael Shigorin \n" "Language-Team: Russian \n" -"Language: ru_RU\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=koi8-r\n" "Content-Transfer-Encoding: 8bit\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -25,7 +25,7 @@ msgid "" "\n" msgstr "" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -38,32 +38,27 @@ msgstr "" ": , , hddtemp@guzu.net\n" ": (. --help, --debug --drivebase).\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s: \n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s: %d%sC %sF\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s: \n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, fuzzy, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "%s: %s: , .\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr ": %s: %s: \n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, c-format msgid "" "\n" @@ -71,17 +66,17 @@ msgid "" "the hddtemp man page before sending a report (section REPORT). Thanks.\n" msgstr "" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr ": .\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr ": .\n" -#: src/hddtemp.c:371 +#: src/hddtemp.c:366 #, fuzzy, c-format msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" @@ -89,7 +84,11 @@ msgid "" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -143,27 +142,27 @@ msgstr "" "\n" " .\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr " hddtemp: %s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, fuzzy, c-format msgid "ERROR: invalid interval.\n" msgstr ": .\n" -#: src/hddtemp.c:438 -#, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" -msgstr "" - -#: src/hddtemp.c:448 +#: src/hddtemp.c:442 #, fuzzy, c-format msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr ": --debug --daemon .\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "" + +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr ": %s: \n" @@ -172,7 +171,7 @@ msgstr " msgid "unknown" msgstr "." -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. " @@ -193,26 +192,30 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: %1$s: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr " %1$d %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr ": %1$d %2$s.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "" +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%sC %sF\n" + #~ msgid "" #~ "WARNING: Drive %s doesn't appear in the database of supported drives\n" #~ "WARNING: But using a common value, it reports something.\n" diff --git a/po/sv.po b/po/sv.po index 2729e59..9dc4f88 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,18 +7,18 @@ msgid "" msgstr "" "Project-Id-Version: hddtemp 0.3-beta14-4\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2006-06-29 16:24+0200\n" +"POT-Creation-Date: 2024-10-05 22:21-0500\n" "PO-Revision-Date: 2005-11-02 19:03+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" -"Language: sv_SV\n" +"Language: sv\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-Language: swe\n" "X-Poedit-Country: swe\n" -#: src/hddtemp.c:156 +#: src/hddtemp.c:165 #, c-format msgid "" "\n" @@ -31,7 +31,7 @@ msgstr "" "Modell: %s\n" "\n" -#: src/hddtemp.c:189 +#: src/hddtemp.c:198 #, c-format msgid "" "WARNING: Drive %s doesn't seem to have a temperature sensor.\n" @@ -45,32 +45,27 @@ msgstr "" "net).\n" "VARNING: Se --help, --debug och --drivebase flaggorna.\n" -#: src/hddtemp.c:197 +#: src/hddtemp.c:206 #, c-format msgid "%s: %s: no sensor\n" msgstr "%s: %s: ingen sensor\n" -#: src/hddtemp.c:211 -#, c-format -msgid "%s: %s: %d%sC or %sF\n" -msgstr "%s: %s: %d%sC eller %sF\n" - -#: src/hddtemp.c:235 +#: src/hddtemp.c:228 #, c-format msgid "%s: %s: drive is sleeping\n" msgstr "%s: %s: disken sover\n" -#: src/hddtemp.c:242 +#: src/hddtemp.c:235 #, fuzzy, c-format msgid "%s: %s: drive supported, but it doesn't have a temperature sensor.\n" msgstr "%s: %s: knd disk men den har ingen temperatursensor.\n" -#: src/hddtemp.c:246 +#: src/hddtemp.c:239 #, c-format msgid "ERROR: %s: %s: unknown returned status\n" msgstr "FEL: %s: %s: oknd returnerad status\n" -#: src/hddtemp.c:261 +#: src/hddtemp.c:254 #, fuzzy, c-format msgid "" "\n" @@ -82,17 +77,17 @@ msgstr "" "lst manualsidan fr hddtemp fre du skickar en rapport till mig (sektionen\n" "REPORT). Tack.\n" -#: src/hddtemp.c:338 +#: src/hddtemp.c:333 #, c-format msgid "ERROR: invalid separator.\n" msgstr "FEL: ogiltig separator.\n" -#: src/hddtemp.c:349 +#: src/hddtemp.c:344 #, c-format msgid "ERROR: invalid port number.\n" msgstr "FEL: ogiltigt portnummer.\n" -#: src/hddtemp.c:371 +#: src/hddtemp.c:366 #, fuzzy, c-format msgid "" " Usage: hddtemp [OPTIONS] [TYPE:]DISK1 [[TYPE:]DISK2]...\n" @@ -100,7 +95,11 @@ msgid "" " hddtemp displays the temperature of drives supplied in argument.\n" " Drives must support S.M.A.R.T.\n" "\n" -" TYPE could be SATA, PATA or SCSI. If omitted hddtemp will try to guess.\n" +" TYPE could be SATA, NVME, PATA or SCSI. If omitted hddtemp will try to " +"guess.\n" +"\n" +" DISK could be device like /dev/[hs]d[a-z] or /dev/nvme[0-9]n[1-9] or " +"omitted.\n" "\n" " -b --drivebase : display database file content that allow hddtemp to\n" " recognize supported drives.\n" @@ -159,29 +158,29 @@ msgstr "" "\n" "Rapportera buggar eller nya hrddiskar till .\n" -#: src/hddtemp.c:402 +#: src/hddtemp.c:401 #, c-format msgid "hddtemp version %s\n" msgstr "hddtemp version %s\n" -#: src/hddtemp.c:418 +#: src/hddtemp.c:417 #, c-format msgid "ERROR: invalid interval.\n" msgstr "FEL: ogiltigt intervall.\n" -#: src/hddtemp.c:438 -#, c-format -msgid "Too few arguments: you must specify one drive, at least.\n" -msgstr "Fr f argument: du mste specificera tminstone en disk.\n" - -#: src/hddtemp.c:448 +#: src/hddtemp.c:442 #, c-format msgid "ERROR: can't use --debug and --daemon or --syslog options together.\n" msgstr "" "FEL: kan inte anvnda --debug och --daemon eller --syslog flaggorna " "tillsammans.\n" -#: src/hddtemp.c:505 +#: src/hddtemp.c:460 +#, c-format +msgid "Too few arguments: you must specify one drive, at least.\n" +msgstr "Fr f argument: du mste specificera tminstone en disk.\n" + +#: src/hddtemp.c:518 #, c-format msgid "ERROR: %s: can't determine bus type (or this bus type is unknown)\n" msgstr "" @@ -191,7 +190,7 @@ msgstr "" msgid "unknown" msgstr "oknd" -#: src/ata.c:85 src/ata.c:104 src/scsi.c:91 +#: src/ata.c:85 src/ata.c:104 src/scsi.c:92 #, c-format msgid "S.M.A.R.T. not available" msgstr "S.M.A.R.T. r inte tillgnglig" @@ -212,26 +211,30 @@ msgstr "" msgid "%s%s| %5d | %s\n" msgstr "%s%s| %5d | %s\n" -#: src/db.c:236 +#: src/db.c:237 #, c-format msgid "hddtemp: can't open %1$s: %2$s\n" msgstr "hddtemp: kan inte ppna %1$s: %2$s\n" -#: src/db.c:250 +#: src/db.c:251 #, c-format msgid "ERROR: syntax error at line %1$d in %2$s\n" msgstr "FEL: syntaxfel p rad %1$d i %2$s\n" -#: src/db.c:257 +#: src/db.c:258 #, c-format msgid " ERROR: line exceed %1$d characters in %2$s.\n" msgstr " FEL: raden verstiger %1$d tecken i %2$s.\n" -#: src/scsi.c:111 src/scsi.c:129 +#: src/scsi.c:112 src/scsi.c:130 #, c-format msgid "log sense failed : %s" msgstr "igenknning av logg misslyckades : %s" +#, c-format +#~ msgid "%s: %s: %d%sC or %sF\n" +#~ msgstr "%s: %s: %d%sC eller %sF\n" + #~ msgid "" #~ "WARNING: Drive %s doesn't appear in the database of supported drives\n" #~ "WARNING: But using a common value, it reports something.\n"