# HG changeset patch # User Pascal Bellard # Date 1456054276 -3600 # Node ID d04d60d1892ddfbdfbf015932d8e4a08c8545c68 # Parent 401fe064fe56ad838e87441c0fb78cc34105bc3b hardware.cgi: update usb device output diff -r 401fe064fe56 -r d04d60d1892d hardware.cgi --- a/hardware.cgi Fri Feb 19 17:30:20 2016 +0200 +++ b/hardware.cgi Sun Feb 21 12:31:16 2016 +0100 @@ -37,7 +37,7 @@ case "$j" in descriptors|remove) continue esac - printf "%-20s %s\n" $j "$(xargs echo < $j)" + awk -vn=$j '{printf "%-20s %s\n",n,$0;n=""}' <$j done ) break done diff -r 401fe064fe56 -r d04d60d1892d po/fr.po --- a/po/fr.po Fri Feb 19 17:30:20 2016 +0200 +++ b/po/fr.po Sun Feb 21 12:31:16 2016 +0100 @@ -805,7 +805,7 @@ #: boot.cgi:381 boot.cgi:485 styles/default/header.html:86 msgid "ISO mine" -msgstr "Exploitation d'ISO" +msgstr "Exploitation de l'image ISO" #: boot.cgi:383 msgid "Invalid ISO image."