From 419ce7bd363d490f1007b26c9ab3183e0a2db89c Mon Sep 17 00:00:00 2001 From: Rutger Hofman Date: Thu, 28 May 2009 14:38:54 +0000 Subject: [PATCH] Move include/urjtag/usbconn/*.h to src/tap/usbconn/; move urj_cmd_params() and urj_cmd_get_number() to src/cmd/cmd.h. These are in fact local includes. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@1637 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- urjtag/ChangeLog | 16 + urjtag/include/urjtag/Makefile.am | 2 - urjtag/include/urjtag/cmd.h | 5 - urjtag/include/urjtag/usbconn/libftdx.h | 39 - urjtag/include/urjtag/usbconn/libusb.h | 41 - urjtag/po/fr.po | 2580 +++++++++++------------ urjtag/po/rw.po | 2528 +++++++++++----------- urjtag/po/sk.po | 2559 +++++++++++----------- urjtag/src/cmd/cmd.h | 10 + urjtag/src/tap/Makefile.am | 4 +- urjtag/src/tap/cable/ft2232.c | 2 +- urjtag/src/tap/cable/jim.c | 2 +- urjtag/src/tap/cable/jlink.c | 2 +- urjtag/src/tap/cable/ts7800.c | 2 +- urjtag/src/tap/cable/usbblaster.c | 2 +- urjtag/src/tap/cable/vision_ep9307.c | 2 +- urjtag/src/tap/cable/xpc.c | 2 +- urjtag/src/tap/usbconn/libftd2xx.c | 2 +- urjtag/src/tap/usbconn/libftdi.c | 2 +- 19 files changed, 3719 insertions(+), 4083 deletions(-) delete mode 100644 urjtag/include/urjtag/usbconn/libftdx.h delete mode 100644 urjtag/include/urjtag/usbconn/libusb.h diff --git a/urjtag/ChangeLog b/urjtag/ChangeLog index 40c1fea7..ed90e135 100644 --- a/urjtag/ChangeLog +++ b/urjtag/ChangeLog @@ -1,18 +1,34 @@ + +2009-05-28 Rutger Hofman + + * include/urjtag/cmd.h, src/cmd/cmd.h: move defitions from public to private + include file because these parameter utilities are no longer used outside + cmd + + * include/urjtag/usbconn/*.h: move to src/tap/usbconn/ because these are + actually internal include files + 2009-05-28 Rutger Hofman * src/global/urjtag.c, src/global/Makefile.am: rename urjtag.c to src/global/log-error.c + * src/global/params.c, src/global/Makefile.am, include/urjtag/params.h, include/urjtag/Makefile.am: data structure for key/value pairs + * src/bus/*, include/urjtag/bus_driver.h, include/urjtag/bus.h, src/cmd/cmd_initbus.c: have an API call initbus() that uses key/value pairs to pass in options + * src/tap/cable.c, src/tap/parport.c, src/tap/usbconn.c, src/tap/cable/*, src/tap/parport/*, src/tap/usbconn/*, include/urjtag/cable.h: have API calls urj_tap_cable_parport_connect(), urj_tap_cable_usb_connect(), urj_tap_cable_other_connect(); have a tagged union in the cable driver that offers driver-specific connect() calls. + * src/cmd/cmd_cable.c, src/tap/cable/wiggler.c: the 4th wiggler argument, + the pin bitmap, is now a key/value parameter with key 'bitmap='. + 2009-05-28 Mike Frysinger * configure.ac: improve svn rev look up by ignoring errors, unifying diff --git a/urjtag/include/urjtag/Makefile.am b/urjtag/include/urjtag/Makefile.am index a074622d..167600e5 100644 --- a/urjtag/include/urjtag/Makefile.am +++ b/urjtag/include/urjtag/Makefile.am @@ -54,6 +54,4 @@ pkginclude_HEADERS = \ types.h \ urjtag.h \ usbconn.h \ - usbconn/libftdx.h \ - usbconn/libusb.h \ xpcu.h diff --git a/urjtag/include/urjtag/cmd.h b/urjtag/include/urjtag/cmd.h index 0c6d4dba..849313cc 100644 --- a/urjtag/include/urjtag/cmd.h +++ b/urjtag/include/urjtag/cmd.h @@ -56,9 +56,4 @@ int urj_cmd_run (urj_chain_t *chain, char *params[]); */ char *urj_cmd_find_next (const char *text, int state); -/* @@@@ RFHH candidate to become local in src/cmd/ after cable refactor */ -int urj_cmd_params (char *params[]); -/* @@@@ RFHH candidate to become local in src/cmd/ after cable refactor */ -int urj_cmd_get_number (const char *s, long unsigned *i); - #endif /* URJ_CMD_H */ diff --git a/urjtag/include/urjtag/usbconn/libftdx.h b/urjtag/include/urjtag/usbconn/libftdx.h deleted file mode 100644 index f1c23ac5..00000000 --- a/urjtag/include/urjtag/usbconn/libftdx.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * $Id$ - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * Written by A. Laeuger, 2008 - * - */ - -/* @@@@ RFHH candidate for internal include file? */ - -#ifndef URJ_USBCONN_LIBFTDX_H -#define URJ_USBCONN_LIBFTDX_H 1 - -#define URJ_USBCONN_FTDX_MAXSEND 4096 -#define URJ_USBCONN_FTDX_MAXSEND_MPSSE (64 * 1024) - -/* Maximum chunk to receive from ftdi/ftd2xx driver. - Larger values might speed up comm, but there's an upper limit - when too many bytes are sent and the underlying libftdi or libftd2xx - don't fetch the returned data in time -> deadlock */ -#define URJ_USBCONN_FTDI_MAXRECV ( 4 * 64) -#define URJ_USBCONN_FTD2XX_MAXRECV (63 * 64) -#define URJ_USBCONN_FTDX_MAXRECV (URJ_USBCONN_FTD2XX_MAXRECV < URJ_USBCONN_FTDI_MAXRECV ? URJ_USBCONN_FTD2XX_MAXRECV : URJ_USBCONN_FTDI_MAXRECV) - -#endif diff --git a/urjtag/include/urjtag/usbconn/libusb.h b/urjtag/include/urjtag/usbconn/libusb.h deleted file mode 100644 index 124a80ba..00000000 --- a/urjtag/include/urjtag/usbconn/libusb.h +++ /dev/null @@ -1,41 +0,0 @@ -/* - * $Id$ - * - * Link driver for accessing USB devices via libusb - * - * Copyright (C) 2008 K. Waschk - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - * 02111-1307, USA. - * - * Written by Kolja Waschk, 2008 - * - */ - -/* @@@@ RFHH candidate for internal include file? */ - -#ifndef URJ_USBCONN_LIBUSB_H -#define URJ_USBCONN_LIBUSB_H 1 - -#include - -typedef struct -{ - struct usb_device *dev; - struct usb_dev_handle *handle; - void *data; -} urj_usbconn_libusb_param_t; - -#endif diff --git a/urjtag/po/fr.po b/urjtag/po/fr.po index 925cdeeb..33ca1039 100644 --- a/urjtag/po/fr.po +++ b/urjtag/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU jtag 0.5.1\n" "Report-Msgid-Bugs-To: marcel@telka.sk\n" -"POT-Creation-Date: 2009-04-08 22:49+0200\n" +"POT-Creation-Date: 2009-05-28 14:35+0200\n" "PO-Revision-Date: 2004-05-10 08:00-0500\n" "Last-Translator: Michel Robitaille \n" "Language-Team: French \n" @@ -16,331 +16,425 @@ msgstr "" "Content-Transfer-Encoding: 8-bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: bsdl_bison.y:257 +#: src/apps/jtag/jtag.c:372 +#, c-format +msgid "'%s' must not be run suid root!\n" +msgstr "" + +#: src/apps/jtag/jtag.c:431 +#, fuzzy, c-format +msgid "%s #%s\n" +msgstr "%-13s %s\n" + +#: src/apps/jtag/jtag.c:434 +#, c-format +msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" +msgstr "" + +#: src/apps/jtag/jtag.c:437 +#, c-format +msgid " -h, --help display this help and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:438 +#, c-format +msgid " -v, --version display version information and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:440 +#, c-format +msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:441 +#, c-format +msgid " -i, --interactive enter interactive mode after reading files\n" +msgstr "" + +#: src/apps/jtag/jtag.c:442 +#, c-format +msgid " -q, --quiet Do not print help on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:444 +#, c-format +msgid " [FILE] file containing commands to execute\n" +msgstr "" + +#: src/apps/jtag/jtag.c:447 +#, c-format +msgid " Please report bugs at http://www.urjtag.org\n" +msgstr "" + +#: src/apps/jtag/jtag.c:454 +#, c-format +msgid "" +"\n" +"%s #%s\n" +"\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +msgstr "" + +#: src/apps/jtag/jtag.c:459 +#, c-format +msgid "" +"\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" +msgstr "" + +#: src/apps/jtag/jtag.c:485 src/apps/jtag/jtag.c:508 src/apps/jtag/jtag.c:531 +#, c-format +msgid "Out of memory\n" +msgstr "Mémoire épuisée\n" + +#: src/apps/jtag/jtag.c:493 +#, c-format +msgid "Unable to open file `%s'!\n" +msgstr "Incapable d'ouvrir le fichier `%s'!\n" + +#: src/apps/jtag/jtag.c:520 +#, fuzzy, c-format +msgid "" +"\n" +"%s #%s\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +"\n" +"%s is free software, covered by the GNU General Public License, and you are\n" +"welcome to change it and/or distribute copies of it under certain " +"conditions.\n" +"There is absolutely no warranty for %s.\n" +"\n" +msgstr "" +"%s\n" +"Copyright © 2002, 2003 ETC s.r.o.\n" +"%s est un logiciel libre; vous pouvez le redistribuer ou le\n" +"modifier selon les termes de la License Publique Générale de GNU, publiée\n" +"par la Free Software Foundation (soit la version 2 ou selon votre choix, " +"toute version ultérieure).\n" +"\n" +"Ce programme est distribué dans l'espoir qu'il soit utile,\n" +"mais AUCUNE garantie n'est donnée pour %s\n" +"tant pour des raisons COMMERCIALES que\n" +"pour RÉPONDRE À UN BESOIN PARTICULIER. Consulter la licence\n" +"GNU General Public License pour plus de détails.\n" +"\n" +"Vous devriez avoir reçu copie de la Licence Publique Générale de GNU\n" +"avec ce programme; sinon, écrire à la Free Software Foundation, Inc.,\n" +"59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n" + +#: src/apps/jtag/jtag.c:537 +#, fuzzy, c-format +msgid "%s may damage your hardware!\n" +msgstr "" +"AVERTISSEMENT: %s peut endommager votre matériel! Taper \"quit\" pour " +"quitter!\n" +"\n" + +#: src/apps/jtag/jtag.c:539 +#, fuzzy +msgid "" +"Type \"quit\" to exit, \"help\" for help.\n" +"\n" +msgstr "" +"Taper \"help\" pour de l'aide.\n" +"\n" + +#: bsdl_bison.y:268 msgid "Unsupported BSDL construct found" msgstr "" -#: bsdl_bison.y:320 +#: bsdl_bison.y:331 msgid "Error in Instruction_Opcode attribute statement" msgstr "" -#: bsdl_bison.y:333 +#: bsdl_bison.y:344 msgid "Multiple opcode patterns are not supported, first pattern will be used" msgstr "" -#: bsdl_bison.y:364 +#: bsdl_bison.y:375 msgid "Error in Opcode List" msgstr "" -#: bsdl_bison.y:450 +#: bsdl_bison.y:461 msgid "Error in Boundary Cell description" msgstr "" -#: bsdl_bison.y:574 +#: bsdl_bison.y:586 #, fuzzy msgid "Error in ISC_Pin_Behavior Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:586 +#: bsdl_bison.y:598 #, fuzzy msgid "Error in ISC_Fixed_System_Pins Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:613 +#: bsdl_bison.y:625 #, fuzzy msgid "Error in ISC_Security Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:647 +#: bsdl_bison.y:659 #, fuzzy msgid "Error in ISC_Flow Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:811 +#: bsdl_bison.y:823 #, fuzzy msgid "Error in ISC_Procedure Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:835 +#: bsdl_bison.y:847 #, fuzzy msgid "Error in ISC_Action Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: bsdl_bison.y:875 bsdl_bison.y:883 vhdl_bison.y:657 +#: bsdl_bison.y:890 bsdl_bison.y:904 vhdl_bison.y:674 #, c-format msgid "Line %d, %s.\n" msgstr "" -#: bsdl_bison.y:1114 bsdl_bison.y:1182 bsdl_bison.y:1241 bsdl_bison.y:1276 -#: bsdl_bison.y:1314 bsdl_bison.y:1464 bsdl_bison.y:1514 bsdl_flex.l:443 -#: bsdl_flex.l:529 src/bsdl/bsdl_sem.c:169 src/bsdl/bsdl_sem.c:545 -#: vhdl_bison.y:821 vhdl_bison.y:922 vhdl_bison.y:1010 vhdl_bison.y:1042 -#: vhdl_bison.y:1062 vhdl_bison.y:1092 vhdl_bison.y:1109 vhdl_bison.y:1127 -#: vhdl_flex.l:373 vhdl_flex.l:460 svf_flex.l:369 -#, fuzzy, c-format -msgid "Out of memory, %s line %i\n" -msgstr "Mémoire épuisée\n" - -#: src/bsdl/bsdl.c:138 -#, fuzzy -msgid "No JTAG chain available\n" -msgstr "(pas de description disponible)" - -#: src/bsdl/bsdl.c:143 -msgid "Chain without any parts\n" -msgstr "" - -#: src/bsdl/bsdl.c:160 +#: src/bsdl/bsdl.c:117 #, c-format msgid "Reading file '%s'\n" msgstr "" -#: src/bsdl/bsdl.c:164 -#, fuzzy, c-format -msgid "Unable to open BSDL file '%s'\n" -msgstr "Incapable d'ouvrir le fichier `%s'!\n" - -#: src/bsdl/bsdl.c:178 +#: src/bsdl/bsdl.c:138 #, c-format msgid "BSDL file '%s' passed VHDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:185 +#: src/bsdl/bsdl.c:145 #, c-format msgid "BSDL file '%s' passed BSDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:192 +#: src/bsdl/bsdl.c:152 #, c-format msgid "BSDL file '%s' contains errors in VHDL stage, stopping\n" msgstr "" -#: src/bsdl/bsdl.c:326 src/tap/detect.c:364 +#: src/bsdl/bsdl.c:293 src/tap/detect.c:372 #, c-format msgid " Filename: %s\n" msgstr " nom de fichier: %s\n" -#: src/bsdl/bsdl.c:338 +#: src/bsdl/bsdl.c:305 #, fuzzy, c-format msgid "Cannot open directory %s\n" msgstr "ne peut ouvrir %s\n" -#: bsdl_flex.l:405 vhdl_flex.l:333 -#, c-format -msgid "Illegal character %c (/%03o) at line %d:\n" -msgstr "" - -#: bsdl_flex.l:437 vhdl_flex.l:365 -msgid "Scanner could not be initialized\n" -msgstr "" - -#: src/bsdl/bsdl_sem.c:238 +#: src/bsdl/bsdl_sem.c:204 msgid "No IDCODE specification found.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:640 +#: src/bsdl/bsdl_sem.c:649 msgid "IDCODE matched\n" msgstr "" -#: src/bsdl/bsdl_sem.c:643 +#: src/bsdl/bsdl_sem.c:651 msgid "IDCODE mismatch\n" msgstr "" -#: src/bsdl/bsdl_sem.c:690 +#: src/bsdl/bsdl_sem.c:699 msgid "BSDL stage reported errors, aborting.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:698 +#: src/bsdl/bsdl_sem.c:706 #, c-format msgid "Got IDCODE: %s\n" msgstr "" -#: vhdl_bison.y:219 +#: vhdl_bison.y:231 msgid "Improper Entity declaration" msgstr "" -#: vhdl_bison.y:220 +#: vhdl_bison.y:232 msgid "Check if source file is BSDL" msgstr "" -#: vhdl_bison.y:230 vhdl_bison.y:238 +#: vhdl_bison.y:242 vhdl_bison.y:250 #, fuzzy msgid "Syntax Error" msgstr "ERREUR de syntaxe!\n" -#: vhdl_bison.y:248 +#: vhdl_bison.y:260 msgid "Improper Port declaration" msgstr "" -#: vhdl_bison.y:280 +#: vhdl_bison.y:292 #, fuzzy msgid "Error in Package declaration(s)" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:305 +#: vhdl_bison.y:317 #, fuzzy msgid "Error in Standard Package" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:323 +#: vhdl_bison.y:335 #, fuzzy msgid "Error in Standard Declarations" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:334 +#: vhdl_bison.y:346 #, fuzzy msgid "Error in Attribute type identification" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:350 +#: vhdl_bison.y:362 #, fuzzy msgid "Error in Type definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:366 +#: vhdl_bison.y:378 #, fuzzy msgid "Error in Bit definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:377 +#: vhdl_bison.y:389 #, fuzzy msgid "Error in Record Definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:390 +#: vhdl_bison.y:402 #, fuzzy msgid "Error in defered constant" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:402 +#: vhdl_bison.y:414 #, fuzzy msgid "Error in Package Body definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:414 +#: vhdl_bison.y:426 #, fuzzy msgid "Error in Cell Constant definition" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:425 +#: vhdl_bison.y:437 #, fuzzy msgid "Error in Cell Data Record" msgstr "Error: échec de la connexion par cable!\n" -#: vhdl_bison.y:434 +#: vhdl_bison.y:446 #, fuzzy msgid "Error in Cell_Type Function field" msgstr "Error: échec de la connexion par cable!\n" -#: vhdl_bison.y:441 +#: vhdl_bison.y:453 #, fuzzy msgid "Error in BScan_Inst Instruction field" msgstr "Error: échec de la connexion par cable!\n" -#: vhdl_bison.y:448 +#: vhdl_bison.y:460 #, fuzzy msgid "Error in Constant CAP data source field" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:472 +#: vhdl_bison.y:484 #, fuzzy msgid "Error in User-Defined Package declarations" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:479 +#: vhdl_bison.y:491 msgid "Unknown VHDL statement" msgstr "" -#: vhdl_bison.y:502 +#: vhdl_bison.y:514 #, fuzzy msgid "Error in Attribute specification" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: vhdl_bison.y:651 +#: vhdl_bison.y:669 #, c-format msgid "In Package %s, Line %d, %s.\n" msgstr "" -#: vhdl_bison.y:664 +#: vhdl_bison.y:687 msgid "Too many errors" msgstr "" -#: vhdl_flex.l:518 -#, fuzzy, c-format -msgid "Cannot open file %s or %s.\n" -msgstr "ne peut ouvrir %s\n" - -#: src/bus/au1500.c:126 +#: src/bus/au1500.c:124 #, fuzzy, c-format msgid "AU1500 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/au1500.c:297 +#: src/bus/au1500.c:301 msgid "AU1500 BUS Driver via BSR" msgstr "" -#: src/bus/avr32.c:127 -#, c-format -msgid "%s(%d): error, " -msgstr "" - -#: src/bus/avr32.c:150 +#: src/bus/avr32.c:153 #, fuzzy, c-format msgid "%s: instr=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:153 +#: src/bus/avr32.c:158 #, fuzzy, c-format msgid "%s: ret=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:166 +#: src/bus/avr32.c:172 #, fuzzy, c-format msgid "%s: data=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:169 +#: src/bus/avr32.c:175 #, c-format msgid "%s: data out=%s\n" msgstr "" -#: src/bus/avr32.c:190 +#: src/bus/avr32.c:196 #, c-format -msgid "%s: slave=%01x, addr=%08x, %s\n" +msgid "%s: slave=%01x, addr=%08lx, %s\n" msgstr "" -#: src/bus/avr32.c:215 src/bus/avr32.c:240 src/bus/avr32.c:311 -#: src/bus/avr32.c:322 -#, c-format -msgid "%s: data=%08x\n" -msgstr "" +#: src/bus/avr32.c:222 src/bus/avr32.c:248 src/bus/avr32.c:322 +#: src/bus/avr32.c:334 +#, fuzzy, c-format +msgid "%s: data=%08lx\n" +msgstr "%-13s %s\n" -#: src/bus/avr32.c:282 -#, c-format -msgid "%s: addr=%08x, mode=%s\n" -msgstr "" +#: src/bus/avr32.c:292 +#, fuzzy, c-format +msgid "%s: addr=%08lx, mode=%s\n" +msgstr "adr: 0x%08X" -#: src/bus/avr32.c:370 +#: src/bus/avr32.c:383 #, fuzzy, c-format -msgid "%s: read status %08x\n" +msgid "%s: read status %08lx\n" msgstr "%s: état invalide: %2X\n" -#: src/bus/avr32.c:401 -#, c-format -msgid "%s: status=%08x\n" -msgstr "" +#: src/bus/avr32.c:417 +#, fuzzy, c-format +msgid "%s: status=%08lx\n" +msgstr "%s: état invalide: %2X\n" -#: src/bus/avr32.c:569 +#: src/bus/avr32.c:613 #, fuzzy, c-format msgid "AVR32 multi-mode bus driver (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/avr32.c:651 +#: src/bus/avr32.c:695 #, fuzzy, c-format -msgid "%s:addr=%08x\n" +msgid "%s:addr=%08lx\n" msgstr "adr: 0x%08X" -#: src/bus/avr32.c:760 +#: src/bus/avr32.c:806 msgid "" "Atmel AVR32 multi-mode bus driver, requires parameter\n" " valid parameters:\n" @@ -354,17 +448,17 @@ msgid "" " HSBU: 32 bit bus for the uncached HSB area, via SAB" msgstr "" -#: src/bus/bcm1250.c:120 +#: src/bus/bcm1250.c:115 #, c-format msgid "Broadcom BCM1250 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bcm1250.c:488 +#: src/bus/bcm1250.c:525 msgid "Broadcom BCM1250 compatible bus driver via BSR" msgstr "pilote de bus compatible Broadcom BCM1250 via BSR" -#: src/bus/bf533_ezkit.c:143 +#: src/bus/bf533_ezkit.c:139 #, fuzzy, c-format msgid "Blackfin BF533 EZKit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -374,74 +468,74 @@ msgstr "" msgid "Blackfin BF533 EZKit board bus driver" msgstr "" -#: src/bus/bf533_stamp.c:144 +#: src/bus/bf533_stamp.c:145 #, fuzzy, c-format msgid "Blackfin BF533 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf533_stamp.c:325 +#: src/bus/bf533_stamp.c:332 msgid "Blackfin BF533 Stamp board bus driver" msgstr "" -#: src/bus/bf537_stamp.c:317 src/bus/pxa2x0.c:242 +#: src/bus/bf537_stamp.c:315 src/bus/pxa2x0.c:251 #, fuzzy, c-format msgid "%s (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/bf537_stamp.c:337 +#: src/bus/bf537_stamp.c:335 #, fuzzy msgid "Blackfin BF537 Stamp board bus driver via BSR" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf537_stamp.c:347 +#: src/bus/bf537_stamp.c:345 #, fuzzy msgid "Blackfin BF537 EZ-KIT board bus driver via BSR" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf537_stamp.c:357 +#: src/bus/bf537_stamp.c:355 #, fuzzy msgid "Blackfin BF527 EZ-KIT board bus driver via BSR" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf537_stamp.c:367 +#: src/bus/bf537_stamp.c:365 #, fuzzy msgid "Blackfin BF538F EZ-KIT board bus driver" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf537_stamp.c:377 +#: src/bus/bf537_stamp.c:375 #, fuzzy msgid "Blackfin BF526 EZ-KIT board bus driver" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf548_ezkit.c:142 +#: src/bus/bf548_ezkit.c:140 #, fuzzy, c-format msgid "" "Blackfin BF548 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/bf548_ezkit.c:313 +#: src/bus/bf548_ezkit.c:314 msgid "Blackfin BF548 EZ-KIT board bus driver" msgstr "" -#: src/bus/bf561_ezkit.c:147 +#: src/bus/bf561_ezkit.c:145 #, fuzzy, c-format msgid "" "Blackfin BF561 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "pilote de bus compatible Hitachi SH7751R via BSR (JTAG no de pièce %d)\n" -#: src/bus/bf561_ezkit.c:336 +#: src/bus/bf561_ezkit.c:337 msgid "Blackfin BF561 EZ-KIT board bus driver" msgstr "" -#: src/bus/bscoach.c:146 +#: src/bus/bscoach.c:137 #, fuzzy, c-format msgid "" "Goepel electronic Boundary Scan Coach compatible bus driver via BSR (JTAG " @@ -449,180 +543,159 @@ msgid "" msgstr "" "pilote de bus compatible Hitachi SH7727 via BSR (JTAG no de pièce %d)\n" -#: src/bus/bscoach.c:382 +#: src/bus/bscoach.c:378 msgid "" "Goepel Boundary Scan Coach compatible bus driver for flash programming via " "BSR" msgstr "" -#: src/bus/buses.c:167 src/cmd/include.c:74 src/cmd/parse.c:59 -#: src/cmd/parse.c:93 src/cmd/scan.c:88 src/cmd/shell.c:62 src/jtag.c:407 -#: src/jtag.c:426 src/jtag.c:450 src/tap/detect.c:271 -#: src/tap/usbconn/libusb.c:150 src/tap/usbconn/libftd2xx.c:283 -#: src/tap/usbconn/libftdi.c:252 +#: src/bus/buses.c:182 src/bus/buses.c:219 #, c-format -msgid "Out of memory\n" -msgstr "Mémoire épuisée\n" +msgid "realloc(%s,%zd) fails" +msgstr "" + +#: src/bus/buses.c:242 +#, fuzzy +msgid "invalid bus number" +msgstr "%s: numéro de bus invalide\n" + +#: src/bus/buses.c:284 +#, fuzzy, c-format +msgid "Initialized bus %d, active bus %d\n" +msgstr "initialiser le pilote du bus pour la pièce active." -#: src/bus/ejtag.c:149 +#: src/bus/ejtag.c:137 #, fuzzy, c-format msgid "EJTAG compatible bus driver via PrAcc (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/ejtag.c:176 -#, c-format -msgid "%s(%d) EJADDRESS, EJDATA or EJCONTROL register not found\n" +#: src/bus/ejtag.c:168 +msgid "EJADDRESS, EJDATA or EJCONTROL register not found" msgstr "" -#: src/bus/ejtag.c:195 +#: src/bus/ejtag.c:189 #, c-format -msgid "%s(%d) Reset occurred, ctrl=%s\n" +msgid "Reset occurred, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:202 +#: src/bus/ejtag.c:196 #, c-format -msgid "%s(%d) No processor access, ctrl=%s\n" +msgid "No processor access, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:215 +#: src/bus/ejtag.c:210 #, c-format -msgid "%s(%d) PrAcc bad alignment: addr=0x%08x\n" +msgid "PrAcc bad alignment: addr=0x%08lx" msgstr "" -#: src/bus/ejtag.c:229 +#: src/bus/ejtag.c:225 #, c-format -msgid "%s(%d) PrAcc write: addr=0x%08x data=0x%08x\n" +msgid "%s(%d) PrAcc write: addr=0x%08lx data=0x%08lx\n" msgstr "" #: src/bus/ejtag.c:236 #, c-format -msgid "%s(%d) Unknown write addr=0x%08x data=0x%08x\n" +msgid "Unknown write addr=0x%08lx data=0x%08lx" msgstr "" -#: src/bus/ejtag.c:291 -#, c-format -msgid "%s(%d) EJCONTROL or EJIMPCODE register not found\n" +#: src/bus/ejtag.c:297 +msgid "EJCONTROL or EJIMPCODE register not found" msgstr "" -#: src/bus/ejtag.c:481 +#: src/bus/ejtag.c:546 #, c-format -msgid "%s(%d) Failed to enter debug mode, ctrl=%s\n" +msgid "Failed to enter debug mode, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:677 +#: src/bus/ejtag.c:761 #, fuzzy msgid "EJTAG compatible bus driver via PrAcc" msgstr "pilote de bus compatible Intel PXA2x0 via BSR" -#: src/bus/fjmem.c:91 src/bus/fjmem.c:106 src/bus/fjmem.c:187 -#: src/bus/fjmem.c:193 src/bus/fjmem.c:295 src/cmd/instruction.c:95 -#: src/cmd/register.c:71 src/cmd/register.c:85 src/cmd/salias.c:72 -#: src/cmd/signal.c:88 src/tap/detect.c:212 src/tap/detect.c:235 -#: src/tap/tap.c:53 -#, c-format -msgid "out of memory\n" -msgstr "mémoire épuisée\n" - -#: src/bus/fjmem.c:101 src/cmd/instruction.c:84 -#, c-format -msgid "invalid instruction length\n" +#: src/bus/fjmem.c:108 src/part/part.c:348 +#, fuzzy +msgid "invalid instruction length" msgstr "longueur d'instruction invalide\n" -#: src/bus/fjmem.c:367 -#, c-format -msgid "Wrong parameter specification: %s\n" -msgstr "" - -#: src/bus/fjmem.c:424 -#, c-format -msgid "Parameter for instruction opcode missing.\n" +#: src/bus/fjmem.c:397 +msgid "Parameter for instruction opcode missing" msgstr "" -#: src/bus/fjmem.c:473 +#: src/bus/fjmem.c:475 #, fuzzy, c-format msgid "fjmem FPGA bus driver via USER register (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/fjmem.c:595 src/bus/fjmem.c:627 src/bus/fjmem.c:661 -#: src/bus/fjmem.c:696 src/bus/jopcyc.c:549 src/bus/jopcyc.c:584 -#: src/bus/jopcyc.c:615 src/bus/jopcyc.c:647 src/bus/zefant-xs3.c:692 -#: src/bus/zefant-xs3.c:759 src/bus/zefant-xs3.c:807 src/bus/zefant-xs3.c:859 -#, c-format -msgid "Address out of range\n" +#: src/bus/fjmem.c:610 src/bus/fjmem.c:645 src/bus/fjmem.c:680 +#: src/bus/fjmem.c:716 src/bus/jopcyc.c:557 src/bus/jopcyc.c:596 +#: src/bus/jopcyc.c:628 src/bus/jopcyc.c:662 src/bus/zefant-xs3.c:707 +#: src/bus/zefant-xs3.c:780 src/bus/zefant-xs3.c:831 src/bus/zefant-xs3.c:887 +msgid "Address out of range" msgstr "" -#: src/bus/fjmem.c:713 +#: src/bus/fjmem.c:733 msgid "" "FPGA JTAG memory bus driver via USER register, requires parameters:\n" " opcode= [len=]" msgstr "" -#: src/bus/generic_bus.c:40 src/cmd/get.c:63 src/cmd/set.c:77 -#: src/cmd/test.c:65 -#, c-format -msgid "signal '%s' not found\n" -msgstr "signal '%s' non repéré\n" - -#: src/bus/ixp425.c:121 +#: src/bus/ixp425.c:117 #, c-format msgid "Intel IXP425 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pièce %d)\n" -#: src/bus/ixp425.c:291 +#: src/bus/ixp425.c:290 msgid "Intel IXP425 compatible bus driver via BSR" msgstr "pilote de bus compatible Intel IXP425 via BSR" -#: src/bus/jopcyc.c:349 +#: src/bus/jopcyc.c:344 #, fuzzy, c-format msgid "" "JOP.design Cyclone Board compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Pilote de bus compatible Broadcom BCM1250 via BSR (JTAG No de pièce %d)\n" -#: src/bus/jopcyc.c:677 +#: src/bus/jopcyc.c:694 #, fuzzy msgid "JOP.design Cyclone Board compatible bus driver via BSR" msgstr "pilote de bus compatible Broadcom BCM1250 via BSR" -#: src/bus/lh7a400.c:142 +#: src/bus/lh7a400.c:139 #, fuzzy, c-format msgid "Sharp LH7A400 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "pilote de bus compatible Hitachi SH7750R via BSR (JTAG no de pièce %d)\n" -#: src/bus/lh7a400.c:320 +#: src/bus/lh7a400.c:327 #, fuzzy msgid "Sharp LH7A400 compatible bus driver via BSR (flash access only!)" msgstr "" "pilote de bus compatible Hitachi SH7750R via BSR (JTAG no de pièce %d)\n" -#: src/bus/mpc5200.c:147 +#: src/bus/mpc5200.c:157 #, fuzzy, c-format msgid "Freescale MPC5200 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel PXA2x0 via BSR (JTAG No de pièce %d)\n" -#: src/bus/mpc5200.c:161 +#: src/bus/mpc5200.c:172 msgid "LocalPlus Bus" msgstr "" -#: src/bus/mpc5200.c:376 +#: src/bus/mpc5200.c:401 #, fuzzy msgid "Freescale MPC5200 compatible bus driver via BSR, parameter: [mux]" msgstr "pilote de bus compatible Intel PXA2x0 via BSR" -#: src/bus/mpc824x.c:107 -#, c-format +#: src/bus/mpc824x.c:112 msgid "" -" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently\n" +" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently" msgstr "" -#: src/bus/mpc824x.c:111 -#, c-format -msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1\n" +#: src/bus/mpc824x.c:117 +msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1" msgstr "" -#: src/bus/mpc824x.c:120 -#, c-format +#: src/bus/mpc824x.c:129 msgid "" "Usage: initbus mpc824x [width=WIDTH] [revbits] [dbgAddr] [dbgData]\n" "\n" @@ -632,50 +705,50 @@ msgid "" " dbgData display data bus state (default - no)\n" msgstr "" -#: src/bus/mpc824x.c:140 +#: src/bus/mpc824x.c:155 #, c-format msgid " Using default bus width %d\n" msgstr "" -#: src/bus/mpc824x.c:235 +#: src/bus/mpc824x.c:244 #, fuzzy, c-format msgid "Motorola MPC824x compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel PXA2x0 via BSR (JTAG No de pièce %d)\n" -#: src/bus/mpc824x.c:256 +#: src/bus/mpc824x.c:268 msgid "Base ROM Interface (Bank 1)" msgstr "" -#: src/bus/mpc824x.c:265 src/bus/mpc824x.c:283 +#: src/bus/mpc824x.c:278 src/bus/mpc824x.c:297 msgid "Base ROM Interface (Bank 0)" msgstr "" -#: src/bus/mpc824x.c:311 +#: src/bus/mpc824x.c:327 #, c-format -msgid "Warning: unhandled bus width: %i\n" +msgid "Warning: unhandled bus width: %i" msgstr "" -#: src/bus/mpc824x.c:325 +#: src/bus/mpc824x.c:350 #, c-format -msgid "Addr [%2d:0]: %06X " +msgid "Addr [%2d:0]: %06lX " msgstr "" -#: src/bus/mpc824x.c:370 +#: src/bus/mpc824x.c:400 #, c-format -msgid "Data WR [%d:0]: %08X " +msgid "Data WR [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:407 +#: src/bus/mpc824x.c:446 #, c-format -msgid "Data RD [%d:0]: %08X " +msgid "Data RD [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:519 +#: src/bus/mpc824x.c:566 #, fuzzy msgid "Motorola MPC824x compatible bus driver via BSR" msgstr "pilote de bus compatible Intel PXA2x0 via BSR" -#: src/bus/ppc405ep.c:116 +#: src/bus/ppc405ep.c:113 #, fuzzy, c-format msgid "IBM PowerPC 405EP compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pièce %d)\n" @@ -685,63 +758,59 @@ msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pi msgid "IBM PowerPC 405EP compatible bus driver via BSR" msgstr "pilote de bus compatible Intel IXP425 via BSR" -#: src/bus/ppc440gx_ebc8.c:118 +#: src/bus/ppc440gx_ebc8.c:113 #, fuzzy, c-format msgid "" "IBM PowerPC 440GX 8-bit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pièce %d)\n" -#: src/bus/ppc440gx_ebc8.c:269 +#: src/bus/ppc440gx_ebc8.c:271 #, fuzzy msgid "IBM PowerPC 440GX 8-bit EBC compatible bus driver via BSR" msgstr "pilote de bus compatible Intel IXP425 via BSR" -#: src/bus/prototype.c:129 +#: src/bus/prototype.c:133 #, c-format -msgid "value %s not defined for parameter %s\n" +msgid "value %lu not defined for parameter %s" msgstr "" -#: src/bus/prototype.c:138 +#: src/bus/prototype.c:166 src/cmd/cmd_get.c:71 src/cmd/cmd_set.c:98 +#: src/cmd/cmd_test.c:75 #, fuzzy, c-format -msgid "signal '%s' is not found\n" +msgid "signal '%s' not found" msgstr "signal '%s' non repéré\n" -#: src/bus/prototype.c:166 +#: src/bus/prototype.c:210 #, c-format -msgid "parameter %s is unknown\n" +msgid "parameter %s is unknown" msgstr "" -#: src/bus/prototype.c:195 -#, c-format -msgid "parameters alsb= and/or amsb= are not defined\n" +#: src/bus/prototype.c:254 +msgid "parameters alsb= and/or amsb= are not defined" msgstr "" -#: src/bus/prototype.c:243 -#, c-format +#: src/bus/prototype.c:314 msgid "parameters dlsb= and/or dmsb= are not defined\n" msgstr "" -#: src/bus/prototype.c:248 -#, c-format +#: src/bus/prototype.c:321 msgid "parameter cs= or ncs= is not defined\n" msgstr "" -#: src/bus/prototype.c:253 -#, c-format +#: src/bus/prototype.c:328 msgid "parameter oe= or noe= is not defined\n" msgstr "" -#: src/bus/prototype.c:258 -#, c-format +#: src/bus/prototype.c:335 msgid "parameter we= or nwe= is not defined\n" msgstr "" -#: src/bus/prototype.c:283 +#: src/bus/prototype.c:361 #, fuzzy, c-format msgid "Configurable prototype bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/prototype.c:436 +#: src/bus/prototype.c:517 msgid "" "Configurable prototype bus driver via BSR, requires parameters:\n" " amsb= alsb= dmsb= dlsb=\n" @@ -749,74 +818,66 @@ msgid "" "x8|x16|x32]" msgstr "" -#: src/bus/pxa2x0.c:302 src/bus/pxa2x0.c:392 +#: src/bus/pxa2x0.c:322 src/bus/pxa2x0.c:421 msgid "Static Chip Select 0" msgstr "Sélection statique du module 0" -#: src/bus/pxa2x0.c:364 +#: src/bus/pxa2x0.c:392 msgid "Memory Mapped registers (Memory Ctl)" msgstr "Registres mémoire mappé (Ctl Mémoire)" -#: src/bus/pxa2x0.c:457 +#: src/bus/pxa2x0.c:496 msgid "PXA270 internal address space (cfg, SRAM)" msgstr "" -#: src/bus/pxa2x0.c:475 +#: src/bus/pxa2x0.c:516 msgid "PXA270 SDRAM space (4x 64MB)" msgstr "" -#: src/bus/pxa2x0.c:702 +#: src/bus/pxa2x0.c:756 msgid "Intel PXA2x0 compatible bus driver via BSR" msgstr "pilote de bus compatible Intel PXA2x0 via BSR" -#: src/bus/pxa2x0.c:718 +#: src/bus/pxa2x0.c:772 #, fuzzy msgid "Intel PXA27x compatible bus driver via BSR" msgstr "pilote de bus compatible Intel PXA2x0 via BSR" -#: src/bus/readmem.c:55 src/bus/writemem.c:49 src/flash/detectflash.c:56 -#, c-format -msgid "Error: Missing bus driver!\n" +#: src/bus/readmem.c:55 src/bus/writemem.c:49 +#, fuzzy +msgid "Missing bus driver" msgstr "Erreur: pilote de bus manquant!\n" -#: src/bus/readmem.c:62 src/bus/writemem.c:56 -#, c-format -msgid "Error: Bus width detection failed\n" -msgstr "ERREUR: détection de la largeur de bus a échoué\n" - #: src/bus/readmem.c:68 src/bus/writemem.c:62 -#, c-format -msgid "Unknown bus width!\n" +#, fuzzy +msgid "Unknown bus width" msgstr "Largeur de bus inconnu!\n" -#: src/bus/readmem.c:75 src/bus/writemem.c:69 -#, c-format -msgid "address: 0x%08X\n" +#: src/bus/readmem.c:81 src/bus/writemem.c:75 +#, fuzzy, c-format +msgid "address: 0x%08lX\n" msgstr "adresse: 0x%08X\n" -#: src/bus/readmem.c:76 src/bus/writemem.c:70 -#, c-format -msgid "length: 0x%08X\n" +#: src/bus/readmem.c:83 src/bus/writemem.c:77 +#, fuzzy, c-format +msgid "length: 0x%08lX\n" msgstr "longueur: 0x%08X\n" -#: src/bus/readmem.c:79 src/bus/writemem.c:73 -#, c-format -msgid "length is 0.\n" +#: src/bus/readmem.c:88 src/bus/writemem.c:82 +#, fuzzy +msgid "length is 0" msgstr "longeur est 0.\n" -#: src/bus/readmem.c:85 -#, c-format +#: src/bus/readmem.c:94 msgid "reading:\n" msgstr "lecture en cours:\n" -#: src/bus/readmem.c:105 src/bus/writemem.c:87 src/flash/flash.c:160 -#: src/flash/flash.c:205 src/flash/flash.c:308 src/flash/flash.c:358 -#, c-format -msgid "addr: 0x%08X" +#: src/bus/readmem.c:120 src/bus/writemem.c:98 +#, fuzzy, c-format +msgid "addr: 0x%08llX\r" msgstr "adr: 0x%08X" -#: src/bus/readmem.c:113 src/bus/writemem.c:122 src/flash/flash.c:220 -#, c-format +#: src/bus/readmem.c:133 src/bus/writemem.c:144 src/flash/flash.c:258 msgid "" "\n" "Done.\n" @@ -824,7 +885,7 @@ msgstr "" "\n" "Complété.\n" -#: src/bus/s3c4510x.c:182 +#: src/bus/s3c4510x.c:179 #, fuzzy, c-format msgid "" "Samsung S3C4510B compatibile bus driver via BSR (JTAG part No. %d) RCS0=%" @@ -832,35 +893,30 @@ msgid "" msgstr "" "pilote de bus compatible Samsung S3C4510B via BSR (JTAG no de pièce %d)\n" -#: src/bus/s3c4510x.c:414 +#: src/bus/s3c4510x.c:427 msgid "Samsung S3C4510B compatible bus driver via BSR" msgstr "pilote de bus compatible Samsung S3C4510B via BSR" -#: src/bus/sa1110.c:128 +#: src/bus/sa1110.c:124 #, c-format msgid "Intel SA-1110 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/sa1110.c:305 +#: src/bus/sa1110.c:307 msgid "Intel SA-1110 compatible bus driver via BSR" msgstr "pilote de bus compatible Intel SA-1110 via BSR" -#: src/bus/sh7727.c:138 +#: src/bus/sh7727.c:135 #, c-format msgid "Hitachi SH7727 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "pilote de bus compatible Hitachi SH7727 via BSR (JTAG no de pièce %d)\n" -#: src/bus/sh7727.c:165 -#, c-format -msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" -msgstr "ERREUR: largeur de bus invalide (MD3 = MD4 = 0)!\n" - -#: src/bus/sh7727.c:346 +#: src/bus/sh7727.c:347 msgid "Hitachi SH7727 compatible bus driver via BSR" msgstr "pilote de bus compatible Hitachi SH7727 via BSR" -#: src/bus/sh7750r.c:136 +#: src/bus/sh7750r.c:133 #, c-format msgid "Hitachi SH7750R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -870,7 +926,7 @@ msgstr "" msgid "Hitachi SH7750R compatible bus driver via BSR" msgstr "pilote de bus compatible Hitachi SH7750R via BSR" -#: src/bus/sh7751r.c:130 +#: src/bus/sh7751r.c:127 #, c-format msgid "Hitachi SH7751R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -880,7 +936,7 @@ msgstr "" msgid "Hitachi SH7751R compatible bus driver via BSR" msgstr "pilote de bus compatible Hitachi SH7751R via BSR" -#: src/bus/sharc21065l.c:123 +#: src/bus/sharc21065l.c:121 #, fuzzy, c-format msgid "" "Analog Device's SHARC 21065L compatible bus driver via BSR (JTAG part No. %" @@ -891,34 +947,34 @@ msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pi msgid "Boot Memory Select" msgstr "" -#: src/bus/sharc21065l.c:309 +#: src/bus/sharc21065l.c:316 #, fuzzy msgid "SHARC_21065L compatible bus driver via BSR" msgstr "pilote de bus compatible Intel SA-1110 via BSR" -#: src/bus/slsup3.c:167 +#: src/bus/slsup3.c:169 #, fuzzy, c-format msgid "SLS UP3 bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel SA-1110 via BSR (JTAG no de pièce %d)\n" -#: src/bus/slsup3.c:178 +#: src/bus/slsup3.c:181 msgid "Flash Memory (2 MByte) byte mode" msgstr "" -#: src/bus/slsup3.c:187 +#: src/bus/slsup3.c:191 msgid "SRAM 128KByte (64K x 16)" msgstr "" -#: src/bus/slsup3.c:196 +#: src/bus/slsup3.c:201 msgid "LCD Display (RS select by A0)" msgstr "" -#: src/bus/slsup3.c:423 +#: src/bus/slsup3.c:440 #, fuzzy msgid "SLS UP3 compatible bus driver via BSR" msgstr "pilote de bus compatible Intel IXP425 via BSR" -#: src/bus/tx4925.c:140 +#: src/bus/tx4925.c:137 #, fuzzy, c-format msgid "Toshiba TX4925 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pièce %d)\n" @@ -928,32 +984,22 @@ msgstr "pilote de bus compatible Intel IXP425 via BSR (JTAG No de pi msgid "Toshiba TX4925 compatible bus driver via BSR" msgstr "pilote de bus compatible Intel IXP425 via BSR" -#: src/bus/writemem.c:79 -#, fuzzy, c-format +#: src/bus/writemem.c:88 +#, fuzzy msgid "writing:\n" msgstr "lecture en cours:\n" -#: src/bus/writemem.c:91 +#: src/bus/writemem.c:103 #, c-format -msgid "Data not on word boundary, NOT SUPPORTED!" +msgid "Short read: bc=0x%zX\n" msgstr "" -#: src/bus/writemem.c:93 +#: src/bus/writemem.c:110 #, fuzzy, c-format -msgid "Unexpected end of file!\n" +msgid "Unexpected end of file; Addr: 0x%08llX\n" msgstr "ERREUR: fin prématurée du fichier\n" -#: src/bus/writemem.c:94 -#, fuzzy, c-format -msgid "Addr: 0x%08X\n" -msgstr "adr: 0x%08X\n" - -#: src/bus/writemem.c:99 -#, c-format -msgid "Short read: bc=0x%X\n" -msgstr "" - -#: src/bus/zefant-xs3.c:423 +#: src/bus/zefant-xs3.c:419 #, fuzzy, c-format msgid "" "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR (JTAG part " @@ -961,98 +1007,53 @@ msgid "" msgstr "" "pilote de bus compatible Hitachi SH7727 via BSR (JTAG no de pièce %d)\n" -#: src/bus/zefant-xs3.c:737 src/bus/zefant-xs3.c:783 src/bus/zefant-xs3.c:837 -#: src/bus/zefant-xs3.c:946 -#, fuzzy, c-format -msgid "Component type not supported\n" +#: src/bus/zefant-xs3.c:756 src/bus/zefant-xs3.c:806 src/bus/zefant-xs3.c:864 +#: src/bus/zefant-xs3.c:981 +#, fuzzy +msgid "Component type not supported" msgstr "Flash non supporté!\n" -#: src/bus/zefant-xs3.c:953 +#: src/bus/zefant-xs3.c:988 #, fuzzy msgid "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR" msgstr "pilote de bus compatible Samsung S3C4510B via BSR" -#: src/cmd/bit.c:61 -#, c-format -msgid "%s: invalid number of parameters (%d) for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:66 -#, c-format -msgid "%s: cable test failed for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:71 src/cmd/bus.c:46 src/cmd/dr.c:48 src/cmd/get.c:52 -#: src/cmd/initbus.c:46 src/cmd/instruction.c:44 src/cmd/part.c:59 -#: src/cmd/print.c:65 src/cmd/register.c:50 src/cmd/salias.c:49 -#: src/cmd/scan.c:50 src/cmd/set.c:53 src/cmd/signal.c:50 src/cmd/test.c:54 -#, c-format -msgid "Run \"detect\" first.\n" -msgstr "Eéxcuer \"détecter\" d'abord.\n" - -#: src/cmd/bit.c:76 src/cmd/dr.c:53 src/cmd/get.c:57 src/cmd/initbus.c:51 -#: src/cmd/instruction.c:49 src/cmd/register.c:55 src/cmd/salias.c:54 -#: src/cmd/scan.c:55 src/cmd/set.c:58 src/cmd/signal.c:55 src/cmd/test.c:59 -#, c-format -msgid "%s: no active part\n" -msgstr "%s: aucune pièce active\n" - -#: src/cmd/bit.c:83 -#, fuzzy, c-format -msgid "%s: missing Boundary Scan Register (BSR) for command '%s'\n" -msgstr "registre Boundary Scan Register (BSR) manquant\n" - -#: src/cmd/bit.c:89 -#, c-format -msgid "%s: unable to get boundary bit number for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:94 +#: src/cmd/cmd_bit.c:88 #, fuzzy, c-format -msgid "%s: invalid boundary bit number for command '%s'\n" +msgid "%s: unable to get boundary bit number for command '%s'" msgstr "numéro de bit de limite invalide\n" -#: src/cmd/bit.c:98 +#: src/cmd/cmd_bit.c:97 #, fuzzy, c-format -msgid "%s: duplicate bit declaration for command '%s'\n" -msgstr "déclaration double de bit\n" - -#: src/cmd/bit.c:104 -#, c-format -msgid "%s: invalid bit type length for command '%s'\n" -msgstr "" +msgid "%s: invalid bit type length for command '%s'" +msgstr "flash: séquence de commande invalide\n" -#: src/cmd/bit.c:129 +#: src/cmd/cmd_bit.c:125 #, fuzzy, c-format -msgid "%s: invalid bit type for command '%s'\n" +msgid "%s: invalid bit type for command '%s'" msgstr "flash: séquence de commande invalide\n" -#: src/cmd/bit.c:135 -#, c-format -msgid "%s: invalid default value length for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:134 +#, fuzzy, c-format +msgid "%s: invalid default value length for command '%s'" +msgstr "flash: séquence de commande invalide\n" -#: src/cmd/bit.c:145 -#, c-format -msgid "%s: out of memory for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:149 +#, fuzzy, c-format +msgid "%s: invalid default value '%s' for command '%s'" +msgstr "flash: séquence de commande invalide\n" -#: src/cmd/bit.c:155 -#, c-format -msgid "%s: unable to get control bit number for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:167 +#, fuzzy, c-format +msgid "%s: unable to get control bit number for command '%s'" +msgstr "numéro de bit de contrôle invalide\n" -#: src/cmd/bit.c:159 +#: src/cmd/cmd_bit.c:175 #, fuzzy, c-format -msgid "%s: invalid control bit number for command '%s'\n" +msgid "%s: invalid control value length for command '%s'" msgstr "numéro de bit de contrôle invalide\n" -#: src/cmd/bit.c:166 -#, c-format -msgid "%s: invalid control value length for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:184 +#: src/cmd/cmd_bit.c:200 #, c-format msgid "" "Usage: %s NUMBER TYPE DEFAULT SIGNAL [CBIT CVAL CSTATE]\n" @@ -1080,11 +1081,11 @@ msgstr "" "VALC valeur de contrôle\n" "ÉTATC état de contrôle, état permis est seulement Z\n" -#: src/cmd/bit.c:200 +#: src/cmd/cmd_bit.c:216 msgid "define new BSR bit" msgstr "définir un nouveau bit BSR" -#: src/cmd/bsdl.c:93 +#: src/cmd/cmd_bsdl.c:124 #, c-format msgid "" "Usage: %s path PATHLIST\n" @@ -1098,16 +1099,11 @@ msgid "" "FILE file containing part description in BSDL format\n" msgstr "" -#: src/cmd/bsdl.c:106 +#: src/cmd/cmd_bsdl.c:137 msgid "manage BSDL files" msgstr "" -#: src/cmd/bus.c:54 -#, c-format -msgid "%s: invalid bus number\n" -msgstr "%s: numéro de bus invalide\n" - -#: src/cmd/bus.c:67 +#: src/cmd/cmd_bus.c:71 #, c-format msgid "" "Usage: %s BUS\n" @@ -1120,39 +1116,16 @@ msgstr "" "\n" "BUS numéro de bus\n" -#: src/cmd/bus.c:76 +#: src/cmd/cmd_bus.c:79 msgid "change active bus" msgstr "changer le bus actif" -#: src/cmd/cable.c:58 -#, c-format -msgid "Note: the 'cable' command syntax changed, please read the help text\n" -msgstr "" - -#: src/cmd/cable.c:76 +#: src/cmd/cmd_cable.c:98 #, fuzzy, c-format -msgid "Unknown cable type: %s\n" +msgid "Unknown cable type: '%s'" msgstr "Cable inconnue: %s\n" -#: src/cmd/cable.c:98 src/tap/cable/ft2232.c:1580 -#: src/tap/cable/generic_parport.c:82 src/tap/cable/generic_usbconn.c:223 -#: src/tap/cable/jim.c:68 src/tap/cable/usbblaster.c:79 -#: src/tap/cable/vision_ep9307.c:201 src/tap/cable/wiggler.c:195 -#, c-format -msgid "%s(%d) malloc failed!\n" -msgstr "" - -#: src/cmd/cable.c:105 src/tap/cable/generic_parport.c:76 -#, c-format -msgid "Error: Cable connection failed!\n" -msgstr "Error: échec de la connexion par cable!\n" - -#: src/cmd/cable.c:113 -#, c-format -msgid "Error: Cable initialization failed!\n" -msgstr "Error: échec de l'initialisation par cable!\n" - -#: src/cmd/cable.c:130 +#: src/cmd/cmd_cable.c:167 #, c-format msgid "" "Usage: %s DRIVER [DRIVER_OPTS]\n" @@ -1166,49 +1139,52 @@ msgid "" "List of supported cables:\n" msgstr "" -#: src/cmd/cable.c:142 src/cmd/help.c:41 +#: src/cmd/cmd_cable.c:179 src/cmd/cmd_help.c:53 #, c-format msgid "%-13s %s\n" msgstr "%-13s %s\n" -#: src/cmd/cable.c:147 +#: src/cmd/cmd_cable.c:185 msgid "select JTAG cable" msgstr "sélectionner le cable JTAG" -#: src/cmd/cmd.c:170 -#, c-format -msgid "Error: Cable not configured. Please use '%s' command first!\n" -msgstr "ERREUR: cable non configuré. SVP utiliser la commande '%s' d'abord!\n" - -#: src/cmd/cmd.c:194 -#, c-format -msgid "%s: syntax error!\n" -msgstr "%s: erreur de syntaxe!\n" - -#: src/cmd/cmd.c:205 +#: src/cmd/cmd_cmd.c:164 #, fuzzy, c-format msgid "%s: Ambiguous command\n" msgstr "%s: commande inconnue\n" -#: src/cmd/cmd.c:206 src/cmd/help.c:57 +#: src/cmd/cmd_cmd.c:167 src/cmd/cmd_help.c:70 #, c-format msgid "%s: unknown command\n" msgstr "%s: commande inconnue\n" -#: src/cmd/debug.c:56 +#: src/cmd/cmd_debug.c:86 +#, c-format +msgid "Current log level is '%s'\n" +msgstr "" + +#: src/cmd/cmd_debug.c:117 #, c-format msgid "" -"Usage: %s n\n" -"Enabled debugging.\n" +"Usage: %s LEVEL\n" +"Set logging/debugging level.\n" "\n" -"n =1 fileio, 2=tap commands, 4 =?\n" +"LEVEL:\n" +"all every single bit as it is transmitted\n" +"comm low level communication details\n" +"debug more details of interest for developers\n" +"detail verbose output\n" +"normal just noteworthy info\n" +"warning unmissable warnings\n" +"error only fatal errors\n" +"silent suppress logging output\n" msgstr "" -#: src/cmd/debug.c:65 -msgid "debug jtag program" +#: src/cmd/cmd_debug.c:133 +msgid "set logging/debugging level" msgstr "" -#: src/cmd/detect.c:83 +#: src/cmd/cmd_detect.c:62 #, c-format msgid "" "Usage: %s\n" @@ -1224,18 +1200,17 @@ msgstr "" "Si aucune pièce n'est détectée, les autres commandes peuvent ne pas " "fonctionner correctement.\n" -#: src/cmd/detect.c:93 +#: src/cmd/cmd_detect.c:72 msgid "detect parts on the JTAG chain" msgstr "pièces détectés sur la caîne JTAG" -#: src/cmd/detectflash.c:41 src/cmd/eraseflash.c:47 src/cmd/flashmem.c:49 -#: src/cmd/peekpoke.c:47 src/cmd/peekpoke.c:109 src/cmd/readmem.c:45 -#: src/cmd/writemem.c:43 -#, c-format -msgid "Error: Bus driver missing.\n" -msgstr "Erreur: pilote du bus manquant.\n" +#: src/cmd/cmd_detectflash.c:52 src/cmd/cmd_peekpoke.c:57 +#: src/cmd/cmd_peekpoke.c:139 src/cmd/cmd_readmem.c:57 +#: src/cmd/cmd_writemem.c:55 +msgid "Bus missing" +msgstr "" -#: src/cmd/detectflash.c:57 +#: src/cmd/cmd_detectflash.c:66 #, fuzzy, c-format msgid "" "Usage: %s ADDRESS\n" @@ -1246,11 +1221,11 @@ msgstr "" "Usage: %s\n" "Détecter un type de mémoire flash connecté.\n" -#: src/cmd/detectflash.c:66 +#: src/cmd/cmd_detectflash.c:75 msgid "detect parameters of flash chips attached to a part" msgstr "paramètres de détection de modules flahs connectés" -#: src/cmd/discovery.c:51 +#: src/cmd/cmd_discovery.c:57 #, c-format msgid "" "Usage: %s\n" @@ -1275,31 +1250,31 @@ msgstr "" "si celles-ci\n" "n'ont pas de signal TRST).\n" -#: src/cmd/discovery.c:66 +#: src/cmd/cmd_discovery.c:72 msgid "discovery of unknown parts in the JTAG chain" msgstr "découverte des pièces inconnues dans la chaîne JTAG" -#: src/cmd/dr.c:58 -#, c-format -msgid "%s: part without active instruction\n" +#: src/cmd/cmd_dr.c:69 +#, fuzzy, c-format +msgid "%s: part without active instruction" msgstr "%s: pièces sans instruction active\n" -#: src/cmd/dr.c:62 -#, c-format -msgid "%s: part without active data register\n" +#: src/cmd/cmd_dr.c:76 +#, fuzzy, c-format +msgid "%s: instruction without active data register" msgstr "%s: pièces sans registre actif de données\n" -#: src/cmd/dr.c:79 +#: src/cmd/cmd_dr.c:101 #, c-format -msgid "%s: register length mismatch\n" +msgid "%s: register length %d mismatch: %zd" msgstr "" -#: src/cmd/dr.c:94 +#: src/cmd/cmd_dr.c:118 #, c-format msgid "%s\n" msgstr "%s\n" -#: src/cmd/dr.c:103 +#: src/cmd/cmd_dr.c:127 #, fuzzy, c-format msgid "" "Usage: %s [DIR]\n" @@ -1316,23 +1291,21 @@ msgstr "" "DIR registre de données interrogé; valeurs possibles: 'in' pour\n" " l'entrée et 'out' pour la sortie; par défaut 'out'\n" -#: src/cmd/dr.c:115 +#: src/cmd/cmd_dr.c:139 msgid "display active data register for a part" msgstr "afficher le registre actif de données pour une pièce" -#: src/cmd/endian.c:42 -#, c-format +#: src/cmd/cmd_endian.c:52 msgid "Endianess for external files: big\n" msgstr "" "système de poids fort/faible des fichiers externes: gros (big endian)\n" -#: src/cmd/endian.c:44 -#, c-format +#: src/cmd/cmd_endian.c:55 msgid "Endianess for external files: little\n" msgstr "" "système de poids fort/faible des fichiers externes: petit (little endian)\n" -#: src/cmd/endian.c:65 +#: src/cmd/cmd_endian.c:79 #, c-format msgid "" "Usage: %s\n" @@ -1342,12 +1315,18 @@ msgstr "" "Initialiser ou afficher le système de poids fort/faible (big/little endian) " "des fichiers externes.\n" -#: src/cmd/endian.c:72 +#: src/cmd/cmd_endian.c:86 msgid "set/print endianess" msgstr "" "Initialiser ou afficher le système de poids fort/faible (big/little endian)." -#: src/cmd/eraseflash.c:65 +#: src/cmd/cmd_eraseflash.c:57 src/cmd/cmd_flashmem.c:60 +#: src/cmd/cmd_peekpoke.c:62 src/cmd/cmd_peekpoke.c:144 +#, fuzzy +msgid "Bus driver missing" +msgstr "Erreur: pilote du bus manquant.\n" + +#: src/cmd/cmd_eraseflash.c:74 #, c-format msgid "" "Usage: %s ADDR BLOCKS\n" @@ -1371,7 +1350,7 @@ msgstr "" "\n" "Mémoires flash supportées:\n" -#: src/cmd/eraseflash.c:77 src/cmd/flashmem.c:97 +#: src/cmd/cmd_eraseflash.c:86 src/cmd/cmd_flashmem.c:112 #, c-format msgid "" "%s\n" @@ -1380,16 +1359,16 @@ msgstr "" "%s\n" " %s\n" -#: src/cmd/eraseflash.c:82 +#: src/cmd/cmd_eraseflash.c:92 msgid "erase flash memory by number of blocks" msgstr "effacer la mémoire flash par numéro de bloc" -#: src/cmd/flashmem.c:64 src/cmd/writemem.c:52 src/jtag.c:414 -#, c-format -msgid "Unable to open file `%s'!\n" +#: src/cmd/cmd_flashmem.c:76 src/cmd/cmd_writemem.c:66 +#, fuzzy, c-format +msgid "Unable to open file `%s'" msgstr "Incapable d'ouvrir le fichier `%s'!\n" -#: src/cmd/flashmem.c:82 +#: src/cmd/cmd_flashmem.c:96 #, fuzzy, c-format msgid "" "Usage: %s ADDR FILENAME [noverify]\n" @@ -1418,21 +1397,21 @@ msgstr "" "\n" "Mémoires flahs supportées:\n" -#: src/cmd/flashmem.c:102 +#: src/cmd/cmd_flashmem.c:118 msgid "burn flash memory with data from a file" msgstr "brûler la mémoire flahs avec les données à partir d'un fichier" -#: src/cmd/frequency.c:43 -#, c-format -msgid "Current TCK frequency is %u Hz\n" +#: src/cmd/cmd_frequency.c:55 +#, fuzzy, c-format +msgid "Current TCK frequency is %lu Hz\n" msgstr "Fréquence courant TCK est %u Hz\n" -#: src/cmd/frequency.c:53 -#, c-format -msgid "Setting TCK frequency to %u Hz\n" +#: src/cmd/cmd_frequency.c:63 +#, fuzzy, c-format +msgid "Setting TCK frequency to %lu Hz\n" msgstr "Initialisation de la fréquence TCK à %u Hz\n" -#: src/cmd/frequency.c:63 +#: src/cmd/cmd_frequency.c:74 #, c-format msgid "" "Usage: %s [FREQ]\n" @@ -1460,19 +1439,19 @@ msgstr "" "Hz.\n" "Utilise 0 comme valeur pour désactiver la limite de fréquence.\n" -#: src/cmd/frequency.c:78 +#: src/cmd/cmd_frequency.c:89 msgid "setup JTAG frequency" msgstr "initialisation de la fréquence JTAG" -#: src/cmd/get.c:68 +#: src/cmd/cmd_get.c:79 #, c-format msgid "%s = %d\n" msgstr "%s = %d\n" -#: src/cmd/get.c:77 -#, c-format +#: src/cmd/cmd_get.c:88 +#, fuzzy, c-format msgid "" -"Usage: %s SIGNAL\n" +"Usage: %s signal SIGNAL\n" "Get signal state from output BSR (Boundary Scan Register).\n" "\n" "SIGNAL signal name (from JTAG declaration file)\n" @@ -1482,12 +1461,11 @@ msgstr "" "\n" "SIGNAL nom du signal (à partir du fichier de déclaration JTAG)\n" -#: src/cmd/get.c:86 +#: src/cmd/cmd_get.c:97 msgid "get external signal value" msgstr "obtenir la valeur externe du signal" -#: src/cmd/help.c:39 -#, c-format +#: src/cmd/cmd_help.c:51 msgid "" "Command list:\n" "\n" @@ -1495,12 +1473,11 @@ msgstr "" "Liste de commandes:\n" "\n" -#: src/cmd/help.c:41 +#: src/cmd/cmd_help.c:55 msgid "(no description available)" msgstr "(pas de description disponible)" -#: src/cmd/help.c:42 -#, c-format +#: src/cmd/cmd_help.c:57 msgid "" "\n" "Type \"help COMMAND\" for details about a particular command.\n" @@ -1509,7 +1486,7 @@ msgstr "" "Taper \"help COMMANDE\" pour des détails au sujet d'une commande " "particulière.\n" -#: src/cmd/help.c:66 +#: src/cmd/cmd_help.c:79 #, c-format msgid "" "Usage: %s [COMMAND]\n" @@ -1519,40 +1496,35 @@ msgstr "" "Afficher une aide sommaire de la COMMANDE ou lister les commandes " "disponibles.\n" -#: src/cmd/help.c:73 +#: src/cmd/cmd_help.c:86 msgid "display this help" msgstr "afficher l'aide-mémoire" -#: src/cmd/idcode.c:50 +#: src/cmd/cmd_idcode.c:55 #, c-format -msgid "Reading %d bytes if idcode\n" +msgid "Reading %lu bytes of idcode\n" msgstr "" -#: src/cmd/idcode.c:59 +#: src/cmd/cmd_idcode.c:63 #, c-format msgid "" "Usage: %s [BYTES]\n" -"Read [BYTES]|all IDCODEs of all parts in a JTAG chain.\n" +"Read [BYTES] IDCODEs of all parts in a JTAG chain.\n" "\n" -"BYTES must be an unsigned integer, Use 0 for BYTES to read all bytes\n" +"BYTES must be an unsigned integer, and the default is 0.\n" +"If BYTES is 0, IDCODEs will be read until 32 consecutive zeros are found.\n" msgstr "" -#: src/cmd/idcode.c:68 +#: src/cmd/cmd_idcode.c:73 #, fuzzy msgid "Read IDCODEs of all parts in a JTAG chain" msgstr "découverte des pièces inconnues dans la chaîne JTAG" -#: src/cmd/include.c:49 -#, c-format +#: src/cmd/cmd_include.c:58 msgid "Please use the 'include' command instead of 'script'\n" msgstr "" -#: src/cmd/include.c:99 -#, fuzzy, c-format -msgid "Unable to open file `%s go=%d'!\n" -msgstr "Incapable d'ouvrir le fichier `%s'!\n" - -#: src/cmd/include.c:113 +#: src/cmd/cmd_include.c:82 #, fuzzy, c-format msgid "" "Usage: %s FILENAME [n] \n" @@ -1565,35 +1537,20 @@ msgstr "" "\n" "FICHIER nom du fichier contenant les commande\n" -#: src/cmd/include.c:134 +#: src/cmd/cmd_include.c:102 msgid "include command sequence from external repository" msgstr "inclure une séquence de commandes à partir du dépôt externe" -#: src/cmd/include.c:153 +#: src/cmd/cmd_include.c:121 msgid "run command sequence from external file" msgstr "exécuter une séquence de commandes à partir d'un FICHIER externe" -#: src/cmd/initbus.c:59 -#, fuzzy, c-format -msgid "bus alloc/attach failed!\n" -msgstr "initialisation du bus a échoué!\n" - -#: src/cmd/initbus.c:64 -#, c-format -msgid "bus initialization failed!\n" -msgstr "initialisation du bus a échoué!\n" - -#: src/cmd/initbus.c:70 +#: src/cmd/cmd_initbus.c:66 #, fuzzy, c-format -msgid "Initialized bus %d, active bus %d\n" -msgstr "initialiser le pilote du bus pour la pièce active." - -#: src/cmd/initbus.c:76 -#, c-format -msgid "Unknown bus: %s\n" +msgid "Unknown bus: %s" msgstr "bus inconnu: %s\n" -#: src/cmd/initbus.c:87 +#: src/cmd/cmd_initbus.c:96 #, c-format msgid "" "Usage: %s BUSNAME\n" @@ -1610,36 +1567,21 @@ msgstr "" "\n" "Liste des bus disponibles:\n" -#: src/cmd/initbus.c:96 +#: src/cmd/cmd_initbus.c:105 #, c-format msgid "%-10s %s\n" msgstr "%-10s %s\n" -#: src/cmd/initbus.c:101 +#: src/cmd/cmd_initbus.c:111 msgid "initialize bus driver for active part" msgstr "initialiser le pilote du bus pour la pièce active." -#: src/cmd/instruction.c:58 -#, c-format -msgid "%s: unknown instruction '%s'\n" +#: src/cmd/cmd_instruction.c:60 +#, fuzzy, c-format +msgid "%s: unknown instruction '%s'" msgstr "%s: instruction inconnue '%s'\n" -#: src/cmd/instruction.c:69 -#, c-format -msgid "instruction length is already set and used\n" -msgstr "la longueur d'instruction est déjà initialisée et utilisée\n" - -#: src/cmd/instruction.c:89 -#, c-format -msgid "Instruction '%s' already defined\n" -msgstr "Instruction '%s' est déjà définie\n" - -#: src/cmd/instruction.c:104 -#, c-format -msgid "unknown data register '%s'\n" -msgstr "registre de données inconnu '%s'\n" - -#: src/cmd/instruction.c:118 +#: src/cmd/cmd_instruction.c:101 #, c-format msgid "" "Usage: %s INSTRUCTION\n" @@ -1663,18 +1605,18 @@ msgstr "" "CODE code d'instruction (i.e. 11111)\n" "REGISTRE registre de données pour l'instruction (i.e. BR)\n" -#: src/cmd/instruction.c:132 +#: src/cmd/cmd_instruction.c:115 msgid "change active instruction for a part or declare new instruction" msgstr "" "changer l'instruction active pour une pièce ou déclarer une nouvelle " "instruction." -#: src/cmd/part.c:81 -#, c-format -msgid "%s: invalid part number\n" +#: src/cmd/cmd_part.c:119 +#, fuzzy, c-format +msgid "%s: invalid part number %lu, max %d" msgstr "%s: numéro de pièce invalide\n" -#: src/cmd/part.c:94 +#: src/cmd/cmd_part.c:136 #, fuzzy, c-format msgid "" "Usage: %s PART\n" @@ -1687,26 +1629,26 @@ msgstr "" "\n" "PIÈCE numéro de pièce\n" -#: src/cmd/part.c:103 +#: src/cmd/cmd_part.c:144 msgid "change active part for current JTAG chain" msgstr "changer la pièce active pour la chaîne courante JTAG" -#: src/cmd/peekpoke.c:62 +#: src/cmd/cmd_peekpoke.c:80 #, fuzzy, c-format -msgid "bus_read(0x%08x) = 0x%02X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%02lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:66 +#: src/cmd/cmd_peekpoke.c:86 #, fuzzy, c-format -msgid "bus_read(0x%08x) = 0x%04X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%04lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:69 -#, c-format -msgid "bus_read(0x%08x) = 0x%08X (%i)\n" +#: src/cmd/cmd_peekpoke.c:91 +#, fuzzy, c-format +msgid "URJ_BUS_READ(0x%08lx) = 0x%08lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:80 +#: src/cmd/cmd_peekpoke.c:104 #, c-format msgid "" "Usage: %s ADDR\n" @@ -1725,11 +1667,11 @@ msgstr "" "ADR peut être en décimal ou hexadécimal (préfixé par 0x).\n" "\n" -#: src/cmd/peekpoke.c:92 +#: src/cmd/cmd_peekpoke.c:116 msgid "read a single word" msgstr "lire un mot simple" -#: src/cmd/peekpoke.c:131 +#: src/cmd/cmd_peekpoke.c:167 #, fuzzy, c-format msgid "" "Usage: %s ADDR VAL [ADDR VAL] ... \n" @@ -1750,78 +1692,78 @@ msgstr "" "ADR et VAL peuvent être en décimal ou en hexadécimal (préfixé par 0x).\n" "\n" -#: src/cmd/peekpoke.c:144 +#: src/cmd/cmd_peekpoke.c:180 msgid "write a single word" msgstr "écrire un mot simple" -#: src/cmd/pod.c:78 +#: src/cmd/cmd_pod.c:105 #, c-format msgid "" "Usage: %s SIGNAL=# [SIGNAL=# ...]\n" "Set state of POD signal(s) to 0 or 1.\n" "\n" -"SIGNAL\t TCK,TMS, TDI, TRST, or RESET\n" +"SIGNAL TCK,TMS, TDI, TRST, or RESET\n" "# 0 or 1\n" msgstr "" -#: src/cmd/pod.c:88 +#: src/cmd/cmd_pod.c:115 msgid "Set state of POD signal(s)" msgstr "" -#: src/cmd/print.c:98 -#, c-format -msgid " Active %%-%ds %%-%ds" -msgstr "" +#: src/cmd/cmd_print.c:124 +#, fuzzy, c-format +msgid " Active %%-%ds %%-%ds\n" +msgstr " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:102 src/cmd/print.c:105 src/cmd/print.c:109 -#: src/cmd/print.c:137 src/cmd/print.c:140 src/cmd/print.c:144 +#: src/cmd/cmd_print.c:130 src/cmd/cmd_print.c:134 src/cmd/cmd_print.c:139 +#: src/cmd/cmd_print.c:173 src/cmd/cmd_print.c:178 src/cmd/cmd_print.c:184 #, c-format msgid "(%d) String conversion failed!\n" msgstr "(%d) la conversion de chaîne a échoué!\n" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Instruction" msgstr "Instruction" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Register" msgstr "Registre" -#: src/cmd/print.c:117 +#: src/cmd/cmd_print.c:147 #, fuzzy, c-format msgid " %%c %%-%ds %%-%ds\n" msgstr " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:133 +#: src/cmd/cmd_print.c:165 #, fuzzy, c-format -msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds" +msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Manufacturer" msgstr "Manufacturier" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Part" msgstr "Pièce" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:175 src/cmd/cmd_print.c:181 msgid "Stepping" msgstr "Pas" -#: src/cmd/print.c:156 +#: src/cmd/cmd_print.c:200 #, fuzzy, c-format msgid " %3d %s " msgstr " %3d " -#: src/cmd/print.c:158 src/part/part.c:330 +#: src/cmd/cmd_print.c:204 src/part/part.c:472 #, c-format msgid " %3d " msgstr " %3d " -#: src/cmd/print.c:170 +#: src/cmd/cmd_print.c:218 #, c-format msgid "" "\n" @@ -1832,33 +1774,33 @@ msgstr "" "Bus actif:\n" "*%d: " -#: src/cmd/print.c:175 +#: src/cmd/cmd_print.c:228 #, c-format msgid "Error in bus area discovery at 0x%08llX\n" msgstr "ERREUR dans la zone de découverte du bus à 0x%08llX\n" -#: src/cmd/print.c:180 -#, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit, (%s)\n" +#: src/cmd/cmd_print.c:236 +#, fuzzy, c-format +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit, (%s)\n" msgstr "" "\tdébut: 0x%08X, longueur: 0x%08llX, largeur des données: %d bits, (%s)\n" -#: src/cmd/print.c:182 -#, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit\n" +#: src/cmd/cmd_print.c:242 +#, fuzzy, c-format +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit\n" msgstr "\tdébut: 0x%08X, longueur: 0x%08llX, largeur des données: %d bits\n" -#: src/cmd/print.c:197 +#: src/cmd/cmd_print.c:262 #, c-format msgid "*%d: " msgstr "*%d: " -#: src/cmd/print.c:199 +#: src/cmd/cmd_print.c:264 #, c-format msgid "%d: " msgstr "%d: " -#: src/cmd/print.c:210 +#: src/cmd/cmd_print.c:275 #, fuzzy, c-format msgid "" "Usage: %s [chain|bus|signals|instructions]\n" @@ -1874,11 +1816,11 @@ msgstr "" "le numéro de pièce, l'instruiction courante (active) et le registre de " "données.\n" -#: src/cmd/print.c:220 +#: src/cmd/cmd_print.c:285 msgid "display JTAG chain list/status" msgstr "afficher la liste/état de la chaîne JTAG" -#: src/cmd/quit.c:44 +#: src/cmd/cmd_quit.c:52 #, c-format msgid "" "Usage: %s\n" @@ -1887,16 +1829,16 @@ msgstr "" "Usage: %s\n" "Quitter à partir de %s.\n" -#: src/cmd/quit.c:51 +#: src/cmd/cmd_quit.c:57 msgid "exit and terminate this session" msgstr "quitter et terminer la session" -#: src/cmd/readmem.c:54 -#, c-format -msgid "Unable to create file `%s'!\n" +#: src/cmd/cmd_readmem.c:68 +#, fuzzy, c-format +msgid "Unable to create file `%s'" msgstr "Incapable de créer le fichier `%s'!\n" -#: src/cmd/readmem.c:67 +#: src/cmd/cmd_readmem.c:81 #, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -1918,16 +1860,11 @@ msgstr "" "\n" "ADR et LONG peuvent être en décimal ou hexadécimal (préfixe par 0x).\n" -#: src/cmd/readmem.c:80 +#: src/cmd/cmd_readmem.c:94 msgid "read content of the memory and write it to file" msgstr "lire le contenu de la mémoire et l'écrire dans le fichier" -#: src/cmd/register.c:65 -#, c-format -msgid "Data register '%s' already defined\n" -msgstr "registre de données '%s' est déjà défini\n" - -#: src/cmd/register.c:103 +#: src/cmd/cmd_register.c:72 #, c-format msgid "" "Usage: %s NAME LENGTH\n" @@ -1943,33 +1880,28 @@ msgstr "" "NOM nom du registre de données\n" "LONGUEUR longueur du registre de données\n" -#: src/cmd/register.c:113 +#: src/cmd/cmd_register.c:82 msgid "define new data register for a part" msgstr "définir un nouveau registre de données pour la pièce" -#: src/cmd/reset.c:53 +#: src/cmd/cmd_reset.c:58 #, fuzzy, c-format msgid "" "Usage: %s\n" "Reset current JTAG chain.\n" msgstr "changer la pièce active pour la chaîne courante JTAG" -#: src/cmd/reset.c:60 +#: src/cmd/cmd_reset.c:63 #, fuzzy msgid "reset JTAG chain" msgstr "sélectionner le cable JTAG" -#: src/cmd/salias.c:60 src/cmd/signal.c:73 -#, c-format -msgid "Signal '%s' already defined\n" -msgstr "Signal '%s' déjà défini\n" - -#: src/cmd/salias.c:66 +#: src/cmd/cmd_salias.c:70 #, fuzzy, c-format -msgid "Signal '%s' not found\n" +msgid "Signal '%s' not found" msgstr "signal '%s' non repéré\n" -#: src/cmd/salias.c:86 +#: src/cmd/cmd_salias.c:89 #, fuzzy, c-format msgid "" "Usage: %s ALIAS SIGNAL\n" @@ -1984,38 +1916,37 @@ msgstr "" "SIGNAL nouveau nom de signal\n" "BROCHES liste debroches pour le signal (non utilisé)\n" -#: src/cmd/salias.c:96 +#: src/cmd/cmd_salias.c:99 #, fuzzy msgid "define an alias for a signal" msgstr "définir un nouveau signal pour une pièce" -#: src/cmd/scan.c:64 src/part/part.c:186 src/part/part.c:223 -#, c-format -msgid "%s(%s:%d) Boundary Scan Register (BSR) not found\n" +#: src/cmd/cmd_scan.c:71 src/part/part.c:220 src/part/part.c:273 +#, fuzzy +msgid "Boundary Scan Register (BSR) not found" msgstr "%s(%s:%d) Boundary Scan Register (BSR) non repéré\n" -#: src/cmd/scan.c:78 -#, c-format -msgid "%s(%s:%d) Part can't SAMPLE\n" +#: src/cmd/cmd_scan.c:85 +msgid "Part can't SAMPLE" msgstr "" -#: src/cmd/scan.c:113 +#: src/cmd/cmd_scan.c:115 #, fuzzy, c-format msgid ": %d > %d\n" msgstr "%s = %d\n" -#: src/cmd/scan.c:128 +#: src/cmd/cmd_scan.c:129 #, c-format msgid "" "Usage: %s [SIGNAL]* \n" "Read BSR and show changes since last scan.\n" msgstr "" -#: src/cmd/scan.c:135 +#: src/cmd/cmd_scan.c:136 msgid "read BSR and show changes since last scan" msgstr "" -#: src/cmd/set.c:89 +#: src/cmd/cmd_set.c:110 #, c-format msgid "" "Usage: %s SIGNAL DIR [DATA]\n" @@ -2035,11 +1966,11 @@ msgstr "" "DIR\n" " est à 'out'\n" -#: src/cmd/set.c:101 +#: src/cmd/cmd_set.c:122 msgid "set external signal value" msgstr "initialiser la valeur d'un signal externe" -#: src/cmd/shell.c:84 +#: src/cmd/cmd_shell.c:91 #, c-format msgid "" "Usage: %s cmmd\n" @@ -2048,11 +1979,11 @@ msgid "" "CMMD OS Shell Command\n" msgstr "" -#: src/cmd/shell.c:93 +#: src/cmd/cmd_shell.c:99 msgid "shell cmmd" msgstr "" -#: src/cmd/shift.c:60 +#: src/cmd/cmd_shift.c:74 #, c-format msgid "" "Usage: %s\n" @@ -2063,18 +1994,23 @@ msgstr "" "Usage: %s\n" "Décaler le registre d'instruction ou de données à travers la chaîne JTAG.\n" -#: src/cmd/shift.c:68 +#: src/cmd/cmd_shift.c:82 msgid "shift data/instruction registers through JTAG chain" msgstr "décaler le registre instruction/données à travers la chaîne JTAG" -#: src/cmd/signal.c:102 +#: src/cmd/cmd_signal.c:66 src/part/signal.c:114 +#, fuzzy, c-format +msgid "Signal '%s' already defined" +msgstr "Signal '%s' déjà défini\n" + +#: src/cmd/cmd_signal.c:96 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL [PIN#]\n" "Define new signal with name SIGNAL for a part.\n" "\n" -"SIGNAL\t\tNew signal name\n" -"PIN# \tList of pin # for a signal\n" +"SIGNAL New signal name\n" +"PIN# List of pin # for a signal\n" msgstr "" "Usage: %s SIGNAL [BROCHES...]\n" "Définir un nouveau signal avec le nom SIGNAL pour la pièce.\n" @@ -2082,16 +2018,11 @@ msgstr "" "SIGNAL nouveau nom de signal\n" "BROCHES liste debroches pour le signal (non utilisé)\n" -#: src/cmd/signal.c:112 +#: src/cmd/cmd_signal.c:106 msgid "define new signal for a part" msgstr "définir un nouveau signal pour une pièce" -#: src/cmd/svf.c:63 -#, c-format -msgid "%s: cannot open file '%s' for reading\n" -msgstr "" - -#: src/cmd/svf.c:76 +#: src/cmd/cmd_svf.c:103 #, c-format msgid "" "Usage: %s FILE [stop] [progress] [ref_freq=]\n" @@ -2103,16 +2034,16 @@ msgid "" "FILE file containing SVF commands\n" msgstr "" -#: src/cmd/svf.c:88 +#: src/cmd/cmd_svf.c:114 msgid "execute svf commands from file" msgstr "" -#: src/cmd/test.c:78 +#: src/cmd/cmd_test.c:93 #, fuzzy, c-format -msgid "%s = %d\n" +msgid "%s = %d" msgstr "%s = %d\n" -#: src/cmd/test.c:89 +#: src/cmd/cmd_test.c:104 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL 0/1\n" @@ -2125,23 +2056,23 @@ msgstr "" "\n" "SIGNAL nom du signal (à partir du fichier de déclaration JTAG)\n" -#: src/cmd/test.c:98 +#: src/cmd/cmd_test.c:113 #, fuzzy msgid "test external signal value" msgstr "obtenir la valeur externe du signal" -#: src/cmd/usleep.c:55 +#: src/cmd/cmd_usleep.c:63 #, c-format msgid "" "Usage: %s USECS\n" "Sleep some number of microseconds.\n" msgstr "" -#: src/cmd/usleep.c:62 +#: src/cmd/cmd_usleep.c:70 msgid "Sleep some number of microseconds" msgstr "" -#: src/cmd/writemem.c:65 +#: src/cmd/cmd_writemem.c:79 #, fuzzy, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -2164,12 +2095,11 @@ msgstr "" "\n" "ADR et LONG peuvent être en décimal ou hexadécimal (préfixe par 0x).\n" -#: src/cmd/writemem.c:79 +#: src/cmd/cmd_writemem.c:93 msgid "write content of file to the memory" msgstr "" -#: src/flash/amd.c:279 -#, c-format +#: src/flash/amd.c:311 msgid "" "Chip: AMD Flash\n" "\tManufacturer: " @@ -2177,9 +2107,8 @@ msgstr "" "Module: AMD Flash\n" "\tManufacturier: " -#: src/flash/amd.c:283 src/flash/amd.c:311 src/flash/amd.c:326 -#: src/flash/amd.c:344 src/flash/amd_flash.c:236 -#, c-format +#: src/flash/amd.c:316 src/flash/amd.c:345 src/flash/amd.c:361 +#: src/flash/amd.c:380 src/flash/amd.c:396 src/flash/amd_flash.c:266 msgid "" "\n" "\tChip: " @@ -2187,18 +2116,18 @@ msgstr "" "\n" "\tModule: " -#: src/flash/amd.c:305 src/flash/amd.c:320 src/flash/amd.c:338 -#: src/flash/amd.c:353 src/flash/amd_flash.c:247 +#: src/flash/amd.c:339 src/flash/amd.c:355 src/flash/amd.c:374 +#: src/flash/amd.c:390 src/flash/amd.c:403 src/flash/amd_flash.c:278 #, c-format msgid "Unknown (ID 0x%04x)" msgstr "Inconnu (ID 0x%04x)" -#: src/flash/amd.c:358 +#: src/flash/amd.c:408 #, fuzzy, c-format msgid "Unknown manufacturer (ID 0x%04x) Chip (ID 0x%04x)" msgstr "Manufacturier inconnu (ID 0x%04x)" -#: src/flash/amd.c:361 src/flash/amd_flash.c:250 +#: src/flash/amd.c:412 src/flash/amd_flash.c:281 #, c-format msgid "" "\n" @@ -2207,27 +2136,29 @@ msgstr "" "\n" "\tProtégé: %04x\n" -#: src/flash/amd.c:566 src/flash/amd.c:578 src/flash/amd.c:590 -#: src/flash/detectflash.c:106 src/flash/detectflash.c:136 +#: src/flash/amd.c:635 src/flash/amd.c:647 src/flash/amd.c:659 +#: src/flash/detectflash.c:117 src/flash/detectflash.c:149 msgid "AMD/Fujitsu Standard Command Set" msgstr "AMD/Fujitsu Jeu standard de commandes" -#: src/flash/amd.c:567 +#: src/flash/amd.c:636 msgid "supported: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 Bit" msgstr "supportés: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 Bit" -#: src/flash/amd.c:579 +#: src/flash/amd.c:648 #, fuzzy -msgid "supported: AMD 29LV800B, S92GLxxxN; MX29LV640B; 1x16 Bit" +msgid "supported: AMD 29LV800B, S29GLxxxN; MX29LV640B, W19B320AT/B; 1x16 Bit" msgstr "supportés: AMD 29LV800B; 1x16 Bit" -#: src/flash/amd.c:591 +#: src/flash/amd.c:660 #, fuzzy -msgid "supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S92GLxxxN; 1x8 Bit" +msgid "" +"supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S29GLxxxN, W19B320AT/B; " +"1x8 Bit" msgstr "supportés: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 Bit" -#: src/flash/amd_flash.c:230 -#, fuzzy, c-format +#: src/flash/amd_flash.c:260 +#, fuzzy msgid "" "Chip: AMD Flash\n" "\tPartNumber: " @@ -2235,76 +2166,77 @@ msgstr "" "Module: AMD Flash\n" "\tManufacturier: " -#: src/flash/amd_flash.c:233 +#: src/flash/amd_flash.c:263 #, c-format msgid "Unknown manufacturer (ID 0x%04x)" msgstr "Manufacturier inconnu (ID 0x%04x)" -#: src/flash/amd_flash.c:240 -#, c-format +#: src/flash/amd_flash.c:271 msgid "5V Flash\n" msgstr "" -#: src/flash/amd_flash.c:244 -#, c-format +#: src/flash/amd_flash.c:275 msgid "3V Flash\n" msgstr "" -#: src/flash/amd_flash.c:362 +#: src/flash/amd_flash.c:414 #, fuzzy msgid "AMD Standard Command Set" msgstr "AMD/Fujitsu Jeu standard de commandes" -#: src/flash/amd_flash.c:363 +#: src/flash/amd_flash.c:415 #, fuzzy msgid "supported: AMD 29LV040B, 29C040B, 1x8 Bit" msgstr "supportés: AMD 29LV800B; 1x16 Bit" -#: src/flash/detectflash.c:87 -#, c-format -msgid "Flash not found!\n" +#: src/flash/detectflash.c:65 +msgid "bus driver" +msgstr "" + +#: src/flash/detectflash.c:97 +#, fuzzy +msgid "Flash not found" msgstr "Flash non détecté!\n" -#: src/flash/detectflash.c:96 -#, c-format +#: src/flash/detectflash.c:106 msgid "Query identification string:\n" msgstr "Chaîne de requêtre d'identification:\n" -#: src/flash/detectflash.c:100 src/flash/detectflash.c:130 +#: src/flash/detectflash.c:111 src/flash/detectflash.c:143 msgid "null" msgstr "nul" -#: src/flash/detectflash.c:103 src/flash/detectflash.c:133 +#: src/flash/detectflash.c:114 src/flash/detectflash.c:146 msgid "Intel/Sharp Extended Command Set" msgstr "Jeu étendu de commandes Intel/Sharp" -#: src/flash/detectflash.c:109 src/flash/detectflash.c:139 -#: src/flash/intel.c:468 src/flash/intel.c:480 src/flash/intel.c:492 +#: src/flash/detectflash.c:120 src/flash/detectflash.c:152 +#: src/flash/intel.c:530 src/flash/intel.c:542 src/flash/intel.c:554 msgid "Intel Standard Command Set" msgstr "Jeu standard de commandes Intel" -#: src/flash/detectflash.c:112 src/flash/detectflash.c:142 +#: src/flash/detectflash.c:123 src/flash/detectflash.c:155 msgid "AMD/Fujitsu Extended Command Set" msgstr "Jeu étendu de commandes AMD/Fujitsu" -#: src/flash/detectflash.c:115 src/flash/detectflash.c:145 +#: src/flash/detectflash.c:126 src/flash/detectflash.c:158 msgid "Mitsubishi Standard Command Set" msgstr "Jeu standard de commandes Mitsubishi" -#: src/flash/detectflash.c:118 src/flash/detectflash.c:148 +#: src/flash/detectflash.c:129 src/flash/detectflash.c:161 msgid "Mitsubishi Extended Command Set" msgstr "Jeu étendu de commandes Mitsubishi" -#: src/flash/detectflash.c:121 src/flash/detectflash.c:151 +#: src/flash/detectflash.c:132 src/flash/detectflash.c:164 msgid "Page Write Command Set" msgstr "Jeu de commande d'écriture de page" -#: src/flash/detectflash.c:124 src/flash/detectflash.c:154 -#: src/flash/detectflash.c:198 +#: src/flash/detectflash.c:135 src/flash/detectflash.c:167 +#: src/flash/detectflash.c:225 msgid "unknown!!!" msgstr "inconnu!!!" -#: src/flash/detectflash.c:127 +#: src/flash/detectflash.c:138 #, c-format msgid "" "\tPrimary Algorithm Command Set and Control Interface ID Code: 0x%04X (%s)\n" @@ -2312,7 +2244,7 @@ msgstr "" "\tJeu de commandes Primary Algorithm et Code ID de contrôle d'interface: 0x%" "04X (%s)\n" -#: src/flash/detectflash.c:157 +#: src/flash/detectflash.c:170 #, c-format msgid "" "\tAlternate Algorithm Command Set and Control Interface ID Code: 0x%04X (%" @@ -2321,497 +2253,485 @@ msgstr "" "\tJeu alternatif de commandes Primary Algorithm et Code ID de contrôle " "d'interface: 0x%04X (%s)\n" -#: src/flash/detectflash.c:160 -#, c-format +#: src/flash/detectflash.c:174 msgid "Query system interface information:\n" msgstr "Requête d'information d'interface système:\n" -#: src/flash/detectflash.c:161 +#: src/flash/detectflash.c:175 #, c-format msgid "\tVcc Logic Supply Minimum Write/Erase or Write voltage: %d mV\n" msgstr "" "\tVcc logique Puissance minimum Écri/Efface ou Voltage d'écriture: %d mV\n" -#: src/flash/detectflash.c:162 +#: src/flash/detectflash.c:177 #, c-format msgid "\tVcc Logic Supply Maximum Write/Erase or Write voltage: %d mV\n" msgstr "" "\tVcc logique Puissance maximum Écri/Efface ou Voltage d'écriture: %d mV\n" -#: src/flash/detectflash.c:163 +#: src/flash/detectflash.c:179 #, c-format msgid "\tVpp [Programming] Supply Minimum Write/Erase voltage: %d mV\n" msgstr "" "\tVpp [Programmation] puissance minimum Écriture/Efface voltage: %d mV\n" -#: src/flash/detectflash.c:164 +#: src/flash/detectflash.c:181 #, c-format msgid "\tVpp [Programming] Supply Maximum Write/Erase voltage: %d mV\n" msgstr "" "\tVpp [Programmation] puissance maximum Écriture/Efface voltage: %d mV\n" -#: src/flash/detectflash.c:165 +#: src/flash/detectflash.c:183 #, c-format msgid "\tTypical timeout per single byte/word program: %d us\n" msgstr "\tDélai d'expiration typique par programme simple octet/mot: %d us\n" -#: src/flash/detectflash.c:166 +#: src/flash/detectflash.c:185 #, c-format msgid "\tTypical timeout for maximum-size multi-byte program: %d us\n" msgstr "" "\tDélai d'expiration typique pour la taille maximale par programme multi-" "octets: %d us\n" -#: src/flash/detectflash.c:167 +#: src/flash/detectflash.c:187 #, c-format msgid "\tTypical timeout per individual block erase: %d ms\n" msgstr "" "\tDélai d'expiration typique par effacement individuel de blocs: %d ms\n" -#: src/flash/detectflash.c:168 +#: src/flash/detectflash.c:189 #, c-format msgid "\tTypical timeout for full chip erase: %d ms\n" msgstr "" "\tDélai d'expiration typique pour un effacement complet du module: %d ms\n" -#: src/flash/detectflash.c:169 +#: src/flash/detectflash.c:191 #, c-format msgid "\tMaximum timeout for byte/word program: %d us\n" msgstr "\tDélai d'expiration maximal pour un programme octer/mot: %d us\n" -#: src/flash/detectflash.c:170 +#: src/flash/detectflash.c:193 #, c-format msgid "\tMaximum timeout for multi-byte program: %d us\n" msgstr "\tDélai d'expiration maximum pour programme multi-octets: %d us\n" -#: src/flash/detectflash.c:171 +#: src/flash/detectflash.c:195 #, c-format msgid "\tMaximum timeout per individual block erase: %d ms\n" msgstr "" "\tDélai d'expiration maximum par effacement individuel de blocs: %d ms\n" -#: src/flash/detectflash.c:172 +#: src/flash/detectflash.c:197 #, c-format msgid "\tMaximum timeout for chip erase: %d ms\n" msgstr "" "\tDélai d'expiration maximum pour un effacement complet du module: %d ms\n" -#: src/flash/detectflash.c:175 -#, c-format +#: src/flash/detectflash.c:201 msgid "Device geometry definition:\n" msgstr "Définition de la géométrie du périphérique:\n" -#: src/flash/detectflash.c:176 +#: src/flash/detectflash.c:202 #, c-format msgid "\tDevice Size: %d B (%d KiB, %d MiB)\n" msgstr "\tTaille du périphérique: %d O (%d KiB, %d MiB)\n" -#: src/flash/detectflash.c:183 +#: src/flash/detectflash.c:210 msgid "x8" msgstr "x8" -#: src/flash/detectflash.c:186 +#: src/flash/detectflash.c:213 msgid "x16" msgstr "x16" -#: src/flash/detectflash.c:189 +#: src/flash/detectflash.c:216 msgid "x8/x16" msgstr "x8/x16" -#: src/flash/detectflash.c:192 +#: src/flash/detectflash.c:219 msgid "x32" msgstr "x32" -#: src/flash/detectflash.c:195 +#: src/flash/detectflash.c:222 msgid "x16/x32" msgstr "x16/x32" -#: src/flash/detectflash.c:201 +#: src/flash/detectflash.c:228 #, c-format msgid "\tFlash Device Interface Code description: 0x%04X (%s)\n" msgstr "\tDescription du code de l'interface du module: 0x%04X (%s)\n" -#: src/flash/detectflash.c:202 +#: src/flash/detectflash.c:230 #, c-format msgid "\tMaximum number of bytes in multi-byte program: %d\n" msgstr "\tNombre maximum d'octets d'un programme multi-octest: %d\n" -#: src/flash/detectflash.c:203 +#: src/flash/detectflash.c:232 #, c-format msgid "\tNumber of Erase Block Regions within device: %d\n" msgstr "" "\tNumbre de régions de blocs d'effacement à l'intérieur du périphérique: %d\n" -#: src/flash/detectflash.c:204 -#, c-format +#: src/flash/detectflash.c:234 msgid "\tErase Block Region Information:\n" msgstr "\tInformation sur la région du bloc d'effacement:\n" -#: src/flash/detectflash.c:209 +#: src/flash/detectflash.c:240 #, c-format msgid "\t\tRegion %d:\n" msgstr "\t\tRégion %d:\n" -#: src/flash/detectflash.c:210 +#: src/flash/detectflash.c:241 #, c-format msgid "\t\t\tErase Block Size: %d B (%d KiB)\n" msgstr "\t\t\tTaille du bloc d'effacement: %d B (%d KiB)\n" -#: src/flash/detectflash.c:213 +#: src/flash/detectflash.c:246 #, c-format msgid "\t\t\tNumber of Erase Blocks: %d\n" msgstr "\t\t\tNombre de blocs d'effacement: %d\n" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Required" msgstr "" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Not required" msgstr "" -#: src/flash/detectflash.c:228 +#: src/flash/detectflash.c:263 msgid "Supported" msgstr "" -#: src/flash/detectflash.c:228 src/flash/detectflash.c:239 -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:263 src/flash/detectflash.c:277 +#: src/flash/detectflash.c:288 #, fuzzy msgid "Not supported" msgstr "Flash non supporté!\n" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:266 msgid "170-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:267 msgid "230-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:268 msgid "130-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:269 msgid "110-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:270 msgid "90-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:271 msgid "90-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS49" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS59" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS99" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read only" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read/write" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F040 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F016 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F400 mode" msgstr "" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:281 #, fuzzy msgid "29LV800 mode" msgstr "Am29LV800B" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:282 msgid "29BDS640 mode (Software Command Locking)" msgstr "" -#: src/flash/detectflash.c:244 +#: src/flash/detectflash.c:283 msgid "29BDD160 mode (New Sector Protect)" msgstr "" -#: src/flash/detectflash.c:245 +#: src/flash/detectflash.c:284 msgid "29PDL128 mode (New Sector Protect + 29LV800)" msgstr "" -#: src/flash/detectflash.c:246 +#: src/flash/detectflash.c:285 msgid "Advanced Sector Protect" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "4 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "8 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:289 msgid "16 word Page" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:293 msgid "No boot" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:294 msgid "8x8kb sectors at top and bottom with WP control" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Bottom boot device" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Top boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform bottom boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform top boot device" msgstr "" -#: src/flash/detectflash.c:257 +#: src/flash/detectflash.c:298 msgid "Bad value" msgstr "" -#: src/flash/detectflash.c:265 -#, c-format +#: src/flash/detectflash.c:306 msgid "Primary Vendor-Specific Extended Query:\n" msgstr "" -#: src/flash/detectflash.c:266 +#: src/flash/detectflash.c:307 #, c-format msgid "\tMajor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:267 +#: src/flash/detectflash.c:309 #, c-format msgid "\tMinor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:271 src/flash/detectflash.c:274 +#: src/flash/detectflash.c:316 src/flash/detectflash.c:320 #, c-format msgid "\tAddress Sensitive Unlock: %s\n" msgstr "" -#: src/flash/detectflash.c:279 src/flash/detectflash.c:282 -#: src/flash/detectflash.c:287 src/flash/detectflash.c:290 +#: src/flash/detectflash.c:327 src/flash/detectflash.c:332 +#: src/flash/detectflash.c:338 src/flash/detectflash.c:343 #, c-format msgid "\tProcess Technology: %s\n" msgstr "" -#: src/flash/detectflash.c:293 +#: src/flash/detectflash.c:346 #, c-format msgid "\tErase Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:295 -#, fuzzy, c-format +#: src/flash/detectflash.c:349 +#, fuzzy msgid "\tSector Protect: Not supported\n" msgstr "Flash non supporté!\n" -#: src/flash/detectflash.c:297 +#: src/flash/detectflash.c:351 #, c-format msgid "\tSector Protect: %d sectors per group\n" msgstr "" -#: src/flash/detectflash.c:299 src/flash/detectflash.c:301 +#: src/flash/detectflash.c:355 src/flash/detectflash.c:359 #, c-format msgid "\tSector Temporary Unprotect: %s\n" msgstr "" -#: src/flash/detectflash.c:303 src/flash/detectflash.c:306 +#: src/flash/detectflash.c:363 src/flash/detectflash.c:367 #, c-format msgid "\tSector Protect/Unprotect Scheme: %s\n" msgstr "" -#: src/flash/detectflash.c:308 -#, fuzzy, c-format +#: src/flash/detectflash.c:370 +#, fuzzy msgid "\tSimultaneous Operation: Not supported\n" msgstr "Flash non supporté!\n" -#: src/flash/detectflash.c:310 +#: src/flash/detectflash.c:372 #, c-format msgid "\tSimultaneous Operation: %d sectors\n" msgstr "" -#: src/flash/detectflash.c:312 src/flash/detectflash.c:314 +#: src/flash/detectflash.c:376 src/flash/detectflash.c:379 #, c-format msgid "\tBurst Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:316 src/flash/detectflash.c:318 +#: src/flash/detectflash.c:382 src/flash/detectflash.c:385 #, c-format msgid "\tPage Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:322 +#: src/flash/detectflash.c:391 #, c-format msgid "\tACC (Acceleration) Supply Minimum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:323 +#: src/flash/detectflash.c:393 #, c-format msgid "\tACC (Acceleration) Supply Maximum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:325 src/flash/detectflash.c:327 +#: src/flash/detectflash.c:397 src/flash/detectflash.c:400 #, c-format msgid "\tTop/Bottom Sector Flag: %s\n" msgstr "" -#: src/flash/detectflash.c:332 src/flash/detectflash.c:334 +#: src/flash/detectflash.c:407 src/flash/detectflash.c:410 #, c-format msgid "\tProgram Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:339 src/flash/detectflash.c:341 +#: src/flash/detectflash.c:417 src/flash/detectflash.c:420 #, c-format msgid "\tUnlock Bypass: %s\n" msgstr "" -#: src/flash/detectflash.c:342 +#: src/flash/detectflash.c:421 #, c-format msgid "\tSecSi Sector (Customer OTP Area) Size: %d bytes\n" msgstr "" -#: src/flash/detectflash.c:343 +#: src/flash/detectflash.c:423 #, c-format msgid "\tEmbedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:344 +#: src/flash/detectflash.c:425 #, c-format msgid "\tNon-Embedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:345 +#: src/flash/detectflash.c:427 #, c-format msgid "\tErase Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:346 +#: src/flash/detectflash.c:429 #, c-format msgid "\tProgram Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:351 -#, c-format +#: src/flash/detectflash.c:436 msgid "\tBank Organization:\n" msgstr "" -#: src/flash/detectflash.c:353 +#: src/flash/detectflash.c:438 #, c-format msgid "\t\tBank%d: %d sectors\n" msgstr "" -#: src/flash/flash.c:89 +#: src/flash/flash.c:92 #, c-format msgid "unknown flash - vendor id: %d (0x%04x)\n" msgstr "flahs inconnu - identificateur du manufacturier: %d (0x%04x)\n" -#: src/flash/flash.c:93 -#, c-format -msgid "Flash not supported!\n" +#: src/flash/flash.c:96 +#, fuzzy +msgid "Flash not supported" msgstr "Flash non supporté!\n" -#: src/flash/flash.c:104 src/flash/flash.c:265 src/flash/flash.c:391 -#, c-format -msgid "no flash driver found\n" +#: src/flash/flash.c:110 src/flash/flash.c:311 src/flash/flash.c:484 +#, fuzzy +msgid "no flash driver found" msgstr "aucun pilote de flahs repéré\n" -#: src/flash/flash.c:115 -#, c-format -msgid "Invalid sync sequence!\n" +#: src/flash/flash.c:124 +#, fuzzy +msgid "Invalid sync sequence" msgstr "Séquence de synchro invalide!\n" -#: src/flash/flash.c:133 +#: src/flash/flash.c:150 #, c-format msgid "block %d unlocked\n" msgstr "bloc %d déverrouillé\n" -#: src/flash/flash.c:134 src/flash/flash.c:301 +#: src/flash/flash.c:153 src/flash/flash.c:362 #, c-format msgid "erasing block %d: %d\n" msgstr "effacement du bloc %d: %d\n" -#: src/flash/flash.c:138 src/flash/flash.c:284 -#, c-format +#: src/flash/flash.c:158 src/flash/flash.c:334 msgid "program:\n" msgstr "programme:\n" -#: src/flash/flash.c:146 src/flash/flash.c:191 -#, c-format -msgid "Error: premature end of file\n" +#: src/flash/flash.c:168 src/flash/flash.c:221 +#, fuzzy +msgid "premature end of file" msgstr "ERREUR: fin prématurée du fichier\n" -#: src/flash/flash.c:149 src/flash/flash.c:194 -#, c-format -msgid "record: start = 0x%08X, len = 0x%08X, checksum = 0x%08X\n" +#: src/flash/flash.c:172 src/flash/flash.c:225 +#, fuzzy, c-format +msgid "record: start = 0x%08lX, len = 0x%08lX, checksum = 0x%08lX\n" msgstr "enregistrement: début = 0x%08X, longueur = 0x%08X, checksum = 0x%08X\n" -#: src/flash/flash.c:153 src/flash/flash.c:198 -#, c-format -msgid "Error: Invalid record length!\n" +#: src/flash/flash.c:178 src/flash/flash.c:231 +#, fuzzy +msgid "Invalid record length" msgstr "ERREUR: longueur de l'enregistrement invalide!\n" -#: src/flash/flash.c:165 src/flash/flash.c:328 -#, c-format -msgid "" -"\n" -"flash error\n" -msgstr "" -"\n" -"erreur flash\n" - -#: src/flash/flash.c:177 src/flash/flash.c:340 +#: src/flash/flash.c:186 src/flash/flash.c:239 src/flash/flash.c:372 +#: src/flash/flash.c:434 #, fuzzy, c-format +msgid "addr: 0x%08lX" +msgstr "adr: 0x%08X" + +#: src/flash/flash.c:205 src/flash/flash.c:408 +#, fuzzy msgid "verify skipped\n" msgstr "vérifier:\n" -#: src/flash/flash.c:182 src/flash/flash.c:345 -#, c-format +#: src/flash/flash.c:210 src/flash/flash.c:413 msgid "verify:\n" msgstr "vérifier:\n" -#: src/flash/flash.c:211 -#, c-format -msgid "" -"\n" -"verify error: 0x%08X vs. 0x%08X at addr %08X\n" +#: src/flash/flash.c:248 +#, fuzzy, c-format +msgid "verify error: 0x%08lX vs. 0x%08lX at addr %08lX" msgstr "" "\n" "ERREUR de vérification: 0x%08X vs. 0x%08X à l'adresse %08X\n" -#: src/flash/flash.c:278 src/tap/detect.c:451 +#: src/flash/flash.c:327 #, c-format -msgid "Out of memory!\n" -msgstr "Mémoire épuisée!\n" +msgid "malloc(%zd) failed" +msgstr "" -#: src/flash/flash.c:300 +#: src/flash/flash.c:358 #, c-format msgid "" "\n" @@ -2820,479 +2740,389 @@ msgstr "" "\n" "bloc %d déverrouillé\n" -#: src/flash/flash.c:335 src/flash/flash.c:372 +#: src/flash/flash.c:401 #, fuzzy, c-format -msgid "addr: 0x%08X\n" +msgid "addr: 0x%08lX\n" msgstr "adr: 0x%08X" -#: src/flash/flash.c:373 +#: src/flash/flash.c:453 #, fuzzy, c-format msgid "" -"verify error:\n" -"read: 0x%08X\n" -"expected: 0x%08X\n" +"addr: 0x%08lX\n" +" verify error:\n" +"read: 0x%08lX\n" +"expected: 0x%08lX\n" msgstr "" "\n" "ERREUR de vérification:\n" "lu: 0x%08X\n" "attendu: 0x%08X\n" -#: src/flash/flash.c:379 +#: src/flash/flash.c:466 #, fuzzy, c-format msgid "" -"addr: 0x%08X\n" +"addr: 0x%08lX\n" "Done.\n" msgstr "adr: 0x%08X" -#: src/flash/flash.c:396 +#: src/flash/flash.c:493 #, c-format msgid "" "\n" -"Erasing %d Flash block%s from address 0x%x\n" +"Erasing %d Flash block%s from address 0x%lx\n" msgstr "" -#: src/flash/flash.c:401 +#: src/flash/flash.c:511 #, c-format msgid "(%d%% Completed) FLASH Block %d : Unlocking ... " msgstr "" -#: src/flash/flash.c:404 -#, c-format +#: src/flash/flash.c:514 msgid "Erasing ... " msgstr "" -#: src/flash/flash.c:410 +#: src/flash/flash.c:522 #, c-format msgid "(100%% Completed) FLASH Block %d : Unlocking ... Erasing ... Ok.\n" msgstr "" -#: src/flash/flash.c:412 -#, c-format +#: src/flash/flash.c:527 msgid "Ok." msgstr "" -#: src/flash/flash.c:414 +#: src/flash/flash.c:529 #, c-format msgid "%78s" msgstr "" -#: src/flash/flash.c:419 -#, c-format +#: src/flash/flash.c:535 msgid "ERROR.\n" msgstr "" -#: src/flash/flash.c:425 -#, c-format +#: src/flash/flash.c:542 msgid "" "\n" "Erasing Completed.\n" msgstr "" -#: src/flash/flash.c:427 -#, c-format +#: src/flash/flash.c:544 msgid "" "\n" -"Erasing Failed.\n" +"Erasing (partially) Failed.\n" msgstr "" -#: src/flash/intel.c:116 src/flash/intel.c:119 src/flash/intel.c:122 +#: src/flash/intel.c:127 src/flash/intel.c:130 src/flash/intel.c:133 #, c-format msgid "Manufacturer: %s\n" msgstr "Manufacturier: %s\n" -#: src/flash/intel.c:125 -#, c-format -msgid "Unknown manufacturer (0x%04X)!\n" +#: src/flash/intel.c:136 +#, fuzzy, c-format +msgid "Unknown manufacturer (0x%04lX)!\n" msgstr "Manufacturier inconnu (0x%04X)!\n" -#: src/flash/intel.c:129 -#, c-format +#: src/flash/intel.c:141 msgid "Chip: " msgstr "Module: " -#: src/flash/intel.c:181 -#, c-format -msgid "Unknown (0x%02X)!\n" +#: src/flash/intel.c:194 +#, fuzzy, c-format +msgid "Unknown (0x%02lX)!\n" msgstr "Inconnu (0x%02X)!\n" -#: src/flash/intel.c:240 -#, c-format -msgid "flash: invalid command seq\n" +#: src/flash/intel.c:255 +#, fuzzy +msgid "invalid command seq" msgstr "flash: séquence de commande invalide\n" -#: src/flash/intel.c:243 -#, c-format -msgid "flash: low vpen\n" +#: src/flash/intel.c:258 +#, fuzzy +msgid "low vpen" msgstr "flash: vpen bas\n" -#: src/flash/intel.c:246 -#, c-format -msgid "flash: block locked\n" -msgstr "flash: bloc verrouillé\n" +#: src/flash/intel.c:261 +#, fuzzy +msgid "block locked" +msgstr "bloc %d déverrouillé\n" -#: src/flash/intel.c:268 -#, c-format -msgid "flash: unknown error while unblocking\n" +#: src/flash/intel.c:287 +#, fuzzy +msgid "unknown error while unlocking block" msgstr "flash: erreur inconnue lors du déverrouillage\n" -#: src/flash/intel.c:287 src/flash/intel.c:339 -#, c-format -msgid "flash: unknown error while programming\n" +#: src/flash/intel.c:311 src/flash/intel.c:370 +#, fuzzy +msgid "unknown error while programming" msgstr "flash: erreur inconnue lors de la programmation\n" -#: src/flash/intel.c:469 +#: src/flash/intel.c:531 msgid "supported: 28Fxxxx, 2 x 16 bit" msgstr "supportés: 28Fxxxx, 2 x 16 bit" -#: src/flash/intel.c:481 +#: src/flash/intel.c:543 msgid "supported: 28Fxxxx, 1 x 16 bit" msgstr "supportés: 28Fxxxx, 1 x 16 bit" -#: src/flash/intel.c:493 +#: src/flash/intel.c:555 msgid "supported: 28Fxxxx, 1 x 8 bit" msgstr "supportés: 28Fxxxx, 1 x 8 bit" -#: src/jtag.c:295 -#, c-format -msgid "'%s' must not be run suid root!\n" -msgstr "" - -#: src/jtag.c:356 -#, fuzzy, c-format -msgid "%s #%s\n" -msgstr "%-13s %s\n" - -#: src/jtag.c:359 -#, c-format -msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" -msgstr "" - -#: src/jtag.c:362 -#, c-format -msgid " -h, --help display this help and exit\n" -msgstr "" - -#: src/jtag.c:363 -#, c-format -msgid " -v, --version display version information and exit\n" -msgstr "" - -#: src/jtag.c:365 -#, c-format -msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" -msgstr "" - -#: src/jtag.c:366 -#, c-format -msgid " -i, --interactive enter interactive mode after reading files\n" -msgstr "" - -#: src/jtag.c:367 -#, c-format -msgid " -q, --quiet Do not print help on startup\n" -msgstr "" - -#: src/jtag.c:369 -#, c-format -msgid " [FILE] file containing commands to execute\n" -msgstr "" - -#: src/jtag.c:372 -#, c-format -msgid " Please report bugs at http://www.urjtag.org\n" -msgstr "" +#: src/part/bsbit.c:50 +#, fuzzy +msgid "missing Boundary Scan Register (BSR)" +msgstr "registre Boundary Scan Register (BSR) manquant\n" -#: src/jtag.c:379 -#, c-format -msgid "" -"\n" -"%s #%s\n" -"\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -msgstr "" +#: src/part/bsbit.c:56 +#, fuzzy +msgid "invalid boundary bit number" +msgstr "numéro de bit de limite invalide\n" -#: src/jtag.c:384 -#, c-format -msgid "" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" +#: src/part/bsbit.c:61 +#, fuzzy +msgid "duplicate bit declaration" +msgstr "déclaration double de bit\n" -#: src/jtag.c:439 -#, fuzzy, c-format -msgid "" -"\n" -"%s #%s\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -"\n" -"%s is free software, covered by the GNU General Public License, and you are\n" -"welcome to change it and/or distribute copies of it under certain " -"conditions.\n" -"There is absolutely no warranty for %s.\n" -"\n" -msgstr "" -"%s\n" -"Copyright © 2002, 2003 ETC s.r.o.\n" -"%s est un logiciel libre; vous pouvez le redistribuer ou le\n" -"modifier selon les termes de la License Publique Générale de GNU, publiée\n" -"par la Free Software Foundation (soit la version 2 ou selon votre choix, " -"toute version ultérieure).\n" -"\n" -"Ce programme est distribué dans l'espoir qu'il soit utile,\n" -"mais AUCUNE garantie n'est donnée pour %s\n" -"tant pour des raisons COMMERCIALES que\n" -"pour RÉPONDRE À UN BESOIN PARTICULIER. Consulter la licence\n" -"GNU General Public License pour plus de détails.\n" -"\n" -"Vous devriez avoir reçu copie de la Licence Publique Générale de GNU\n" -"avec ce programme; sinon, écrire à la Free Software Foundation, Inc.,\n" -"59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n" +#: src/part/bsbit.c:66 +#, fuzzy +msgid "invalid control bit number" +msgstr "numéro de bit de contrôle invalide\n" -#: src/jtag.c:455 -#, fuzzy, c-format -msgid "WARNING: %s may damage your hardware!\n" -msgstr "" -"AVERTISSEMENT: %s peut endommager votre matériel! Taper \"quit\" pour " -"quitter!\n" -"\n" +#: src/part/data_register.c:53 +#, fuzzy +msgid "Data register name too long\n" +msgstr "AVERTISSEMENT: nom du registre de données trop long\n" -#: src/jtag.c:456 +#: src/part/data_register.c:101 #, fuzzy, c-format -msgid "" -"Type \"quit\" to exit, \"help\" for help.\n" -"\n" -msgstr "" -"Taper \"help\" pour de l'aide.\n" -"\n" - -#: src/part/data_register.c:46 -#, c-format -msgid "Warning: Data register name too long\n" -msgstr "AVERTISSEMENT: nom du registre de données trop long\n" +msgid "Data register '%s' already defined" +msgstr "registre de données '%s' est déjà défini\n" -#: src/part/instruction.c:46 -#, c-format -msgid "Warning: Instruction name too long\n" +#: src/part/instruction.c:51 +#, fuzzy +msgid "Instruction name too long\n" msgstr "AVERTISSEMENT: nom de l'instruction trop long\n" -#: src/part/part.c:194 -#, c-format -msgid "signal '%s' cannot be set as output\n" +#: src/part/part.c:231 +#, fuzzy, c-format +msgid "signal '%s' cannot be set as output" msgstr "signal '%s' ne peut être initialisé comme sortie\n" -#: src/part/part.c:204 -#, c-format -msgid "signal '%s' cannot be set as input\n" +#: src/part/part.c:246 +#, fuzzy, c-format +msgid "signal '%s' cannot be set as input" msgstr "signal '%s' ne peut être initialisé comme entrée\n" -#: src/part/part.c:228 -#, c-format -msgid "signal '%s' is not input signal\n" +#: src/part/part.c:280 +#, fuzzy, c-format +msgid "signal '%s' is not input signal" msgstr "signal '%s' n'est pas un signal d'entrée\n" -#: src/part/part.c:245 +#: src/part/part.c:300 #, c-format msgid "%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr "%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/part/part.c:254 src/part/part.c:256 +#: src/part/part.c:312 src/part/part.c:314 msgid "(none)" msgstr "(aucun)" -#: src/svf/svf.c:351 src/svf/svf.c:529 src/svf/svf.c:868 src/svf/svf.c:872 +#: src/part/part.c:328 +#, fuzzy +msgid "instruction length is already set and used" +msgstr "la longueur d'instruction est déjà initialisée et utilisée\n" + +#: src/part/part.c:355 #, fuzzy, c-format -msgid "out of memory" -msgstr "mémoire épuisée\n" +msgid "Instruction '%s' already defined" +msgstr "Instruction '%s' est déjà définie\n" -#: src/svf/svf.c:449 +#: src/part/part.c:363 +#, fuzzy, c-format +msgid "unknown data register '%s'" +msgstr "registre de données inconnu '%s'\n" + +#: src/svf/svf.c:470 #, c-format msgid "Error %s: mismatch at position %d for TDO\n" msgstr "" -#: src/svf/svf.c:601 src/svf/svf.c:1011 +#: src/svf/svf.c:550 #, c-format -msgid "Warning %s: command %s not implemented\n" +msgid "calloc(%zd,%zd) fails" msgstr "" -#: src/svf/svf.c:634 +#: src/svf/svf.c:624 src/svf/svf.c:1081 #, c-format -msgid "Error %s: only TCK is supported for RUNTEST.\n" +msgid "command %s not implemented\n" msgstr "" -#: src/svf/svf.c:638 +#: src/svf/svf.c:661 #, c-format -msgid "Error %s: maximum time must be larger or equal to minimum time.\n" +msgid "Error %s: only TCK is supported for RUNTEST" msgstr "" -#: src/svf/svf.c:644 +#: src/svf/svf.c:668 #, c-format -msgid "Warning %s: maximum time for RUNTEST not guaranteed.\n" +msgid "Error %s: maximum time must be larger or equal to minimum time" msgstr "" -#: src/svf/svf.c:645 -#, c-format +#: src/svf/svf.c:676 +msgid "maximum time for RUNTEST not guaranteed.\n" +msgstr "" + +#: src/svf/svf.c:677 msgid " This message is only displayed once.\n" msgstr "" -#: src/svf/svf.c:669 +#: src/svf/svf.c:710 #, c-format -msgid "Error %s: Maximum cable clock frequency required for RUNTEST.\n" +msgid "Error %s: Maximum cable clock frequency required for RUNTEST" msgstr "" -#: src/svf/svf.c:670 -#, c-format +#: src/svf/svf.c:713 msgid " Set the cable frequency with 'FREQUENCY '.\n" msgstr "" -#: src/svf/svf.c:820 +#: src/svf/svf.c:878 #, c-format msgid "Error %s: first %s command after length change must have a TDI value.\n" msgstr "" -#: src/svf/svf.c:845 +#: src/svf/svf.c:906 #, c-format msgid "Error %s: SIR command length inconsistent.\n" msgstr "" -#: src/svf/svf.c:946 +#: src/svf/svf.c:910 +#, c-format +msgid " in input file between line %d col %d and line %d col %d\n" +msgstr "" + +#: src/svf/svf.c:1011 #, c-format -msgid "Error %s: no further TRST command allowed after mode ABSENT\n" +msgid "Error %s: no further TRST command allowed after mode ABSENT" msgstr "" -#: src/svf/svf.c:966 +#: src/svf/svf.c:1034 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after a STATE command\n" +msgid "Error %s: TRST ABSENT must not be issued after a STATE command" msgstr "" -#: src/svf/svf.c:972 +#: src/svf/svf.c:1042 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command\n" +msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command" msgstr "" -#: src/svf/svf.c:982 +#: src/svf/svf.c:1052 #, c-format -msgid "Warning %s: unimplemented mode '%s' for TRST\n" +msgid "unimplemented mode '%s' for TRST\n" msgstr "" -#: src/svf/svf.c:1070 +#: src/svf/svf.c:1140 #, fuzzy, c-format -msgid "Error %s: no JTAG chain available\n" +msgid "%s: no JTAG chain available" msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" -#: src/svf/svf.c:1074 +#: src/svf/svf.c:1147 #, c-format -msgid "Error %s: chain without any parts\n" +msgid "%s: chain without any parts" msgstr "" -#: src/svf/svf.c:1090 +#: src/svf/svf.c:1163 #, c-format -msgid "Error %s: could not establish SDR register\n" +msgid "%s: could not establish SDR register" msgstr "" -#: src/svf/svf.c:1122 +#: src/svf/svf.c:1203 #, c-format -msgid "Error %s: could not establish SIR instruction\n" +msgid "%s: could not establish SIR instruction" msgstr "" -#: src/svf/svf.c:1156 -#, c-format +#: src/svf/svf.c:1240 msgid "" "Mismatches occurred between scanned device output and expected TDO values.\n" msgstr "" -#: src/svf/svf.c:1158 -#, c-format +#: src/svf/svf.c:1243 msgid "Scanned device output matched expected TDO values.\n" msgstr "" -#: svf_flex.l:351 +#: svf_flex.l:367 #, c-format msgid "Parsing %6d/%d (%3.0d%%)" msgstr "" -#: src/tap/cable/arcom.c:129 +#: svf_flex.l:387 src/tap/cable/ft2232.c:1741 +#: src/tap/cable/generic_parport.c:89 src/tap/cable/generic_usbconn.c:236 +#: src/tap/cable/jim.c:71 src/tap/cable/ts7800.c:171 +#: src/tap/cable/usbblaster.c:80 src/tap/cable/vision_ep9307.c:214 +#: src/tap/cable/wiggler.c:226 +#, c-format +msgid "malloc(%zd) fails" +msgstr "" + +#: src/tap/cable/arcom.c:137 msgid "Arcom JTAG Cable" msgstr "Cable JTAG Arcom" -#: src/tap/cable/byteblaster.c:154 +#: src/tap/cable/byteblaster.c:159 msgid "" "Altera ByteBlaster/ByteBlaster II/ByteBlasterMV Parallel Port Download Cable" msgstr "" "Cable du port parallèle de chargement Altera ByteBlaster/ByteBlaster II/" "ByteBlasterMV" -#: src/tap/cable.c:175 -#, c-format -msgid "Failed to allocate memory for cable activity queue.\n" -msgstr "" - -#: src/tap/cable.c:220 +#: src/tap/cable.c:185 src/tap/usbconn/libusb.c:169 #, c-format -msgid "Out of memory: couldn't resize activity queue to %d\n" +msgid "malloc(%zd)/malloc(%zd) fails" msgstr "" -#: src/tap/cable.c:225 +#: src/tap/cable.c:239 #, c-format msgid "(Resized JTAG activity queue to hold max %d items)\n" msgstr "" -#: src/tap/cable.c:405 src/tap/cable.c:463 +#: src/tap/cable.c:426 src/tap/cable.c:487 #, c-format msgid "Internal error: Got wrong type of result from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:469 +#: src/tap/cable.c:494 #, c-format msgid "Internal error: Got wrong signal's value from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:523 +#: src/tap/cable.c:551 #, c-format msgid "Internal error: Got wrong type of result from queue (#%d %p.%d)\n" msgstr "" -#: src/tap/cable.c:529 -#, c-format +#: src/tap/cable.c:558 msgid "Internal error: Wanted transfer result but none was queued\n" msgstr "" -#: src/tap/cable/dlc5.c:125 +#: src/tap/cable/dlc5.c:131 msgid "Xilinx DLC5 JTAG Parallel Cable III" msgstr "Cable parallèle JTAG Xilinx DLC5 III" -#: src/tap/cable/ea253.c:129 +#: src/tap/cable/ea253.c:137 msgid "ETC EA253 JTAG Cable" msgstr "Cable JATB ETC EA253" -#: src/tap/cable/ei012.c:131 +#: src/tap/cable/ei012.c:139 msgid "ETC EI012 JTAG Cable" msgstr "Cable JTAG ETC EI012" -#: src/tap/cable/ft2232.c:248 +#: src/tap/cable/ft2232.c:251 #, c-format -msgid "Warning: Setting lowest supported frequency for FT2232: %d\n" +msgid "Setting lowest supported frequency for FT2232: %d\n" msgstr "" -#: src/tap/cable/ft2232.c:680 -#, c-format -msgid "Error: Please power on the TARGET board and connect VCC signal!\n" +#: src/tap/cable/ft2232.c:739 +msgid "Please power on the TARGET board and connect VCC signal" msgstr "" -#: src/tap/cable/ft2232.c:1662 +#: src/tap/cable/ft2232.c:1824 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3305,67 +3135,64 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/ft2232.c:1680 +#: src/tap/cable/ft2232.c:1836 msgid "Generic FTDI FT2232 Cable" msgstr "" -#: src/tap/cable/ft2232.c:1712 +#: src/tap/cable/ft2232.c:1869 msgid "Olimex ARM-USB-OCD[-TINY] (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1758 +#: src/tap/cable/ft2232.c:1916 msgid "Analog Devices Blackfin gnICE (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1790 +#: src/tap/cable/ft2232.c:1949 msgid "Amontec JTAGkey (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1822 +#: src/tap/cable/ft2232.c:1982 msgid "OOCDLink-s (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1854 +#: src/tap/cable/ft2232.c:2015 msgid "Turtelizer 2 Rev. B (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1886 +#: src/tap/cable/ft2232.c:2048 msgid "USB to JTAG Interface (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1918 +#: src/tap/cable/ft2232.c:2081 msgid "Xverve DT-USB-ST Signalyzer Tool (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1950 -msgid "TinCanTools Flyswatter Cable" +#: src/tap/cable/ft2232.c:2114 +msgid "TinCanTools Flyswatter (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1982 +#: src/tap/cable/ft2232.c:2147 msgid "KrisTech usbScarabeus2 (FT2232) Cable" msgstr "" #: src/tap/cable/generic.c:110 -#, c-format -msgid "No space in cable activity results queue.\n" +msgid "No space in cable activity results queue" msgstr "" -#: src/tap/cable/generic.c:389 -#, c-format +#: src/tap/cable/generic.c:421 msgid "calibration error, wall clock is not monotonically increasing\n" msgstr "" -#: src/tap/cable/generic_parport.c:58 src/tap/cable/jim.c:54 -#, c-format -msgid "not enough arguments!\n" +#: src/tap/cable/generic_parport.c:62 +msgid "extra arguments" msgstr "" -#: src/tap/cable/generic_parport.c:67 +#: src/tap/cable/generic_parport.c:72 #, fuzzy, c-format -msgid "Unknown port driver: %s\n" +msgid "Unknown port type: %s" msgstr "registre de données inconnu '%s'\n" -#: src/tap/cable/generic_parport.c:112 +#: src/tap/cable/generic_parport.c:120 #, c-format msgid "" "Usage: cable %s parallel PORTADDR\n" @@ -3378,12 +3205,11 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:217 -#, c-format +#: src/tap/cable/generic_usbconn.c:229 msgid "Couldn't connect to suitable USB device.\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:253 +#: src/tap/cable/generic_usbconn.c:267 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [...]\n" @@ -3394,17 +3220,15 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/jim.c:58 -#, c-format -msgid "JTAG target simulator JIM - work in progress!\n" +#: src/tap/cable/jim.c:55 +msgid "not enough arguments" msgstr "" -#: src/tap/cable/jim.c:62 -#, fuzzy, c-format -msgid "Initialization failed.\n" -msgstr "initialisation du bus a échoué!\n" +#: src/tap/cable/jim.c:59 +msgid "JTAG target simulator JIM - work in progress!\n" +msgstr "" -#: src/tap/cable/jim.c:151 +#: src/tap/cable/jim.c:154 #, c-format msgid "Usage: cable %s\n" msgstr "" @@ -3413,74 +3237,67 @@ msgstr "" msgid "JTAG target simulator JIM" msgstr "" -#: src/tap/cable/jlink.c:572 +#: src/tap/cable/jlink.c:590 msgid "Segger/IAR J-Link, Atmel SAM-ICE and others." msgstr "" -#: src/tap/cable/keithkoep.c:141 +#: src/tap/cable/keithkoep.c:148 msgid "Keith & Koep JTAG cable" msgstr "Cable JTAG Keith & Koep" -#: src/tap/cable/lattice.c:131 +#: src/tap/cable/lattice.c:140 #, fuzzy msgid "Lattice Parallel Port JTAG Cable" msgstr "Cable JTAG Macraigor Wiggler" -#: src/tap/cable/mpcbdm.c:142 +#: src/tap/cable/mpcbdm.c:146 msgid "Mpcbdm JTAG cable" msgstr "Cable JTAG Mpcbdm" -#: src/tap/cable/triton.c:143 +#: src/tap/cable/triton.c:150 msgid "Ka-Ro TRITON Starterkit II (PXA255/250) JTAG Cable" msgstr "Cable JTAG Ka-Ro TRITON Starterkit II (PXA255/250)" -#: src/tap/cable/ts7800.c:87 src/tap/cable/vision_ep9307.c:93 -#, fuzzy, c-format -msgid "Error: unable to open /dev/mem\n" +#: src/tap/cable/ts7800.c:89 src/tap/cable/vision_ep9307.c:95 +#, fuzzy +msgid "unable to open /dev/mem" msgstr "ERREUR: mémoire épuisée!\n" -#: src/tap/cable/ts7800.c:97 src/tap/cable/vision_ep9307.c:130 -#, c-format -msgid "Error: unable to mmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:102 src/tap/cable/vision_ep9307.c:138 +#, fuzzy +msgid "unable to mmap the GPIO registers" +msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" -#: src/tap/cable/ts7800.c:120 src/tap/cable/vision_ep9307.c:155 -#, c-format -msgid "Error: unable to munmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:127 src/tap/cable/vision_ep9307.c:164 +#, fuzzy +msgid "unable to munmap the GPIO registers" +msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" -#: src/tap/cable/ts7800.c:152 src/tap/cable/vision_ep9307.c:193 -#, c-format -msgid "Error: This cable type does not accept parameters!\n" +#: src/tap/cable/ts7800.c:161 src/tap/cable/vision_ep9307.c:204 +msgid "This cable type does not accept parameters" msgstr "" -#: src/tap/cable/ts7800.c:156 -#, c-format +#: src/tap/cable/ts7800.c:166 msgid "Initializing TS-7800 Built-in JTAG Chain\n" msgstr "" -#: src/tap/cable/ts7800.c:160 -#, fuzzy, c-format -msgid "%s(%d) Out of memory\n" -msgstr "%s(%d) Mémoire épuisée.\n" - -#: src/tap/cable/ts7800.c:281 src/tap/cable/vision_ep9307.c:320 +#: src/tap/cable/ts7800.c:298 src/tap/cable/vision_ep9307.c:339 #, c-format msgid "" "Usage: cable %s\n" "\n" msgstr "" -#: src/tap/cable/ts7800.c:288 +#: src/tap/cable/ts7800.c:303 msgid "TS-7800 Built-in JTAG Chain" msgstr "" -#: src/tap/cable/usbblaster.c:102 +#: src/tap/cable/usbblaster.c:104 #, c-format -msgid "Warning: USB-Blaster frequency is fixed to %ld Hz\n" +msgid "USB-Blaster frequency is fixed to %ld Hz\n" msgstr "" -#: src/tap/cable/usbblaster.c:456 +#: src/tap/cable/usbblaster.c:503 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3493,39 +3310,35 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/usbblaster.c:472 +#: src/tap/cable/usbblaster.c:514 msgid "Altera USB-Blaster Cable" msgstr "" -#: src/tap/cable/vision_ep9307.c:103 -#, c-format -msgid "Error: unable to mmap the System Control registers\n" +#: src/tap/cable/vision_ep9307.c:107 +msgid "unable to mmap the System Control registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:122 -#, c-format -msgid "Error: unable to munmap the System Controller registers\n" +#: src/tap/cable/vision_ep9307.c:127 +msgid "unable to munmap the System Controller registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:197 -#, c-format +#: src/tap/cable/vision_ep9307.c:209 msgid "Initializing Vision EP9307 SoM GPIO JTAG Cable\n" msgstr "" -#: src/tap/cable/vision_ep9307.c:327 +#: src/tap/cable/vision_ep9307.c:344 msgid "Vision EP9307 SoM GPIO JTAG Cable" msgstr "" -#: src/tap/cable/wiggler2.c:148 +#: src/tap/cable/wiggler2.c:159 msgid "Modified (with CPU Reset) WIGGLER JTAG Cable" msgstr "" -#: src/tap/cable/wiggler.c:213 -#, c-format +#: src/tap/cable/wiggler.c:248 msgid "Pin mapping failed\n" msgstr "" -#: src/tap/cable/wiggler.c:327 +#: src/tap/cable/wiggler.c:388 #, c-format msgid "" "Usage: cable %s parallel PORTADDR [TDO,TRST,TDI,TCK,TMS,SRESET]\n" @@ -3540,373 +3353,454 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/wiggler.c:359 +#: src/tap/cable/wiggler.c:415 msgid "Macraigor Wiggler JTAG Cable" msgstr "Cable JTAG Macraigor Wiggler" -#: src/tap/cable/wiggler.c:377 +#: src/tap/cable/wiggler.c:434 #, fuzzy msgid "Excelpoint IGLOO JTAG Cable" msgstr "Cable JTAG Arcom" -#: src/tap/cable/xpc.c:634 +#: src/tap/cable/xpc.c:685 msgid "Xilinx Platform Cable USB internal chain" msgstr "" -#: src/tap/cable/xpc.c:660 +#: src/tap/cable/xpc.c:712 msgid "Xilinx Platform Cable USB external chain" msgstr "" -#: src/tap/chain.c:149 src/tap/chain.c:200 -#, c-format -msgid "%s(%d) Part %d without active instruction\n" +#: src/tap/chain.c:182 src/tap/chain.c:250 +#, fuzzy, c-format +msgid "Part %d without active instruction" msgstr "%s(%d) pièce %d sans instruction active\n" -#: src/tap/chain.c:204 -#, c-format -msgid "%s(%d) Part %d without data register\n" +#: src/tap/chain.c:256 +#, fuzzy, c-format +msgid "Part %d without data register" msgstr "%s(%d) pièce %d sans registre de données\n" -#: src/tap/detect.c:59 +#: src/tap/chain.c:321 +#, fuzzy +msgid "Run \"detect\" first" +msgstr "Eéxcuer \"détecter\" d'abord.\n" + +#: src/tap/chain.c:327 #, c-format -msgid "Cannot open %s\n" -msgstr "ne peut ouvrir %s\n" +msgid "active part no %d exceeds chain length %d" +msgstr "" + +#: src/tap/detect.c:65 +#, fuzzy, c-format +msgid "Unable to open file '%s'\n" +msgstr "Incapable d'ouvrir le fichier `%s'!\n" -#: src/tap/detect.c:206 +#: src/tap/detect.c:201 #, c-format msgid "IR length: %d\n" msgstr "longueur IR: %d\n" -#: src/tap/detect.c:223 -#, c-format +#: src/tap/detect.c:219 msgid "Unable to detect JTAG chain length\n" msgstr "Incapable de détecter la longueur de la chaîne JTAG\n" -#: src/tap/detect.c:226 +#: src/tap/detect.c:222 #, c-format msgid "Chain length: %d\n" msgstr "Longueur de la chaîne: %d\n" -#: src/tap/detect.c:267 +#: src/tap/detect.c:265 #, fuzzy, c-format msgid "Device Id: %s (0x%016)\n" msgstr "Identificateur du périphérique: %s\n" -#: src/tap/detect.c:296 -#, c-format +#: src/tap/detect.c:268 +msgid "Device Id: unknown as bit 0 was not a 1\n" +msgstr "" + +#: src/tap/detect.c:299 msgid " Unknown manufacturer!\n" msgstr " Manufacturier inconnu!\n" -#: src/tap/detect.c:302 +#: src/tap/detect.c:305 #, c-format msgid " Manufacturer: %s\n" msgstr " Manufacturier: %s\n" -#: src/tap/detect.c:304 -#, c-format -msgid "Warning: Manufacturer too long\n" +#: src/tap/detect.c:308 +#, fuzzy +msgid "Manufacturer too long\n" msgstr "AVERTISSEMENT: nom du manufacturier trop long\n" -#: src/tap/detect.c:320 -#, c-format +#: src/tap/detect.c:325 msgid " Unknown part!\n" msgstr " Pièce inconnue!\n" -#: src/tap/detect.c:326 +#: src/tap/detect.c:331 #, fuzzy, c-format msgid " Part(%d): %s\n" msgstr " Pièce: %s\n" -#: src/tap/detect.c:328 -#, c-format -msgid "Warning: Part too long\n" +#: src/tap/detect.c:334 +#, fuzzy +msgid "Part too long\n" msgstr "AVERTISSEMENT: nom de pièce trop long\n" -#: src/tap/detect.c:344 -#, c-format +#: src/tap/detect.c:351 msgid " Unknown stepping!\n" msgstr " Pas inconnu!\n" -#: src/tap/detect.c:350 +#: src/tap/detect.c:357 #, c-format msgid " Stepping: %s\n" msgstr " Pas : %s\n" -#: src/tap/detect.c:352 -#, c-format -msgid "Warning: Stepping too long\n" +#: src/tap/detect.c:360 +#, fuzzy +msgid "Stepping too long\n" msgstr "AVERTISSEMENT: pas trop long\n" -#: src/tap/detect.c:382 -#, c-format +#: src/tap/detect.c:400 msgid "Error: Unable to detect JTAG chain end!\n" msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" -#: src/tap/detect.c:409 -#, fuzzy, c-format -msgid "Error: Unable to allocate a register!\n" -msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" - -#: src/tap/detect.c:417 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for parts!\n" -msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" - -#: src/tap/detect.c:424 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for a part!\n" -msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" - -#: src/tap/detect.c:440 -#, c-format +#: src/tap/detect.c:450 msgid "Error: could not set BR register" msgstr "" -#: src/tap/detect.c:462 -#, c-format +#: src/tap/detect.c:471 msgid "Error: could not set BYPASS instruction" msgstr "" -#: src/tap/discovery.c:108 +#: src/tap/discovery.c:117 #, c-format -msgid "Warning: TDO seems to be stuck at %d\n" +msgid "TDO seems to be stuck at %d\n" msgstr "" -#: src/tap/discovery.c:133 -#, c-format +#: src/tap/discovery.c:142 msgid "Detecting IR length ... " msgstr "Détection de la longuer IR..." -#: src/tap/discovery.c:139 src/tap/discovery.c:171 +#: src/tap/discovery.c:148 src/tap/discovery.c:184 #, c-format msgid "%d\n" msgstr "%d\n" -#: src/tap/discovery.c:142 -#, c-format +#: src/tap/discovery.c:153 msgid "Error: Invalid IR length!\n" msgstr "ERREUR: longueur IR invalide!\n" -#: src/tap/discovery.c:153 -#, c-format -msgid "Error: Out of memory!\n" -msgstr "ERREUR: mémoire épuisée!\n" - -#: src/tap/discovery.c:165 +#: src/tap/discovery.c:177 #, c-format msgid "Detecting DR length for IR %s ... " msgstr "Détection de la longeur DR de IR %s..." -#: src/tap/parport/direct.c:139 -#, c-format -msgid "Couldn't load InpOut32.dll; maybe not installed?\n" +#: src/tap/parport/direct.c:157 +msgid "Couldn't load InpOut32.dll; maybe not installed?" msgstr "" -#: src/tap/parport/direct.c:206 src/tap/parport/ppdev.c:119 -#: src/tap/parport/ppi.c:115 -#, c-format -msgid "Syntax error!\n" -msgstr "ERREUR de syntaxe!\n" - -#: src/tap/parport/direct.c:213 -#, c-format -msgid "Invalid port address!\n" +#: src/tap/parport/direct.c:223 +#, fuzzy +msgid "Invalid port address" msgstr "Adresse de port invalide!\n" -#: src/tap/parport/direct.c:225 +#: src/tap/parport/direct.c:238 #, c-format msgid "Disconnecting %s from parallel port at 0x%x\n" msgstr "Déconnexion de %s du port parallèle à 0x%x\n" -#: src/tap/parport/direct.c:231 +#: src/tap/parport/direct.c:245 #, fuzzy, c-format msgid "Initializing parallel port at 0x%x\n" msgstr "Initialisation de %s sur le port parallèle à 0x%x\n" -#: src/tap/parport/direct.c:235 src/tap/parport/ppdev.c:134 -#: src/tap/parport/ppi.c:130 -#, c-format -msgid "%s(%d) Out of memory.\n" -msgstr "%s(%d) Mémoire épuisée.\n" - -#: src/tap/parport/ppdev.c:125 +#: src/tap/parport/ppdev.c:132 #, c-format msgid "Disconnecting %s from ppdev port %s\n" msgstr "Déconnexion de %s du port ppdev %s\n" -#: src/tap/parport/ppdev.c:130 +#: src/tap/parport/ppdev.c:138 #, fuzzy, c-format msgid "Initializing ppdev port %s\n" msgstr "Initialisation de %s sur le port ppdev %s\n" -#: src/tap/parport/ppdev.c:148 +#: src/tap/parport/ppdev.c:155 #, fuzzy, c-format -msgid "Could not open port %s: %s\n" +msgid "Could not open port %s" msgstr "ne peut ouvrir %s\n" -#: src/tap/parport/ppdev.c:153 -#, c-format -msgid "Could not claim ppdev device: %s\n" +#: src/tap/parport/ppdev.c:162 +msgid "Could not claim ppdev device" msgstr "" -#: src/tap/parport/ppi.c:121 +#: src/tap/parport/ppi.c:128 #, fuzzy, c-format msgid "Disconnecting %s from ppi port %s\n" msgstr "Déconnexion de %s du port ppdev %s\n" -#: src/tap/parport/ppi.c:126 +#: src/tap/parport/ppi.c:135 #, fuzzy, c-format msgid "Initializing on ppi port %s\n" msgstr "Initialisation de %s sur le port ppdev %s\n" -#: src/tap/tap.c:71 src/tap/tap.c:131 src/tap/tap.c:142 +#: src/tap/tap.c:78 src/tap/tap.c:150 src/tap/tap.c:163 #, c-format msgid "%s: Invalid state: %2X\n" msgstr "%s: état invalide: %2X\n" -#: src/tap/usbconn/libftd2xx.c:100 +#: src/tap/usbconn/libftd2xx.c:133 #, c-format -msgid "%s(): FT_Write() failed.\n" +msgid "FT_Write() failed: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:104 src/tap/usbconn/libftdi.c:89 -#, c-format -msgid "%s(): Written fewer bytes than requested.\n" +#: src/tap/usbconn/libftd2xx.c:141 src/tap/usbconn/libftdi.c:93 +msgid "Written fewer bytes than requested" msgstr "" -#: src/tap/usbconn/libftd2xx.c:123 src/tap/usbconn/libftdi.c:108 -#, c-format -msgid "%s(): Receive buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:161 src/tap/usbconn/libftdi.c:113 +msgid "Receive buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:130 src/tap/usbconn/libftd2xx.c:190 +#: src/tap/usbconn/libftd2xx.c:168 src/tap/usbconn/libftd2xx.c:230 #, c-format -msgid "%s(): Error from FT_Read(): %d\n" +msgid "Error from FT_Read(): %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:134 src/tap/usbconn/libftdi.c:119 +#: src/tap/usbconn/libftd2xx.c:173 src/tap/usbconn/libftdi.c:127 #, c-format -msgid "%s(): Received less bytes than requested.\n" +msgid "%s(): Received fewer bytes than requested.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:256 src/tap/usbconn/libftdi.c:224 -#, c-format -msgid "%s(): Send buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:297 src/tap/usbconn/libftdi.c:237 +msgid "Send buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:314 -#, c-format +#: src/tap/usbconn/libftd2xx.c:360 msgid "Connected to libftd2xx driver.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:389 src/tap/usbconn/libftd2xx.c:428 -#: src/tap/usbconn/libftd2xx.c:448 src/tap/usbconn/libftd2xx.c:471 +#: src/tap/usbconn/libftd2xx.c:437 src/tap/usbconn/libftd2xx.c:484 +#: src/tap/usbconn/libftd2xx.c:519 src/tap/usbconn/libftd2xx.c:546 #, c-format -msgid "%s(): Can't reset device.\n" +msgid "Can't reset device: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:391 src/tap/usbconn/libftd2xx.c:430 -#: src/tap/usbconn/libftd2xx.c:450 src/tap/usbconn/libftd2xx.c:473 +#: src/tap/usbconn/libftd2xx.c:441 src/tap/usbconn/libftd2xx.c:523 +#: src/tap/usbconn/libftd2xx.c:550 #, c-format -msgid "%s(): Can't purge RX buffer.\n" +msgid "Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:394 +#: src/tap/usbconn/libftd2xx.c:446 #, c-format -msgid "%s(): Can't set latency timer.\n" +msgid "Can't set latency timer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:397 +#: src/tap/usbconn/libftd2xx.c:451 #, c-format -msgid "%s(): Can't set baudrate.\n" +msgid "Can't set baudrate: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:433 +#: src/tap/usbconn/libftd2xx.c:488 #, c-format -msgid "%s(): Can't set USB parameters.\n" +msgid "s(): Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:436 +#: src/tap/usbconn/libftd2xx.c:495 #, c-format -msgid "%s(): Can't set special characters.\n" +msgid "Can't set USB parameters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:442 +#: src/tap/usbconn/libftd2xx.c:500 #, c-format -msgid "%s(): Can't set target latency timer.\n" +msgid "Can't set special characters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:445 +#: src/tap/usbconn/libftd2xx.c:508 #, c-format -msgid "%s(): Can't set MPSSE bitmode.\n" +msgid "Can't set target latency timer: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:84 +#: src/tap/usbconn/libftd2xx.c:514 #, c-format -msgid "%s(): ftdi_write_data() failed: %s\n" +msgid "Can't set MPSSE bitmode: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:115 src/tap/usbconn/libftdi.c:168 +#: src/tap/usbconn/libftdi.c:87 #, c-format -msgid "%s(): Error from ftdi_read_data(): %s\n" +msgid "ftdi_write_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:286 +#: src/tap/usbconn/libftdi.c:122 src/tap/usbconn/libftdi.c:178 #, c-format +msgid "Error from ftdi_read_data(): %s" +msgstr "" + +#: src/tap/usbconn/libftdi.c:305 msgid "Connected to libftdi driver.\n" msgstr "" -#: src/tap/usbconn/libftdi.c:324 +#: src/tap/usbconn/libftdi.c:344 +#, c-format +msgid "%s(): ftdi_usb_open_desc() failed: %s" +msgstr "" + +#: src/tap/usbconn/libftdi.c:346 #, c-format -msgid "%s() failed: %s\n" +msgid "ftdi_usb_open_desc() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:349 +#: src/tap/usbconn/libftdi.c:371 #, c-format -msgid "%s(): ftdi_usb_purge_buffers() failed: %s\n" +msgid "ftdi_usb_purge_buffers() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:352 src/tap/usbconn/libftdi.c:369 +#: src/tap/usbconn/libftdi.c:375 src/tap/usbconn/libftdi.c:396 #, c-format -msgid "%s(): ftdi_read_data() failed: %s\n" +msgid "ftdi_read_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:361 +#: src/tap/usbconn/libftdi.c:385 #, c-format -msgid "%s(): ftdi_usb_purge_rx_buffer() failed: %s\n" +msgid "ftdi_usb_purge_rx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:366 +#: src/tap/usbconn/libftdi.c:392 #, c-format -msgid "%s(): ftdi_usb_purge_tx_buffer() failed: %s\n" +msgid "ftdi_usb_purge_tx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:386 +#: src/tap/usbconn/libftdi.c:413 #, c-format -msgid "%s(): ftdi_poll_status() failed: %s\n" +msgid "ftdi_poll_status() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:391 src/tap/usbconn/libftdi.c:485 -#: src/tap/usbconn/libftdi.c:504 +#: src/tap/usbconn/libftdi.c:418 src/tap/usbconn/libftdi.c:534 +#: src/tap/usbconn/libftdi.c:556 #, c-format -msgid "%s(): ftdi_usb_reset() failed: %s\n" +msgid "ftdi_usb_reset() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:414 src/tap/usbconn/libftdi.c:477 +#: src/tap/usbconn/libftdi.c:444 src/tap/usbconn/libftdi.c:524 #, c-format -msgid "%s(): ftdi_set_latency_timer() failed: %s\n" +msgid "ftdi_set_latency_timer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:427 +#: src/tap/usbconn/libftdi.c:461 #, c-format -msgid "%s(): ftdi_set_baudrate() failed: %s\n" +msgid "ftdi_set_baudrate() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:481 +#: src/tap/usbconn/libftdi.c:529 #, c-format -msgid "%s(): ftdi_set_bitmode() failed: %s\n" +msgid "ftdi_set_bitmode() failed: %s" msgstr "" +#, fuzzy +#~ msgid "Out of memory, %s line %i\n" +#~ msgstr "Mémoire épuisée\n" + +#, fuzzy +#~ msgid "No JTAG chain available\n" +#~ msgstr "(pas de description disponible)" + +#, fuzzy +#~ msgid "Unable to open BSDL file '%s'\n" +#~ msgstr "Incapable d'ouvrir le fichier `%s'!\n" + +#, fuzzy +#~ msgid "Cannot open file %s or %s.\n" +#~ msgstr "ne peut ouvrir %s\n" + +#~ msgid "out of memory\n" +#~ msgstr "mémoire épuisée\n" + +#, fuzzy +#~ msgid "signal '%s' is not found\n" +#~ msgstr "signal '%s' non repéré\n" + +#~ msgid "Error: Bus width detection failed\n" +#~ msgstr "ERREUR: détection de la largeur de bus a échoué\n" + +#~ msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" +#~ msgstr "ERREUR: largeur de bus invalide (MD3 = MD4 = 0)!\n" + +#, fuzzy +#~ msgid "Addr: 0x%08X\n" +#~ msgstr "adr: 0x%08X\n" + +#~ msgid "%s: no active part\n" +#~ msgstr "%s: aucune pièce active\n" + +#~ msgid "Error: Cable connection failed!\n" +#~ msgstr "Error: échec de la connexion par cable!\n" + +#~ msgid "Error: Cable initialization failed!\n" +#~ msgstr "Error: échec de l'initialisation par cable!\n" + +#~ msgid "Error: Cable not configured. Please use '%s' command first!\n" +#~ msgstr "" +#~ "ERREUR: cable non configuré. SVP utiliser la commande '%s' d'abord!\n" + +#~ msgid "%s: syntax error!\n" +#~ msgstr "%s: erreur de syntaxe!\n" + +#, fuzzy +#~ msgid "Unable to open file `%s go=%d'!\n" +#~ msgstr "Incapable d'ouvrir le fichier `%s'!\n" + +#, fuzzy +#~ msgid "bus alloc/attach failed!\n" +#~ msgstr "initialisation du bus a échoué!\n" + +#~ msgid "bus initialization failed!\n" +#~ msgstr "initialisation du bus a échoué!\n" + +#~ msgid "" +#~ "\n" +#~ "flash error\n" +#~ msgstr "" +#~ "\n" +#~ "erreur flash\n" + +#~ msgid "Out of memory!\n" +#~ msgstr "Mémoire épuisée!\n" + +#~ msgid "flash: block locked\n" +#~ msgstr "flash: bloc verrouillé\n" + +#, fuzzy +#~ msgid "out of memory" +#~ msgstr "mémoire épuisée\n" + +#, fuzzy +#~ msgid "Initialization failed.\n" +#~ msgstr "initialisation du bus a échoué!\n" + +#, fuzzy +#~ msgid "%s(%d) Out of memory\n" +#~ msgstr "%s(%d) Mémoire épuisée.\n" + +#~ msgid "Cannot open %s\n" +#~ msgstr "ne peut ouvrir %s\n" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for parts!\n" +#~ msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for a part!\n" +#~ msgstr "ERREUR: incapable de détecter la fin de la chaîne JTAG!\n" + +#~ msgid "Error: Out of memory!\n" +#~ msgstr "ERREUR: mémoire épuisée!\n" + +#~ msgid "Syntax error!\n" +#~ msgstr "ERREUR de syntaxe!\n" + +#~ msgid "%s(%d) Out of memory.\n" +#~ msgstr "%s(%d) Mémoire épuisée.\n" + #~ msgid "supported: AMD 29LV800B; 1x16 Bit" #~ msgstr "supportés: AMD 29LV800B; 1x16 Bit" @@ -3970,10 +3864,6 @@ msgstr "" #~ msgid "Am29LV040B\t-\t" #~ msgstr "Am29LV800B" -#, fuzzy -#~ msgid "addr: 0x%08X\r" -#~ msgstr "adr: 0x%08X" - #~ msgid "Error during file read.\n" #~ msgstr "ERREUR durant la lecture du fichier.\n" diff --git a/urjtag/po/rw.po b/urjtag/po/rw.po index d8f7bc16..09fcc21f 100644 --- a/urjtag/po/rw.po +++ b/urjtag/po/rw.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: jtag 0.5.1\n" "Report-Msgid-Bugs-To: marcel@telka.sk\n" -"POT-Creation-Date: 2009-04-08 22:49+0200\n" +"POT-Creation-Date: 2009-05-28 14:35+0200\n" "PO-Revision-Date: 2005-04-04 10:55-0700\n" "Last-Translator: Steven Michael Murphy \n" "Language-Team: Kinyarwanda \n" @@ -24,278 +24,354 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: bsdl_bison.y:257 +#: src/apps/jtag/jtag.c:372 +#, c-format +msgid "'%s' must not be run suid root!\n" +msgstr "" + +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +#: src/apps/jtag/jtag.c:431 +#, fuzzy, c-format +msgid "%s #%s\n" +msgstr "%-13s%s" + +#: src/apps/jtag/jtag.c:434 +#, c-format +msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" +msgstr "" + +#: src/apps/jtag/jtag.c:437 +#, c-format +msgid " -h, --help display this help and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:438 +#, c-format +msgid " -v, --version display version information and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:440 +#, c-format +msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:441 +#, c-format +msgid " -i, --interactive enter interactive mode after reading files\n" +msgstr "" + +#: src/apps/jtag/jtag.c:442 +#, c-format +msgid " -q, --quiet Do not print help on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:444 +#, c-format +msgid " [FILE] file containing commands to execute\n" +msgstr "" + +#: src/apps/jtag/jtag.c:447 +#, c-format +msgid " Please report bugs at http://www.urjtag.org\n" +msgstr "" + +#: src/apps/jtag/jtag.c:454 +#, c-format +msgid "" +"\n" +"%s #%s\n" +"\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +msgstr "" + +#: src/apps/jtag/jtag.c:459 +#, c-format +msgid "" +"\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" +msgstr "" + +#: src/apps/jtag/jtag.c:485 src/apps/jtag/jtag.c:508 src/apps/jtag/jtag.c:531 +#, fuzzy, c-format +msgid "Out of memory\n" +msgstr "Bya" + +#: src/apps/jtag/jtag.c:493 +#, fuzzy, c-format +msgid "Unable to open file `%s'!\n" +msgstr "Kuri Gufungura IDOSIYE" + +#: src/apps/jtag/jtag.c:520 +#, fuzzy, c-format +msgid "" +"\n" +"%s #%s\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +"\n" +"%s is free software, covered by the GNU General Public License, and you are\n" +"welcome to change it and/or distribute copies of it under certain " +"conditions.\n" +"There is absolutely no warranty for %s.\n" +"\n" +msgstr "%sR. o." + +#: src/apps/jtag/jtag.c:537 +#, fuzzy, c-format +msgid "%s may damage your hardware!\n" +msgstr "Gicurasi Kuvamo Kuri Gusohoka" + +#: src/apps/jtag/jtag.c:539 +#, fuzzy +msgid "" +"Type \"quit\" to exit, \"help\" for help.\n" +"\n" +msgstr "Ifashayobora kugirango Ifashayobora" + +#: bsdl_bison.y:268 msgid "Unsupported BSDL construct found" msgstr "" -#: bsdl_bison.y:320 +#: bsdl_bison.y:331 msgid "Error in Instruction_Opcode attribute statement" msgstr "" -#: bsdl_bison.y:333 +#: bsdl_bison.y:344 msgid "Multiple opcode patterns are not supported, first pattern will be used" msgstr "" -#: bsdl_bison.y:364 +#: bsdl_bison.y:375 msgid "Error in Opcode List" msgstr "" -#: bsdl_bison.y:450 +#: bsdl_bison.y:461 msgid "Error in Boundary Cell description" msgstr "" -#: bsdl_bison.y:574 +#: bsdl_bison.y:586 #, fuzzy msgid "Error in ISC_Pin_Behavior Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:586 +#: bsdl_bison.y:598 #, fuzzy msgid "Error in ISC_Fixed_System_Pins Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:613 +#: bsdl_bison.y:625 #, fuzzy msgid "Error in ISC_Security Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:647 +#: bsdl_bison.y:659 #, fuzzy msgid "Error in ISC_Flow Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:811 +#: bsdl_bison.y:823 #, fuzzy msgid "Error in ISC_Procedure Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:835 +#: bsdl_bison.y:847 #, fuzzy msgid "Error in ISC_Action Definition" msgstr "Icyabitswe Uburebure" -#: bsdl_bison.y:875 bsdl_bison.y:883 vhdl_bison.y:657 +#: bsdl_bison.y:890 bsdl_bison.y:904 vhdl_bison.y:674 #, c-format msgid "Line %d, %s.\n" msgstr "" -#: bsdl_bison.y:1114 bsdl_bison.y:1182 bsdl_bison.y:1241 bsdl_bison.y:1276 -#: bsdl_bison.y:1314 bsdl_bison.y:1464 bsdl_bison.y:1514 bsdl_flex.l:443 -#: bsdl_flex.l:529 src/bsdl/bsdl_sem.c:169 src/bsdl/bsdl_sem.c:545 -#: vhdl_bison.y:821 vhdl_bison.y:922 vhdl_bison.y:1010 vhdl_bison.y:1042 -#: vhdl_bison.y:1062 vhdl_bison.y:1092 vhdl_bison.y:1109 vhdl_bison.y:1127 -#: vhdl_flex.l:373 vhdl_flex.l:460 svf_flex.l:369 -#, fuzzy, c-format -msgid "Out of memory, %s line %i\n" -msgstr "Bya" - -#: src/bsdl/bsdl.c:138 -#, fuzzy -msgid "No JTAG chain available\n" -msgstr "(Oya Isobanuramiterere Bihari" - -#: src/bsdl/bsdl.c:143 -msgid "Chain without any parts\n" -msgstr "" - -#: src/bsdl/bsdl.c:160 +#: src/bsdl/bsdl.c:117 #, c-format msgid "Reading file '%s'\n" msgstr "" -#: src/bsdl/bsdl.c:164 -#, fuzzy, c-format -msgid "Unable to open BSDL file '%s'\n" -msgstr "Kuri Gufungura IDOSIYE" - -#: src/bsdl/bsdl.c:178 +#: src/bsdl/bsdl.c:138 #, c-format msgid "BSDL file '%s' passed VHDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:185 +#: src/bsdl/bsdl.c:145 #, c-format msgid "BSDL file '%s' passed BSDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:192 +#: src/bsdl/bsdl.c:152 #, c-format msgid "BSDL file '%s' contains errors in VHDL stage, stopping\n" msgstr "" -#: src/bsdl/bsdl.c:326 src/tap/detect.c:364 +#: src/bsdl/bsdl.c:293 src/tap/detect.c:372 #, fuzzy, c-format msgid " Filename: %s\n" msgstr "Izina ry'idosiye:" -#: src/bsdl/bsdl.c:338 +#: src/bsdl/bsdl.c:305 #, fuzzy, c-format msgid "Cannot open directory %s\n" msgstr "Gufungura" -#: bsdl_flex.l:405 vhdl_flex.l:333 -#, c-format -msgid "Illegal character %c (/%03o) at line %d:\n" -msgstr "" - -#: bsdl_flex.l:437 vhdl_flex.l:365 -msgid "Scanner could not be initialized\n" -msgstr "" - -#: src/bsdl/bsdl_sem.c:238 +#: src/bsdl/bsdl_sem.c:204 msgid "No IDCODE specification found.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:640 +#: src/bsdl/bsdl_sem.c:649 msgid "IDCODE matched\n" msgstr "" -#: src/bsdl/bsdl_sem.c:643 +#: src/bsdl/bsdl_sem.c:651 msgid "IDCODE mismatch\n" msgstr "" -#: src/bsdl/bsdl_sem.c:690 +#: src/bsdl/bsdl_sem.c:699 msgid "BSDL stage reported errors, aborting.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:698 +#: src/bsdl/bsdl_sem.c:706 #, c-format msgid "Got IDCODE: %s\n" msgstr "" -#: vhdl_bison.y:219 +#: vhdl_bison.y:231 msgid "Improper Entity declaration" msgstr "" -#: vhdl_bison.y:220 +#: vhdl_bison.y:232 msgid "Check if source file is BSDL" msgstr "" -#: vhdl_bison.y:230 vhdl_bison.y:238 +#: vhdl_bison.y:242 vhdl_bison.y:250 #, fuzzy msgid "Syntax Error" msgstr "Ikosa ry'imyandikire" -#: vhdl_bison.y:248 +#: vhdl_bison.y:260 msgid "Improper Port declaration" msgstr "" -#: vhdl_bison.y:280 +#: vhdl_bison.y:292 #, fuzzy msgid "Error in Package declaration(s)" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:305 +#: vhdl_bison.y:317 #, fuzzy msgid "Error in Standard Package" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:323 +#: vhdl_bison.y:335 #, fuzzy msgid "Error in Standard Declarations" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:334 +#: vhdl_bison.y:346 #, fuzzy msgid "Error in Attribute type identification" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:350 +#: vhdl_bison.y:362 #, fuzzy msgid "Error in Type definition" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:366 +#: vhdl_bison.y:378 #, fuzzy msgid "Error in Bit definition" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:377 +#: vhdl_bison.y:389 #, fuzzy msgid "Error in Record Definition" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:390 +#: vhdl_bison.y:402 #, fuzzy msgid "Error in defered constant" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:402 +#: vhdl_bison.y:414 #, fuzzy msgid "Error in Package Body definition" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:414 +#: vhdl_bison.y:426 #, fuzzy msgid "Error in Cell Constant definition" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:425 +#: vhdl_bison.y:437 #, fuzzy msgid "Error in Cell Data Record" msgstr "Ukwihuza Byanze" -#: vhdl_bison.y:434 +#: vhdl_bison.y:446 #, fuzzy msgid "Error in Cell_Type Function field" msgstr "Ukwihuza Byanze" -#: vhdl_bison.y:441 +#: vhdl_bison.y:453 #, fuzzy msgid "Error in BScan_Inst Instruction field" msgstr "Ukwihuza Byanze" -#: vhdl_bison.y:448 +#: vhdl_bison.y:460 #, fuzzy msgid "Error in Constant CAP data source field" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:472 +#: vhdl_bison.y:484 #, fuzzy msgid "Error in User-Defined Package declarations" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:479 +#: vhdl_bison.y:491 msgid "Unknown VHDL statement" msgstr "" -#: vhdl_bison.y:502 +#: vhdl_bison.y:514 #, fuzzy msgid "Error in Attribute specification" msgstr "Icyabitswe Uburebure" -#: vhdl_bison.y:651 +#: vhdl_bison.y:669 #, c-format msgid "In Package %s, Line %d, %s.\n" msgstr "" -#: vhdl_bison.y:664 +#: vhdl_bison.y:687 msgid "Too many errors" msgstr "" -#: vhdl_flex.l:518 -#, fuzzy, c-format -msgid "Cannot open file %s or %s.\n" -msgstr "Gufungura" - -#: src/bus/au1500.c:126 +#: src/bus/au1500.c:124 #, fuzzy, c-format msgid "AU1500 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/au1500.c:297 +#: src/bus/au1500.c:301 msgid "AU1500 BUS Driver via BSR" msgstr "" -#: src/bus/avr32.c:127 -#, c-format -msgid "%s(%d): error, " -msgstr "" - # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/bus/avr32.c:150 +#: src/bus/avr32.c:153 #, fuzzy, c-format msgid "%s: instr=%s\n" msgstr "%-13s%s" @@ -303,7 +379,7 @@ msgstr "%-13s%s" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/bus/avr32.c:153 +#: src/bus/avr32.c:158 #, fuzzy, c-format msgid "%s: ret=%s\n" msgstr "%-13s%s" @@ -311,53 +387,56 @@ msgstr "%-13s%s" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/bus/avr32.c:166 +#: src/bus/avr32.c:172 #, fuzzy, c-format msgid "%s: data=%s\n" msgstr "%-13s%s" -#: src/bus/avr32.c:169 +#: src/bus/avr32.c:175 #, c-format msgid "%s: data out=%s\n" msgstr "" -#: src/bus/avr32.c:190 +#: src/bus/avr32.c:196 #, c-format -msgid "%s: slave=%01x, addr=%08x, %s\n" +msgid "%s: slave=%01x, addr=%08lx, %s\n" msgstr "" -#: src/bus/avr32.c:215 src/bus/avr32.c:240 src/bus/avr32.c:311 -#: src/bus/avr32.c:322 -#, c-format -msgid "%s: data=%08x\n" -msgstr "" +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# +#: src/bus/avr32.c:222 src/bus/avr32.c:248 src/bus/avr32.c:322 +#: src/bus/avr32.c:334 +#, fuzzy, c-format +msgid "%s: data=%08lx\n" +msgstr "%-13s%s" -#: src/bus/avr32.c:282 -#, c-format -msgid "%s: addr=%08x, mode=%s\n" -msgstr "" +#: src/bus/avr32.c:292 +#, fuzzy, c-format +msgid "%s: addr=%08lx, mode=%s\n" +msgstr "Aderesi" -#: src/bus/avr32.c:370 +#: src/bus/avr32.c:383 #, fuzzy, c-format -msgid "%s: read status %08x\n" +msgid "%s: read status %08lx\n" msgstr "%s:Leta" -#: src/bus/avr32.c:401 -#, c-format -msgid "%s: status=%08x\n" -msgstr "" +#: src/bus/avr32.c:417 +#, fuzzy, c-format +msgid "%s: status=%08lx\n" +msgstr "%s:Leta" -#: src/bus/avr32.c:569 +#: src/bus/avr32.c:613 #, fuzzy, c-format msgid "AVR32 multi-mode bus driver (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/avr32.c:651 +#: src/bus/avr32.c:695 #, fuzzy, c-format -msgid "%s:addr=%08x\n" +msgid "%s:addr=%08lx\n" msgstr "Aderesi" -#: src/bus/avr32.c:760 +#: src/bus/avr32.c:806 msgid "" "Atmel AVR32 multi-mode bus driver, requires parameter\n" " valid parameters:\n" @@ -371,17 +450,17 @@ msgid "" " HSBU: 32 bit bus for the uncached HSB area, via SAB" msgstr "" -#: src/bus/bcm1250.c:120 +#: src/bus/bcm1250.c:115 #, fuzzy, c-format msgid "Broadcom BCM1250 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bcm1250.c:488 +#: src/bus/bcm1250.c:525 #, fuzzy msgid "Broadcom BCM1250 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/bf533_ezkit.c:143 +#: src/bus/bf533_ezkit.c:139 #, fuzzy, c-format msgid "Blackfin BF533 EZKit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" @@ -390,244 +469,223 @@ msgstr "Musomyi: Biturutse" msgid "Blackfin BF533 EZKit board bus driver" msgstr "" -#: src/bus/bf533_stamp.c:144 +#: src/bus/bf533_stamp.c:145 #, fuzzy, c-format msgid "Blackfin BF533 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bf533_stamp.c:325 +#: src/bus/bf533_stamp.c:332 msgid "Blackfin BF533 Stamp board bus driver" msgstr "" -#: src/bus/bf537_stamp.c:317 src/bus/pxa2x0.c:242 +#: src/bus/bf537_stamp.c:315 src/bus/pxa2x0.c:251 #, fuzzy, c-format msgid "%s (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bf537_stamp.c:337 +#: src/bus/bf537_stamp.c:335 #, fuzzy msgid "Blackfin BF537 Stamp board bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/bf537_stamp.c:347 +#: src/bus/bf537_stamp.c:345 #, fuzzy msgid "Blackfin BF537 EZ-KIT board bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/bf537_stamp.c:357 +#: src/bus/bf537_stamp.c:355 #, fuzzy msgid "Blackfin BF527 EZ-KIT board bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/bf537_stamp.c:367 +#: src/bus/bf537_stamp.c:365 #, fuzzy msgid "Blackfin BF538F EZ-KIT board bus driver" msgstr "Musomyi: Biturutse" -#: src/bus/bf537_stamp.c:377 +#: src/bus/bf537_stamp.c:375 #, fuzzy msgid "Blackfin BF526 EZ-KIT board bus driver" msgstr "Musomyi: Biturutse" -#: src/bus/bf548_ezkit.c:142 +#: src/bus/bf548_ezkit.c:140 #, fuzzy, c-format msgid "" "Blackfin BF548 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bf548_ezkit.c:313 +#: src/bus/bf548_ezkit.c:314 msgid "Blackfin BF548 EZ-KIT board bus driver" msgstr "" -#: src/bus/bf561_ezkit.c:147 +#: src/bus/bf561_ezkit.c:145 #, fuzzy, c-format msgid "" "Blackfin BF561 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bf561_ezkit.c:336 +#: src/bus/bf561_ezkit.c:337 msgid "Blackfin BF561 EZ-KIT board bus driver" msgstr "" -#: src/bus/bscoach.c:146 +#: src/bus/bscoach.c:137 #, fuzzy, c-format msgid "" "Goepel electronic Boundary Scan Coach compatible bus driver via BSR (JTAG " "part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/bscoach.c:382 +#: src/bus/bscoach.c:378 msgid "" "Goepel Boundary Scan Coach compatible bus driver for flash programming via " "BSR" msgstr "" -#: src/bus/buses.c:167 src/cmd/include.c:74 src/cmd/parse.c:59 -#: src/cmd/parse.c:93 src/cmd/scan.c:88 src/cmd/shell.c:62 src/jtag.c:407 -#: src/jtag.c:426 src/jtag.c:450 src/tap/detect.c:271 -#: src/tap/usbconn/libusb.c:150 src/tap/usbconn/libftd2xx.c:283 -#: src/tap/usbconn/libftdi.c:252 +#: src/bus/buses.c:182 src/bus/buses.c:219 +#, c-format +msgid "realloc(%s,%zd) fails" +msgstr "" + +#: src/bus/buses.c:242 +#, fuzzy +msgid "invalid bus number" +msgstr "%s:Sibyo" + +#: src/bus/buses.c:284 #, fuzzy, c-format -msgid "Out of memory\n" -msgstr "Bya" +msgid "Initialized bus %d, active bus %d\n" +msgstr "gutangiza Musomyi: kugirango Gikora" -#: src/bus/ejtag.c:149 +#: src/bus/ejtag.c:137 #, fuzzy, c-format msgid "EJTAG compatible bus driver via PrAcc (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/ejtag.c:176 -#, c-format -msgid "%s(%d) EJADDRESS, EJDATA or EJCONTROL register not found\n" +#: src/bus/ejtag.c:168 +msgid "EJADDRESS, EJDATA or EJCONTROL register not found" msgstr "" -#: src/bus/ejtag.c:195 +#: src/bus/ejtag.c:189 #, c-format -msgid "%s(%d) Reset occurred, ctrl=%s\n" +msgid "Reset occurred, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:202 +#: src/bus/ejtag.c:196 #, c-format -msgid "%s(%d) No processor access, ctrl=%s\n" +msgid "No processor access, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:215 +#: src/bus/ejtag.c:210 #, c-format -msgid "%s(%d) PrAcc bad alignment: addr=0x%08x\n" +msgid "PrAcc bad alignment: addr=0x%08lx" msgstr "" -#: src/bus/ejtag.c:229 +#: src/bus/ejtag.c:225 #, c-format -msgid "%s(%d) PrAcc write: addr=0x%08x data=0x%08x\n" +msgid "%s(%d) PrAcc write: addr=0x%08lx data=0x%08lx\n" msgstr "" #: src/bus/ejtag.c:236 #, c-format -msgid "%s(%d) Unknown write addr=0x%08x data=0x%08x\n" +msgid "Unknown write addr=0x%08lx data=0x%08lx" msgstr "" -#: src/bus/ejtag.c:291 -#, c-format -msgid "%s(%d) EJCONTROL or EJIMPCODE register not found\n" +#: src/bus/ejtag.c:297 +msgid "EJCONTROL or EJIMPCODE register not found" msgstr "" -#: src/bus/ejtag.c:481 +#: src/bus/ejtag.c:546 #, c-format -msgid "%s(%d) Failed to enter debug mode, ctrl=%s\n" +msgid "Failed to enter debug mode, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:677 +#: src/bus/ejtag.c:761 #, fuzzy msgid "EJTAG compatible bus driver via PrAcc" msgstr "Musomyi: Biturutse" -#: src/bus/fjmem.c:91 src/bus/fjmem.c:106 src/bus/fjmem.c:187 -#: src/bus/fjmem.c:193 src/bus/fjmem.c:295 src/cmd/instruction.c:95 -#: src/cmd/register.c:71 src/cmd/register.c:85 src/cmd/salias.c:72 -#: src/cmd/signal.c:88 src/tap/detect.c:212 src/tap/detect.c:235 -#: src/tap/tap.c:53 -#, fuzzy, c-format -msgid "out of memory\n" -msgstr "Inyuma Bya" - -#: src/bus/fjmem.c:101 src/cmd/instruction.c:84 -#, fuzzy, c-format -msgid "invalid instruction length\n" +#: src/bus/fjmem.c:108 src/part/part.c:348 +#, fuzzy +msgid "invalid instruction length" msgstr "Sibyo" -#: src/bus/fjmem.c:367 -#, c-format -msgid "Wrong parameter specification: %s\n" -msgstr "" - -#: src/bus/fjmem.c:424 -#, c-format -msgid "Parameter for instruction opcode missing.\n" +#: src/bus/fjmem.c:397 +msgid "Parameter for instruction opcode missing" msgstr "" -#: src/bus/fjmem.c:473 +#: src/bus/fjmem.c:475 #, fuzzy, c-format msgid "fjmem FPGA bus driver via USER register (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/fjmem.c:595 src/bus/fjmem.c:627 src/bus/fjmem.c:661 -#: src/bus/fjmem.c:696 src/bus/jopcyc.c:549 src/bus/jopcyc.c:584 -#: src/bus/jopcyc.c:615 src/bus/jopcyc.c:647 src/bus/zefant-xs3.c:692 -#: src/bus/zefant-xs3.c:759 src/bus/zefant-xs3.c:807 src/bus/zefant-xs3.c:859 -#, c-format -msgid "Address out of range\n" +#: src/bus/fjmem.c:610 src/bus/fjmem.c:645 src/bus/fjmem.c:680 +#: src/bus/fjmem.c:716 src/bus/jopcyc.c:557 src/bus/jopcyc.c:596 +#: src/bus/jopcyc.c:628 src/bus/jopcyc.c:662 src/bus/zefant-xs3.c:707 +#: src/bus/zefant-xs3.c:780 src/bus/zefant-xs3.c:831 src/bus/zefant-xs3.c:887 +msgid "Address out of range" msgstr "" -#: src/bus/fjmem.c:713 +#: src/bus/fjmem.c:733 msgid "" "FPGA JTAG memory bus driver via USER register, requires parameters:\n" " opcode= [len=]" msgstr "" -#: src/bus/generic_bus.c:40 src/cmd/get.c:63 src/cmd/set.c:77 -#: src/cmd/test.c:65 -#, fuzzy, c-format -msgid "signal '%s' not found\n" -msgstr "OYA" - -#: src/bus/ixp425.c:121 +#: src/bus/ixp425.c:117 #, fuzzy, c-format msgid "Intel IXP425 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/ixp425.c:291 +#: src/bus/ixp425.c:290 #, fuzzy msgid "Intel IXP425 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/jopcyc.c:349 +#: src/bus/jopcyc.c:344 #, fuzzy, c-format msgid "" "JOP.design Cyclone Board compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/jopcyc.c:677 +#: src/bus/jopcyc.c:694 #, fuzzy msgid "JOP.design Cyclone Board compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/lh7a400.c:142 +#: src/bus/lh7a400.c:139 #, fuzzy, c-format msgid "Sharp LH7A400 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/lh7a400.c:320 +#: src/bus/lh7a400.c:327 #, fuzzy msgid "Sharp LH7A400 compatible bus driver via BSR (flash access only!)" msgstr "Musomyi: Biturutse" -#: src/bus/mpc5200.c:147 +#: src/bus/mpc5200.c:157 #, fuzzy, c-format msgid "Freescale MPC5200 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/mpc5200.c:161 +#: src/bus/mpc5200.c:172 msgid "LocalPlus Bus" msgstr "" -#: src/bus/mpc5200.c:376 +#: src/bus/mpc5200.c:401 #, fuzzy msgid "Freescale MPC5200 compatible bus driver via BSR, parameter: [mux]" msgstr "Musomyi: Biturutse" -#: src/bus/mpc824x.c:107 -#, c-format +#: src/bus/mpc824x.c:112 msgid "" -" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently\n" +" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently" msgstr "" -#: src/bus/mpc824x.c:111 -#, c-format -msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1\n" +#: src/bus/mpc824x.c:117 +msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1" msgstr "" -#: src/bus/mpc824x.c:120 -#, c-format +#: src/bus/mpc824x.c:129 msgid "" "Usage: initbus mpc824x [width=WIDTH] [revbits] [dbgAddr] [dbgData]\n" "\n" @@ -637,50 +695,50 @@ msgid "" " dbgData display data bus state (default - no)\n" msgstr "" -#: src/bus/mpc824x.c:140 +#: src/bus/mpc824x.c:155 #, c-format msgid " Using default bus width %d\n" msgstr "" -#: src/bus/mpc824x.c:235 +#: src/bus/mpc824x.c:244 #, fuzzy, c-format msgid "Motorola MPC824x compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/mpc824x.c:256 +#: src/bus/mpc824x.c:268 msgid "Base ROM Interface (Bank 1)" msgstr "" -#: src/bus/mpc824x.c:265 src/bus/mpc824x.c:283 +#: src/bus/mpc824x.c:278 src/bus/mpc824x.c:297 msgid "Base ROM Interface (Bank 0)" msgstr "" -#: src/bus/mpc824x.c:311 +#: src/bus/mpc824x.c:327 #, c-format -msgid "Warning: unhandled bus width: %i\n" +msgid "Warning: unhandled bus width: %i" msgstr "" -#: src/bus/mpc824x.c:325 +#: src/bus/mpc824x.c:350 #, c-format -msgid "Addr [%2d:0]: %06X " +msgid "Addr [%2d:0]: %06lX " msgstr "" -#: src/bus/mpc824x.c:370 +#: src/bus/mpc824x.c:400 #, c-format -msgid "Data WR [%d:0]: %08X " +msgid "Data WR [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:407 +#: src/bus/mpc824x.c:446 #, c-format -msgid "Data RD [%d:0]: %08X " +msgid "Data RD [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:519 +#: src/bus/mpc824x.c:566 #, fuzzy msgid "Motorola MPC824x compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/ppc405ep.c:116 +#: src/bus/ppc405ep.c:113 #, fuzzy, c-format msgid "IBM PowerPC 405EP compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" @@ -690,63 +748,59 @@ msgstr "Musomyi: Biturutse" msgid "IBM PowerPC 405EP compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/ppc440gx_ebc8.c:118 +#: src/bus/ppc440gx_ebc8.c:113 #, fuzzy, c-format msgid "" "IBM PowerPC 440GX 8-bit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/ppc440gx_ebc8.c:269 +#: src/bus/ppc440gx_ebc8.c:271 #, fuzzy msgid "IBM PowerPC 440GX 8-bit EBC compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/prototype.c:129 +#: src/bus/prototype.c:133 #, c-format -msgid "value %s not defined for parameter %s\n" +msgid "value %lu not defined for parameter %s" msgstr "" -#: src/bus/prototype.c:138 +#: src/bus/prototype.c:166 src/cmd/cmd_get.c:71 src/cmd/cmd_set.c:98 +#: src/cmd/cmd_test.c:75 #, fuzzy, c-format -msgid "signal '%s' is not found\n" +msgid "signal '%s' not found" msgstr "OYA" -#: src/bus/prototype.c:166 +#: src/bus/prototype.c:210 #, c-format -msgid "parameter %s is unknown\n" +msgid "parameter %s is unknown" msgstr "" -#: src/bus/prototype.c:195 -#, c-format -msgid "parameters alsb= and/or amsb= are not defined\n" +#: src/bus/prototype.c:254 +msgid "parameters alsb= and/or amsb= are not defined" msgstr "" -#: src/bus/prototype.c:243 -#, c-format +#: src/bus/prototype.c:314 msgid "parameters dlsb= and/or dmsb= are not defined\n" msgstr "" -#: src/bus/prototype.c:248 -#, c-format +#: src/bus/prototype.c:321 msgid "parameter cs= or ncs= is not defined\n" msgstr "" -#: src/bus/prototype.c:253 -#, c-format +#: src/bus/prototype.c:328 msgid "parameter oe= or noe= is not defined\n" msgstr "" -#: src/bus/prototype.c:258 -#, c-format +#: src/bus/prototype.c:335 msgid "parameter we= or nwe= is not defined\n" msgstr "" -#: src/bus/prototype.c:283 +#: src/bus/prototype.c:361 #, fuzzy, c-format msgid "Configurable prototype bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/prototype.c:436 +#: src/bus/prototype.c:517 msgid "" "Configurable prototype bus driver via BSR, requires parameters:\n" " amsb= alsb= dmsb= dlsb=\n" @@ -754,119 +808,107 @@ msgid "" "x8|x16|x32]" msgstr "" -#: src/bus/pxa2x0.c:302 src/bus/pxa2x0.c:392 +#: src/bus/pxa2x0.c:322 src/bus/pxa2x0.c:421 #, fuzzy msgid "Static Chip Select 0" msgstr "0" -#: src/bus/pxa2x0.c:364 +#: src/bus/pxa2x0.c:392 msgid "Memory Mapped registers (Memory Ctl)" msgstr "" -#: src/bus/pxa2x0.c:457 +#: src/bus/pxa2x0.c:496 msgid "PXA270 internal address space (cfg, SRAM)" msgstr "" -#: src/bus/pxa2x0.c:475 +#: src/bus/pxa2x0.c:516 msgid "PXA270 SDRAM space (4x 64MB)" msgstr "" -#: src/bus/pxa2x0.c:702 +#: src/bus/pxa2x0.c:756 #, fuzzy msgid "Intel PXA2x0 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/pxa2x0.c:718 +#: src/bus/pxa2x0.c:772 #, fuzzy msgid "Intel PXA27x compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/readmem.c:55 src/bus/writemem.c:49 src/flash/detectflash.c:56 -#, fuzzy, c-format -msgid "Error: Missing bus driver!\n" +#: src/bus/readmem.c:55 src/bus/writemem.c:49 +#, fuzzy +msgid "Missing bus driver" msgstr "Musomyi:" -#: src/bus/readmem.c:62 src/bus/writemem.c:56 -#, fuzzy, c-format -msgid "Error: Bus width detection failed\n" -msgstr "Ubugari" - #: src/bus/readmem.c:68 src/bus/writemem.c:62 -#, fuzzy, c-format -msgid "Unknown bus width!\n" +#, fuzzy +msgid "Unknown bus width" msgstr "Ubugari" -#: src/bus/readmem.c:75 src/bus/writemem.c:69 +#: src/bus/readmem.c:81 src/bus/writemem.c:75 #, fuzzy, c-format -msgid "address: 0x%08X\n" +msgid "address: 0x%08lX\n" msgstr "Aderesi" -#: src/bus/readmem.c:76 src/bus/writemem.c:70 +#: src/bus/readmem.c:83 src/bus/writemem.c:77 #, fuzzy, c-format -msgid "length: 0x%08X\n" +msgid "length: 0x%08lX\n" msgstr "Uburebure" -#: src/bus/readmem.c:79 src/bus/writemem.c:73 -#, fuzzy, c-format -msgid "length is 0.\n" +#: src/bus/readmem.c:88 src/bus/writemem.c:82 +#, fuzzy +msgid "length is 0" msgstr "Uburebure ni 0" -#: src/bus/readmem.c:85 -#, c-format +#: src/bus/readmem.c:94 msgid "reading:\n" msgstr "" -#: src/bus/readmem.c:105 src/bus/writemem.c:87 src/flash/flash.c:160 -#: src/flash/flash.c:205 src/flash/flash.c:308 src/flash/flash.c:358 +#: src/bus/readmem.c:120 src/bus/writemem.c:98 #, fuzzy, c-format -msgid "addr: 0x%08X" +msgid "addr: 0x%08llX\r" msgstr "Aderesi" -#: src/bus/readmem.c:113 src/bus/writemem.c:122 src/flash/flash.c:220 -#, fuzzy, c-format +#: src/bus/readmem.c:133 src/bus/writemem.c:144 src/flash/flash.c:258 +#, fuzzy msgid "" "\n" "Done.\n" msgstr "Byakozwe." -#: src/bus/s3c4510x.c:182 +#: src/bus/s3c4510x.c:179 #, fuzzy, c-format msgid "" "Samsung S3C4510B compatibile bus driver via BSR (JTAG part No. %d) RCS0=%" "ubit\n" msgstr "Musomyi: Biturutse" -#: src/bus/s3c4510x.c:414 +#: src/bus/s3c4510x.c:427 #, fuzzy msgid "Samsung S3C4510B compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/sa1110.c:128 +#: src/bus/sa1110.c:124 #, fuzzy, c-format msgid "Intel SA-1110 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/sa1110.c:305 +#: src/bus/sa1110.c:307 #, fuzzy msgid "Intel SA-1110 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/sh7727.c:138 +#: src/bus/sh7727.c:135 #, fuzzy, c-format msgid "Hitachi SH7727 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/sh7727.c:165 -#, fuzzy, c-format -msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" -msgstr "Ubugari 0" - -#: src/bus/sh7727.c:346 +#: src/bus/sh7727.c:347 #, fuzzy msgid "Hitachi SH7727 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/sh7750r.c:136 +#: src/bus/sh7750r.c:133 #, fuzzy, c-format msgid "Hitachi SH7750R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" @@ -876,7 +918,7 @@ msgstr "Musomyi: Biturutse" msgid "Hitachi SH7750R compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/sh7751r.c:130 +#: src/bus/sh7751r.c:127 #, fuzzy, c-format msgid "Hitachi SH7751R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" @@ -886,7 +928,7 @@ msgstr "Musomyi: Biturutse" msgid "Hitachi SH7751R compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/sharc21065l.c:123 +#: src/bus/sharc21065l.c:121 #, fuzzy, c-format msgid "" "Analog Device's SHARC 21065L compatible bus driver via BSR (JTAG part No. %" @@ -897,34 +939,34 @@ msgstr "Musomyi: Biturutse" msgid "Boot Memory Select" msgstr "" -#: src/bus/sharc21065l.c:309 +#: src/bus/sharc21065l.c:316 #, fuzzy msgid "SHARC_21065L compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/slsup3.c:167 +#: src/bus/slsup3.c:169 #, fuzzy, c-format msgid "SLS UP3 bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/slsup3.c:178 +#: src/bus/slsup3.c:181 msgid "Flash Memory (2 MByte) byte mode" msgstr "" -#: src/bus/slsup3.c:187 +#: src/bus/slsup3.c:191 msgid "SRAM 128KByte (64K x 16)" msgstr "" -#: src/bus/slsup3.c:196 +#: src/bus/slsup3.c:201 msgid "LCD Display (RS select by A0)" msgstr "" -#: src/bus/slsup3.c:423 +#: src/bus/slsup3.c:440 #, fuzzy msgid "SLS UP3 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/tx4925.c:140 +#: src/bus/tx4925.c:137 #, fuzzy, c-format msgid "Toshiba TX4925 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "Musomyi: Biturutse" @@ -934,130 +976,74 @@ msgstr "Musomyi: Biturutse" msgid "Toshiba TX4925 compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/bus/writemem.c:79 -#, c-format +#: src/bus/writemem.c:88 msgid "writing:\n" msgstr "" -#: src/bus/writemem.c:91 +#: src/bus/writemem.c:103 #, c-format -msgid "Data not on word boundary, NOT SUPPORTED!" +msgid "Short read: bc=0x%zX\n" msgstr "" -#: src/bus/writemem.c:93 +#: src/bus/writemem.c:110 #, fuzzy, c-format -msgid "Unexpected end of file!\n" +msgid "Unexpected end of file; Addr: 0x%08llX\n" msgstr "Impera Bya" -#: src/bus/writemem.c:94 -#, fuzzy, c-format -msgid "Addr: 0x%08X\n" -msgstr "Aderesi" - -#: src/bus/writemem.c:99 -#, c-format -msgid "Short read: bc=0x%X\n" -msgstr "" - -#: src/bus/zefant-xs3.c:423 +#: src/bus/zefant-xs3.c:419 #, fuzzy, c-format msgid "" "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR (JTAG part " "No. %d)\n" msgstr "Musomyi: Biturutse" -#: src/bus/zefant-xs3.c:737 src/bus/zefant-xs3.c:783 src/bus/zefant-xs3.c:837 -#: src/bus/zefant-xs3.c:946 -#, fuzzy, c-format -msgid "Component type not supported\n" +#: src/bus/zefant-xs3.c:756 src/bus/zefant-xs3.c:806 src/bus/zefant-xs3.c:864 +#: src/bus/zefant-xs3.c:981 +#, fuzzy +msgid "Component type not supported" msgstr "OYA" -#: src/bus/zefant-xs3.c:953 +#: src/bus/zefant-xs3.c:988 #, fuzzy msgid "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR" msgstr "Musomyi: Biturutse" -#: src/cmd/bit.c:61 -#, c-format -msgid "%s: invalid number of parameters (%d) for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:66 -#, c-format -msgid "%s: cable test failed for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:71 src/cmd/bus.c:46 src/cmd/dr.c:48 src/cmd/get.c:52 -#: src/cmd/initbus.c:46 src/cmd/instruction.c:44 src/cmd/part.c:59 -#: src/cmd/print.c:65 src/cmd/register.c:50 src/cmd/salias.c:49 -#: src/cmd/scan.c:50 src/cmd/set.c:53 src/cmd/signal.c:50 src/cmd/test.c:54 -#, fuzzy, c-format -msgid "Run \"detect\" first.\n" -msgstr "Itangira" - -#: src/cmd/bit.c:76 src/cmd/dr.c:53 src/cmd/get.c:57 src/cmd/initbus.c:51 -#: src/cmd/instruction.c:49 src/cmd/register.c:55 src/cmd/salias.c:54 -#: src/cmd/scan.c:55 src/cmd/set.c:58 src/cmd/signal.c:55 src/cmd/test.c:59 +#: src/cmd/cmd_bit.c:88 #, fuzzy, c-format -msgid "%s: no active part\n" -msgstr "%s:Oya Gikora" +msgid "%s: unable to get boundary bit number for command '%s'" +msgstr "Sibyo" -#: src/cmd/bit.c:83 +#: src/cmd/cmd_bit.c:97 #, fuzzy, c-format -msgid "%s: missing Boundary Scan Register (BSR) for command '%s'\n" -msgstr "Ibuze" - -#: src/cmd/bit.c:89 -#, c-format -msgid "%s: unable to get boundary bit number for command '%s'\n" -msgstr "" +msgid "%s: invalid bit type length for command '%s'" +msgstr "Umurabyo Sibyo Komandi:" -#: src/cmd/bit.c:94 +#: src/cmd/cmd_bit.c:125 #, fuzzy, c-format -msgid "%s: invalid boundary bit number for command '%s'\n" -msgstr "Sibyo" +msgid "%s: invalid bit type for command '%s'" +msgstr "Umurabyo Sibyo Komandi:" -#: src/cmd/bit.c:98 +#: src/cmd/cmd_bit.c:134 #, fuzzy, c-format -msgid "%s: duplicate bit declaration for command '%s'\n" -msgstr "Gusubiramo" - -#: src/cmd/bit.c:104 -#, c-format -msgid "%s: invalid bit type length for command '%s'\n" -msgstr "" +msgid "%s: invalid default value length for command '%s'" +msgstr "Umurabyo Sibyo Komandi:" -#: src/cmd/bit.c:129 +#: src/cmd/cmd_bit.c:149 #, fuzzy, c-format -msgid "%s: invalid bit type for command '%s'\n" +msgid "%s: invalid default value '%s' for command '%s'" msgstr "Umurabyo Sibyo Komandi:" -#: src/cmd/bit.c:135 -#, c-format -msgid "%s: invalid default value length for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:145 -#, c-format -msgid "%s: out of memory for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:155 -#, c-format -msgid "%s: unable to get control bit number for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:159 +#: src/cmd/cmd_bit.c:167 #, fuzzy, c-format -msgid "%s: invalid control bit number for command '%s'\n" +msgid "%s: unable to get control bit number for command '%s'" msgstr "Sibyo Igenzura" -#: src/cmd/bit.c:166 -#, c-format -msgid "%s: invalid control value length for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:175 +#, fuzzy, c-format +msgid "%s: invalid control value length for command '%s'" +msgstr "Sibyo Igenzura" -#: src/cmd/bit.c:184 +#: src/cmd/cmd_bit.c:200 #, fuzzy, c-format msgid "" "Usage: %s NUMBER TYPE DEFAULT SIGNAL [CBIT CVAL CSTATE]\n" @@ -1075,12 +1061,12 @@ msgstr "" "Gishya kugirango Agaciro Umubare in i Ubwoko Byemewe Uduciro C Na Agaciro " "Byemewe Uduciro 1. 0 Leta Byemewe Leta ni" -#: src/cmd/bit.c:200 +#: src/cmd/cmd_bit.c:216 #, fuzzy msgid "define new BSR bit" msgstr "Kugaragaza... Gishya" -#: src/cmd/bsdl.c:93 +#: src/cmd/cmd_bsdl.c:124 #, c-format msgid "" "Usage: %s path PATHLIST\n" @@ -1094,16 +1080,11 @@ msgid "" "FILE file containing part description in BSDL format\n" msgstr "" -#: src/cmd/bsdl.c:106 +#: src/cmd/cmd_bsdl.c:137 msgid "manage BSDL files" msgstr "" -#: src/cmd/bus.c:54 -#, fuzzy, c-format -msgid "%s: invalid bus number\n" -msgstr "%s:Sibyo" - -#: src/cmd/bus.c:67 +#: src/cmd/cmd_bus.c:71 #, fuzzy, c-format msgid "" "Usage: %s BUS\n" @@ -1112,40 +1093,17 @@ msgid "" "BUS bus number\n" msgstr "Gikora" -#: src/cmd/bus.c:76 +#: src/cmd/cmd_bus.c:79 #, fuzzy msgid "change active bus" msgstr "Guhindura>> Gikora" -#: src/cmd/cable.c:58 -#, c-format -msgid "Note: the 'cable' command syntax changed, please read the help text\n" -msgstr "" - -#: src/cmd/cable.c:76 +#: src/cmd/cmd_cable.c:98 #, fuzzy, c-format -msgid "Unknown cable type: %s\n" +msgid "Unknown cable type: '%s'" msgstr "Ukwihuza Ubwoko" -#: src/cmd/cable.c:98 src/tap/cable/ft2232.c:1580 -#: src/tap/cable/generic_parport.c:82 src/tap/cable/generic_usbconn.c:223 -#: src/tap/cable/jim.c:68 src/tap/cable/usbblaster.c:79 -#: src/tap/cable/vision_ep9307.c:201 src/tap/cable/wiggler.c:195 -#, c-format -msgid "%s(%d) malloc failed!\n" -msgstr "" - -#: src/cmd/cable.c:105 src/tap/cable/generic_parport.c:76 -#, fuzzy, c-format -msgid "Error: Cable connection failed!\n" -msgstr "Ukwihuza Byanze" - -#: src/cmd/cable.c:113 -#, fuzzy, c-format -msgid "Error: Cable initialization failed!\n" -msgstr "Byanze" - -#: src/cmd/cable.c:130 +#: src/cmd/cmd_cable.c:167 #, c-format msgid "" "Usage: %s DRIVER [DRIVER_OPTS]\n" @@ -1162,51 +1120,53 @@ msgstr "" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/cmd/cable.c:142 src/cmd/help.c:41 +#: src/cmd/cmd_cable.c:179 src/cmd/cmd_help.c:53 #, fuzzy, c-format msgid "%-13s %s\n" msgstr "%-13s%s" -#: src/cmd/cable.c:147 +#: src/cmd/cmd_cable.c:185 #, fuzzy msgid "select JTAG cable" msgstr "Guhitamo" -#: src/cmd/cmd.c:170 -#, fuzzy, c-format -msgid "Error: Cable not configured. Please use '%s' command first!\n" -msgstr "OYA Gukoresha Komandi: Itangira" - -# sw/source\ui\utlui\initui.src:RID_SW_SHELLRES.STR_CALC_SYNTAX.text -#: src/cmd/cmd.c:194 -#, fuzzy, c-format -msgid "%s: syntax error!\n" -msgstr "%s:Ikosa ry'iyandikanteruro**" - -#: src/cmd/cmd.c:205 +#: src/cmd/cmd_cmd.c:164 #, fuzzy, c-format msgid "%s: Ambiguous command\n" msgstr "%s:Kitazwi" -#: src/cmd/cmd.c:206 src/cmd/help.c:57 +#: src/cmd/cmd_cmd.c:167 src/cmd/cmd_help.c:70 #, fuzzy, c-format msgid "%s: unknown command\n" msgstr "%s:Kitazwi" -#: src/cmd/debug.c:56 +#: src/cmd/cmd_debug.c:86 #, c-format -msgid "" -"Usage: %s n\n" -"Enabled debugging.\n" +msgid "Current log level is '%s'\n" +msgstr "" + +#: src/cmd/cmd_debug.c:117 +#, c-format +msgid "" +"Usage: %s LEVEL\n" +"Set logging/debugging level.\n" "\n" -"n =1 fileio, 2=tap commands, 4 =?\n" +"LEVEL:\n" +"all every single bit as it is transmitted\n" +"comm low level communication details\n" +"debug more details of interest for developers\n" +"detail verbose output\n" +"normal just noteworthy info\n" +"warning unmissable warnings\n" +"error only fatal errors\n" +"silent suppress logging output\n" msgstr "" -#: src/cmd/debug.c:65 -msgid "debug jtag program" +#: src/cmd/cmd_debug.c:133 +msgid "set logging/debugging level" msgstr "" -#: src/cmd/detect.c:83 +#: src/cmd/cmd_detect.c:62 #, fuzzy, c-format msgid "" "Usage: %s\n" @@ -1218,19 +1178,18 @@ msgstr "" "ku i Bivuye iyi Komandi: ni a Urutonde Bya i Oya Ikindi Amabwiriza Gicurasi " "OYA Akazi" -#: src/cmd/detect.c:93 +#: src/cmd/cmd_detect.c:72 #, fuzzy msgid "detect parts on the JTAG chain" msgstr "ku i" -#: src/cmd/detectflash.c:41 src/cmd/eraseflash.c:47 src/cmd/flashmem.c:49 -#: src/cmd/peekpoke.c:47 src/cmd/peekpoke.c:109 src/cmd/readmem.c:45 -#: src/cmd/writemem.c:43 -#, fuzzy, c-format -msgid "Error: Bus driver missing.\n" -msgstr "Musomyi: Ibuze" +#: src/cmd/cmd_detectflash.c:52 src/cmd/cmd_peekpoke.c:57 +#: src/cmd/cmd_peekpoke.c:139 src/cmd/cmd_readmem.c:57 +#: src/cmd/cmd_writemem.c:55 +msgid "Bus missing" +msgstr "" -#: src/cmd/detectflash.c:57 +#: src/cmd/cmd_detectflash.c:66 #, fuzzy, c-format msgid "" "Usage: %s ADDRESS\n" @@ -1239,12 +1198,12 @@ msgid "" "ADDRESS Base address for memory region\n" msgstr "Umurabyo Ububiko Ubwoko Kuri a" -#: src/cmd/detectflash.c:66 +#: src/cmd/cmd_detectflash.c:75 #, fuzzy msgid "detect parameters of flash chips attached to a part" msgstr "Ibigenga Bya Umurabyo Kuri a" -#: src/cmd/discovery.c:51 +#: src/cmd/cmd_discovery.c:57 #, fuzzy, c-format msgid "" "Usage: %s\n" @@ -1261,33 +1220,33 @@ msgstr "" "Bya Kitazwi in i Kuri Ibigenga Bya Kitazwi 1. Kwiyandikisha 2. Ibyatanzwe " "Kwiyandikisha Uburebure kugirango Byose Gicurasi kugirango NIBA" -#: src/cmd/discovery.c:66 +#: src/cmd/cmd_discovery.c:72 #, fuzzy msgid "discovery of unknown parts in the JTAG chain" msgstr "Bya Kitazwi in i" -#: src/cmd/dr.c:58 +#: src/cmd/cmd_dr.c:69 #, fuzzy, c-format -msgid "%s: part without active instruction\n" +msgid "%s: part without active instruction" msgstr "%s:Gikora" -#: src/cmd/dr.c:62 +#: src/cmd/cmd_dr.c:76 #, fuzzy, c-format -msgid "%s: part without active data register\n" +msgid "%s: instruction without active data register" msgstr "%s:Gikora Ibyatanzwe" -#: src/cmd/dr.c:79 +#: src/cmd/cmd_dr.c:101 #, c-format -msgid "%s: register length mismatch\n" +msgid "%s: register length %d mismatch: %zd" msgstr "" # basctl/source\basicide\basidesh.src:RID_IMGBTN_REMOVEWATCH.text -#: src/cmd/dr.c:94 +#: src/cmd/cmd_dr.c:118 #, fuzzy, c-format msgid "%s\n" msgstr "%s" -#: src/cmd/dr.c:103 +#: src/cmd/cmd_dr.c:127 #, fuzzy, c-format msgid "" "Usage: %s [DIR]\n" @@ -1301,34 +1260,40 @@ msgstr "" "Iyinjiza Cyangwa Ibisohoka Ibyatanzwe Kwiyandikisha Ibikubiyemo Ibyatanzwe " "Kwiyandikisha Uduciro Iyinjiza Na kugirango Ibisohoka Mburabuzi ni" -#: src/cmd/dr.c:115 +#: src/cmd/cmd_dr.c:139 #, fuzzy msgid "display active data register for a part" msgstr "Kugaragaza Gikora Ibyatanzwe Kwiyandikisha kugirango a" -#: src/cmd/endian.c:42 -#, fuzzy, c-format +#: src/cmd/cmd_endian.c:52 +#, fuzzy msgid "Endianess for external files: big\n" msgstr "kugirango external Idosiye" -#: src/cmd/endian.c:44 -#, fuzzy, c-format +#: src/cmd/cmd_endian.c:55 +#, fuzzy msgid "Endianess for external files: little\n" msgstr "kugirango external Idosiye" -#: src/cmd/endian.c:65 +#: src/cmd/cmd_endian.c:79 #, fuzzy, c-format msgid "" "Usage: %s\n" "Set or print endianess for external files.\n" msgstr "Cyangwa Gucapa kugirango external Idosiye" -#: src/cmd/endian.c:72 +#: src/cmd/cmd_endian.c:86 #, fuzzy msgid "set/print endianess" msgstr "Gushyiraho Gucapa" -#: src/cmd/eraseflash.c:65 +#: src/cmd/cmd_eraseflash.c:57 src/cmd/cmd_flashmem.c:60 +#: src/cmd/cmd_peekpoke.c:62 src/cmd/cmd_peekpoke.c:144 +#, fuzzy +msgid "Bus driver missing" +msgstr "Musomyi: Ibuze" + +#: src/cmd/cmd_eraseflash.c:74 #, fuzzy, c-format msgid "" "Usage: %s ADDR BLOCKS\n" @@ -1347,24 +1312,24 @@ msgstr "" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/cmd/eraseflash.c:77 src/cmd/flashmem.c:97 +#: src/cmd/cmd_eraseflash.c:86 src/cmd/cmd_flashmem.c:112 #, fuzzy, c-format msgid "" "%s\n" " %s\n" msgstr "%s%s" -#: src/cmd/eraseflash.c:82 +#: src/cmd/cmd_eraseflash.c:92 #, fuzzy msgid "erase flash memory by number of blocks" msgstr "Umurabyo Ububiko ku Umubare Bya" -#: src/cmd/flashmem.c:64 src/cmd/writemem.c:52 src/jtag.c:414 +#: src/cmd/cmd_flashmem.c:76 src/cmd/cmd_writemem.c:66 #, fuzzy, c-format -msgid "Unable to open file `%s'!\n" +msgid "Unable to open file `%s'" msgstr "Kuri Gufungura IDOSIYE" -#: src/cmd/flashmem.c:82 +#: src/cmd/cmd_flashmem.c:96 #, fuzzy, c-format msgid "" "Usage: %s ADDR FILENAME [noverify]\n" @@ -1383,22 +1348,22 @@ msgstr "" "Ibikubiyemo Kuri Umurabyo Ububiko Intego Aderesi kugirango Nyabibiri Izina: " "Bya i Iyinjiza ni in Imiterere kugirango in NYACUMI Cyangwa Na: Ifishi" -#: src/cmd/flashmem.c:102 +#: src/cmd/cmd_flashmem.c:118 #, fuzzy msgid "burn flash memory with data from a file" msgstr "Umurabyo Ububiko Na: Ibyatanzwe Bivuye a IDOSIYE" -#: src/cmd/frequency.c:43 +#: src/cmd/cmd_frequency.c:55 #, fuzzy, c-format -msgid "Current TCK frequency is %u Hz\n" +msgid "Current TCK frequency is %lu Hz\n" msgstr "Ubwisubire ni" -#: src/cmd/frequency.c:53 +#: src/cmd/cmd_frequency.c:63 #, fuzzy, c-format -msgid "Setting TCK frequency to %u Hz\n" +msgid "Setting TCK frequency to %lu Hz\n" msgstr "Ubwisubire Kuri" -#: src/cmd/frequency.c:63 +#: src/cmd/cmd_frequency.c:74 #, fuzzy, c-format msgid "" "Usage: %s [FREQ]\n" @@ -1417,92 +1382,87 @@ msgstr "" "Ubwisubire ku Bitashizweho umukono Umubare wuzuye Ubwisubire ni 1. 0 " "kugirango Kuri Ubwisubire" -#: src/cmd/frequency.c:78 +#: src/cmd/cmd_frequency.c:89 #, fuzzy msgid "setup JTAG frequency" msgstr "Imikorere Ubwisubire" # desktop/source\app\ssodlg.src:DLG_SSOLOGIN.text -#: src/cmd/get.c:68 +#: src/cmd/cmd_get.c:79 #, fuzzy, c-format msgid "%s = %d\n" msgstr "%s=%d" -#: src/cmd/get.c:77 +#: src/cmd/cmd_get.c:88 #, fuzzy, c-format msgid "" -"Usage: %s SIGNAL\n" +"Usage: %s signal SIGNAL\n" "Get signal state from output BSR (Boundary Scan Register).\n" "\n" "SIGNAL signal name (from JTAG declaration file)\n" msgstr "Leta Bivuye Ibisohoka Izina: Bivuye IDOSIYE" -#: src/cmd/get.c:86 +#: src/cmd/cmd_get.c:97 #, fuzzy msgid "get external signal value" msgstr "Kubona external Agaciro" -#: src/cmd/help.c:39 -#, fuzzy, c-format +#: src/cmd/cmd_help.c:51 +#, fuzzy msgid "" "Command list:\n" "\n" msgstr "Urutonde" -#: src/cmd/help.c:41 +#: src/cmd/cmd_help.c:55 #, fuzzy msgid "(no description available)" msgstr "(Oya Isobanuramiterere Bihari" -#: src/cmd/help.c:42 -#, fuzzy, c-format +#: src/cmd/cmd_help.c:57 +#, fuzzy msgid "" "\n" "Type \"help COMMAND\" for details about a particular command.\n" msgstr "Ifashayobora kugirango Birambuye Ibyerekeye a Komandi:" -#: src/cmd/help.c:66 +#: src/cmd/cmd_help.c:79 #, fuzzy, c-format msgid "" "Usage: %s [COMMAND]\n" "Print short help for COMMAND, or list of available commands.\n" msgstr "Ifashayobora kugirango Cyangwa Urutonde Bya Bihari Amabwiriza" -#: src/cmd/help.c:73 +#: src/cmd/cmd_help.c:86 #, fuzzy msgid "display this help" msgstr "Kugaragaza iyi Ifashayobora" -#: src/cmd/idcode.c:50 +#: src/cmd/cmd_idcode.c:55 #, c-format -msgid "Reading %d bytes if idcode\n" +msgid "Reading %lu bytes of idcode\n" msgstr "" -#: src/cmd/idcode.c:59 +#: src/cmd/cmd_idcode.c:63 #, c-format msgid "" "Usage: %s [BYTES]\n" -"Read [BYTES]|all IDCODEs of all parts in a JTAG chain.\n" +"Read [BYTES] IDCODEs of all parts in a JTAG chain.\n" "\n" -"BYTES must be an unsigned integer, Use 0 for BYTES to read all bytes\n" +"BYTES must be an unsigned integer, and the default is 0.\n" +"If BYTES is 0, IDCODEs will be read until 32 consecutive zeros are found.\n" msgstr "" -#: src/cmd/idcode.c:68 +#: src/cmd/cmd_idcode.c:73 #, fuzzy msgid "Read IDCODEs of all parts in a JTAG chain" msgstr "Bya Kitazwi in i" -#: src/cmd/include.c:49 -#, c-format +#: src/cmd/cmd_include.c:58 msgid "Please use the 'include' command instead of 'script'\n" msgstr "" -#: src/cmd/include.c:99 -#, fuzzy, c-format -msgid "Unable to open file `%s go=%d'!\n" -msgstr "Kuri Gufungura IDOSIYE" - -#: src/cmd/include.c:113 +#: src/cmd/cmd_include.c:82 #, fuzzy, c-format msgid "" "Usage: %s FILENAME [n] \n" @@ -1511,37 +1471,22 @@ msgid "" "FILENAME Name of the file with commands\n" msgstr "Komandi: Bivuye external Bya i IDOSIYE Na:" -#: src/cmd/include.c:134 +#: src/cmd/cmd_include.c:102 #, fuzzy msgid "include command sequence from external repository" msgstr "Gushyiramo Komandi: Bivuye external" -#: src/cmd/include.c:153 +#: src/cmd/cmd_include.c:121 #, fuzzy msgid "run command sequence from external file" msgstr "Gukoresha Komandi: Bivuye external IDOSIYE" -#: src/cmd/initbus.c:59 -#, fuzzy, c-format -msgid "bus alloc/attach failed!\n" -msgstr "Byanze" - -#: src/cmd/initbus.c:64 +#: src/cmd/cmd_initbus.c:66 #, fuzzy, c-format -msgid "bus initialization failed!\n" -msgstr "Byanze" - -#: src/cmd/initbus.c:70 -#, fuzzy, c-format -msgid "Initialized bus %d, active bus %d\n" -msgstr "gutangiza Musomyi: kugirango Gikora" - -#: src/cmd/initbus.c:76 -#, c-format -msgid "Unknown bus: %s\n" -msgstr "" +msgid "Unknown bus: %s" +msgstr "Ubugari" -#: src/cmd/initbus.c:87 +#: src/cmd/cmd_initbus.c:96 #, fuzzy, c-format msgid "" "Usage: %s BUSNAME\n" @@ -1555,37 +1500,22 @@ msgstr "Gishya Musomyi: kugirango Gikora Bya i Bya Bihari" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/cmd/initbus.c:96 +#: src/cmd/cmd_initbus.c:105 #, fuzzy, c-format msgid "%-10s %s\n" msgstr "%-10s%s" -#: src/cmd/initbus.c:101 +#: src/cmd/cmd_initbus.c:111 #, fuzzy msgid "initialize bus driver for active part" msgstr "gutangiza Musomyi: kugirango Gikora" -#: src/cmd/instruction.c:58 +#: src/cmd/cmd_instruction.c:60 #, fuzzy, c-format -msgid "%s: unknown instruction '%s'\n" +msgid "%s: unknown instruction '%s'" msgstr "%s:Kitazwi" -#: src/cmd/instruction.c:69 -#, fuzzy, c-format -msgid "instruction length is already set and used\n" -msgstr "Uburebure ni Gushyiraho Na" - -#: src/cmd/instruction.c:89 -#, c-format -msgid "Instruction '%s' already defined\n" -msgstr "" - -#: src/cmd/instruction.c:104 -#, fuzzy, c-format -msgid "unknown data register '%s'\n" -msgstr "Kitazwi Ibyatanzwe Kwiyandikisha" - -#: src/cmd/instruction.c:118 +#: src/cmd/cmd_instruction.c:101 #, fuzzy, c-format msgid "" "Usage: %s INSTRUCTION\n" @@ -1599,17 +1529,17 @@ msgid "" "REGISTER default data register for instruction (e.g. BR)\n" msgstr "g. g. g." -#: src/cmd/instruction.c:132 +#: src/cmd/cmd_instruction.c:115 #, fuzzy msgid "change active instruction for a part or declare new instruction" msgstr "Guhindura>> Gikora kugirango a Cyangwa Gishya" -#: src/cmd/part.c:81 +#: src/cmd/cmd_part.c:119 #, fuzzy, c-format -msgid "%s: invalid part number\n" +msgid "%s: invalid part number %lu, max %d" msgstr "%s:Sibyo" -#: src/cmd/part.c:94 +#: src/cmd/cmd_part.c:136 #, fuzzy, c-format msgid "" "Usage: %s PART\n" @@ -1618,27 +1548,27 @@ msgid "" "PART part number | alias\n" msgstr "Gikora kugirango KIGEZWEHO" -#: src/cmd/part.c:103 +#: src/cmd/cmd_part.c:144 #, fuzzy msgid "change active part for current JTAG chain" msgstr "Guhindura>> Gikora kugirango KIGEZWEHO" -#: src/cmd/peekpoke.c:62 +#: src/cmd/cmd_peekpoke.c:80 #, c-format -msgid "bus_read(0x%08x) = 0x%02X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%02lX (%li)\n" msgstr "" -#: src/cmd/peekpoke.c:66 +#: src/cmd/cmd_peekpoke.c:86 #, c-format -msgid "bus_read(0x%08x) = 0x%04X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%04lX (%li)\n" msgstr "" -#: src/cmd/peekpoke.c:69 +#: src/cmd/cmd_peekpoke.c:91 #, c-format -msgid "bus_read(0x%08x) = 0x%08X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%08lX (%li)\n" msgstr "" -#: src/cmd/peekpoke.c:80 +#: src/cmd/cmd_peekpoke.c:104 #, fuzzy, c-format msgid "" "Usage: %s ADDR\n" @@ -1652,12 +1582,12 @@ msgstr "" "a UMWE ijambo Ubugari Ingano Aderesi Kuri Gusoma in NYACUMI Cyangwa Na: " "Ifishi" -#: src/cmd/peekpoke.c:92 +#: src/cmd/cmd_peekpoke.c:116 #, fuzzy msgid "read a single word" msgstr "Gusoma a UMWE ijambo" -#: src/cmd/peekpoke.c:131 +#: src/cmd/cmd_peekpoke.c:167 #, fuzzy, c-format msgid "" "Usage: %s ADDR VAL [ADDR VAL] ... \n" @@ -1672,81 +1602,81 @@ msgstr "" "a UMWE ijambo Ubugari Ingano Aderesi Kuri Agaciro Kuri Na in NYACUMI Cyangwa " "Na: Ifishi" -#: src/cmd/peekpoke.c:144 +#: src/cmd/cmd_peekpoke.c:180 #, fuzzy msgid "write a single word" msgstr "Kwandika a UMWE ijambo" -#: src/cmd/pod.c:78 +#: src/cmd/cmd_pod.c:105 #, c-format msgid "" "Usage: %s SIGNAL=# [SIGNAL=# ...]\n" "Set state of POD signal(s) to 0 or 1.\n" "\n" -"SIGNAL\t TCK,TMS, TDI, TRST, or RESET\n" +"SIGNAL TCK,TMS, TDI, TRST, or RESET\n" "# 0 or 1\n" msgstr "" -#: src/cmd/pod.c:88 +#: src/cmd/cmd_pod.c:115 msgid "Set state of POD signal(s)" msgstr "" -#: src/cmd/print.c:98 -#, c-format -msgid " Active %%-%ds %%-%ds" -msgstr "" +#: src/cmd/cmd_print.c:124 +#, fuzzy, c-format +msgid " Active %%-%ds %%-%ds\n" +msgstr "Oya" -#: src/cmd/print.c:102 src/cmd/print.c:105 src/cmd/print.c:109 -#: src/cmd/print.c:137 src/cmd/print.c:140 src/cmd/print.c:144 +#: src/cmd/cmd_print.c:130 src/cmd/cmd_print.c:134 src/cmd/cmd_print.c:139 +#: src/cmd/cmd_print.c:173 src/cmd/cmd_print.c:178 src/cmd/cmd_print.c:184 #, fuzzy, c-format msgid "(%d) String conversion failed!\n" msgstr "(%d)Ihindurangero Byanze" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Instruction" msgstr "" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Register" msgstr "Kwiyandikisha" -#: src/cmd/print.c:117 +#: src/cmd/cmd_print.c:147 #, fuzzy, c-format msgid " %%c %%-%ds %%-%ds\n" msgstr "Oya" -#: src/cmd/print.c:133 +#: src/cmd/cmd_print.c:165 #, fuzzy, c-format -msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds" +msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr "Oya" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Manufacturer" msgstr "Ukora mu nganda" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Part" msgstr "" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:175 src/cmd/cmd_print.c:181 msgid "Stepping" msgstr "" # basctl/source\basicide\basidesh.src:RID_IMGBTN_REMOVEWATCH.text -#: src/cmd/print.c:156 +#: src/cmd/cmd_print.c:200 #, fuzzy, c-format msgid " %3d %s " msgstr "%3d" # basctl/source\basicide\basidesh.src:RID_IMGBTN_REMOVEWATCH.text -#: src/cmd/print.c:158 src/part/part.c:330 +#: src/cmd/cmd_print.c:204 src/part/part.c:472 #, fuzzy, c-format msgid " %3d " msgstr "%3d" -#: src/cmd/print.c:170 +#: src/cmd/cmd_print.c:218 #, c-format msgid "" "\n" @@ -1754,23 +1684,23 @@ msgid "" "*%d: " msgstr "" -#: src/cmd/print.c:175 +#: src/cmd/cmd_print.c:228 #, fuzzy, c-format msgid "Error in bus area discovery at 0x%08llX\n" msgstr "in Ubuso ku" -#: src/cmd/print.c:180 +#: src/cmd/cmd_print.c:236 #, fuzzy, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit, (%s)\n" +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit, (%s)\n" msgstr "Gutangira Uburebure Ibyatanzwe Ubugari" -#: src/cmd/print.c:182 +#: src/cmd/cmd_print.c:242 #, fuzzy, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit\n" +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit\n" msgstr "Gutangira Uburebure Ibyatanzwe Ubugari" # desktop/source\app\ssodlg.src:DLG_SSOLOGIN.text -#: src/cmd/print.c:197 +#: src/cmd/cmd_print.c:262 #, fuzzy, c-format msgid "*%d: " msgstr "*%d:" @@ -1778,12 +1708,12 @@ msgstr "*%d:" # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# # #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/cmd/print.c:199 +#: src/cmd/cmd_print.c:264 #, fuzzy, c-format msgid "%d: " msgstr "%d:" -#: src/cmd/print.c:210 +#: src/cmd/cmd_print.c:275 #, fuzzy, c-format msgid "" "Usage: %s [chain|bus|signals|instructions]\n" @@ -1795,29 +1725,29 @@ msgstr "" "Imimerere Urutonde Bya i Kuri i Umubare Na KIGEZWEHO Gikora Na Ibyatanzwe " "Kwiyandikisha" -#: src/cmd/print.c:220 +#: src/cmd/cmd_print.c:285 #, fuzzy msgid "display JTAG chain list/status" msgstr "Kugaragaza Urutonde Imimerere" -#: src/cmd/quit.c:44 +#: src/cmd/cmd_quit.c:52 #, fuzzy, c-format msgid "" "Usage: %s\n" "Exit from %s.\n" msgstr "Bivuye" -#: src/cmd/quit.c:51 +#: src/cmd/cmd_quit.c:57 #, fuzzy msgid "exit and terminate this session" msgstr "Gusohoka Na iyi Umukoro" -#: src/cmd/readmem.c:54 +#: src/cmd/cmd_readmem.c:68 #, fuzzy, c-format -msgid "Unable to create file `%s'!\n" +msgid "Unable to create file `%s'" msgstr "Kuri Kurema IDOSIYE" -#: src/cmd/readmem.c:67 +#: src/cmd/cmd_readmem.c:81 #, fuzzy, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -1832,17 +1762,12 @@ msgstr "" "APAREYE Ububiko Ibikubiyemo Na: Kuri IDOSIYE Gutangira Aderesi Bya i Ububiko " "Ububiko Izina: Bya i Ibisohoka Na in NYACUMI Cyangwa Na: Ifishi" -#: src/cmd/readmem.c:80 +#: src/cmd/cmd_readmem.c:94 #, fuzzy msgid "read content of the memory and write it to file" msgstr "Gusoma Ibikubiyemo Bya i Ububiko Na Kwandika Kuri IDOSIYE" -#: src/cmd/register.c:65 -#, fuzzy, c-format -msgid "Data register '%s' already defined\n" -msgstr "Kwiyandikisha" - -#: src/cmd/register.c:103 +#: src/cmd/cmd_register.c:72 #, fuzzy, c-format msgid "" "Usage: %s NAME LENGTH\n" @@ -1852,34 +1777,29 @@ msgid "" "LENGTH Data register length\n" msgstr "Gishya Ibyatanzwe Kwiyandikisha Na: Na Kwiyandikisha Kwiyandikisha" -#: src/cmd/register.c:113 +#: src/cmd/cmd_register.c:82 #, fuzzy msgid "define new data register for a part" msgstr "Kugaragaza... Gishya Ibyatanzwe Kwiyandikisha kugirango a" -#: src/cmd/reset.c:53 +#: src/cmd/cmd_reset.c:58 #, fuzzy, c-format msgid "" "Usage: %s\n" "Reset current JTAG chain.\n" msgstr "Guhindura>> Gikora kugirango KIGEZWEHO" -#: src/cmd/reset.c:60 +#: src/cmd/cmd_reset.c:63 #, fuzzy msgid "reset JTAG chain" msgstr "Guhitamo" -#: src/cmd/salias.c:60 src/cmd/signal.c:73 -#, c-format -msgid "Signal '%s' already defined\n" -msgstr "" - -#: src/cmd/salias.c:66 +#: src/cmd/cmd_salias.c:70 #, fuzzy, c-format -msgid "Signal '%s' not found\n" +msgid "Signal '%s' not found" msgstr "OYA" -#: src/cmd/salias.c:86 +#: src/cmd/cmd_salias.c:89 #, fuzzy, c-format msgid "" "Usage: %s ALIAS SIGNAL\n" @@ -1889,39 +1809,38 @@ msgid "" "SIGNAL Existing signal name\n" msgstr "Gishya Na: Izina: kugirango a Bya kugirango a OYA" -#: src/cmd/salias.c:96 +#: src/cmd/cmd_salias.c:99 #, fuzzy msgid "define an alias for a signal" msgstr "Kugaragaza... Gishya kugirango a" -#: src/cmd/scan.c:64 src/part/part.c:186 src/part/part.c:223 -#, fuzzy, c-format -msgid "%s(%s:%d) Boundary Scan Register (BSR) not found\n" +#: src/cmd/cmd_scan.c:71 src/part/part.c:220 src/part/part.c:273 +#, fuzzy +msgid "Boundary Scan Register (BSR) not found" msgstr "%s(%s:%d)OYA" -#: src/cmd/scan.c:78 -#, c-format -msgid "%s(%s:%d) Part can't SAMPLE\n" +#: src/cmd/cmd_scan.c:85 +msgid "Part can't SAMPLE" msgstr "" # desktop/source\app\ssodlg.src:DLG_SSOLOGIN.text -#: src/cmd/scan.c:113 +#: src/cmd/cmd_scan.c:115 #, fuzzy, c-format msgid ": %d > %d\n" msgstr "%s=%d" -#: src/cmd/scan.c:128 +#: src/cmd/cmd_scan.c:129 #, c-format msgid "" "Usage: %s [SIGNAL]* \n" "Read BSR and show changes since last scan.\n" msgstr "" -#: src/cmd/scan.c:135 +#: src/cmd/cmd_scan.c:136 msgid "read BSR and show changes since last scan" msgstr "" -#: src/cmd/set.c:89 +#: src/cmd/cmd_set.c:110 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL DIR [DATA]\n" @@ -1935,12 +1854,12 @@ msgstr "" "Leta in Iyinjiza Izina: Bivuye IDOSIYE Icyerekezo Uduciro Cyangwa Ibisohoka " "Agaciro Cyangwa NIBA ni" -#: src/cmd/set.c:101 +#: src/cmd/cmd_set.c:122 #, fuzzy msgid "set external signal value" msgstr "Gushyiraho external Agaciro" -#: src/cmd/shell.c:84 +#: src/cmd/cmd_shell.c:91 #, c-format msgid "" "Usage: %s cmmd\n" @@ -1949,11 +1868,11 @@ msgid "" "CMMD OS Shell Command\n" msgstr "" -#: src/cmd/shell.c:93 +#: src/cmd/cmd_shell.c:99 msgid "shell cmmd" msgstr "" -#: src/cmd/shift.c:60 +#: src/cmd/cmd_shift.c:74 #, fuzzy, c-format msgid "" "Usage: %s\n" @@ -1961,32 +1880,32 @@ msgid "" "Shift instruction or data register through JTAG chain.\n" msgstr "Cyangwa Ibyatanzwe Kwiyandikisha Gihinguranya" -#: src/cmd/shift.c:68 +#: src/cmd/cmd_shift.c:82 #, fuzzy msgid "shift data/instruction registers through JTAG chain" msgstr "Gusunika Ibyatanzwe Gihinguranya" -#: src/cmd/signal.c:102 +#: src/cmd/cmd_signal.c:66 src/part/signal.c:114 +#, fuzzy, c-format +msgid "Signal '%s' already defined" +msgstr "Kwiyandikisha" + +#: src/cmd/cmd_signal.c:96 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL [PIN#]\n" "Define new signal with name SIGNAL for a part.\n" "\n" -"SIGNAL\t\tNew signal name\n" -"PIN# \tList of pin # for a signal\n" +"SIGNAL New signal name\n" +"PIN# List of pin # for a signal\n" msgstr "Gishya Na: Izina: kugirango a Bya kugirango a OYA" -#: src/cmd/signal.c:112 +#: src/cmd/cmd_signal.c:106 #, fuzzy msgid "define new signal for a part" msgstr "Kugaragaza... Gishya kugirango a" -#: src/cmd/svf.c:63 -#, c-format -msgid "%s: cannot open file '%s' for reading\n" -msgstr "" - -#: src/cmd/svf.c:76 +#: src/cmd/cmd_svf.c:103 #, c-format msgid "" "Usage: %s FILE [stop] [progress] [ref_freq=]\n" @@ -1998,17 +1917,17 @@ msgid "" "FILE file containing SVF commands\n" msgstr "" -#: src/cmd/svf.c:88 +#: src/cmd/cmd_svf.c:114 msgid "execute svf commands from file" msgstr "" # desktop/source\app\ssodlg.src:DLG_SSOLOGIN.text -#: src/cmd/test.c:78 +#: src/cmd/cmd_test.c:93 #, fuzzy, c-format -msgid "%s = %d\n" +msgid "%s = %d" msgstr "%s=%d" -#: src/cmd/test.c:89 +#: src/cmd/cmd_test.c:104 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL 0/1\n" @@ -2017,23 +1936,23 @@ msgid "" "SIGNAL signal name (from JTAG declaration file)\n" msgstr "Leta Bivuye Ibisohoka Izina: Bivuye IDOSIYE" -#: src/cmd/test.c:98 +#: src/cmd/cmd_test.c:113 #, fuzzy msgid "test external signal value" msgstr "Kubona external Agaciro" -#: src/cmd/usleep.c:55 +#: src/cmd/cmd_usleep.c:63 #, c-format msgid "" "Usage: %s USECS\n" "Sleep some number of microseconds.\n" msgstr "" -#: src/cmd/usleep.c:62 +#: src/cmd/cmd_usleep.c:70 msgid "Sleep some number of microseconds" msgstr "" -#: src/cmd/writemem.c:65 +#: src/cmd/cmd_writemem.c:79 #, fuzzy, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -2049,1085 +1968,1005 @@ msgstr "" "APAREYE Ububiko Ibikubiyemo Na: Kuri IDOSIYE Gutangira Aderesi Bya i Ububiko " "Ububiko Izina: Bya i Ibisohoka Na in NYACUMI Cyangwa Na: Ifishi" -#: src/cmd/writemem.c:79 +#: src/cmd/cmd_writemem.c:93 msgid "write content of file to the memory" msgstr "" -#: src/flash/amd.c:279 -#, c-format +#: src/flash/amd.c:311 msgid "" "Chip: AMD Flash\n" "\tManufacturer: " msgstr "" -#: src/flash/amd.c:283 src/flash/amd.c:311 src/flash/amd.c:326 -#: src/flash/amd.c:344 src/flash/amd_flash.c:236 -#, c-format +#: src/flash/amd.c:316 src/flash/amd.c:345 src/flash/amd.c:361 +#: src/flash/amd.c:380 src/flash/amd.c:396 src/flash/amd_flash.c:266 msgid "" "\n" "\tChip: " msgstr "" -#: src/flash/amd.c:305 src/flash/amd.c:320 src/flash/amd.c:338 -#: src/flash/amd.c:353 src/flash/amd_flash.c:247 +#: src/flash/amd.c:339 src/flash/amd.c:355 src/flash/amd.c:374 +#: src/flash/amd.c:390 src/flash/amd.c:403 src/flash/amd_flash.c:278 #, c-format msgid "Unknown (ID 0x%04x)" msgstr "" -#: src/flash/amd.c:358 +#: src/flash/amd.c:408 #, fuzzy, c-format msgid "Unknown manufacturer (ID 0x%04x) Chip (ID 0x%04x)" msgstr "Ukora mu nganda" # sc/source\ui\src\attrdlg.src:RID_SCPAGE_PROTECTION.BTN_PROTECTED.text -#: src/flash/amd.c:361 src/flash/amd_flash.c:250 +#: src/flash/amd.c:412 src/flash/amd_flash.c:281 #, fuzzy, c-format msgid "" "\n" "\tProtected: %04x\n" msgstr "Birinzwe" -#: src/flash/amd.c:566 src/flash/amd.c:578 src/flash/amd.c:590 -#: src/flash/detectflash.c:106 src/flash/detectflash.c:136 +#: src/flash/amd.c:635 src/flash/amd.c:647 src/flash/amd.c:659 +#: src/flash/detectflash.c:117 src/flash/detectflash.c:149 msgid "AMD/Fujitsu Standard Command Set" msgstr "" -#: src/flash/amd.c:567 +#: src/flash/amd.c:636 msgid "supported: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 Bit" msgstr "" -#: src/flash/amd.c:579 -msgid "supported: AMD 29LV800B, S92GLxxxN; MX29LV640B; 1x16 Bit" +#: src/flash/amd.c:648 +msgid "supported: AMD 29LV800B, S29GLxxxN; MX29LV640B, W19B320AT/B; 1x16 Bit" msgstr "" -#: src/flash/amd.c:591 -msgid "supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S92GLxxxN; 1x8 Bit" +#: src/flash/amd.c:660 +msgid "" +"supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S29GLxxxN, W19B320AT/B; " +"1x8 Bit" msgstr "" -#: src/flash/amd_flash.c:230 -#, c-format +#: src/flash/amd_flash.c:260 msgid "" "Chip: AMD Flash\n" "\tPartNumber: " msgstr "" -#: src/flash/amd_flash.c:233 +#: src/flash/amd_flash.c:263 #, fuzzy, c-format msgid "Unknown manufacturer (ID 0x%04x)" msgstr "Ukora mu nganda" -#: src/flash/amd_flash.c:240 -#, c-format +#: src/flash/amd_flash.c:271 msgid "5V Flash\n" msgstr "" -#: src/flash/amd_flash.c:244 -#, c-format +#: src/flash/amd_flash.c:275 msgid "3V Flash\n" msgstr "" -#: src/flash/amd_flash.c:362 +#: src/flash/amd_flash.c:414 msgid "AMD Standard Command Set" msgstr "" -#: src/flash/amd_flash.c:363 +#: src/flash/amd_flash.c:415 msgid "supported: AMD 29LV040B, 29C040B, 1x8 Bit" msgstr "" -#: src/flash/detectflash.c:87 -#, fuzzy, c-format -msgid "Flash not found!\n" +#: src/flash/detectflash.c:65 +msgid "bus driver" +msgstr "" + +#: src/flash/detectflash.c:97 +#, fuzzy +msgid "Flash not found" msgstr "OYA Byabonetse" -#: src/flash/detectflash.c:96 -#, fuzzy, c-format +#: src/flash/detectflash.c:106 +#, fuzzy msgid "Query identification string:\n" msgstr "irangamimerere Ikurikiranyanyuguti" -#: src/flash/detectflash.c:100 src/flash/detectflash.c:130 +#: src/flash/detectflash.c:111 src/flash/detectflash.c:143 #, fuzzy msgid "null" msgstr "NTAGIHARI" -#: src/flash/detectflash.c:103 src/flash/detectflash.c:133 +#: src/flash/detectflash.c:114 src/flash/detectflash.c:146 msgid "Intel/Sharp Extended Command Set" msgstr "" -#: src/flash/detectflash.c:109 src/flash/detectflash.c:139 -#: src/flash/intel.c:468 src/flash/intel.c:480 src/flash/intel.c:492 +#: src/flash/detectflash.c:120 src/flash/detectflash.c:152 +#: src/flash/intel.c:530 src/flash/intel.c:542 src/flash/intel.c:554 msgid "Intel Standard Command Set" msgstr "" -#: src/flash/detectflash.c:112 src/flash/detectflash.c:142 +#: src/flash/detectflash.c:123 src/flash/detectflash.c:155 msgid "AMD/Fujitsu Extended Command Set" msgstr "" -#: src/flash/detectflash.c:115 src/flash/detectflash.c:145 +#: src/flash/detectflash.c:126 src/flash/detectflash.c:158 msgid "Mitsubishi Standard Command Set" msgstr "" -#: src/flash/detectflash.c:118 src/flash/detectflash.c:148 +#: src/flash/detectflash.c:129 src/flash/detectflash.c:161 msgid "Mitsubishi Extended Command Set" msgstr "" -#: src/flash/detectflash.c:121 src/flash/detectflash.c:151 +#: src/flash/detectflash.c:132 src/flash/detectflash.c:164 msgid "Page Write Command Set" msgstr "" # filter/source\xsltdialog\xmlfilterdialogstrings.src:STR_UNKNOWN_APPLICATION.text -#: src/flash/detectflash.c:124 src/flash/detectflash.c:154 -#: src/flash/detectflash.c:198 +#: src/flash/detectflash.c:135 src/flash/detectflash.c:167 +#: src/flash/detectflash.c:225 #, fuzzy msgid "unknown!!!" msgstr "Kitazwi" -#: src/flash/detectflash.c:127 +#: src/flash/detectflash.c:138 #, fuzzy, c-format msgid "" "\tPrimary Algorithm Command Set and Control Interface ID Code: 0x%04X (%s)\n" msgstr "Na" -#: src/flash/detectflash.c:157 +#: src/flash/detectflash.c:170 #, fuzzy, c-format msgid "" "\tAlternate Algorithm Command Set and Control Interface ID Code: 0x%04X (%" "s)\n" msgstr "Na" -#: src/flash/detectflash.c:160 -#, fuzzy, c-format +#: src/flash/detectflash.c:174 +#, fuzzy msgid "Query system interface information:\n" msgstr "Sisitemu Ibisobanuro" -#: src/flash/detectflash.c:161 +#: src/flash/detectflash.c:175 #, fuzzy, c-format msgid "\tVcc Logic Supply Minimum Write/Erase or Write voltage: %d mV\n" msgstr "Cyangwa" -#: src/flash/detectflash.c:162 +#: src/flash/detectflash.c:177 #, fuzzy, c-format msgid "\tVcc Logic Supply Maximum Write/Erase or Write voltage: %d mV\n" msgstr "Cyangwa" -#: src/flash/detectflash.c:163 +#: src/flash/detectflash.c:179 #, c-format msgid "\tVpp [Programming] Supply Minimum Write/Erase voltage: %d mV\n" msgstr "" -#: src/flash/detectflash.c:164 +#: src/flash/detectflash.c:181 #, c-format msgid "\tVpp [Programming] Supply Maximum Write/Erase voltage: %d mV\n" msgstr "" -#: src/flash/detectflash.c:165 +#: src/flash/detectflash.c:183 #, fuzzy, c-format msgid "\tTypical timeout per single byte/word program: %d us\n" msgstr "Igihe cyarenze: UMWE Bayite ijambo Porogaramu" -#: src/flash/detectflash.c:166 +#: src/flash/detectflash.c:185 #, fuzzy, c-format msgid "\tTypical timeout for maximum-size multi-byte program: %d us\n" msgstr "Igihe cyarenze: kugirango Kinini Ingano Bayite Porogaramu" -#: src/flash/detectflash.c:167 +#: src/flash/detectflash.c:187 #, fuzzy, c-format msgid "\tTypical timeout per individual block erase: %d ms\n" msgstr "Igihe cyarenze: Funga" -#: src/flash/detectflash.c:168 +#: src/flash/detectflash.c:189 #, fuzzy, c-format msgid "\tTypical timeout for full chip erase: %d ms\n" msgstr "Igihe cyarenze: kugirango" -#: src/flash/detectflash.c:169 +#: src/flash/detectflash.c:191 #, fuzzy, c-format msgid "\tMaximum timeout for byte/word program: %d us\n" msgstr "Igihe cyarenze: kugirango Bayite ijambo Porogaramu" -#: src/flash/detectflash.c:170 +#: src/flash/detectflash.c:193 #, fuzzy, c-format msgid "\tMaximum timeout for multi-byte program: %d us\n" msgstr "Igihe cyarenze: kugirango Bayite Porogaramu" -#: src/flash/detectflash.c:171 +#: src/flash/detectflash.c:195 #, fuzzy, c-format msgid "\tMaximum timeout per individual block erase: %d ms\n" msgstr "Igihe cyarenze: Funga" -#: src/flash/detectflash.c:172 +#: src/flash/detectflash.c:197 #, fuzzy, c-format msgid "\tMaximum timeout for chip erase: %d ms\n" msgstr "Igihe cyarenze: kugirango" -#: src/flash/detectflash.c:175 -#, fuzzy, c-format +#: src/flash/detectflash.c:201 +#, fuzzy msgid "Device geometry definition:\n" msgstr "Iyigamashusho Insobanuro" -#: src/flash/detectflash.c:176 +#: src/flash/detectflash.c:202 #, c-format msgid "\tDevice Size: %d B (%d KiB, %d MiB)\n" msgstr "" -#: src/flash/detectflash.c:183 +#: src/flash/detectflash.c:210 msgid "x8" msgstr "" -#: src/flash/detectflash.c:186 +#: src/flash/detectflash.c:213 msgid "x16" msgstr "" -#: src/flash/detectflash.c:189 +#: src/flash/detectflash.c:216 msgid "x8/x16" msgstr "" -#: src/flash/detectflash.c:192 +#: src/flash/detectflash.c:219 msgid "x32" msgstr "" -#: src/flash/detectflash.c:195 +#: src/flash/detectflash.c:222 msgid "x16/x32" msgstr "" -#: src/flash/detectflash.c:201 +#: src/flash/detectflash.c:228 #, fuzzy, c-format msgid "\tFlash Device Interface Code description: 0x%04X (%s)\n" msgstr "Isobanuramiterere" -#: src/flash/detectflash.c:202 +#: src/flash/detectflash.c:230 #, fuzzy, c-format msgid "\tMaximum number of bytes in multi-byte program: %d\n" msgstr "Umubare Bya Bayite in Bayite Porogaramu" -#: src/flash/detectflash.c:203 +#: src/flash/detectflash.c:232 #, fuzzy, c-format msgid "\tNumber of Erase Block Regions within device: %d\n" msgstr "Bya muri APAREYE" -#: src/flash/detectflash.c:204 -#, c-format +#: src/flash/detectflash.c:234 msgid "\tErase Block Region Information:\n" msgstr "" -#: src/flash/detectflash.c:209 +#: src/flash/detectflash.c:240 #, c-format msgid "\t\tRegion %d:\n" msgstr "" -#: src/flash/detectflash.c:210 +#: src/flash/detectflash.c:241 #, c-format msgid "\t\t\tErase Block Size: %d B (%d KiB)\n" msgstr "" -#: src/flash/detectflash.c:213 +#: src/flash/detectflash.c:246 #, fuzzy, c-format msgid "\t\t\tNumber of Erase Blocks: %d\n" msgstr "Bya" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Required" msgstr "" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Not required" msgstr "" -#: src/flash/detectflash.c:228 +#: src/flash/detectflash.c:263 msgid "Supported" msgstr "" -#: src/flash/detectflash.c:228 src/flash/detectflash.c:239 -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:263 src/flash/detectflash.c:277 +#: src/flash/detectflash.c:288 #, fuzzy msgid "Not supported" msgstr "OYA" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:266 msgid "170-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:267 msgid "230-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:268 msgid "130-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:269 msgid "110-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:270 msgid "90-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:271 msgid "90-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS49" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS59" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS99" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read only" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read/write" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F040 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F016 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F400 mode" msgstr "" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:281 msgid "29LV800 mode" msgstr "" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:282 msgid "29BDS640 mode (Software Command Locking)" msgstr "" -#: src/flash/detectflash.c:244 +#: src/flash/detectflash.c:283 msgid "29BDD160 mode (New Sector Protect)" msgstr "" -#: src/flash/detectflash.c:245 +#: src/flash/detectflash.c:284 msgid "29PDL128 mode (New Sector Protect + 29LV800)" msgstr "" -#: src/flash/detectflash.c:246 +#: src/flash/detectflash.c:285 msgid "Advanced Sector Protect" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "4 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "8 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:289 msgid "16 word Page" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:293 msgid "No boot" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:294 msgid "8x8kb sectors at top and bottom with WP control" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Bottom boot device" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Top boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform bottom boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform top boot device" msgstr "" -#: src/flash/detectflash.c:257 +#: src/flash/detectflash.c:298 msgid "Bad value" msgstr "" -#: src/flash/detectflash.c:265 -#, c-format +#: src/flash/detectflash.c:306 msgid "Primary Vendor-Specific Extended Query:\n" msgstr "" -#: src/flash/detectflash.c:266 +#: src/flash/detectflash.c:307 #, c-format msgid "\tMajor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:267 +#: src/flash/detectflash.c:309 #, c-format msgid "\tMinor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:271 src/flash/detectflash.c:274 +#: src/flash/detectflash.c:316 src/flash/detectflash.c:320 #, c-format msgid "\tAddress Sensitive Unlock: %s\n" msgstr "" -#: src/flash/detectflash.c:279 src/flash/detectflash.c:282 -#: src/flash/detectflash.c:287 src/flash/detectflash.c:290 +#: src/flash/detectflash.c:327 src/flash/detectflash.c:332 +#: src/flash/detectflash.c:338 src/flash/detectflash.c:343 #, c-format msgid "\tProcess Technology: %s\n" msgstr "" -#: src/flash/detectflash.c:293 +#: src/flash/detectflash.c:346 #, c-format msgid "\tErase Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:295 -#, fuzzy, c-format +#: src/flash/detectflash.c:349 +#, fuzzy msgid "\tSector Protect: Not supported\n" msgstr "OYA" -#: src/flash/detectflash.c:297 +#: src/flash/detectflash.c:351 #, c-format msgid "\tSector Protect: %d sectors per group\n" msgstr "" -#: src/flash/detectflash.c:299 src/flash/detectflash.c:301 +#: src/flash/detectflash.c:355 src/flash/detectflash.c:359 #, c-format msgid "\tSector Temporary Unprotect: %s\n" msgstr "" -#: src/flash/detectflash.c:303 src/flash/detectflash.c:306 +#: src/flash/detectflash.c:363 src/flash/detectflash.c:367 #, c-format msgid "\tSector Protect/Unprotect Scheme: %s\n" msgstr "" -#: src/flash/detectflash.c:308 -#, fuzzy, c-format +#: src/flash/detectflash.c:370 +#, fuzzy msgid "\tSimultaneous Operation: Not supported\n" msgstr "OYA" -#: src/flash/detectflash.c:310 +#: src/flash/detectflash.c:372 #, c-format msgid "\tSimultaneous Operation: %d sectors\n" msgstr "" -#: src/flash/detectflash.c:312 src/flash/detectflash.c:314 +#: src/flash/detectflash.c:376 src/flash/detectflash.c:379 #, c-format msgid "\tBurst Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:316 src/flash/detectflash.c:318 +#: src/flash/detectflash.c:382 src/flash/detectflash.c:385 #, c-format msgid "\tPage Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:322 +#: src/flash/detectflash.c:391 #, c-format msgid "\tACC (Acceleration) Supply Minimum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:323 +#: src/flash/detectflash.c:393 #, c-format msgid "\tACC (Acceleration) Supply Maximum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:325 src/flash/detectflash.c:327 +#: src/flash/detectflash.c:397 src/flash/detectflash.c:400 #, c-format msgid "\tTop/Bottom Sector Flag: %s\n" msgstr "" -#: src/flash/detectflash.c:332 src/flash/detectflash.c:334 +#: src/flash/detectflash.c:407 src/flash/detectflash.c:410 #, c-format msgid "\tProgram Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:339 src/flash/detectflash.c:341 +#: src/flash/detectflash.c:417 src/flash/detectflash.c:420 #, c-format msgid "\tUnlock Bypass: %s\n" msgstr "" -#: src/flash/detectflash.c:342 +#: src/flash/detectflash.c:421 #, c-format msgid "\tSecSi Sector (Customer OTP Area) Size: %d bytes\n" msgstr "" -#: src/flash/detectflash.c:343 +#: src/flash/detectflash.c:423 #, c-format msgid "\tEmbedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:344 +#: src/flash/detectflash.c:425 #, c-format msgid "\tNon-Embedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:345 +#: src/flash/detectflash.c:427 #, c-format msgid "\tErase Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:346 +#: src/flash/detectflash.c:429 #, c-format msgid "\tProgram Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:351 -#, c-format +#: src/flash/detectflash.c:436 msgid "\tBank Organization:\n" msgstr "" -#: src/flash/detectflash.c:353 +#: src/flash/detectflash.c:438 #, c-format msgid "\t\tBank%d: %d sectors\n" msgstr "" -#: src/flash/flash.c:89 +#: src/flash/flash.c:92 #, fuzzy, c-format msgid "unknown flash - vendor id: %d (0x%04x)\n" msgstr "Kitazwi Umurabyo Umucuruzi ID" -#: src/flash/flash.c:93 -#, fuzzy, c-format -msgid "Flash not supported!\n" +#: src/flash/flash.c:96 +#, fuzzy +msgid "Flash not supported" msgstr "OYA" -#: src/flash/flash.c:104 src/flash/flash.c:265 src/flash/flash.c:391 -#, fuzzy, c-format -msgid "no flash driver found\n" +#: src/flash/flash.c:110 src/flash/flash.c:311 src/flash/flash.c:484 +#, fuzzy +msgid "no flash driver found" msgstr "Oya Umurabyo Musomyi:" -#: src/flash/flash.c:115 -#, c-format -msgid "Invalid sync sequence!\n" +#: src/flash/flash.c:124 +msgid "Invalid sync sequence" msgstr "" -#: src/flash/flash.c:133 +#: src/flash/flash.c:150 #, fuzzy, c-format msgid "block %d unlocked\n" msgstr "Funga" -#: src/flash/flash.c:134 src/flash/flash.c:301 +#: src/flash/flash.c:153 src/flash/flash.c:362 #, fuzzy, c-format msgid "erasing block %d: %d\n" msgstr "Funga" # offmgr/source\offapp\dialog\optgdlg.src:OFA_TP_HELPERPROG.FT_PROGRAM.text -#: src/flash/flash.c:138 src/flash/flash.c:284 -#, fuzzy, c-format +#: src/flash/flash.c:158 src/flash/flash.c:334 +#, fuzzy msgid "program:\n" msgstr "Porogaramu" -#: src/flash/flash.c:146 src/flash/flash.c:191 -#, fuzzy, c-format -msgid "Error: premature end of file\n" +#: src/flash/flash.c:168 src/flash/flash.c:221 +#, fuzzy +msgid "premature end of file" msgstr "Impera Bya" -#: src/flash/flash.c:149 src/flash/flash.c:194 +#: src/flash/flash.c:172 src/flash/flash.c:225 #, fuzzy, c-format -msgid "record: start = 0x%08X, len = 0x%08X, checksum = 0x%08X\n" +msgid "record: start = 0x%08lX, len = 0x%08lX, checksum = 0x%08lX\n" msgstr "Icyabitswe Gutangira LEN" -#: src/flash/flash.c:153 src/flash/flash.c:198 -#, fuzzy, c-format -msgid "Error: Invalid record length!\n" +#: src/flash/flash.c:178 src/flash/flash.c:231 +#, fuzzy +msgid "Invalid record length" msgstr "Icyabitswe Uburebure" -#: src/flash/flash.c:165 src/flash/flash.c:328 +#: src/flash/flash.c:186 src/flash/flash.c:239 src/flash/flash.c:372 +#: src/flash/flash.c:434 #, fuzzy, c-format -msgid "" -"\n" -"flash error\n" -msgstr "Umurabyo" +msgid "addr: 0x%08lX" +msgstr "Aderesi" -#: src/flash/flash.c:177 src/flash/flash.c:340 -#, c-format +#: src/flash/flash.c:205 src/flash/flash.c:408 msgid "verify skipped\n" msgstr "" -#: src/flash/flash.c:182 src/flash/flash.c:345 -#, c-format +#: src/flash/flash.c:210 src/flash/flash.c:413 msgid "verify:\n" msgstr "" -#: src/flash/flash.c:211 +#: src/flash/flash.c:248 #, fuzzy, c-format -msgid "" -"\n" -"verify error: 0x%08X vs. 0x%08X at addr %08X\n" +msgid "verify error: 0x%08lX vs. 0x%08lX at addr %08lX" msgstr "Ikosa ku Aderesi" -#: src/flash/flash.c:278 src/tap/detect.c:451 -#, fuzzy, c-format -msgid "Out of memory!\n" -msgstr "Ububiko bwarenzwe" +#: src/flash/flash.c:327 +#, c-format +msgid "malloc(%zd) failed" +msgstr "" -#: src/flash/flash.c:300 +#: src/flash/flash.c:358 #, fuzzy, c-format msgid "" "\n" "block %d unlocked\n" msgstr "Funga" -#: src/flash/flash.c:335 src/flash/flash.c:372 +#: src/flash/flash.c:401 #, fuzzy, c-format -msgid "addr: 0x%08X\n" +msgid "addr: 0x%08lX\n" msgstr "Aderesi" -#: src/flash/flash.c:373 +#: src/flash/flash.c:453 #, fuzzy, c-format msgid "" -"verify error:\n" -"read: 0x%08X\n" -"expected: 0x%08X\n" +"addr: 0x%08lX\n" +" verify error:\n" +"read: 0x%08lX\n" +"expected: 0x%08lX\n" msgstr "Ikosa Ikitezwe:" -#: src/flash/flash.c:379 +#: src/flash/flash.c:466 #, fuzzy, c-format msgid "" -"addr: 0x%08X\n" +"addr: 0x%08lX\n" "Done.\n" msgstr "Aderesi" -#: src/flash/flash.c:396 +#: src/flash/flash.c:493 #, c-format msgid "" "\n" -"Erasing %d Flash block%s from address 0x%x\n" +"Erasing %d Flash block%s from address 0x%lx\n" msgstr "" -#: src/flash/flash.c:401 +#: src/flash/flash.c:511 #, c-format msgid "(%d%% Completed) FLASH Block %d : Unlocking ... " msgstr "" -#: src/flash/flash.c:404 -#, c-format +#: src/flash/flash.c:514 msgid "Erasing ... " msgstr "" -#: src/flash/flash.c:410 +#: src/flash/flash.c:522 #, c-format msgid "(100%% Completed) FLASH Block %d : Unlocking ... Erasing ... Ok.\n" msgstr "" -#: src/flash/flash.c:412 -#, c-format +#: src/flash/flash.c:527 msgid "Ok." msgstr "" -#: src/flash/flash.c:414 +#: src/flash/flash.c:529 #, c-format msgid "%78s" msgstr "" -#: src/flash/flash.c:419 -#, c-format +#: src/flash/flash.c:535 msgid "ERROR.\n" msgstr "" -#: src/flash/flash.c:425 -#, c-format +#: src/flash/flash.c:542 msgid "" "\n" "Erasing Completed.\n" msgstr "" -#: src/flash/flash.c:427 -#, c-format +#: src/flash/flash.c:544 msgid "" "\n" -"Erasing Failed.\n" +"Erasing (partially) Failed.\n" msgstr "" -#: src/flash/intel.c:116 src/flash/intel.c:119 src/flash/intel.c:122 +#: src/flash/intel.c:127 src/flash/intel.c:130 src/flash/intel.c:133 #, fuzzy, c-format msgid "Manufacturer: %s\n" msgstr "Ukora mu nganda" -#: src/flash/intel.c:125 +#: src/flash/intel.c:136 #, fuzzy, c-format -msgid "Unknown manufacturer (0x%04X)!\n" +msgid "Unknown manufacturer (0x%04lX)!\n" msgstr "Ukora mu nganda" -#: src/flash/intel.c:129 -#, c-format +#: src/flash/intel.c:141 msgid "Chip: " msgstr "" -#: src/flash/intel.c:181 -#, c-format -msgid "Unknown (0x%02X)!\n" -msgstr "" - -#: src/flash/intel.c:240 +#: src/flash/intel.c:194 #, fuzzy, c-format -msgid "flash: invalid command seq\n" +msgid "Unknown (0x%02lX)!\n" +msgstr "Ukora mu nganda" + +#: src/flash/intel.c:255 +#, fuzzy +msgid "invalid command seq" msgstr "Umurabyo Sibyo Komandi:" -#: src/flash/intel.c:243 -#, fuzzy, c-format -msgid "flash: low vpen\n" +#: src/flash/intel.c:258 +#, fuzzy +msgid "low vpen" msgstr "Umurabyo Byo hasi" -#: src/flash/intel.c:246 -#, fuzzy, c-format -msgid "flash: block locked\n" -msgstr "Umurabyo Funga" +#: src/flash/intel.c:261 +#, fuzzy +msgid "block locked" +msgstr "Funga" -#: src/flash/intel.c:268 -#, fuzzy, c-format -msgid "flash: unknown error while unblocking\n" +#: src/flash/intel.c:287 +#, fuzzy +msgid "unknown error while unlocking block" msgstr "Umurabyo Kitazwi Ikosa" -#: src/flash/intel.c:287 src/flash/intel.c:339 -#, fuzzy, c-format -msgid "flash: unknown error while programming\n" +#: src/flash/intel.c:311 src/flash/intel.c:370 +#, fuzzy +msgid "unknown error while programming" msgstr "Umurabyo Kitazwi Ikosa" -#: src/flash/intel.c:469 +#: src/flash/intel.c:531 #, fuzzy msgid "supported: 28Fxxxx, 2 x 16 bit" msgstr "2. X" -#: src/flash/intel.c:481 +#: src/flash/intel.c:543 #, fuzzy msgid "supported: 28Fxxxx, 1 x 16 bit" msgstr "1. X" -#: src/flash/intel.c:493 +#: src/flash/intel.c:555 #, fuzzy msgid "supported: 28Fxxxx, 1 x 8 bit" msgstr "1. X 8" -#: src/jtag.c:295 -#, c-format -msgid "'%s' must not be run suid root!\n" -msgstr "" - -# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -# #-#-#-#-# dbaccess.pot (PACKAGE VERSION) #-#-#-#-# -#: src/jtag.c:356 -#, fuzzy, c-format -msgid "%s #%s\n" -msgstr "%-13s%s" - -#: src/jtag.c:359 -#, c-format -msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" -msgstr "" - -#: src/jtag.c:362 -#, c-format -msgid " -h, --help display this help and exit\n" -msgstr "" - -#: src/jtag.c:363 -#, c-format -msgid " -v, --version display version information and exit\n" -msgstr "" - -#: src/jtag.c:365 -#, c-format -msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" -msgstr "" - -#: src/jtag.c:366 -#, c-format -msgid " -i, --interactive enter interactive mode after reading files\n" -msgstr "" - -#: src/jtag.c:367 -#, c-format -msgid " -q, --quiet Do not print help on startup\n" -msgstr "" - -#: src/jtag.c:369 -#, c-format -msgid " [FILE] file containing commands to execute\n" -msgstr "" - -#: src/jtag.c:372 -#, c-format -msgid " Please report bugs at http://www.urjtag.org\n" -msgstr "" - -#: src/jtag.c:379 -#, c-format -msgid "" -"\n" -"%s #%s\n" -"\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -msgstr "" - -#: src/jtag.c:384 -#, c-format -msgid "" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" +#: src/part/bsbit.c:50 +#, fuzzy +msgid "missing Boundary Scan Register (BSR)" +msgstr "Ibuze" -#: src/jtag.c:439 -#, fuzzy, c-format -msgid "" -"\n" -"%s #%s\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -"\n" -"%s is free software, covered by the GNU General Public License, and you are\n" -"welcome to change it and/or distribute copies of it under certain " -"conditions.\n" -"There is absolutely no warranty for %s.\n" -"\n" -msgstr "%sR. o." +#: src/part/bsbit.c:56 +#, fuzzy +msgid "invalid boundary bit number" +msgstr "Sibyo" -#: src/jtag.c:455 -#, fuzzy, c-format -msgid "WARNING: %s may damage your hardware!\n" -msgstr "Gicurasi Kuvamo Kuri Gusohoka" +#: src/part/bsbit.c:61 +#, fuzzy +msgid "duplicate bit declaration" +msgstr "Gusubiramo" -#: src/jtag.c:456 -#, fuzzy, c-format -msgid "" -"Type \"quit\" to exit, \"help\" for help.\n" -"\n" -msgstr "Ifashayobora kugirango Ifashayobora" +#: src/part/bsbit.c:66 +#, fuzzy +msgid "invalid control bit number" +msgstr "Sibyo Igenzura" -#: src/part/data_register.c:46 -#, fuzzy, c-format -msgid "Warning: Data register name too long\n" +#: src/part/data_register.c:53 +#, fuzzy +msgid "Data register name too long\n" msgstr "Kwiyandikisha Izina:" -#: src/part/instruction.c:46 +#: src/part/data_register.c:101 #, fuzzy, c-format -msgid "Warning: Instruction name too long\n" +msgid "Data register '%s' already defined" +msgstr "Kwiyandikisha" + +#: src/part/instruction.c:51 +#, fuzzy +msgid "Instruction name too long\n" msgstr "Izina:" -#: src/part/part.c:194 +#: src/part/part.c:231 #, fuzzy, c-format -msgid "signal '%s' cannot be set as output\n" +msgid "signal '%s' cannot be set as output" msgstr "Gushyiraho Nka" -#: src/part/part.c:204 +#: src/part/part.c:246 #, fuzzy, c-format -msgid "signal '%s' cannot be set as input\n" +msgid "signal '%s' cannot be set as input" msgstr "Gushyiraho Nka" -#: src/part/part.c:228 +#: src/part/part.c:280 #, fuzzy, c-format -msgid "signal '%s' is not input signal\n" +msgid "signal '%s' is not input signal" msgstr "ni OYA Iyinjiza" -#: src/part/part.c:245 +#: src/part/part.c:300 #, c-format msgid "%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr "" -#: src/part/part.c:254 src/part/part.c:256 +#: src/part/part.c:312 src/part/part.c:314 msgid "(none)" msgstr "(ntacyo)" -#: src/svf/svf.c:351 src/svf/svf.c:529 src/svf/svf.c:868 src/svf/svf.c:872 +#: src/part/part.c:328 +#, fuzzy +msgid "instruction length is already set and used" +msgstr "Uburebure ni Gushyiraho Na" + +#: src/part/part.c:355 #, fuzzy, c-format -msgid "out of memory" -msgstr "Inyuma Bya" +msgid "Instruction '%s' already defined" +msgstr "Kwiyandikisha" + +#: src/part/part.c:363 +#, fuzzy, c-format +msgid "unknown data register '%s'" +msgstr "Kitazwi Ibyatanzwe Kwiyandikisha" -#: src/svf/svf.c:449 +#: src/svf/svf.c:470 #, c-format msgid "Error %s: mismatch at position %d for TDO\n" msgstr "" -#: src/svf/svf.c:601 src/svf/svf.c:1011 +#: src/svf/svf.c:550 #, c-format -msgid "Warning %s: command %s not implemented\n" +msgid "calloc(%zd,%zd) fails" msgstr "" -#: src/svf/svf.c:634 +#: src/svf/svf.c:624 src/svf/svf.c:1081 #, c-format -msgid "Error %s: only TCK is supported for RUNTEST.\n" +msgid "command %s not implemented\n" msgstr "" -#: src/svf/svf.c:638 +#: src/svf/svf.c:661 #, c-format -msgid "Error %s: maximum time must be larger or equal to minimum time.\n" +msgid "Error %s: only TCK is supported for RUNTEST" msgstr "" -#: src/svf/svf.c:644 +#: src/svf/svf.c:668 #, c-format -msgid "Warning %s: maximum time for RUNTEST not guaranteed.\n" +msgid "Error %s: maximum time must be larger or equal to minimum time" msgstr "" -#: src/svf/svf.c:645 -#, c-format +#: src/svf/svf.c:676 +msgid "maximum time for RUNTEST not guaranteed.\n" +msgstr "" + +#: src/svf/svf.c:677 msgid " This message is only displayed once.\n" msgstr "" -#: src/svf/svf.c:669 +#: src/svf/svf.c:710 #, c-format -msgid "Error %s: Maximum cable clock frequency required for RUNTEST.\n" +msgid "Error %s: Maximum cable clock frequency required for RUNTEST" msgstr "" -#: src/svf/svf.c:670 -#, c-format +#: src/svf/svf.c:713 msgid " Set the cable frequency with 'FREQUENCY '.\n" msgstr "" -#: src/svf/svf.c:820 +#: src/svf/svf.c:878 #, c-format msgid "Error %s: first %s command after length change must have a TDI value.\n" msgstr "" -#: src/svf/svf.c:845 +#: src/svf/svf.c:906 #, c-format msgid "Error %s: SIR command length inconsistent.\n" msgstr "" -#: src/svf/svf.c:946 +#: src/svf/svf.c:910 +#, c-format +msgid " in input file between line %d col %d and line %d col %d\n" +msgstr "" + +#: src/svf/svf.c:1011 #, c-format -msgid "Error %s: no further TRST command allowed after mode ABSENT\n" +msgid "Error %s: no further TRST command allowed after mode ABSENT" msgstr "" -#: src/svf/svf.c:966 +#: src/svf/svf.c:1034 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after a STATE command\n" +msgid "Error %s: TRST ABSENT must not be issued after a STATE command" msgstr "" -#: src/svf/svf.c:972 +#: src/svf/svf.c:1042 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command\n" +msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command" msgstr "" -#: src/svf/svf.c:982 +#: src/svf/svf.c:1052 #, c-format -msgid "Warning %s: unimplemented mode '%s' for TRST\n" +msgid "unimplemented mode '%s' for TRST\n" msgstr "" -#: src/svf/svf.c:1070 +#: src/svf/svf.c:1140 #, fuzzy, c-format -msgid "Error %s: no JTAG chain available\n" +msgid "%s: no JTAG chain available" msgstr "Kuri Impera" -#: src/svf/svf.c:1074 +#: src/svf/svf.c:1147 #, c-format -msgid "Error %s: chain without any parts\n" +msgid "%s: chain without any parts" msgstr "" -#: src/svf/svf.c:1090 +#: src/svf/svf.c:1163 #, c-format -msgid "Error %s: could not establish SDR register\n" +msgid "%s: could not establish SDR register" msgstr "" -#: src/svf/svf.c:1122 +#: src/svf/svf.c:1203 #, c-format -msgid "Error %s: could not establish SIR instruction\n" +msgid "%s: could not establish SIR instruction" msgstr "" -#: src/svf/svf.c:1156 -#, c-format +#: src/svf/svf.c:1240 msgid "" "Mismatches occurred between scanned device output and expected TDO values.\n" msgstr "" -#: src/svf/svf.c:1158 -#, c-format +#: src/svf/svf.c:1243 msgid "Scanned device output matched expected TDO values.\n" msgstr "" -#: svf_flex.l:351 +#: svf_flex.l:367 #, c-format msgid "Parsing %6d/%d (%3.0d%%)" msgstr "" -#: src/tap/cable/arcom.c:129 +#: svf_flex.l:387 src/tap/cable/ft2232.c:1741 +#: src/tap/cable/generic_parport.c:89 src/tap/cable/generic_usbconn.c:236 +#: src/tap/cable/jim.c:71 src/tap/cable/ts7800.c:171 +#: src/tap/cable/usbblaster.c:80 src/tap/cable/vision_ep9307.c:214 +#: src/tap/cable/wiggler.c:226 +#, c-format +msgid "malloc(%zd) fails" +msgstr "" + +#: src/tap/cable/arcom.c:137 msgid "Arcom JTAG Cable" msgstr "" -#: src/tap/cable/byteblaster.c:154 +#: src/tap/cable/byteblaster.c:159 msgid "" "Altera ByteBlaster/ByteBlaster II/ByteBlasterMV Parallel Port Download Cable" msgstr "" -#: src/tap/cable.c:175 -#, c-format -msgid "Failed to allocate memory for cable activity queue.\n" -msgstr "" - -#: src/tap/cable.c:220 +#: src/tap/cable.c:185 src/tap/usbconn/libusb.c:169 #, c-format -msgid "Out of memory: couldn't resize activity queue to %d\n" +msgid "malloc(%zd)/malloc(%zd) fails" msgstr "" -#: src/tap/cable.c:225 +#: src/tap/cable.c:239 #, c-format msgid "(Resized JTAG activity queue to hold max %d items)\n" msgstr "" -#: src/tap/cable.c:405 src/tap/cable.c:463 +#: src/tap/cable.c:426 src/tap/cable.c:487 #, c-format msgid "Internal error: Got wrong type of result from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:469 +#: src/tap/cable.c:494 #, c-format msgid "Internal error: Got wrong signal's value from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:523 +#: src/tap/cable.c:551 #, c-format msgid "Internal error: Got wrong type of result from queue (#%d %p.%d)\n" msgstr "" -#: src/tap/cable.c:529 -#, c-format +#: src/tap/cable.c:558 msgid "Internal error: Wanted transfer result but none was queued\n" msgstr "" -#: src/tap/cable/dlc5.c:125 +#: src/tap/cable/dlc5.c:131 msgid "Xilinx DLC5 JTAG Parallel Cable III" msgstr "" -#: src/tap/cable/ea253.c:129 +#: src/tap/cable/ea253.c:137 msgid "ETC EA253 JTAG Cable" msgstr "" -#: src/tap/cable/ei012.c:131 +#: src/tap/cable/ei012.c:139 msgid "ETC EI012 JTAG Cable" msgstr "" -#: src/tap/cable/ft2232.c:248 +#: src/tap/cable/ft2232.c:251 #, c-format -msgid "Warning: Setting lowest supported frequency for FT2232: %d\n" +msgid "Setting lowest supported frequency for FT2232: %d\n" msgstr "" -#: src/tap/cable/ft2232.c:680 -#, c-format -msgid "Error: Please power on the TARGET board and connect VCC signal!\n" +#: src/tap/cable/ft2232.c:739 +msgid "Please power on the TARGET board and connect VCC signal" msgstr "" -#: src/tap/cable/ft2232.c:1662 +#: src/tap/cable/ft2232.c:1824 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3140,67 +2979,64 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/ft2232.c:1680 +#: src/tap/cable/ft2232.c:1836 msgid "Generic FTDI FT2232 Cable" msgstr "" -#: src/tap/cable/ft2232.c:1712 +#: src/tap/cable/ft2232.c:1869 msgid "Olimex ARM-USB-OCD[-TINY] (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1758 +#: src/tap/cable/ft2232.c:1916 msgid "Analog Devices Blackfin gnICE (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1790 +#: src/tap/cable/ft2232.c:1949 msgid "Amontec JTAGkey (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1822 +#: src/tap/cable/ft2232.c:1982 msgid "OOCDLink-s (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1854 +#: src/tap/cable/ft2232.c:2015 msgid "Turtelizer 2 Rev. B (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1886 +#: src/tap/cable/ft2232.c:2048 msgid "USB to JTAG Interface (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1918 +#: src/tap/cable/ft2232.c:2081 msgid "Xverve DT-USB-ST Signalyzer Tool (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1950 -msgid "TinCanTools Flyswatter Cable" +#: src/tap/cable/ft2232.c:2114 +msgid "TinCanTools Flyswatter (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1982 +#: src/tap/cable/ft2232.c:2147 msgid "KrisTech usbScarabeus2 (FT2232) Cable" msgstr "" #: src/tap/cable/generic.c:110 -#, c-format -msgid "No space in cable activity results queue.\n" +msgid "No space in cable activity results queue" msgstr "" -#: src/tap/cable/generic.c:389 -#, c-format +#: src/tap/cable/generic.c:421 msgid "calibration error, wall clock is not monotonically increasing\n" msgstr "" -#: src/tap/cable/generic_parport.c:58 src/tap/cable/jim.c:54 -#, c-format -msgid "not enough arguments!\n" +#: src/tap/cable/generic_parport.c:62 +msgid "extra arguments" msgstr "" -#: src/tap/cable/generic_parport.c:67 +#: src/tap/cable/generic_parport.c:72 #, fuzzy, c-format -msgid "Unknown port driver: %s\n" +msgid "Unknown port type: %s" msgstr "Kitazwi Ibyatanzwe Kwiyandikisha" -#: src/tap/cable/generic_parport.c:112 +#: src/tap/cable/generic_parport.c:120 #, c-format msgid "" "Usage: cable %s parallel PORTADDR\n" @@ -3213,12 +3049,11 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:217 -#, c-format +#: src/tap/cable/generic_usbconn.c:229 msgid "Couldn't connect to suitable USB device.\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:253 +#: src/tap/cable/generic_usbconn.c:267 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [...]\n" @@ -3229,17 +3064,15 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/jim.c:58 -#, c-format -msgid "JTAG target simulator JIM - work in progress!\n" +#: src/tap/cable/jim.c:55 +msgid "not enough arguments" msgstr "" -#: src/tap/cable/jim.c:62 -#, fuzzy, c-format -msgid "Initialization failed.\n" -msgstr "Byanze" +#: src/tap/cable/jim.c:59 +msgid "JTAG target simulator JIM - work in progress!\n" +msgstr "" -#: src/tap/cable/jim.c:151 +#: src/tap/cable/jim.c:154 #, c-format msgid "Usage: cable %s\n" msgstr "" @@ -3248,73 +3081,66 @@ msgstr "" msgid "JTAG target simulator JIM" msgstr "" -#: src/tap/cable/jlink.c:572 +#: src/tap/cable/jlink.c:590 msgid "Segger/IAR J-Link, Atmel SAM-ICE and others." msgstr "" -#: src/tap/cable/keithkoep.c:141 +#: src/tap/cable/keithkoep.c:148 msgid "Keith & Koep JTAG cable" msgstr "" -#: src/tap/cable/lattice.c:131 +#: src/tap/cable/lattice.c:140 msgid "Lattice Parallel Port JTAG Cable" msgstr "" -#: src/tap/cable/mpcbdm.c:142 +#: src/tap/cable/mpcbdm.c:146 msgid "Mpcbdm JTAG cable" msgstr "" -#: src/tap/cable/triton.c:143 +#: src/tap/cable/triton.c:150 msgid "Ka-Ro TRITON Starterkit II (PXA255/250) JTAG Cable" msgstr "" -#: src/tap/cable/ts7800.c:87 src/tap/cable/vision_ep9307.c:93 -#, fuzzy, c-format -msgid "Error: unable to open /dev/mem\n" +#: src/tap/cable/ts7800.c:89 src/tap/cable/vision_ep9307.c:95 +#, fuzzy +msgid "unable to open /dev/mem" msgstr "Bya Ububiko" -#: src/tap/cable/ts7800.c:97 src/tap/cable/vision_ep9307.c:130 -#, c-format -msgid "Error: unable to mmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:102 src/tap/cable/vision_ep9307.c:138 +#, fuzzy +msgid "unable to mmap the GPIO registers" +msgstr "Kuri Impera" -#: src/tap/cable/ts7800.c:120 src/tap/cable/vision_ep9307.c:155 -#, c-format -msgid "Error: unable to munmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:127 src/tap/cable/vision_ep9307.c:164 +#, fuzzy +msgid "unable to munmap the GPIO registers" +msgstr "Kuri Impera" -#: src/tap/cable/ts7800.c:152 src/tap/cable/vision_ep9307.c:193 -#, c-format -msgid "Error: This cable type does not accept parameters!\n" +#: src/tap/cable/ts7800.c:161 src/tap/cable/vision_ep9307.c:204 +msgid "This cable type does not accept parameters" msgstr "" -#: src/tap/cable/ts7800.c:156 -#, c-format +#: src/tap/cable/ts7800.c:166 msgid "Initializing TS-7800 Built-in JTAG Chain\n" msgstr "" -#: src/tap/cable/ts7800.c:160 -#, fuzzy, c-format -msgid "%s(%d) Out of memory\n" -msgstr "%s(%d)Bya Ububiko" - -#: src/tap/cable/ts7800.c:281 src/tap/cable/vision_ep9307.c:320 +#: src/tap/cable/ts7800.c:298 src/tap/cable/vision_ep9307.c:339 #, c-format msgid "" "Usage: cable %s\n" "\n" msgstr "" -#: src/tap/cable/ts7800.c:288 +#: src/tap/cable/ts7800.c:303 msgid "TS-7800 Built-in JTAG Chain" msgstr "" -#: src/tap/cable/usbblaster.c:102 +#: src/tap/cable/usbblaster.c:104 #, c-format -msgid "Warning: USB-Blaster frequency is fixed to %ld Hz\n" +msgid "USB-Blaster frequency is fixed to %ld Hz\n" msgstr "" -#: src/tap/cable/usbblaster.c:456 +#: src/tap/cable/usbblaster.c:503 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3327,39 +3153,35 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/usbblaster.c:472 +#: src/tap/cable/usbblaster.c:514 msgid "Altera USB-Blaster Cable" msgstr "" -#: src/tap/cable/vision_ep9307.c:103 -#, c-format -msgid "Error: unable to mmap the System Control registers\n" +#: src/tap/cable/vision_ep9307.c:107 +msgid "unable to mmap the System Control registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:122 -#, c-format -msgid "Error: unable to munmap the System Controller registers\n" +#: src/tap/cable/vision_ep9307.c:127 +msgid "unable to munmap the System Controller registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:197 -#, c-format +#: src/tap/cable/vision_ep9307.c:209 msgid "Initializing Vision EP9307 SoM GPIO JTAG Cable\n" msgstr "" -#: src/tap/cable/vision_ep9307.c:327 +#: src/tap/cable/vision_ep9307.c:344 msgid "Vision EP9307 SoM GPIO JTAG Cable" msgstr "" -#: src/tap/cable/wiggler2.c:148 +#: src/tap/cable/wiggler2.c:159 msgid "Modified (with CPU Reset) WIGGLER JTAG Cable" msgstr "" -#: src/tap/cable/wiggler.c:213 -#, c-format +#: src/tap/cable/wiggler.c:248 msgid "Pin mapping failed\n" msgstr "" -#: src/tap/cable/wiggler.c:327 +#: src/tap/cable/wiggler.c:388 #, c-format msgid "" "Usage: cable %s parallel PORTADDR [TDO,TRST,TDI,TCK,TMS,SRESET]\n" @@ -3374,373 +3196,471 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/wiggler.c:359 +#: src/tap/cable/wiggler.c:415 msgid "Macraigor Wiggler JTAG Cable" msgstr "" -#: src/tap/cable/wiggler.c:377 +#: src/tap/cable/wiggler.c:434 msgid "Excelpoint IGLOO JTAG Cable" msgstr "" -#: src/tap/cable/xpc.c:634 +#: src/tap/cable/xpc.c:685 msgid "Xilinx Platform Cable USB internal chain" msgstr "" -#: src/tap/cable/xpc.c:660 +#: src/tap/cable/xpc.c:712 msgid "Xilinx Platform Cable USB external chain" msgstr "" -#: src/tap/chain.c:149 src/tap/chain.c:200 +#: src/tap/chain.c:182 src/tap/chain.c:250 #, fuzzy, c-format -msgid "%s(%d) Part %d without active instruction\n" +msgid "Part %d without active instruction" msgstr "%s(%d)Gikora" -#: src/tap/chain.c:204 +#: src/tap/chain.c:256 #, fuzzy, c-format -msgid "%s(%d) Part %d without data register\n" +msgid "Part %d without data register" msgstr "%s(%d)Ibyatanzwe" -#: src/tap/detect.c:59 +#: src/tap/chain.c:321 +#, fuzzy +msgid "Run \"detect\" first" +msgstr "Itangira" + +#: src/tap/chain.c:327 +#, c-format +msgid "active part no %d exceeds chain length %d" +msgstr "" + +#: src/tap/detect.c:65 #, fuzzy, c-format -msgid "Cannot open %s\n" -msgstr "Gufungura" +msgid "Unable to open file '%s'\n" +msgstr "Kuri Gufungura IDOSIYE" -#: src/tap/detect.c:206 +#: src/tap/detect.c:201 #, fuzzy, c-format msgid "IR length: %d\n" msgstr "Uburebure" -#: src/tap/detect.c:223 -#, fuzzy, c-format +#: src/tap/detect.c:219 +#, fuzzy msgid "Unable to detect JTAG chain length\n" msgstr "Kuri" -#: src/tap/detect.c:226 +#: src/tap/detect.c:222 #, fuzzy, c-format msgid "Chain length: %d\n" msgstr "Uburebure" -#: src/tap/detect.c:267 +#: src/tap/detect.c:265 #, c-format msgid "Device Id: %s (0x%016)\n" msgstr "" -#: src/tap/detect.c:296 -#, fuzzy, c-format +#: src/tap/detect.c:268 +msgid "Device Id: unknown as bit 0 was not a 1\n" +msgstr "" + +#: src/tap/detect.c:299 +#, fuzzy msgid " Unknown manufacturer!\n" msgstr "Ukora mu nganda" -#: src/tap/detect.c:302 +#: src/tap/detect.c:305 #, fuzzy, c-format msgid " Manufacturer: %s\n" msgstr "Ukora mu nganda" -#: src/tap/detect.c:304 -#, c-format -msgid "Warning: Manufacturer too long\n" -msgstr "" +#: src/tap/detect.c:308 +#, fuzzy +msgid "Manufacturer too long\n" +msgstr "Ukora mu nganda" -#: src/tap/detect.c:320 -#, c-format +#: src/tap/detect.c:325 msgid " Unknown part!\n" msgstr "" -#: src/tap/detect.c:326 +#: src/tap/detect.c:331 #, c-format msgid " Part(%d): %s\n" msgstr "" -#: src/tap/detect.c:328 -#, c-format -msgid "Warning: Part too long\n" +#: src/tap/detect.c:334 +msgid "Part too long\n" msgstr "" -#: src/tap/detect.c:344 -#, c-format +#: src/tap/detect.c:351 msgid " Unknown stepping!\n" msgstr "" -#: src/tap/detect.c:350 +#: src/tap/detect.c:357 #, c-format msgid " Stepping: %s\n" msgstr "" -#: src/tap/detect.c:352 -#, c-format -msgid "Warning: Stepping too long\n" +#: src/tap/detect.c:360 +msgid "Stepping too long\n" msgstr "" -#: src/tap/detect.c:382 -#, fuzzy, c-format +#: src/tap/detect.c:400 +#, fuzzy msgid "Error: Unable to detect JTAG chain end!\n" msgstr "Kuri Impera" -#: src/tap/detect.c:409 -#, fuzzy, c-format -msgid "Error: Unable to allocate a register!\n" -msgstr "Kuri Impera" - -#: src/tap/detect.c:417 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for parts!\n" -msgstr "Kuri Impera" - -#: src/tap/detect.c:424 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for a part!\n" -msgstr "Kuri Impera" - -#: src/tap/detect.c:440 -#, c-format +#: src/tap/detect.c:450 msgid "Error: could not set BR register" msgstr "" -#: src/tap/detect.c:462 -#, c-format +#: src/tap/detect.c:471 msgid "Error: could not set BYPASS instruction" msgstr "" -#: src/tap/discovery.c:108 +#: src/tap/discovery.c:117 #, c-format -msgid "Warning: TDO seems to be stuck at %d\n" +msgid "TDO seems to be stuck at %d\n" msgstr "" -#: src/tap/discovery.c:133 -#, fuzzy, c-format +#: src/tap/discovery.c:142 +#, fuzzy msgid "Detecting IR length ... " msgstr "Uburebure" # basctl/source\basicide\basidesh.src:RID_IMGBTN_REMOVEWATCH.text -#: src/tap/discovery.c:139 src/tap/discovery.c:171 +#: src/tap/discovery.c:148 src/tap/discovery.c:184 #, fuzzy, c-format msgid "%d\n" msgstr "%d" -#: src/tap/discovery.c:142 -#, fuzzy, c-format +#: src/tap/discovery.c:153 +#, fuzzy msgid "Error: Invalid IR length!\n" msgstr "Uburebure" -#: src/tap/discovery.c:153 -#, fuzzy, c-format -msgid "Error: Out of memory!\n" -msgstr "Bya Ububiko" - -#: src/tap/discovery.c:165 +#: src/tap/discovery.c:177 #, fuzzy, c-format msgid "Detecting DR length for IR %s ... " msgstr "Uburebure kugirango" -#: src/tap/parport/direct.c:139 -#, c-format -msgid "Couldn't load InpOut32.dll; maybe not installed?\n" +#: src/tap/parport/direct.c:157 +msgid "Couldn't load InpOut32.dll; maybe not installed?" msgstr "" -#: src/tap/parport/direct.c:206 src/tap/parport/ppdev.c:119 -#: src/tap/parport/ppi.c:115 -#, fuzzy, c-format -msgid "Syntax error!\n" -msgstr "Ikosa ry'imyandikire" - -#: src/tap/parport/direct.c:213 -#, fuzzy, c-format -msgid "Invalid port address!\n" +#: src/tap/parport/direct.c:223 +#, fuzzy +msgid "Invalid port address" msgstr "Umuyoboro Aderesi" -#: src/tap/parport/direct.c:225 +#: src/tap/parport/direct.c:238 #, fuzzy, c-format msgid "Disconnecting %s from parallel port at 0x%x\n" msgstr "Bivuye Biteganye Umuyoboro ku" -#: src/tap/parport/direct.c:231 +#: src/tap/parport/direct.c:245 #, fuzzy, c-format msgid "Initializing parallel port at 0x%x\n" msgstr "ku Biteganye Umuyoboro ku" -#: src/tap/parport/direct.c:235 src/tap/parport/ppdev.c:134 -#: src/tap/parport/ppi.c:130 -#, fuzzy, c-format -msgid "%s(%d) Out of memory.\n" -msgstr "%s(%d)Bya Ububiko" - -#: src/tap/parport/ppdev.c:125 +#: src/tap/parport/ppdev.c:132 #, fuzzy, c-format msgid "Disconnecting %s from ppdev port %s\n" msgstr "Bivuye Umuyoboro" -#: src/tap/parport/ppdev.c:130 +#: src/tap/parport/ppdev.c:138 #, fuzzy, c-format msgid "Initializing ppdev port %s\n" msgstr "ku Umuyoboro" -#: src/tap/parport/ppdev.c:148 +#: src/tap/parport/ppdev.c:155 #, fuzzy, c-format -msgid "Could not open port %s: %s\n" +msgid "Could not open port %s" msgstr "Gufungura" -#: src/tap/parport/ppdev.c:153 -#, c-format -msgid "Could not claim ppdev device: %s\n" +#: src/tap/parport/ppdev.c:162 +msgid "Could not claim ppdev device" msgstr "" -#: src/tap/parport/ppi.c:121 +#: src/tap/parport/ppi.c:128 #, fuzzy, c-format msgid "Disconnecting %s from ppi port %s\n" msgstr "Bivuye Umuyoboro" -#: src/tap/parport/ppi.c:126 +#: src/tap/parport/ppi.c:135 #, fuzzy, c-format msgid "Initializing on ppi port %s\n" msgstr "ku Umuyoboro" -#: src/tap/tap.c:71 src/tap/tap.c:131 src/tap/tap.c:142 +#: src/tap/tap.c:78 src/tap/tap.c:150 src/tap/tap.c:163 #, fuzzy, c-format msgid "%s: Invalid state: %2X\n" msgstr "%s:Leta" -#: src/tap/usbconn/libftd2xx.c:100 +#: src/tap/usbconn/libftd2xx.c:133 #, c-format -msgid "%s(): FT_Write() failed.\n" +msgid "FT_Write() failed: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:104 src/tap/usbconn/libftdi.c:89 -#, c-format -msgid "%s(): Written fewer bytes than requested.\n" +#: src/tap/usbconn/libftd2xx.c:141 src/tap/usbconn/libftdi.c:93 +msgid "Written fewer bytes than requested" msgstr "" -#: src/tap/usbconn/libftd2xx.c:123 src/tap/usbconn/libftdi.c:108 -#, c-format -msgid "%s(): Receive buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:161 src/tap/usbconn/libftdi.c:113 +msgid "Receive buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:130 src/tap/usbconn/libftd2xx.c:190 +#: src/tap/usbconn/libftd2xx.c:168 src/tap/usbconn/libftd2xx.c:230 #, c-format -msgid "%s(): Error from FT_Read(): %d\n" +msgid "Error from FT_Read(): %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:134 src/tap/usbconn/libftdi.c:119 +#: src/tap/usbconn/libftd2xx.c:173 src/tap/usbconn/libftdi.c:127 #, c-format -msgid "%s(): Received less bytes than requested.\n" +msgid "%s(): Received fewer bytes than requested.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:256 src/tap/usbconn/libftdi.c:224 -#, c-format -msgid "%s(): Send buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:297 src/tap/usbconn/libftdi.c:237 +msgid "Send buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:314 -#, c-format +#: src/tap/usbconn/libftd2xx.c:360 msgid "Connected to libftd2xx driver.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:389 src/tap/usbconn/libftd2xx.c:428 -#: src/tap/usbconn/libftd2xx.c:448 src/tap/usbconn/libftd2xx.c:471 +#: src/tap/usbconn/libftd2xx.c:437 src/tap/usbconn/libftd2xx.c:484 +#: src/tap/usbconn/libftd2xx.c:519 src/tap/usbconn/libftd2xx.c:546 #, c-format -msgid "%s(): Can't reset device.\n" +msgid "Can't reset device: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:391 src/tap/usbconn/libftd2xx.c:430 -#: src/tap/usbconn/libftd2xx.c:450 src/tap/usbconn/libftd2xx.c:473 +#: src/tap/usbconn/libftd2xx.c:441 src/tap/usbconn/libftd2xx.c:523 +#: src/tap/usbconn/libftd2xx.c:550 #, c-format -msgid "%s(): Can't purge RX buffer.\n" +msgid "Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:394 +#: src/tap/usbconn/libftd2xx.c:446 #, c-format -msgid "%s(): Can't set latency timer.\n" +msgid "Can't set latency timer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:397 +#: src/tap/usbconn/libftd2xx.c:451 #, c-format -msgid "%s(): Can't set baudrate.\n" +msgid "Can't set baudrate: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:433 +#: src/tap/usbconn/libftd2xx.c:488 #, c-format -msgid "%s(): Can't set USB parameters.\n" +msgid "s(): Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:436 +#: src/tap/usbconn/libftd2xx.c:495 #, c-format -msgid "%s(): Can't set special characters.\n" +msgid "Can't set USB parameters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:442 +#: src/tap/usbconn/libftd2xx.c:500 #, c-format -msgid "%s(): Can't set target latency timer.\n" +msgid "Can't set special characters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:445 +#: src/tap/usbconn/libftd2xx.c:508 #, c-format -msgid "%s(): Can't set MPSSE bitmode.\n" +msgid "Can't set target latency timer: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:84 +#: src/tap/usbconn/libftd2xx.c:514 #, c-format -msgid "%s(): ftdi_write_data() failed: %s\n" +msgid "Can't set MPSSE bitmode: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:115 src/tap/usbconn/libftdi.c:168 +#: src/tap/usbconn/libftdi.c:87 #, c-format -msgid "%s(): Error from ftdi_read_data(): %s\n" +msgid "ftdi_write_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:286 +#: src/tap/usbconn/libftdi.c:122 src/tap/usbconn/libftdi.c:178 #, c-format +msgid "Error from ftdi_read_data(): %s" +msgstr "" + +#: src/tap/usbconn/libftdi.c:305 msgid "Connected to libftdi driver.\n" msgstr "" -#: src/tap/usbconn/libftdi.c:324 +#: src/tap/usbconn/libftdi.c:344 #, c-format -msgid "%s() failed: %s\n" +msgid "%s(): ftdi_usb_open_desc() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:349 +#: src/tap/usbconn/libftdi.c:346 #, c-format -msgid "%s(): ftdi_usb_purge_buffers() failed: %s\n" +msgid "ftdi_usb_open_desc() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:352 src/tap/usbconn/libftdi.c:369 +#: src/tap/usbconn/libftdi.c:371 #, c-format -msgid "%s(): ftdi_read_data() failed: %s\n" +msgid "ftdi_usb_purge_buffers() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:361 +#: src/tap/usbconn/libftdi.c:375 src/tap/usbconn/libftdi.c:396 #, c-format -msgid "%s(): ftdi_usb_purge_rx_buffer() failed: %s\n" +msgid "ftdi_read_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:366 +#: src/tap/usbconn/libftdi.c:385 #, c-format -msgid "%s(): ftdi_usb_purge_tx_buffer() failed: %s\n" +msgid "ftdi_usb_purge_rx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:386 +#: src/tap/usbconn/libftdi.c:392 #, c-format -msgid "%s(): ftdi_poll_status() failed: %s\n" +msgid "ftdi_usb_purge_tx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:391 src/tap/usbconn/libftdi.c:485 -#: src/tap/usbconn/libftdi.c:504 +#: src/tap/usbconn/libftdi.c:413 #, c-format -msgid "%s(): ftdi_usb_reset() failed: %s\n" +msgid "ftdi_poll_status() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:414 src/tap/usbconn/libftdi.c:477 +#: src/tap/usbconn/libftdi.c:418 src/tap/usbconn/libftdi.c:534 +#: src/tap/usbconn/libftdi.c:556 #, c-format -msgid "%s(): ftdi_set_latency_timer() failed: %s\n" +msgid "ftdi_usb_reset() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:427 +#: src/tap/usbconn/libftdi.c:444 src/tap/usbconn/libftdi.c:524 #, c-format -msgid "%s(): ftdi_set_baudrate() failed: %s\n" +msgid "ftdi_set_latency_timer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:481 +#: src/tap/usbconn/libftdi.c:461 #, c-format -msgid "%s(): ftdi_set_bitmode() failed: %s\n" +msgid "ftdi_set_baudrate() failed: %s" msgstr "" +#: src/tap/usbconn/libftdi.c:529 +#, c-format +msgid "ftdi_set_bitmode() failed: %s" +msgstr "" + +#, fuzzy +#~ msgid "Out of memory, %s line %i\n" +#~ msgstr "Bya" + +#, fuzzy +#~ msgid "No JTAG chain available\n" +#~ msgstr "(Oya Isobanuramiterere Bihari" + +#, fuzzy +#~ msgid "Unable to open BSDL file '%s'\n" +#~ msgstr "Kuri Gufungura IDOSIYE" + +#, fuzzy +#~ msgid "Cannot open file %s or %s.\n" +#~ msgstr "Gufungura" + +#, fuzzy +#~ msgid "out of memory\n" +#~ msgstr "Inyuma Bya" + +#, fuzzy +#~ msgid "signal '%s' is not found\n" +#~ msgstr "OYA" + +#, fuzzy +#~ msgid "Error: Bus width detection failed\n" +#~ msgstr "Ubugari" + +#, fuzzy +#~ msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" +#~ msgstr "Ubugari 0" + +#, fuzzy +#~ msgid "Addr: 0x%08X\n" +#~ msgstr "Aderesi" + +#, fuzzy +#~ msgid "%s: no active part\n" +#~ msgstr "%s:Oya Gikora" + +#, fuzzy +#~ msgid "Error: Cable connection failed!\n" +#~ msgstr "Ukwihuza Byanze" + +#, fuzzy +#~ msgid "Error: Cable initialization failed!\n" +#~ msgstr "Byanze" + +#, fuzzy +#~ msgid "Error: Cable not configured. Please use '%s' command first!\n" +#~ msgstr "OYA Gukoresha Komandi: Itangira" + +# sw/source\ui\utlui\initui.src:RID_SW_SHELLRES.STR_CALC_SYNTAX.text +#, fuzzy +#~ msgid "%s: syntax error!\n" +#~ msgstr "%s:Ikosa ry'iyandikanteruro**" + +#, fuzzy +#~ msgid "Unable to open file `%s go=%d'!\n" +#~ msgstr "Kuri Gufungura IDOSIYE" + +#, fuzzy +#~ msgid "bus alloc/attach failed!\n" +#~ msgstr "Byanze" + +#, fuzzy +#~ msgid "bus initialization failed!\n" +#~ msgstr "Byanze" + +#, fuzzy +#~ msgid "" +#~ "\n" +#~ "flash error\n" +#~ msgstr "Umurabyo" + +#, fuzzy +#~ msgid "Out of memory!\n" +#~ msgstr "Ububiko bwarenzwe" + +#, fuzzy +#~ msgid "flash: block locked\n" +#~ msgstr "Umurabyo Funga" + +#, fuzzy +#~ msgid "out of memory" +#~ msgstr "Inyuma Bya" + +#, fuzzy +#~ msgid "Initialization failed.\n" +#~ msgstr "Byanze" + +#, fuzzy +#~ msgid "%s(%d) Out of memory\n" +#~ msgstr "%s(%d)Bya Ububiko" + +#, fuzzy +#~ msgid "Cannot open %s\n" +#~ msgstr "Gufungura" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for parts!\n" +#~ msgstr "Kuri Impera" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for a part!\n" +#~ msgstr "Kuri Impera" + +#, fuzzy +#~ msgid "Error: Out of memory!\n" +#~ msgstr "Bya Ububiko" + +#, fuzzy +#~ msgid "Syntax error!\n" +#~ msgstr "Ikosa ry'imyandikire" + +#, fuzzy +#~ msgid "%s(%d) Out of memory.\n" +#~ msgstr "%s(%d)Bya Ububiko" + #, fuzzy #~ msgid "" #~ "Blackfin BF537 Stamp compatible bus driver via BSR (JTAG part No. %d)\n" @@ -3764,10 +3684,6 @@ msgstr "" #~ msgid "Intel PXA27x compatible bus driver via BSR (JTAG part No. %d)\n" #~ msgstr "Musomyi: Biturutse" -#, fuzzy -#~ msgid "addr: 0x%08X\r" -#~ msgstr "Aderesi" - #, fuzzy #~ msgid "Error during file read.\n" #~ msgstr "IDOSIYE Gusoma" diff --git a/urjtag/po/sk.po b/urjtag/po/sk.po index 9440ab5a..b578d53d 100644 --- a/urjtag/po/sk.po +++ b/urjtag/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: jtag 0.5.1\n" "Report-Msgid-Bugs-To: marcel@telka.sk\n" -"POT-Creation-Date: 2009-04-08 22:49+0200\n" +"POT-Creation-Date: 2009-05-28 14:35+0200\n" "PO-Revision-Date: 2003-10-08 21:25+0200\n" "Last-Translator: Marcel Telka \n" "Language-Team: Slovak \n" @@ -15,333 +15,416 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: bsdl_bison.y:257 +#: src/apps/jtag/jtag.c:372 +#, c-format +msgid "'%s' must not be run suid root!\n" +msgstr "" + +#: src/apps/jtag/jtag.c:431 +#, fuzzy, c-format +msgid "%s #%s\n" +msgstr "%-13s %s\n" + +#: src/apps/jtag/jtag.c:434 +#, c-format +msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" +msgstr "" + +#: src/apps/jtag/jtag.c:437 +#, c-format +msgid " -h, --help display this help and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:438 +#, c-format +msgid " -v, --version display version information and exit\n" +msgstr "" + +#: src/apps/jtag/jtag.c:440 +#, c-format +msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:441 +#, c-format +msgid " -i, --interactive enter interactive mode after reading files\n" +msgstr "" + +#: src/apps/jtag/jtag.c:442 +#, c-format +msgid " -q, --quiet Do not print help on startup\n" +msgstr "" + +#: src/apps/jtag/jtag.c:444 +#, c-format +msgid " [FILE] file containing commands to execute\n" +msgstr "" + +#: src/apps/jtag/jtag.c:447 +#, c-format +msgid " Please report bugs at http://www.urjtag.org\n" +msgstr "" + +#: src/apps/jtag/jtag.c:454 +#, c-format +msgid "" +"\n" +"%s #%s\n" +"\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +msgstr "" + +#: src/apps/jtag/jtag.c:459 +#, c-format +msgid "" +"\n" +"This program is free software; you can redistribute it and/or modify\n" +"it under the terms of the GNU General Public License as published by\n" +"the Free Software Foundation; either version 2 of the License, or\n" +"(at your option) any later version.\n" +"\n" +"This program is distributed in the hope that it will be useful,\n" +"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" +"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" +"GNU General Public License for more details.\n" +"\n" +"You should have received a copy of the GNU General Public License\n" +"along with this program; if not, write to the Free Software\n" +"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" +msgstr "" + +#: src/apps/jtag/jtag.c:485 src/apps/jtag/jtag.c:508 src/apps/jtag/jtag.c:531 +#, c-format +msgid "Out of memory\n" +msgstr "Nedostatok pamäte\n" + +#: src/apps/jtag/jtag.c:493 +#, c-format +msgid "Unable to open file `%s'!\n" +msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" + +#: src/apps/jtag/jtag.c:520 +#, fuzzy, c-format +msgid "" +"\n" +"%s #%s\n" +"Copyright (C) 2002, 2003 ETC s.r.o.\n" +"Copyright (C) 2007, 2008, 2009 Kolja Waschk and the respective authors\n" +"\n" +"%s is free software, covered by the GNU General Public License, and you are\n" +"welcome to change it and/or distribute copies of it under certain " +"conditions.\n" +"There is absolutely no warranty for %s.\n" +"\n" +msgstr "" +"%s\n" +"Autorské práva © 2002, 2003 ETC s.r.o.\n" +"%s je voľný softvér, pokrytý VÅ¡eobecnou verejnou licenciou GNU a môžete ho\n" +"meniÅ¥ a/alebo distribuovaÅ¥ jeho kópie za urÄitých podmienok.\n" +"Neposkytuje sa žiadna záruka pre %s.\n" +"\n" + +#: src/apps/jtag/jtag.c:537 +#, fuzzy, c-format +msgid "%s may damage your hardware!\n" +msgstr "" +"Upozornenie: %s môže poÅ¡kodiÅ¥ váš hardvér! Napíšte \"quit\" pre ukonÄenie!\n" +"\n" + +#: src/apps/jtag/jtag.c:539 +#, fuzzy +msgid "" +"Type \"quit\" to exit, \"help\" for help.\n" +"\n" +msgstr "" +"Napíšte \"help\" pre získanie pomoci.\n" +"\n" + +#: bsdl_bison.y:268 msgid "Unsupported BSDL construct found" msgstr "" -#: bsdl_bison.y:320 +#: bsdl_bison.y:331 msgid "Error in Instruction_Opcode attribute statement" msgstr "" -#: bsdl_bison.y:333 +#: bsdl_bison.y:344 msgid "Multiple opcode patterns are not supported, first pattern will be used" msgstr "" -#: bsdl_bison.y:364 +#: bsdl_bison.y:375 msgid "Error in Opcode List" msgstr "" -#: bsdl_bison.y:450 +#: bsdl_bison.y:461 msgid "Error in Boundary Cell description" msgstr "" -#: bsdl_bison.y:574 +#: bsdl_bison.y:586 #, fuzzy msgid "Error in ISC_Pin_Behavior Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:586 +#: bsdl_bison.y:598 #, fuzzy msgid "Error in ISC_Fixed_System_Pins Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:613 +#: bsdl_bison.y:625 #, fuzzy msgid "Error in ISC_Security Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:647 +#: bsdl_bison.y:659 #, fuzzy msgid "Error in ISC_Flow Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:811 +#: bsdl_bison.y:823 #, fuzzy msgid "Error in ISC_Procedure Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:835 +#: bsdl_bison.y:847 #, fuzzy msgid "Error in ISC_Action Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: bsdl_bison.y:875 bsdl_bison.y:883 vhdl_bison.y:657 +#: bsdl_bison.y:890 bsdl_bison.y:904 vhdl_bison.y:674 #, c-format msgid "Line %d, %s.\n" msgstr "" -#: bsdl_bison.y:1114 bsdl_bison.y:1182 bsdl_bison.y:1241 bsdl_bison.y:1276 -#: bsdl_bison.y:1314 bsdl_bison.y:1464 bsdl_bison.y:1514 bsdl_flex.l:443 -#: bsdl_flex.l:529 src/bsdl/bsdl_sem.c:169 src/bsdl/bsdl_sem.c:545 -#: vhdl_bison.y:821 vhdl_bison.y:922 vhdl_bison.y:1010 vhdl_bison.y:1042 -#: vhdl_bison.y:1062 vhdl_bison.y:1092 vhdl_bison.y:1109 vhdl_bison.y:1127 -#: vhdl_flex.l:373 vhdl_flex.l:460 svf_flex.l:369 -#, fuzzy, c-format -msgid "Out of memory, %s line %i\n" -msgstr "Nedostatok pamäte\n" - -#: src/bsdl/bsdl.c:138 -#, fuzzy -msgid "No JTAG chain available\n" -msgstr "(popis je nedostupný)" - -#: src/bsdl/bsdl.c:143 -msgid "Chain without any parts\n" -msgstr "" - -#: src/bsdl/bsdl.c:160 +#: src/bsdl/bsdl.c:117 #, c-format msgid "Reading file '%s'\n" msgstr "" -#: src/bsdl/bsdl.c:164 -#, fuzzy, c-format -msgid "Unable to open BSDL file '%s'\n" -msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" - -#: src/bsdl/bsdl.c:178 +#: src/bsdl/bsdl.c:138 #, c-format msgid "BSDL file '%s' passed VHDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:185 +#: src/bsdl/bsdl.c:145 #, c-format msgid "BSDL file '%s' passed BSDL stage correctly\n" msgstr "" -#: src/bsdl/bsdl.c:192 +#: src/bsdl/bsdl.c:152 #, c-format msgid "BSDL file '%s' contains errors in VHDL stage, stopping\n" msgstr "" -#: src/bsdl/bsdl.c:326 src/tap/detect.c:364 +#: src/bsdl/bsdl.c:293 src/tap/detect.c:372 #, c-format msgid " Filename: %s\n" msgstr " Súbor: %s\n" -#: src/bsdl/bsdl.c:338 +#: src/bsdl/bsdl.c:305 #, fuzzy, c-format msgid "Cannot open directory %s\n" msgstr "Nepodarilo sa otvoriÅ¥ %s\n" -#: bsdl_flex.l:405 vhdl_flex.l:333 -#, c-format -msgid "Illegal character %c (/%03o) at line %d:\n" -msgstr "" - -#: bsdl_flex.l:437 vhdl_flex.l:365 -msgid "Scanner could not be initialized\n" -msgstr "" - -#: src/bsdl/bsdl_sem.c:238 +#: src/bsdl/bsdl_sem.c:204 msgid "No IDCODE specification found.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:640 +#: src/bsdl/bsdl_sem.c:649 msgid "IDCODE matched\n" msgstr "" -#: src/bsdl/bsdl_sem.c:643 +#: src/bsdl/bsdl_sem.c:651 msgid "IDCODE mismatch\n" msgstr "" -#: src/bsdl/bsdl_sem.c:690 +#: src/bsdl/bsdl_sem.c:699 msgid "BSDL stage reported errors, aborting.\n" msgstr "" -#: src/bsdl/bsdl_sem.c:698 +#: src/bsdl/bsdl_sem.c:706 #, c-format msgid "Got IDCODE: %s\n" msgstr "" -#: vhdl_bison.y:219 +#: vhdl_bison.y:231 msgid "Improper Entity declaration" msgstr "" -#: vhdl_bison.y:220 +#: vhdl_bison.y:232 msgid "Check if source file is BSDL" msgstr "" -#: vhdl_bison.y:230 vhdl_bison.y:238 +#: vhdl_bison.y:242 vhdl_bison.y:250 #, fuzzy msgid "Syntax Error" msgstr "Chyba syntaxe!\n" -#: vhdl_bison.y:248 +#: vhdl_bison.y:260 msgid "Improper Port declaration" msgstr "" -#: vhdl_bison.y:280 +#: vhdl_bison.y:292 #, fuzzy msgid "Error in Package declaration(s)" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:305 +#: vhdl_bison.y:317 #, fuzzy msgid "Error in Standard Package" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:323 +#: vhdl_bison.y:335 #, fuzzy msgid "Error in Standard Declarations" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:334 +#: vhdl_bison.y:346 #, fuzzy msgid "Error in Attribute type identification" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:350 +#: vhdl_bison.y:362 #, fuzzy msgid "Error in Type definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:366 +#: vhdl_bison.y:378 #, fuzzy msgid "Error in Bit definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:377 +#: vhdl_bison.y:389 #, fuzzy msgid "Error in Record Definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:390 +#: vhdl_bison.y:402 #, fuzzy msgid "Error in defered constant" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:402 +#: vhdl_bison.y:414 #, fuzzy msgid "Error in Package Body definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:414 +#: vhdl_bison.y:426 #, fuzzy msgid "Error in Cell Constant definition" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:425 +#: vhdl_bison.y:437 #, fuzzy msgid "Error in Cell Data Record" msgstr "Chyba: Pripojenie kábla zlyhalo!\n" -#: vhdl_bison.y:434 +#: vhdl_bison.y:446 #, fuzzy msgid "Error in Cell_Type Function field" msgstr "Chyba: Pripojenie kábla zlyhalo!\n" -#: vhdl_bison.y:441 +#: vhdl_bison.y:453 #, fuzzy msgid "Error in BScan_Inst Instruction field" msgstr "Chyba: Pripojenie kábla zlyhalo!\n" -#: vhdl_bison.y:448 +#: vhdl_bison.y:460 #, fuzzy msgid "Error in Constant CAP data source field" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:472 +#: vhdl_bison.y:484 #, fuzzy msgid "Error in User-Defined Package declarations" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:479 +#: vhdl_bison.y:491 msgid "Unknown VHDL statement" msgstr "" -#: vhdl_bison.y:502 +#: vhdl_bison.y:514 #, fuzzy msgid "Error in Attribute specification" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: vhdl_bison.y:651 +#: vhdl_bison.y:669 #, c-format msgid "In Package %s, Line %d, %s.\n" msgstr "" -#: vhdl_bison.y:664 +#: vhdl_bison.y:687 msgid "Too many errors" msgstr "" -#: vhdl_flex.l:518 -#, fuzzy, c-format -msgid "Cannot open file %s or %s.\n" -msgstr "Nepodarilo sa otvoriÅ¥ %s\n" - -#: src/bus/au1500.c:126 +#: src/bus/au1500.c:124 #, fuzzy, c-format msgid "AU1500 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/au1500.c:297 +#: src/bus/au1500.c:301 msgid "AU1500 BUS Driver via BSR" msgstr "" -#: src/bus/avr32.c:127 -#, c-format -msgid "%s(%d): error, " -msgstr "" - -#: src/bus/avr32.c:150 +#: src/bus/avr32.c:153 #, fuzzy, c-format msgid "%s: instr=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:153 +#: src/bus/avr32.c:158 #, fuzzy, c-format msgid "%s: ret=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:166 +#: src/bus/avr32.c:172 #, fuzzy, c-format msgid "%s: data=%s\n" msgstr "%-13s %s\n" -#: src/bus/avr32.c:169 +#: src/bus/avr32.c:175 #, c-format msgid "%s: data out=%s\n" msgstr "" -#: src/bus/avr32.c:190 +#: src/bus/avr32.c:196 #, c-format -msgid "%s: slave=%01x, addr=%08x, %s\n" +msgid "%s: slave=%01x, addr=%08lx, %s\n" msgstr "" -#: src/bus/avr32.c:215 src/bus/avr32.c:240 src/bus/avr32.c:311 -#: src/bus/avr32.c:322 -#, c-format -msgid "%s: data=%08x\n" -msgstr "" +#: src/bus/avr32.c:222 src/bus/avr32.c:248 src/bus/avr32.c:322 +#: src/bus/avr32.c:334 +#, fuzzy, c-format +msgid "%s: data=%08lx\n" +msgstr "%-13s %s\n" -#: src/bus/avr32.c:282 -#, c-format -msgid "%s: addr=%08x, mode=%s\n" -msgstr "" +#: src/bus/avr32.c:292 +#, fuzzy, c-format +msgid "%s: addr=%08lx, mode=%s\n" +msgstr "adresa: 0x%08X" -#: src/bus/avr32.c:370 +#: src/bus/avr32.c:383 #, fuzzy, c-format -msgid "%s: read status %08x\n" +msgid "%s: read status %08lx\n" msgstr "%s: Neplatný stav: %2X\n" -#: src/bus/avr32.c:401 -#, c-format -msgid "%s: status=%08x\n" -msgstr "" +#: src/bus/avr32.c:417 +#, fuzzy, c-format +msgid "%s: status=%08lx\n" +msgstr "%s: Neplatný stav: %2X\n" -#: src/bus/avr32.c:569 +#: src/bus/avr32.c:613 #, fuzzy, c-format msgid "AVR32 multi-mode bus driver (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/avr32.c:651 +#: src/bus/avr32.c:695 #, fuzzy, c-format -msgid "%s:addr=%08x\n" +msgid "%s:addr=%08lx\n" msgstr "adresa: 0x%08X" -#: src/bus/avr32.c:760 +#: src/bus/avr32.c:806 msgid "" "Atmel AVR32 multi-mode bus driver, requires parameter\n" " valid parameters:\n" @@ -355,18 +438,18 @@ msgid "" " HSBU: 32 bit bus for the uncached HSB area, via SAB" msgstr "" -#: src/bus/bcm1250.c:120 +#: src/bus/bcm1250.c:115 #, c-format msgid "Broadcom BCM1250 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bcm1250.c:488 +#: src/bus/bcm1250.c:525 msgid "Broadcom BCM1250 compatible bus driver via BSR" msgstr "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/bf533_ezkit.c:143 +#: src/bus/bf533_ezkit.c:139 #, fuzzy, c-format msgid "Blackfin BF533 EZKit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -377,59 +460,59 @@ msgstr "" msgid "Blackfin BF533 EZKit board bus driver" msgstr "" -#: src/bus/bf533_stamp.c:144 +#: src/bus/bf533_stamp.c:145 #, fuzzy, c-format msgid "Blackfin BF533 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf533_stamp.c:325 +#: src/bus/bf533_stamp.c:332 msgid "Blackfin BF533 Stamp board bus driver" msgstr "" -#: src/bus/bf537_stamp.c:317 src/bus/pxa2x0.c:242 +#: src/bus/bf537_stamp.c:315 src/bus/pxa2x0.c:251 #, fuzzy, c-format msgid "%s (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/bf537_stamp.c:337 +#: src/bus/bf537_stamp.c:335 #, fuzzy msgid "Blackfin BF537 Stamp board bus driver via BSR" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf537_stamp.c:347 +#: src/bus/bf537_stamp.c:345 #, fuzzy msgid "Blackfin BF537 EZ-KIT board bus driver via BSR" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf537_stamp.c:357 +#: src/bus/bf537_stamp.c:355 #, fuzzy msgid "Blackfin BF527 EZ-KIT board bus driver via BSR" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf537_stamp.c:367 +#: src/bus/bf537_stamp.c:365 #, fuzzy msgid "Blackfin BF538F EZ-KIT board bus driver" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf537_stamp.c:377 +#: src/bus/bf537_stamp.c:375 #, fuzzy msgid "Blackfin BF526 EZ-KIT board bus driver" msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf548_ezkit.c:142 +#: src/bus/bf548_ezkit.c:140 #, fuzzy, c-format msgid "" "Blackfin BF548 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" @@ -437,11 +520,11 @@ msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf548_ezkit.c:313 +#: src/bus/bf548_ezkit.c:314 msgid "Blackfin BF548 EZ-KIT board bus driver" msgstr "" -#: src/bus/bf561_ezkit.c:147 +#: src/bus/bf561_ezkit.c:145 #, fuzzy, c-format msgid "" "Blackfin BF561 EZ-KIT compatible bus driver via BSR (JTAG part No. %d)\n" @@ -449,11 +532,11 @@ msgstr "" "Hitachi SH7751R kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/bf561_ezkit.c:336 +#: src/bus/bf561_ezkit.c:337 msgid "Blackfin BF561 EZ-KIT board bus driver" msgstr "" -#: src/bus/bscoach.c:146 +#: src/bus/bscoach.c:137 #, fuzzy, c-format msgid "" "Goepel electronic Boundary Scan Coach compatible bus driver via BSR (JTAG " @@ -461,133 +544,115 @@ msgid "" msgstr "" "Hitachi SH7727 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/bscoach.c:382 +#: src/bus/bscoach.c:378 msgid "" "Goepel Boundary Scan Coach compatible bus driver for flash programming via " "BSR" msgstr "" -#: src/bus/buses.c:167 src/cmd/include.c:74 src/cmd/parse.c:59 -#: src/cmd/parse.c:93 src/cmd/scan.c:88 src/cmd/shell.c:62 src/jtag.c:407 -#: src/jtag.c:426 src/jtag.c:450 src/tap/detect.c:271 -#: src/tap/usbconn/libusb.c:150 src/tap/usbconn/libftd2xx.c:283 -#: src/tap/usbconn/libftdi.c:252 +#: src/bus/buses.c:182 src/bus/buses.c:219 #, c-format -msgid "Out of memory\n" -msgstr "Nedostatok pamäte\n" +msgid "realloc(%s,%zd) fails" +msgstr "" + +#: src/bus/buses.c:242 +#, fuzzy +msgid "invalid bus number" +msgstr "%s: neplatné Äíslo zbernice\n" + +#: src/bus/buses.c:284 +#, fuzzy, c-format +msgid "Initialized bus %d, active bus %d\n" +msgstr "inicializovaÅ¥ ovládaÄ zbernice pre aktívnu súÄiastku" -#: src/bus/ejtag.c:149 +#: src/bus/ejtag.c:137 #, fuzzy, c-format msgid "EJTAG compatible bus driver via PrAcc (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/ejtag.c:176 -#, c-format -msgid "%s(%d) EJADDRESS, EJDATA or EJCONTROL register not found\n" +#: src/bus/ejtag.c:168 +msgid "EJADDRESS, EJDATA or EJCONTROL register not found" msgstr "" -#: src/bus/ejtag.c:195 +#: src/bus/ejtag.c:189 #, c-format -msgid "%s(%d) Reset occurred, ctrl=%s\n" +msgid "Reset occurred, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:202 +#: src/bus/ejtag.c:196 #, c-format -msgid "%s(%d) No processor access, ctrl=%s\n" +msgid "No processor access, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:215 +#: src/bus/ejtag.c:210 #, c-format -msgid "%s(%d) PrAcc bad alignment: addr=0x%08x\n" +msgid "PrAcc bad alignment: addr=0x%08lx" msgstr "" -#: src/bus/ejtag.c:229 +#: src/bus/ejtag.c:225 #, c-format -msgid "%s(%d) PrAcc write: addr=0x%08x data=0x%08x\n" +msgid "%s(%d) PrAcc write: addr=0x%08lx data=0x%08lx\n" msgstr "" #: src/bus/ejtag.c:236 #, c-format -msgid "%s(%d) Unknown write addr=0x%08x data=0x%08x\n" +msgid "Unknown write addr=0x%08lx data=0x%08lx" msgstr "" -#: src/bus/ejtag.c:291 -#, c-format -msgid "%s(%d) EJCONTROL or EJIMPCODE register not found\n" +#: src/bus/ejtag.c:297 +msgid "EJCONTROL or EJIMPCODE register not found" msgstr "" -#: src/bus/ejtag.c:481 +#: src/bus/ejtag.c:546 #, c-format -msgid "%s(%d) Failed to enter debug mode, ctrl=%s\n" +msgid "Failed to enter debug mode, ctrl=%s" msgstr "" -#: src/bus/ejtag.c:677 +#: src/bus/ejtag.c:761 #, fuzzy msgid "EJTAG compatible bus driver via PrAcc" msgstr "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/fjmem.c:91 src/bus/fjmem.c:106 src/bus/fjmem.c:187 -#: src/bus/fjmem.c:193 src/bus/fjmem.c:295 src/cmd/instruction.c:95 -#: src/cmd/register.c:71 src/cmd/register.c:85 src/cmd/salias.c:72 -#: src/cmd/signal.c:88 src/tap/detect.c:212 src/tap/detect.c:235 -#: src/tap/tap.c:53 -#, c-format -msgid "out of memory\n" -msgstr "nedostatok pamäte\n" - -#: src/bus/fjmem.c:101 src/cmd/instruction.c:84 -#, c-format -msgid "invalid instruction length\n" +#: src/bus/fjmem.c:108 src/part/part.c:348 +#, fuzzy +msgid "invalid instruction length" msgstr "neplatná dĺžka inÅ¡trukcie\n" -#: src/bus/fjmem.c:367 -#, c-format -msgid "Wrong parameter specification: %s\n" -msgstr "" - -#: src/bus/fjmem.c:424 -#, c-format -msgid "Parameter for instruction opcode missing.\n" +#: src/bus/fjmem.c:397 +msgid "Parameter for instruction opcode missing" msgstr "" -#: src/bus/fjmem.c:473 +#: src/bus/fjmem.c:475 #, fuzzy, c-format msgid "fjmem FPGA bus driver via USER register (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/fjmem.c:595 src/bus/fjmem.c:627 src/bus/fjmem.c:661 -#: src/bus/fjmem.c:696 src/bus/jopcyc.c:549 src/bus/jopcyc.c:584 -#: src/bus/jopcyc.c:615 src/bus/jopcyc.c:647 src/bus/zefant-xs3.c:692 -#: src/bus/zefant-xs3.c:759 src/bus/zefant-xs3.c:807 src/bus/zefant-xs3.c:859 -#, c-format -msgid "Address out of range\n" +#: src/bus/fjmem.c:610 src/bus/fjmem.c:645 src/bus/fjmem.c:680 +#: src/bus/fjmem.c:716 src/bus/jopcyc.c:557 src/bus/jopcyc.c:596 +#: src/bus/jopcyc.c:628 src/bus/jopcyc.c:662 src/bus/zefant-xs3.c:707 +#: src/bus/zefant-xs3.c:780 src/bus/zefant-xs3.c:831 src/bus/zefant-xs3.c:887 +msgid "Address out of range" msgstr "" -#: src/bus/fjmem.c:713 +#: src/bus/fjmem.c:733 msgid "" "FPGA JTAG memory bus driver via USER register, requires parameters:\n" " opcode= [len=]" msgstr "" -#: src/bus/generic_bus.c:40 src/cmd/get.c:63 src/cmd/set.c:77 -#: src/cmd/test.c:65 -#, c-format -msgid "signal '%s' not found\n" -msgstr "signál '%s' nenájdený\n" - -#: src/bus/ixp425.c:121 +#: src/bus/ixp425.c:117 #, c-format msgid "Intel IXP425 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/ixp425.c:291 +#: src/bus/ixp425.c:290 msgid "Intel IXP425 compatible bus driver via BSR" msgstr "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/jopcyc.c:349 +#: src/bus/jopcyc.c:344 #, fuzzy, c-format msgid "" "JOP.design Cyclone Board compatible bus driver via BSR (JTAG part No. %d)\n" @@ -595,53 +660,50 @@ msgstr "" "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/jopcyc.c:677 +#: src/bus/jopcyc.c:694 #, fuzzy msgid "JOP.design Cyclone Board compatible bus driver via BSR" msgstr "Broadcom BCM1250 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/lh7a400.c:142 +#: src/bus/lh7a400.c:139 #, fuzzy, c-format msgid "Sharp LH7A400 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Hitachi SH7750R kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/lh7a400.c:320 +#: src/bus/lh7a400.c:327 #, fuzzy msgid "Sharp LH7A400 compatible bus driver via BSR (flash access only!)" msgstr "" "Hitachi SH7750R kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/mpc5200.c:147 +#: src/bus/mpc5200.c:157 #, fuzzy, c-format msgid "Freescale MPC5200 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/mpc5200.c:161 +#: src/bus/mpc5200.c:172 msgid "LocalPlus Bus" msgstr "" -#: src/bus/mpc5200.c:376 +#: src/bus/mpc5200.c:401 #, fuzzy msgid "Freescale MPC5200 compatible bus driver via BSR, parameter: [mux]" msgstr "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/mpc824x.c:107 -#, c-format +#: src/bus/mpc824x.c:112 msgid "" -" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently\n" +" Bus width 64 exists in mpc824x, but not supported by UrJTAG currently" msgstr "" -#: src/bus/mpc824x.c:111 -#, c-format -msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1\n" +#: src/bus/mpc824x.c:117 +msgid " Only 8,32 and 64 bus width are supported for Banks 0 and 1" msgstr "" -#: src/bus/mpc824x.c:120 -#, c-format +#: src/bus/mpc824x.c:129 msgid "" "Usage: initbus mpc824x [width=WIDTH] [revbits] [dbgAddr] [dbgData]\n" "\n" @@ -651,51 +713,51 @@ msgid "" " dbgData display data bus state (default - no)\n" msgstr "" -#: src/bus/mpc824x.c:140 +#: src/bus/mpc824x.c:155 #, c-format msgid " Using default bus width %d\n" msgstr "" -#: src/bus/mpc824x.c:235 +#: src/bus/mpc824x.c:244 #, fuzzy, c-format msgid "Motorola MPC824x compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/mpc824x.c:256 +#: src/bus/mpc824x.c:268 msgid "Base ROM Interface (Bank 1)" msgstr "" -#: src/bus/mpc824x.c:265 src/bus/mpc824x.c:283 +#: src/bus/mpc824x.c:278 src/bus/mpc824x.c:297 msgid "Base ROM Interface (Bank 0)" msgstr "" -#: src/bus/mpc824x.c:311 +#: src/bus/mpc824x.c:327 #, c-format -msgid "Warning: unhandled bus width: %i\n" +msgid "Warning: unhandled bus width: %i" msgstr "" -#: src/bus/mpc824x.c:325 +#: src/bus/mpc824x.c:350 #, c-format -msgid "Addr [%2d:0]: %06X " +msgid "Addr [%2d:0]: %06lX " msgstr "" -#: src/bus/mpc824x.c:370 +#: src/bus/mpc824x.c:400 #, c-format -msgid "Data WR [%d:0]: %08X " +msgid "Data WR [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:407 +#: src/bus/mpc824x.c:446 #, c-format -msgid "Data RD [%d:0]: %08X " +msgid "Data RD [%d:0]: %08lX " msgstr "" -#: src/bus/mpc824x.c:519 +#: src/bus/mpc824x.c:566 #, fuzzy msgid "Motorola MPC824x compatible bus driver via BSR" msgstr "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/ppc405ep.c:116 +#: src/bus/ppc405ep.c:113 #, fuzzy, c-format msgid "IBM PowerPC 405EP compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -706,65 +768,61 @@ msgstr "" msgid "IBM PowerPC 405EP compatible bus driver via BSR" msgstr "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/ppc440gx_ebc8.c:118 +#: src/bus/ppc440gx_ebc8.c:113 #, fuzzy, c-format msgid "" "IBM PowerPC 440GX 8-bit compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/ppc440gx_ebc8.c:269 +#: src/bus/ppc440gx_ebc8.c:271 #, fuzzy msgid "IBM PowerPC 440GX 8-bit EBC compatible bus driver via BSR" msgstr "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/prototype.c:129 +#: src/bus/prototype.c:133 #, c-format -msgid "value %s not defined for parameter %s\n" +msgid "value %lu not defined for parameter %s" msgstr "" -#: src/bus/prototype.c:138 +#: src/bus/prototype.c:166 src/cmd/cmd_get.c:71 src/cmd/cmd_set.c:98 +#: src/cmd/cmd_test.c:75 #, fuzzy, c-format -msgid "signal '%s' is not found\n" +msgid "signal '%s' not found" msgstr "signál '%s' nenájdený\n" -#: src/bus/prototype.c:166 +#: src/bus/prototype.c:210 #, c-format -msgid "parameter %s is unknown\n" +msgid "parameter %s is unknown" msgstr "" -#: src/bus/prototype.c:195 -#, c-format -msgid "parameters alsb= and/or amsb= are not defined\n" +#: src/bus/prototype.c:254 +msgid "parameters alsb= and/or amsb= are not defined" msgstr "" -#: src/bus/prototype.c:243 -#, c-format +#: src/bus/prototype.c:314 msgid "parameters dlsb= and/or dmsb= are not defined\n" msgstr "" -#: src/bus/prototype.c:248 -#, c-format +#: src/bus/prototype.c:321 msgid "parameter cs= or ncs= is not defined\n" msgstr "" -#: src/bus/prototype.c:253 -#, c-format +#: src/bus/prototype.c:328 msgid "parameter oe= or noe= is not defined\n" msgstr "" -#: src/bus/prototype.c:258 -#, c-format +#: src/bus/prototype.c:335 msgid "parameter we= or nwe= is not defined\n" msgstr "" -#: src/bus/prototype.c:283 +#: src/bus/prototype.c:361 #, fuzzy, c-format msgid "Configurable prototype bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/prototype.c:436 +#: src/bus/prototype.c:517 msgid "" "Configurable prototype bus driver via BSR, requires parameters:\n" " amsb= alsb= dmsb= dlsb=\n" @@ -772,74 +830,66 @@ msgid "" "x8|x16|x32]" msgstr "" -#: src/bus/pxa2x0.c:302 src/bus/pxa2x0.c:392 +#: src/bus/pxa2x0.c:322 src/bus/pxa2x0.c:421 msgid "Static Chip Select 0" msgstr "Statický výber Äipu 0" -#: src/bus/pxa2x0.c:364 +#: src/bus/pxa2x0.c:392 msgid "Memory Mapped registers (Memory Ctl)" msgstr "Pamäťovo mapované registre (Memory Ctl)" -#: src/bus/pxa2x0.c:457 +#: src/bus/pxa2x0.c:496 msgid "PXA270 internal address space (cfg, SRAM)" msgstr "" -#: src/bus/pxa2x0.c:475 +#: src/bus/pxa2x0.c:516 msgid "PXA270 SDRAM space (4x 64MB)" msgstr "" -#: src/bus/pxa2x0.c:702 +#: src/bus/pxa2x0.c:756 msgid "Intel PXA2x0 compatible bus driver via BSR" msgstr "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/pxa2x0.c:718 +#: src/bus/pxa2x0.c:772 #, fuzzy msgid "Intel PXA27x compatible bus driver via BSR" msgstr "Intel PXA2x0 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/readmem.c:55 src/bus/writemem.c:49 src/flash/detectflash.c:56 -#, c-format -msgid "Error: Missing bus driver!\n" +#: src/bus/readmem.c:55 src/bus/writemem.c:49 +#, fuzzy +msgid "Missing bus driver" msgstr "Chyba: Chýba ovládaÄ zbernice!\n" -#: src/bus/readmem.c:62 src/bus/writemem.c:56 -#, c-format -msgid "Error: Bus width detection failed\n" -msgstr "Chyba: Detekcia šírky zbernice zlyhala\n" - #: src/bus/readmem.c:68 src/bus/writemem.c:62 -#, c-format -msgid "Unknown bus width!\n" +#, fuzzy +msgid "Unknown bus width" msgstr "Neznáma šírka zbernice!\n" -#: src/bus/readmem.c:75 src/bus/writemem.c:69 -#, c-format -msgid "address: 0x%08X\n" +#: src/bus/readmem.c:81 src/bus/writemem.c:75 +#, fuzzy, c-format +msgid "address: 0x%08lX\n" msgstr "adresa: 0x%08X\n" -#: src/bus/readmem.c:76 src/bus/writemem.c:70 -#, c-format -msgid "length: 0x%08X\n" +#: src/bus/readmem.c:83 src/bus/writemem.c:77 +#, fuzzy, c-format +msgid "length: 0x%08lX\n" msgstr "dĺžka: 0x%08X\n" -#: src/bus/readmem.c:79 src/bus/writemem.c:73 -#, c-format -msgid "length is 0.\n" +#: src/bus/readmem.c:88 src/bus/writemem.c:82 +#, fuzzy +msgid "length is 0" msgstr "dĺžka je 0.\n" -#: src/bus/readmem.c:85 -#, c-format +#: src/bus/readmem.c:94 msgid "reading:\n" msgstr "Äítam:\n" -#: src/bus/readmem.c:105 src/bus/writemem.c:87 src/flash/flash.c:160 -#: src/flash/flash.c:205 src/flash/flash.c:308 src/flash/flash.c:358 -#, c-format -msgid "addr: 0x%08X" +#: src/bus/readmem.c:120 src/bus/writemem.c:98 +#, fuzzy, c-format +msgid "addr: 0x%08llX\r" msgstr "adresa: 0x%08X" -#: src/bus/readmem.c:113 src/bus/writemem.c:122 src/flash/flash.c:220 -#, c-format +#: src/bus/readmem.c:133 src/bus/writemem.c:144 src/flash/flash.c:258 msgid "" "\n" "Done.\n" @@ -847,7 +897,7 @@ msgstr "" "\n" "Hotovo.\n" -#: src/bus/s3c4510x.c:182 +#: src/bus/s3c4510x.c:179 #, fuzzy, c-format msgid "" "Samsung S3C4510B compatibile bus driver via BSR (JTAG part No. %d) RCS0=%" @@ -856,36 +906,31 @@ msgstr "" "Samsung S3C4510B kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %" "d)\n" -#: src/bus/s3c4510x.c:414 +#: src/bus/s3c4510x.c:427 msgid "Samsung S3C4510B compatible bus driver via BSR" msgstr "Samsung S3C4510B kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/sa1110.c:128 +#: src/bus/sa1110.c:124 #, c-format msgid "Intel SA-1110 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/sa1110.c:305 +#: src/bus/sa1110.c:307 msgid "Intel SA-1110 compatible bus driver via BSR" msgstr "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/sh7727.c:138 +#: src/bus/sh7727.c:135 #, c-format msgid "Hitachi SH7727 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Hitachi SH7727 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/sh7727.c:165 -#, c-format -msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" -msgstr "Chyba: Neplatná šírka zbernice (MD3 = MD4 = 0)!\n" - -#: src/bus/sh7727.c:346 +#: src/bus/sh7727.c:347 msgid "Hitachi SH7727 compatible bus driver via BSR" msgstr "Hitachi SH7727 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/sh7750r.c:136 +#: src/bus/sh7750r.c:133 #, c-format msgid "Hitachi SH7750R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -896,7 +941,7 @@ msgstr "" msgid "Hitachi SH7750R compatible bus driver via BSR" msgstr "Hitachi SH7750R kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/sh7751r.c:130 +#: src/bus/sh7751r.c:127 #, c-format msgid "Hitachi SH7751R compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -907,7 +952,7 @@ msgstr "" msgid "Hitachi SH7751R compatible bus driver via BSR" msgstr "Hitachi SH7751R kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/sharc21065l.c:123 +#: src/bus/sharc21065l.c:121 #, fuzzy, c-format msgid "" "Analog Device's SHARC 21065L compatible bus driver via BSR (JTAG part No. %" @@ -919,35 +964,35 @@ msgstr "" msgid "Boot Memory Select" msgstr "" -#: src/bus/sharc21065l.c:309 +#: src/bus/sharc21065l.c:316 #, fuzzy msgid "SHARC_21065L compatible bus driver via BSR" msgstr "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/slsup3.c:167 +#: src/bus/slsup3.c:169 #, fuzzy, c-format msgid "SLS UP3 bus driver via BSR (JTAG part No. %d)\n" msgstr "" "Intel SA-1110 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/slsup3.c:178 +#: src/bus/slsup3.c:181 msgid "Flash Memory (2 MByte) byte mode" msgstr "" -#: src/bus/slsup3.c:187 +#: src/bus/slsup3.c:191 msgid "SRAM 128KByte (64K x 16)" msgstr "" -#: src/bus/slsup3.c:196 +#: src/bus/slsup3.c:201 msgid "LCD Display (RS select by A0)" msgstr "" -#: src/bus/slsup3.c:423 +#: src/bus/slsup3.c:440 #, fuzzy msgid "SLS UP3 compatible bus driver via BSR" msgstr "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/tx4925.c:140 +#: src/bus/tx4925.c:137 #, fuzzy, c-format msgid "Toshiba TX4925 compatible bus driver via BSR (JTAG part No. %d)\n" msgstr "" @@ -958,32 +1003,22 @@ msgstr "" msgid "Toshiba TX4925 compatible bus driver via BSR" msgstr "Intel IXP425 kompatibilný ovládaÄ zbernice cez BSR" -#: src/bus/writemem.c:79 -#, fuzzy, c-format +#: src/bus/writemem.c:88 +#, fuzzy msgid "writing:\n" msgstr "Äítam:\n" -#: src/bus/writemem.c:91 +#: src/bus/writemem.c:103 #, c-format -msgid "Data not on word boundary, NOT SUPPORTED!" +msgid "Short read: bc=0x%zX\n" msgstr "" -#: src/bus/writemem.c:93 +#: src/bus/writemem.c:110 #, fuzzy, c-format -msgid "Unexpected end of file!\n" +msgid "Unexpected end of file; Addr: 0x%08llX\n" msgstr "Chyba: neoÄakávaný koniec súboru\n" -#: src/bus/writemem.c:94 -#, fuzzy, c-format -msgid "Addr: 0x%08X\n" -msgstr "adresa: 0x%08X\n" - -#: src/bus/writemem.c:99 -#, c-format -msgid "Short read: bc=0x%X\n" -msgstr "" - -#: src/bus/zefant-xs3.c:423 +#: src/bus/zefant-xs3.c:419 #, fuzzy, c-format msgid "" "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR (JTAG part " @@ -991,98 +1026,53 @@ msgid "" msgstr "" "Hitachi SH7727 kompatibilný ovládaÄ zbernice cez BSR (JTAG súÄiastka Ä. %d)\n" -#: src/bus/zefant-xs3.c:737 src/bus/zefant-xs3.c:783 src/bus/zefant-xs3.c:837 -#: src/bus/zefant-xs3.c:946 -#, fuzzy, c-format -msgid "Component type not supported\n" +#: src/bus/zefant-xs3.c:756 src/bus/zefant-xs3.c:806 src/bus/zefant-xs3.c:864 +#: src/bus/zefant-xs3.c:981 +#, fuzzy +msgid "Component type not supported" msgstr "Nepodporovaná flash pamäť!\n" -#: src/bus/zefant-xs3.c:953 +#: src/bus/zefant-xs3.c:988 #, fuzzy msgid "Simple Solutions Zefant-XS3 Board compatible bus driver via BSR" msgstr "Samsung S3C4510B kompatibilný ovládaÄ zbernice cez BSR" -#: src/cmd/bit.c:61 -#, c-format -msgid "%s: invalid number of parameters (%d) for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:66 -#, c-format -msgid "%s: cable test failed for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:71 src/cmd/bus.c:46 src/cmd/dr.c:48 src/cmd/get.c:52 -#: src/cmd/initbus.c:46 src/cmd/instruction.c:44 src/cmd/part.c:59 -#: src/cmd/print.c:65 src/cmd/register.c:50 src/cmd/salias.c:49 -#: src/cmd/scan.c:50 src/cmd/set.c:53 src/cmd/signal.c:50 src/cmd/test.c:54 -#, c-format -msgid "Run \"detect\" first.\n" -msgstr "Spustite najskôr \"detect\".\n" - -#: src/cmd/bit.c:76 src/cmd/dr.c:53 src/cmd/get.c:57 src/cmd/initbus.c:51 -#: src/cmd/instruction.c:49 src/cmd/register.c:55 src/cmd/salias.c:54 -#: src/cmd/scan.c:55 src/cmd/set.c:58 src/cmd/signal.c:55 src/cmd/test.c:59 -#, c-format -msgid "%s: no active part\n" -msgstr "%s: nie je aktívna súÄiastka\n" - -#: src/cmd/bit.c:83 -#, fuzzy, c-format -msgid "%s: missing Boundary Scan Register (BSR) for command '%s'\n" -msgstr "chýbajúci Boundary Scan Register (BSR)\n" - -#: src/cmd/bit.c:89 -#, c-format -msgid "%s: unable to get boundary bit number for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:94 +#: src/cmd/cmd_bit.c:88 #, fuzzy, c-format -msgid "%s: invalid boundary bit number for command '%s'\n" +msgid "%s: unable to get boundary bit number for command '%s'" msgstr "neplatné Äíslo hraniÄného bitu\n" -#: src/cmd/bit.c:98 +#: src/cmd/cmd_bit.c:97 #, fuzzy, c-format -msgid "%s: duplicate bit declaration for command '%s'\n" -msgstr "duplikátna deklarácia bitu\n" - -#: src/cmd/bit.c:104 -#, c-format -msgid "%s: invalid bit type length for command '%s'\n" -msgstr "" +msgid "%s: invalid bit type length for command '%s'" +msgstr "flash: neplatná sekvencia príkazov\n" -#: src/cmd/bit.c:129 +#: src/cmd/cmd_bit.c:125 #, fuzzy, c-format -msgid "%s: invalid bit type for command '%s'\n" +msgid "%s: invalid bit type for command '%s'" msgstr "flash: neplatná sekvencia príkazov\n" -#: src/cmd/bit.c:135 -#, c-format -msgid "%s: invalid default value length for command '%s'\n" -msgstr "" - -#: src/cmd/bit.c:145 -#, c-format -msgid "%s: out of memory for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:134 +#, fuzzy, c-format +msgid "%s: invalid default value length for command '%s'" +msgstr "flash: neplatná sekvencia príkazov\n" -#: src/cmd/bit.c:155 -#, c-format -msgid "%s: unable to get control bit number for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:149 +#, fuzzy, c-format +msgid "%s: invalid default value '%s' for command '%s'" +msgstr "flash: neplatná sekvencia príkazov\n" -#: src/cmd/bit.c:159 +#: src/cmd/cmd_bit.c:167 #, fuzzy, c-format -msgid "%s: invalid control bit number for command '%s'\n" +msgid "%s: unable to get control bit number for command '%s'" msgstr "neplatné Äíslo riadiaceho bitu\n" -#: src/cmd/bit.c:166 -#, c-format -msgid "%s: invalid control value length for command '%s'\n" -msgstr "" +#: src/cmd/cmd_bit.c:175 +#, fuzzy, c-format +msgid "%s: invalid control value length for command '%s'" +msgstr "neplatné Äíslo riadiaceho bitu\n" -#: src/cmd/bit.c:184 +#: src/cmd/cmd_bit.c:200 #, c-format msgid "" "Usage: %s NUMBER TYPE DEFAULT SIGNAL [CBIT CVAL CSTATE]\n" @@ -1110,11 +1100,11 @@ msgstr "" "RHOD Riadiaca hodnota\n" "RSTAV Riadiaci stav, platný stav je len Z\n" -#: src/cmd/bit.c:200 +#: src/cmd/cmd_bit.c:216 msgid "define new BSR bit" msgstr "definuje nový BSR bit" -#: src/cmd/bsdl.c:93 +#: src/cmd/cmd_bsdl.c:124 #, c-format msgid "" "Usage: %s path PATHLIST\n" @@ -1128,16 +1118,11 @@ msgid "" "FILE file containing part description in BSDL format\n" msgstr "" -#: src/cmd/bsdl.c:106 +#: src/cmd/cmd_bsdl.c:137 msgid "manage BSDL files" msgstr "" -#: src/cmd/bus.c:54 -#, c-format -msgid "%s: invalid bus number\n" -msgstr "%s: neplatné Äíslo zbernice\n" - -#: src/cmd/bus.c:67 +#: src/cmd/cmd_bus.c:71 #, c-format msgid "" "Usage: %s BUS\n" @@ -1150,39 +1135,16 @@ msgstr "" "\n" "ZBERNICA Äíslo zbernice\n" -#: src/cmd/bus.c:76 +#: src/cmd/cmd_bus.c:79 msgid "change active bus" msgstr "zmeniÅ¥ aktívnu zbernicu" -#: src/cmd/cable.c:58 -#, c-format -msgid "Note: the 'cable' command syntax changed, please read the help text\n" -msgstr "" - -#: src/cmd/cable.c:76 +#: src/cmd/cmd_cable.c:98 #, fuzzy, c-format -msgid "Unknown cable type: %s\n" +msgid "Unknown cable type: '%s'" msgstr "Neznámy kábel: %s\n" -#: src/cmd/cable.c:98 src/tap/cable/ft2232.c:1580 -#: src/tap/cable/generic_parport.c:82 src/tap/cable/generic_usbconn.c:223 -#: src/tap/cable/jim.c:68 src/tap/cable/usbblaster.c:79 -#: src/tap/cable/vision_ep9307.c:201 src/tap/cable/wiggler.c:195 -#, c-format -msgid "%s(%d) malloc failed!\n" -msgstr "" - -#: src/cmd/cable.c:105 src/tap/cable/generic_parport.c:76 -#, c-format -msgid "Error: Cable connection failed!\n" -msgstr "Chyba: Pripojenie kábla zlyhalo!\n" - -#: src/cmd/cable.c:113 -#, c-format -msgid "Error: Cable initialization failed!\n" -msgstr "Chyba: Inicializácia kábla zlyhala!\n" - -#: src/cmd/cable.c:130 +#: src/cmd/cmd_cable.c:167 #, c-format msgid "" "Usage: %s DRIVER [DRIVER_OPTS]\n" @@ -1196,50 +1158,52 @@ msgid "" "List of supported cables:\n" msgstr "" -#: src/cmd/cable.c:142 src/cmd/help.c:41 +#: src/cmd/cmd_cable.c:179 src/cmd/cmd_help.c:53 #, c-format msgid "%-13s %s\n" msgstr "%-13s %s\n" -#: src/cmd/cable.c:147 +#: src/cmd/cmd_cable.c:185 msgid "select JTAG cable" msgstr "nastaviÅ¥ JTAG kábel" -#: src/cmd/cmd.c:170 -#, c-format -msgid "Error: Cable not configured. Please use '%s' command first!\n" -msgstr "" -"Chyba: Kábel nie je nakonfigurovaný. Prosím najskôr použie príkaz '%s'!\n" - -#: src/cmd/cmd.c:194 -#, c-format -msgid "%s: syntax error!\n" -msgstr "%s: chyba syntaxe!\n" - -#: src/cmd/cmd.c:205 +#: src/cmd/cmd_cmd.c:164 #, fuzzy, c-format msgid "%s: Ambiguous command\n" msgstr "%s: neznámy príkaz\n" -#: src/cmd/cmd.c:206 src/cmd/help.c:57 +#: src/cmd/cmd_cmd.c:167 src/cmd/cmd_help.c:70 #, c-format msgid "%s: unknown command\n" msgstr "%s: neznámy príkaz\n" -#: src/cmd/debug.c:56 +#: src/cmd/cmd_debug.c:86 +#, c-format +msgid "Current log level is '%s'\n" +msgstr "" + +#: src/cmd/cmd_debug.c:117 #, c-format msgid "" -"Usage: %s n\n" -"Enabled debugging.\n" +"Usage: %s LEVEL\n" +"Set logging/debugging level.\n" "\n" -"n =1 fileio, 2=tap commands, 4 =?\n" +"LEVEL:\n" +"all every single bit as it is transmitted\n" +"comm low level communication details\n" +"debug more details of interest for developers\n" +"detail verbose output\n" +"normal just noteworthy info\n" +"warning unmissable warnings\n" +"error only fatal errors\n" +"silent suppress logging output\n" msgstr "" -#: src/cmd/debug.c:65 -msgid "debug jtag program" +#: src/cmd/cmd_debug.c:133 +msgid "set logging/debugging level" msgstr "" -#: src/cmd/detect.c:83 +#: src/cmd/cmd_detect.c:62 #, c-format msgid "" "Usage: %s\n" @@ -1255,18 +1219,17 @@ msgstr "" "Ak nie sú súÄiastky zdetekované, ostatné príkazy nemusia fungovaÅ¥\n" "správne.\n" -#: src/cmd/detect.c:93 +#: src/cmd/cmd_detect.c:72 msgid "detect parts on the JTAG chain" msgstr "detekovaÅ¥ súÄiastky v JTAG reÅ¥azci" -#: src/cmd/detectflash.c:41 src/cmd/eraseflash.c:47 src/cmd/flashmem.c:49 -#: src/cmd/peekpoke.c:47 src/cmd/peekpoke.c:109 src/cmd/readmem.c:45 -#: src/cmd/writemem.c:43 -#, c-format -msgid "Error: Bus driver missing.\n" -msgstr "Chyba: Chýba ovládaÄ zbernice.\n" +#: src/cmd/cmd_detectflash.c:52 src/cmd/cmd_peekpoke.c:57 +#: src/cmd/cmd_peekpoke.c:139 src/cmd/cmd_readmem.c:57 +#: src/cmd/cmd_writemem.c:55 +msgid "Bus missing" +msgstr "" -#: src/cmd/detectflash.c:57 +#: src/cmd/cmd_detectflash.c:66 #, fuzzy, c-format msgid "" "Usage: %s ADDRESS\n" @@ -1277,11 +1240,11 @@ msgstr "" "Použitie: %s\n" "DetekovaÅ¥ typ flash pamäte pripojený k súÄiastke.\n" -#: src/cmd/detectflash.c:66 +#: src/cmd/cmd_detectflash.c:75 msgid "detect parameters of flash chips attached to a part" msgstr "detekovaÅ¥ parametre Äipov flash pripojených k súÄiastke" -#: src/cmd/discovery.c:51 +#: src/cmd/cmd_discovery.c:57 #, c-format msgid "" "Usage: %s\n" @@ -1306,31 +1269,31 @@ msgstr "" "Upozornenie: Toto môže byÅ¥ nebezpeÄné pre niektoré súÄiastky\n" "(hlavne v prípade, ak súÄiastka nemá TRST signál).\n" -#: src/cmd/discovery.c:66 +#: src/cmd/cmd_discovery.c:72 msgid "discovery of unknown parts in the JTAG chain" msgstr "preskúmaÅ¥ neznáme súÄiastky v JTAG reÅ¥azci" -#: src/cmd/dr.c:58 -#, c-format -msgid "%s: part without active instruction\n" +#: src/cmd/cmd_dr.c:69 +#, fuzzy, c-format +msgid "%s: part without active instruction" msgstr "%s: súÄiastka bez aktívnej inÅ¡trukcie\n" -#: src/cmd/dr.c:62 -#, c-format -msgid "%s: part without active data register\n" +#: src/cmd/cmd_dr.c:76 +#, fuzzy, c-format +msgid "%s: instruction without active data register" msgstr "%s: súÄiastka bez aktívneho dátového registra\n" -#: src/cmd/dr.c:79 +#: src/cmd/cmd_dr.c:101 #, c-format -msgid "%s: register length mismatch\n" +msgid "%s: register length %d mismatch: %zd" msgstr "" -#: src/cmd/dr.c:94 +#: src/cmd/cmd_dr.c:118 #, c-format msgid "%s\n" msgstr "%s\n" -#: src/cmd/dr.c:103 +#: src/cmd/cmd_dr.c:127 #, fuzzy, c-format msgid "" "Usage: %s [DIR]\n" @@ -1348,21 +1311,19 @@ msgstr "" " pre vstupný a 'out' pre výstupný; predvolená hodnota\n" " je 'out'\n" -#: src/cmd/dr.c:115 +#: src/cmd/cmd_dr.c:139 msgid "display active data register for a part" msgstr "zobraziÅ¥ akívny dátový register pre súÄiastku" -#: src/cmd/endian.c:42 -#, c-format +#: src/cmd/cmd_endian.c:52 msgid "Endianess for external files: big\n" msgstr "Poradie bajtov pre externé súbory: big endian\n" -#: src/cmd/endian.c:44 -#, c-format +#: src/cmd/cmd_endian.c:55 msgid "Endianess for external files: little\n" msgstr "Poradie bajtov pre externé súbory: little endian\n" -#: src/cmd/endian.c:65 +#: src/cmd/cmd_endian.c:79 #, c-format msgid "" "Usage: %s\n" @@ -1371,11 +1332,17 @@ msgstr "" "Použitie: %s\n" "NastaviÅ¥ alebo vypísaÅ¥ poradie bajtov pre externá súbory.\n" -#: src/cmd/endian.c:72 +#: src/cmd/cmd_endian.c:86 msgid "set/print endianess" msgstr "nastaviÅ¥/vypísaÅ¥ poradie bajtov" -#: src/cmd/eraseflash.c:65 +#: src/cmd/cmd_eraseflash.c:57 src/cmd/cmd_flashmem.c:60 +#: src/cmd/cmd_peekpoke.c:62 src/cmd/cmd_peekpoke.c:144 +#, fuzzy +msgid "Bus driver missing" +msgstr "Chyba: Chýba ovládaÄ zbernice.\n" + +#: src/cmd/cmd_eraseflash.c:74 #, c-format msgid "" "Usage: %s ADDR BLOCKS\n" @@ -1399,7 +1366,7 @@ msgstr "" "\n" "Podporované pamäte flash:\n" -#: src/cmd/eraseflash.c:77 src/cmd/flashmem.c:97 +#: src/cmd/cmd_eraseflash.c:86 src/cmd/cmd_flashmem.c:112 #, c-format msgid "" "%s\n" @@ -1408,16 +1375,16 @@ msgstr "" "%s\n" " %s\n" -#: src/cmd/eraseflash.c:82 +#: src/cmd/cmd_eraseflash.c:92 msgid "erase flash memory by number of blocks" msgstr "vymazaÅ¥ pamäť flash podľa poÄtu blokov" -#: src/cmd/flashmem.c:64 src/cmd/writemem.c:52 src/jtag.c:414 -#, c-format -msgid "Unable to open file `%s'!\n" +#: src/cmd/cmd_flashmem.c:76 src/cmd/cmd_writemem.c:66 +#, fuzzy, c-format +msgid "Unable to open file `%s'" msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" -#: src/cmd/flashmem.c:82 +#: src/cmd/cmd_flashmem.c:96 #, fuzzy, c-format msgid "" "Usage: %s ADDR FILENAME [noverify]\n" @@ -1445,21 +1412,21 @@ msgstr "" "\n" "Podporované pamäte flash:\n" -#: src/cmd/flashmem.c:102 +#: src/cmd/cmd_flashmem.c:118 msgid "burn flash memory with data from a file" msgstr "napáliÅ¥ dáta zo súboru do pamäte flash" -#: src/cmd/frequency.c:43 -#, c-format -msgid "Current TCK frequency is %u Hz\n" +#: src/cmd/cmd_frequency.c:55 +#, fuzzy, c-format +msgid "Current TCK frequency is %lu Hz\n" msgstr "Aktuálna frekvencia TCK je %u Hz\n" -#: src/cmd/frequency.c:53 -#, c-format -msgid "Setting TCK frequency to %u Hz\n" +#: src/cmd/cmd_frequency.c:63 +#, fuzzy, c-format +msgid "Setting TCK frequency to %lu Hz\n" msgstr "Nastavujem frekvenciu TCK na %u Hz\n" -#: src/cmd/frequency.c:63 +#: src/cmd/cmd_frequency.c:74 #, c-format msgid "" "Usage: %s [FREQ]\n" @@ -1484,19 +1451,19 @@ msgstr "" "FREK musí byÅ¥ celé Äíslo bez znamienka. Minimálna povolená frekvencia\n" "je 1 Hz. Ak chcete vypnúť obmedzenie frekvencie, použite 0 pre FREK.\n" -#: src/cmd/frequency.c:78 +#: src/cmd/cmd_frequency.c:89 msgid "setup JTAG frequency" msgstr "nastaviÅ¥ JTAG frekvenciu" -#: src/cmd/get.c:68 +#: src/cmd/cmd_get.c:79 #, c-format msgid "%s = %d\n" msgstr "%s = %d\n" -#: src/cmd/get.c:77 -#, c-format +#: src/cmd/cmd_get.c:88 +#, fuzzy, c-format msgid "" -"Usage: %s SIGNAL\n" +"Usage: %s signal SIGNAL\n" "Get signal state from output BSR (Boundary Scan Register).\n" "\n" "SIGNAL signal name (from JTAG declaration file)\n" @@ -1506,12 +1473,11 @@ msgstr "" "\n" "SIGNÃL názov signálu (zo súboru JTAG deklarácií)\n" -#: src/cmd/get.c:86 +#: src/cmd/cmd_get.c:97 msgid "get external signal value" msgstr "získaÅ¥ hodnotu externého signálu" -#: src/cmd/help.c:39 -#, c-format +#: src/cmd/cmd_help.c:51 msgid "" "Command list:\n" "\n" @@ -1519,12 +1485,11 @@ msgstr "" "Zoznam príkazov:\n" "\n" -#: src/cmd/help.c:41 +#: src/cmd/cmd_help.c:55 msgid "(no description available)" msgstr "(popis je nedostupný)" -#: src/cmd/help.c:42 -#, c-format +#: src/cmd/cmd_help.c:57 msgid "" "\n" "Type \"help COMMAND\" for details about a particular command.\n" @@ -1532,7 +1497,7 @@ msgstr "" "\n" "Napíšte \"help PRÃKAZ\" a získate podrobnosti o prísluÅ¡nom príkaze.\n" -#: src/cmd/help.c:66 +#: src/cmd/cmd_help.c:79 #, c-format msgid "" "Usage: %s [COMMAND]\n" @@ -1541,40 +1506,35 @@ msgstr "" "Použitie: %s [PRÃKAZ]\n" "VypísaÅ¥ krátku pomoc pre PRÃKAZ alebo zoznam dostupných príkazov.\n" -#: src/cmd/help.c:73 +#: src/cmd/cmd_help.c:86 msgid "display this help" msgstr "zobraziÅ¥ túto pomoc" -#: src/cmd/idcode.c:50 +#: src/cmd/cmd_idcode.c:55 #, c-format -msgid "Reading %d bytes if idcode\n" +msgid "Reading %lu bytes of idcode\n" msgstr "" -#: src/cmd/idcode.c:59 +#: src/cmd/cmd_idcode.c:63 #, c-format msgid "" "Usage: %s [BYTES]\n" -"Read [BYTES]|all IDCODEs of all parts in a JTAG chain.\n" +"Read [BYTES] IDCODEs of all parts in a JTAG chain.\n" "\n" -"BYTES must be an unsigned integer, Use 0 for BYTES to read all bytes\n" +"BYTES must be an unsigned integer, and the default is 0.\n" +"If BYTES is 0, IDCODEs will be read until 32 consecutive zeros are found.\n" msgstr "" -#: src/cmd/idcode.c:68 +#: src/cmd/cmd_idcode.c:73 #, fuzzy msgid "Read IDCODEs of all parts in a JTAG chain" msgstr "preskúmaÅ¥ neznáme súÄiastky v JTAG reÅ¥azci" -#: src/cmd/include.c:49 -#, c-format +#: src/cmd/cmd_include.c:58 msgid "Please use the 'include' command instead of 'script'\n" msgstr "" -#: src/cmd/include.c:99 -#, fuzzy, c-format -msgid "Unable to open file `%s go=%d'!\n" -msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" - -#: src/cmd/include.c:113 +#: src/cmd/cmd_include.c:82 #, fuzzy, c-format msgid "" "Usage: %s FILENAME [n] \n" @@ -1587,35 +1547,20 @@ msgstr "" "\n" "SÚBOR Názov súboru s príkazmi\n" -#: src/cmd/include.c:134 +#: src/cmd/cmd_include.c:102 msgid "include command sequence from external repository" msgstr "vložiÅ¥ sekvenciu príkazov zo Å¡tandardného externého súboru" -#: src/cmd/include.c:153 +#: src/cmd/cmd_include.c:121 msgid "run command sequence from external file" msgstr "spustiÅ¥ sekvenciu príkazov z externého súboru" -#: src/cmd/initbus.c:59 +#: src/cmd/cmd_initbus.c:66 #, fuzzy, c-format -msgid "bus alloc/attach failed!\n" -msgstr "inicializácia zbernice zlyhala!\n" - -#: src/cmd/initbus.c:64 -#, c-format -msgid "bus initialization failed!\n" -msgstr "inicializácia zbernice zlyhala!\n" - -#: src/cmd/initbus.c:70 -#, fuzzy, c-format -msgid "Initialized bus %d, active bus %d\n" -msgstr "inicializovaÅ¥ ovládaÄ zbernice pre aktívnu súÄiastku" - -#: src/cmd/initbus.c:76 -#, c-format -msgid "Unknown bus: %s\n" +msgid "Unknown bus: %s" msgstr "Neznáma zbernica: %s\n" -#: src/cmd/initbus.c:87 +#: src/cmd/cmd_initbus.c:96 #, c-format msgid "" "Usage: %s BUSNAME\n" @@ -1632,36 +1577,21 @@ msgstr "" "\n" "Zoznam dostupných zberníc:\n" -#: src/cmd/initbus.c:96 +#: src/cmd/cmd_initbus.c:105 #, c-format msgid "%-10s %s\n" msgstr "%-10s %s\n" -#: src/cmd/initbus.c:101 +#: src/cmd/cmd_initbus.c:111 msgid "initialize bus driver for active part" msgstr "inicializovaÅ¥ ovládaÄ zbernice pre aktívnu súÄiastku" -#: src/cmd/instruction.c:58 -#, c-format -msgid "%s: unknown instruction '%s'\n" +#: src/cmd/cmd_instruction.c:60 +#, fuzzy, c-format +msgid "%s: unknown instruction '%s'" msgstr "%s: neznáma inÅ¡trukcia '%s'\n" -#: src/cmd/instruction.c:69 -#, c-format -msgid "instruction length is already set and used\n" -msgstr "dĺžka inÅ¡trukcie je už nastavená a používaná\n" - -#: src/cmd/instruction.c:89 -#, c-format -msgid "Instruction '%s' already defined\n" -msgstr "InÅ¡trukcia '%s' je už definovaná\n" - -#: src/cmd/instruction.c:104 -#, c-format -msgid "unknown data register '%s'\n" -msgstr "neznámy dátový register '%s'\n" - -#: src/cmd/instruction.c:118 +#: src/cmd/cmd_instruction.c:101 #, c-format msgid "" "Usage: %s INSTRUCTION\n" @@ -1684,17 +1614,17 @@ msgstr "" "KÓD kód inÅ¡trukcie (napr. 11111)\n" "REGISTER predvolený dátový register pre inÅ¡trukciu (napr. BR)\n" -#: src/cmd/instruction.c:132 +#: src/cmd/cmd_instruction.c:115 msgid "change active instruction for a part or declare new instruction" msgstr "" "zmeniÅ¥ aktívnu inÅ¡trukciu pre súÄiastku alebo deklarovaÅ¥ novú inÅ¡trukciu" -#: src/cmd/part.c:81 -#, c-format -msgid "%s: invalid part number\n" +#: src/cmd/cmd_part.c:119 +#, fuzzy, c-format +msgid "%s: invalid part number %lu, max %d" msgstr "%s: neplatné Äíslo súÄiastky\n" -#: src/cmd/part.c:94 +#: src/cmd/cmd_part.c:136 #, fuzzy, c-format msgid "" "Usage: %s PART\n" @@ -1707,26 +1637,26 @@ msgstr "" "\n" "SÚČIASTKA Äíslo súÄiaskty\n" -#: src/cmd/part.c:103 +#: src/cmd/cmd_part.c:144 msgid "change active part for current JTAG chain" msgstr "zmeniÅ¥ aktívnu súÄiastku pre aktuálny JTAG reÅ¥azec" -#: src/cmd/peekpoke.c:62 +#: src/cmd/cmd_peekpoke.c:80 #, fuzzy, c-format -msgid "bus_read(0x%08x) = 0x%02X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%02lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:66 +#: src/cmd/cmd_peekpoke.c:86 #, fuzzy, c-format -msgid "bus_read(0x%08x) = 0x%04X (%i)\n" +msgid "URJ_BUS_READ(0x%08lx) = 0x%04lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:69 -#, c-format -msgid "bus_read(0x%08x) = 0x%08X (%i)\n" +#: src/cmd/cmd_peekpoke.c:91 +#, fuzzy, c-format +msgid "URJ_BUS_READ(0x%08lx) = 0x%08lX (%li)\n" msgstr "bus_read(0x%08x) = 0x%08X (%i)\n" -#: src/cmd/peekpoke.c:80 +#: src/cmd/cmd_peekpoke.c:104 #, c-format msgid "" "Usage: %s ADDR\n" @@ -1744,11 +1674,11 @@ msgstr "" "\n" "ADRESA môže byÅ¥ v desiatkovom alebo Å¡estnástkovom (zaÄína s 0x) tvare.\n" -#: src/cmd/peekpoke.c:92 +#: src/cmd/cmd_peekpoke.c:116 msgid "read a single word" msgstr "preÄítaÅ¥ jedno slovo" -#: src/cmd/peekpoke.c:131 +#: src/cmd/cmd_peekpoke.c:167 #, fuzzy, c-format msgid "" "Usage: %s ADDR VAL [ADDR VAL] ... \n" @@ -1770,78 +1700,78 @@ msgstr "" "tvare.\n" "\n" -#: src/cmd/peekpoke.c:144 +#: src/cmd/cmd_peekpoke.c:180 msgid "write a single word" msgstr "zapísaÅ¥ jedno slovo" -#: src/cmd/pod.c:78 +#: src/cmd/cmd_pod.c:105 #, c-format msgid "" "Usage: %s SIGNAL=# [SIGNAL=# ...]\n" "Set state of POD signal(s) to 0 or 1.\n" "\n" -"SIGNAL\t TCK,TMS, TDI, TRST, or RESET\n" +"SIGNAL TCK,TMS, TDI, TRST, or RESET\n" "# 0 or 1\n" msgstr "" -#: src/cmd/pod.c:88 +#: src/cmd/cmd_pod.c:115 msgid "Set state of POD signal(s)" msgstr "" -#: src/cmd/print.c:98 -#, c-format -msgid " Active %%-%ds %%-%ds" -msgstr "" +#: src/cmd/cmd_print.c:124 +#, fuzzy, c-format +msgid " Active %%-%ds %%-%ds\n" +msgstr " ÄŒ. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:102 src/cmd/print.c:105 src/cmd/print.c:109 -#: src/cmd/print.c:137 src/cmd/print.c:140 src/cmd/print.c:144 +#: src/cmd/cmd_print.c:130 src/cmd/cmd_print.c:134 src/cmd/cmd_print.c:139 +#: src/cmd/cmd_print.c:173 src/cmd/cmd_print.c:178 src/cmd/cmd_print.c:184 #, c-format msgid "(%d) String conversion failed!\n" msgstr "(%d) Konverzia reÅ¥azca zlyhala!\n" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Instruction" msgstr "InÅ¡trukcia" -#: src/cmd/print.c:103 src/cmd/print.c:107 src/cmd/print.c:138 -#: src/cmd/print.c:142 +#: src/cmd/cmd_print.c:131 src/cmd/cmd_print.c:136 src/cmd/cmd_print.c:175 +#: src/cmd/cmd_print.c:181 msgid "Register" msgstr "Register" -#: src/cmd/print.c:117 +#: src/cmd/cmd_print.c:147 #, fuzzy, c-format msgid " %%c %%-%ds %%-%ds\n" msgstr " ÄŒ. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:133 +#: src/cmd/cmd_print.c:165 #, fuzzy, c-format -msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds" +msgid " No. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr " ÄŒ. %%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Manufacturer" msgstr "Výrobca" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:174 src/cmd/cmd_print.c:180 msgid "Part" msgstr "SúÄiastka" -#: src/cmd/print.c:138 src/cmd/print.c:142 +#: src/cmd/cmd_print.c:175 src/cmd/cmd_print.c:181 msgid "Stepping" msgstr "Stupeň" -#: src/cmd/print.c:156 +#: src/cmd/cmd_print.c:200 #, fuzzy, c-format msgid " %3d %s " msgstr " %3d " -#: src/cmd/print.c:158 src/part/part.c:330 +#: src/cmd/cmd_print.c:204 src/part/part.c:472 #, c-format msgid " %3d " msgstr " %3d " -#: src/cmd/print.c:170 +#: src/cmd/cmd_print.c:218 #, c-format msgid "" "\n" @@ -1852,32 +1782,32 @@ msgstr "" "Aktívna zbernica:\n" "*%d: " -#: src/cmd/print.c:175 +#: src/cmd/cmd_print.c:228 #, c-format msgid "Error in bus area discovery at 0x%08llX\n" msgstr "Chyba pri zisÅ¥ovaní oblasti zbernice na adrese 0x%08llX\n" -#: src/cmd/print.c:180 -#, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit, (%s)\n" +#: src/cmd/cmd_print.c:236 +#, fuzzy, c-format +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit, (%s)\n" msgstr "\tzaÄiatok: 0x%08X, dĺžka: 0x%08llX, šírka údajov: %d bitov, (%s)\n" -#: src/cmd/print.c:182 -#, c-format -msgid "\tstart: 0x%08X, length: 0x%08llX, data width: %d bit\n" +#: src/cmd/cmd_print.c:242 +#, fuzzy, c-format +msgid "\tstart: 0x%08lX, length: 0x%08llX, data width: %d bit\n" msgstr "\tzaÄiatok: 0x%08X, dĺžka: 0x%08llX, šírka údajov: %d bitov\n" -#: src/cmd/print.c:197 +#: src/cmd/cmd_print.c:262 #, c-format msgid "*%d: " msgstr "*%d: " -#: src/cmd/print.c:199 +#: src/cmd/cmd_print.c:264 #, c-format msgid "%d: " msgstr "%d: " -#: src/cmd/print.c:210 +#: src/cmd/cmd_print.c:275 #, fuzzy, c-format msgid "" "Usage: %s [chain|bus|signals|instructions]\n" @@ -1892,11 +1822,11 @@ msgstr "" "ZobraziÅ¥ zoznam súÄiastok zapojených v JTAG reÅ¥azci vrátane Äísla\n" "súÄiastky a aktuálnej (aktívnej) inÅ¡trukcie a dátového registra.\n" -#: src/cmd/print.c:220 +#: src/cmd/cmd_print.c:285 msgid "display JTAG chain list/status" msgstr "zobraziÅ¥ zoznam/stav JTAG reÅ¥azca" -#: src/cmd/quit.c:44 +#: src/cmd/cmd_quit.c:52 #, c-format msgid "" "Usage: %s\n" @@ -1905,16 +1835,16 @@ msgstr "" "Použitie: %s\n" "UkonÄit %s.\n" -#: src/cmd/quit.c:51 +#: src/cmd/cmd_quit.c:57 msgid "exit and terminate this session" msgstr "ukonÄiÅ¥ toto sedenie" -#: src/cmd/readmem.c:54 -#, c-format -msgid "Unable to create file `%s'!\n" +#: src/cmd/cmd_readmem.c:68 +#, fuzzy, c-format +msgid "Unable to create file `%s'" msgstr "Nepodarilo sa vytvoriÅ¥ súbor `%s'!\n" -#: src/cmd/readmem.c:67 +#: src/cmd/cmd_readmem.c:81 #, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -1936,16 +1866,11 @@ msgstr "" "ADRESA a DĹŽKA môžu byÅ¥ v desiatkovom alebo Å¡estnástkovom (zaÄína s 0x) " "tvare.\n" -#: src/cmd/readmem.c:80 +#: src/cmd/cmd_readmem.c:94 msgid "read content of the memory and write it to file" msgstr "ÄítaÅ¥ obsah pamäte a zapísaÅ¥ ho do súboru" -#: src/cmd/register.c:65 -#, c-format -msgid "Data register '%s' already defined\n" -msgstr "Dátový register '%s' je už definovaný\n" - -#: src/cmd/register.c:103 +#: src/cmd/cmd_register.c:72 #, c-format msgid "" "Usage: %s NAME LENGTH\n" @@ -1960,33 +1885,28 @@ msgstr "" "NÃZOV Názov dátového registra\n" "DĹŽKA Dĺžka dátového registra\n" -#: src/cmd/register.c:113 +#: src/cmd/cmd_register.c:82 msgid "define new data register for a part" msgstr "definovaÅ¥ nový dátový register pre súÄiastku" -#: src/cmd/reset.c:53 +#: src/cmd/cmd_reset.c:58 #, fuzzy, c-format msgid "" "Usage: %s\n" "Reset current JTAG chain.\n" msgstr "zmeniÅ¥ aktívnu súÄiastku pre aktuálny JTAG reÅ¥azec" -#: src/cmd/reset.c:60 +#: src/cmd/cmd_reset.c:63 #, fuzzy msgid "reset JTAG chain" msgstr "nastaviÅ¥ JTAG kábel" -#: src/cmd/salias.c:60 src/cmd/signal.c:73 -#, c-format -msgid "Signal '%s' already defined\n" -msgstr "Signál '%s' je už definovaný\n" - -#: src/cmd/salias.c:66 +#: src/cmd/cmd_salias.c:70 #, fuzzy, c-format -msgid "Signal '%s' not found\n" +msgid "Signal '%s' not found" msgstr "signál '%s' nenájdený\n" -#: src/cmd/salias.c:86 +#: src/cmd/cmd_salias.c:89 #, fuzzy, c-format msgid "" "Usage: %s ALIAS SIGNAL\n" @@ -2001,38 +1921,37 @@ msgstr "" "SIGNÃL Názov nového signálu\n" "ZOZNAM Zoznam nožiÄiek pre signál (nepoužité)\n" -#: src/cmd/salias.c:96 +#: src/cmd/cmd_salias.c:99 #, fuzzy msgid "define an alias for a signal" msgstr "definovaÅ¥ nový signál pre súÄiastku" -#: src/cmd/scan.c:64 src/part/part.c:186 src/part/part.c:223 -#, c-format -msgid "%s(%s:%d) Boundary Scan Register (BSR) not found\n" +#: src/cmd/cmd_scan.c:71 src/part/part.c:220 src/part/part.c:273 +#, fuzzy +msgid "Boundary Scan Register (BSR) not found" msgstr "%s(%s:%d) Boundary Scan Register (BSR) nebol nájdený\n" -#: src/cmd/scan.c:78 -#, c-format -msgid "%s(%s:%d) Part can't SAMPLE\n" +#: src/cmd/cmd_scan.c:85 +msgid "Part can't SAMPLE" msgstr "" -#: src/cmd/scan.c:113 +#: src/cmd/cmd_scan.c:115 #, fuzzy, c-format msgid ": %d > %d\n" msgstr "%s = %d\n" -#: src/cmd/scan.c:128 +#: src/cmd/cmd_scan.c:129 #, c-format msgid "" "Usage: %s [SIGNAL]* \n" "Read BSR and show changes since last scan.\n" msgstr "" -#: src/cmd/scan.c:135 +#: src/cmd/cmd_scan.c:136 msgid "read BSR and show changes since last scan" msgstr "" -#: src/cmd/set.c:89 +#: src/cmd/cmd_set.c:110 #, c-format msgid "" "Usage: %s SIGNAL DIR [DATA]\n" @@ -2052,11 +1971,11 @@ msgstr "" "len\n" " ak SMER je 'out'\n" -#: src/cmd/set.c:101 +#: src/cmd/cmd_set.c:122 msgid "set external signal value" msgstr "nastaviÅ¥ hodnotu externého signálu" -#: src/cmd/shell.c:84 +#: src/cmd/cmd_shell.c:91 #, c-format msgid "" "Usage: %s cmmd\n" @@ -2065,11 +1984,11 @@ msgid "" "CMMD OS Shell Command\n" msgstr "" -#: src/cmd/shell.c:93 +#: src/cmd/cmd_shell.c:99 msgid "shell cmmd" msgstr "" -#: src/cmd/shift.c:60 +#: src/cmd/cmd_shift.c:74 #, c-format msgid "" "Usage: %s\n" @@ -2080,18 +1999,23 @@ msgstr "" "Použitie: %s\n" "Posunúť inÅ¡trukÄný alebo dátový register cez JTAG reÅ¥azec.\n" -#: src/cmd/shift.c:68 +#: src/cmd/cmd_shift.c:82 msgid "shift data/instruction registers through JTAG chain" msgstr "posunúť dátové/inÅ¡trukÄné registre cez JTAG reÅ¥azec" -#: src/cmd/signal.c:102 +#: src/cmd/cmd_signal.c:66 src/part/signal.c:114 +#, fuzzy, c-format +msgid "Signal '%s' already defined" +msgstr "Signál '%s' je už definovaný\n" + +#: src/cmd/cmd_signal.c:96 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL [PIN#]\n" "Define new signal with name SIGNAL for a part.\n" "\n" -"SIGNAL\t\tNew signal name\n" -"PIN# \tList of pin # for a signal\n" +"SIGNAL New signal name\n" +"PIN# List of pin # for a signal\n" msgstr "" "Použitie: %s SIGNÃL [ZOZNAM...]\n" "DEfinovaÅ¥ nový signál s názvom SIGNÃL pre súÄiastku.\n" @@ -2099,16 +2023,11 @@ msgstr "" "SIGNÃL Názov nového signálu\n" "ZOZNAM Zoznam nožiÄiek pre signál (nepoužité)\n" -#: src/cmd/signal.c:112 +#: src/cmd/cmd_signal.c:106 msgid "define new signal for a part" msgstr "definovaÅ¥ nový signál pre súÄiastku" -#: src/cmd/svf.c:63 -#, c-format -msgid "%s: cannot open file '%s' for reading\n" -msgstr "" - -#: src/cmd/svf.c:76 +#: src/cmd/cmd_svf.c:103 #, c-format msgid "" "Usage: %s FILE [stop] [progress] [ref_freq=]\n" @@ -2120,16 +2039,16 @@ msgid "" "FILE file containing SVF commands\n" msgstr "" -#: src/cmd/svf.c:88 +#: src/cmd/cmd_svf.c:114 msgid "execute svf commands from file" msgstr "" -#: src/cmd/test.c:78 +#: src/cmd/cmd_test.c:93 #, fuzzy, c-format -msgid "%s = %d\n" +msgid "%s = %d" msgstr "%s = %d\n" -#: src/cmd/test.c:89 +#: src/cmd/cmd_test.c:104 #, fuzzy, c-format msgid "" "Usage: %s SIGNAL 0/1\n" @@ -2142,23 +2061,23 @@ msgstr "" "\n" "SIGNÃL názov signálu (zo súboru JTAG deklarácií)\n" -#: src/cmd/test.c:98 +#: src/cmd/cmd_test.c:113 #, fuzzy msgid "test external signal value" msgstr "získaÅ¥ hodnotu externého signálu" -#: src/cmd/usleep.c:55 +#: src/cmd/cmd_usleep.c:63 #, c-format msgid "" "Usage: %s USECS\n" "Sleep some number of microseconds.\n" msgstr "" -#: src/cmd/usleep.c:62 +#: src/cmd/cmd_usleep.c:70 msgid "Sleep some number of microseconds" msgstr "" -#: src/cmd/writemem.c:65 +#: src/cmd/cmd_writemem.c:79 #, fuzzy, c-format msgid "" "Usage: %s ADDR LEN FILENAME\n" @@ -2181,12 +2100,11 @@ msgstr "" "ADRESA a DĹŽKA môžu byÅ¥ v desiatkovom alebo Å¡estnástkovom (zaÄína s 0x) " "tvare.\n" -#: src/cmd/writemem.c:79 +#: src/cmd/cmd_writemem.c:93 msgid "write content of file to the memory" msgstr "" -#: src/flash/amd.c:279 -#, c-format +#: src/flash/amd.c:311 msgid "" "Chip: AMD Flash\n" "\tManufacturer: " @@ -2194,9 +2112,8 @@ msgstr "" "ÄŒip: AMD Flash\n" "\tVýrobca: " -#: src/flash/amd.c:283 src/flash/amd.c:311 src/flash/amd.c:326 -#: src/flash/amd.c:344 src/flash/amd_flash.c:236 -#, c-format +#: src/flash/amd.c:316 src/flash/amd.c:345 src/flash/amd.c:361 +#: src/flash/amd.c:380 src/flash/amd.c:396 src/flash/amd_flash.c:266 msgid "" "\n" "\tChip: " @@ -2204,18 +2121,18 @@ msgstr "" "\n" "\tÄŒip: " -#: src/flash/amd.c:305 src/flash/amd.c:320 src/flash/amd.c:338 -#: src/flash/amd.c:353 src/flash/amd_flash.c:247 +#: src/flash/amd.c:339 src/flash/amd.c:355 src/flash/amd.c:374 +#: src/flash/amd.c:390 src/flash/amd.c:403 src/flash/amd_flash.c:278 #, c-format msgid "Unknown (ID 0x%04x)" msgstr "Neznámy (ID 0x%04x)" -#: src/flash/amd.c:358 +#: src/flash/amd.c:408 #, fuzzy, c-format msgid "Unknown manufacturer (ID 0x%04x) Chip (ID 0x%04x)" msgstr "Neznámy výrobca (ID 0x%04x)" -#: src/flash/amd.c:361 src/flash/amd_flash.c:250 +#: src/flash/amd.c:412 src/flash/amd_flash.c:281 #, c-format msgid "" "\n" @@ -2224,27 +2141,29 @@ msgstr "" "\n" "\tChránené: %04x\n" -#: src/flash/amd.c:566 src/flash/amd.c:578 src/flash/amd.c:590 -#: src/flash/detectflash.c:106 src/flash/detectflash.c:136 +#: src/flash/amd.c:635 src/flash/amd.c:647 src/flash/amd.c:659 +#: src/flash/detectflash.c:117 src/flash/detectflash.c:149 msgid "AMD/Fujitsu Standard Command Set" msgstr "Å tandardná množina príkazov AMD/Fujitsu" -#: src/flash/amd.c:567 +#: src/flash/amd.c:636 msgid "supported: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 Bit" msgstr "podporované: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 bitov" -#: src/flash/amd.c:579 +#: src/flash/amd.c:648 #, fuzzy -msgid "supported: AMD 29LV800B, S92GLxxxN; MX29LV640B; 1x16 Bit" +msgid "supported: AMD 29LV800B, S29GLxxxN; MX29LV640B, W19B320AT/B; 1x16 Bit" msgstr "podporované: AMD 29LV800B; 1x16 bitov" -#: src/flash/amd.c:591 +#: src/flash/amd.c:660 #, fuzzy -msgid "supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S92GLxxxN; 1x8 Bit" +msgid "" +"supported: AMD 29LV160, AMD 29LV065D, AMD 29LV040B, S29GLxxxN, W19B320AT/B; " +"1x8 Bit" msgstr "podporované: AMD 29LV640D, 29LV641D, 29LV642D; 2x16 bitov" -#: src/flash/amd_flash.c:230 -#, fuzzy, c-format +#: src/flash/amd_flash.c:260 +#, fuzzy msgid "" "Chip: AMD Flash\n" "\tPartNumber: " @@ -2252,76 +2171,77 @@ msgstr "" "ÄŒip: AMD Flash\n" "\tVýrobca: " -#: src/flash/amd_flash.c:233 +#: src/flash/amd_flash.c:263 #, c-format msgid "Unknown manufacturer (ID 0x%04x)" msgstr "Neznámy výrobca (ID 0x%04x)" -#: src/flash/amd_flash.c:240 -#, c-format +#: src/flash/amd_flash.c:271 msgid "5V Flash\n" msgstr "" -#: src/flash/amd_flash.c:244 -#, c-format +#: src/flash/amd_flash.c:275 msgid "3V Flash\n" msgstr "" -#: src/flash/amd_flash.c:362 +#: src/flash/amd_flash.c:414 #, fuzzy msgid "AMD Standard Command Set" msgstr "Å tandardná množina príkazov AMD/Fujitsu" -#: src/flash/amd_flash.c:363 +#: src/flash/amd_flash.c:415 #, fuzzy msgid "supported: AMD 29LV040B, 29C040B, 1x8 Bit" msgstr "podporované: AMD 29LV800B; 1x16 bitov" -#: src/flash/detectflash.c:87 -#, c-format -msgid "Flash not found!\n" +#: src/flash/detectflash.c:65 +msgid "bus driver" +msgstr "" + +#: src/flash/detectflash.c:97 +#, fuzzy +msgid "Flash not found" msgstr "Pamäť flash nebola nájdená!\n" -#: src/flash/detectflash.c:96 -#, c-format +#: src/flash/detectflash.c:106 msgid "Query identification string:\n" msgstr "IdentifikaÄný reÅ¥azec:\n" -#: src/flash/detectflash.c:100 src/flash/detectflash.c:130 +#: src/flash/detectflash.c:111 src/flash/detectflash.c:143 msgid "null" msgstr "niÄ" -#: src/flash/detectflash.c:103 src/flash/detectflash.c:133 +#: src/flash/detectflash.c:114 src/flash/detectflash.c:146 msgid "Intel/Sharp Extended Command Set" msgstr "Rozšírená sada príkazov Intel/Sharp" -#: src/flash/detectflash.c:109 src/flash/detectflash.c:139 -#: src/flash/intel.c:468 src/flash/intel.c:480 src/flash/intel.c:492 +#: src/flash/detectflash.c:120 src/flash/detectflash.c:152 +#: src/flash/intel.c:530 src/flash/intel.c:542 src/flash/intel.c:554 msgid "Intel Standard Command Set" msgstr "Å tandardná sada príkazov Intel" -#: src/flash/detectflash.c:112 src/flash/detectflash.c:142 +#: src/flash/detectflash.c:123 src/flash/detectflash.c:155 msgid "AMD/Fujitsu Extended Command Set" msgstr "Rozšírená sada príkazov AMD/Fujitsu" -#: src/flash/detectflash.c:115 src/flash/detectflash.c:145 +#: src/flash/detectflash.c:126 src/flash/detectflash.c:158 msgid "Mitsubishi Standard Command Set" msgstr "Å tandardná sada príkazov Mitsubishi" -#: src/flash/detectflash.c:118 src/flash/detectflash.c:148 +#: src/flash/detectflash.c:129 src/flash/detectflash.c:161 msgid "Mitsubishi Extended Command Set" msgstr "Rozšírená sada príkazov Mitsubishi" -#: src/flash/detectflash.c:121 src/flash/detectflash.c:151 +#: src/flash/detectflash.c:132 src/flash/detectflash.c:164 msgid "Page Write Command Set" msgstr "Sada príkazov Page Write" -#: src/flash/detectflash.c:124 src/flash/detectflash.c:154 -#: src/flash/detectflash.c:198 +#: src/flash/detectflash.c:135 src/flash/detectflash.c:167 +#: src/flash/detectflash.c:225 msgid "unknown!!!" msgstr "neznáma!!!" -#: src/flash/detectflash.c:127 +#: src/flash/detectflash.c:138 #, c-format msgid "" "\tPrimary Algorithm Command Set and Control Interface ID Code: 0x%04X (%s)\n" @@ -2329,7 +2249,7 @@ msgstr "" "\tID kód sady príkazov a riadiaceho rozhrania primárneho algoritmu: 0x%04X (%" "s)\n" -#: src/flash/detectflash.c:157 +#: src/flash/detectflash.c:170 #, c-format msgid "" "\tAlternate Algorithm Command Set and Control Interface ID Code: 0x%04X (%" @@ -2338,496 +2258,484 @@ msgstr "" "\tID kód sady príkazov a riadiaceho rozhrania alternatívneho algoritmu: 0x%" "04X (%s)\n" -#: src/flash/detectflash.c:160 -#, c-format +#: src/flash/detectflash.c:174 msgid "Query system interface information:\n" msgstr "Informácie systémového rozhrania:\n" -#: src/flash/detectflash.c:161 +#: src/flash/detectflash.c:175 #, c-format msgid "\tVcc Logic Supply Minimum Write/Erase or Write voltage: %d mV\n" msgstr "" "\tVcc minimálne napäte zdroja logiky pre zápis/vymazávanie alebo zápis: %d " "mV\n" -#: src/flash/detectflash.c:162 +#: src/flash/detectflash.c:177 #, c-format msgid "\tVcc Logic Supply Maximum Write/Erase or Write voltage: %d mV\n" msgstr "" "\tVcc maximálne napätie zdroja logiky pre zápis/vymazávanie alebo zápis: %d " "mV\n" -#: src/flash/detectflash.c:163 +#: src/flash/detectflash.c:179 #, c-format msgid "\tVpp [Programming] Supply Minimum Write/Erase voltage: %d mV\n" msgstr "" "\tVpp [programovanie] minimálne napátie zdroja pre zápis/vymazanie: %d mV\n" -#: src/flash/detectflash.c:164 +#: src/flash/detectflash.c:181 #, c-format msgid "\tVpp [Programming] Supply Maximum Write/Erase voltage: %d mV\n" msgstr "" "\tVpp [programovanie] maximálne napätie zdroja pre zápis/programovanie: %d " "mV\n" -#: src/flash/detectflash.c:165 +#: src/flash/detectflash.c:183 #, c-format msgid "\tTypical timeout per single byte/word program: %d us\n" msgstr "\tTypický Äasový limit pre programovanie jedného bajtu/slova: %d µs\n" -#: src/flash/detectflash.c:166 +#: src/flash/detectflash.c:185 #, c-format msgid "\tTypical timeout for maximum-size multi-byte program: %d us\n" msgstr "" "\tTypický Äasový limit pre programovanie maximálnej viacbajtovej sekvencie: %" "d µs\n" -#: src/flash/detectflash.c:167 +#: src/flash/detectflash.c:187 #, c-format msgid "\tTypical timeout per individual block erase: %d ms\n" msgstr "\tTypický Äasový limit pre vymazanie jedného bloku: %d ms\n" -#: src/flash/detectflash.c:168 +#: src/flash/detectflash.c:189 #, c-format msgid "\tTypical timeout for full chip erase: %d ms\n" msgstr "\tTypický Äasový limit pre vymazanie celého Äipu: %d ms\n" -#: src/flash/detectflash.c:169 +#: src/flash/detectflash.c:191 #, c-format msgid "\tMaximum timeout for byte/word program: %d us\n" msgstr "\tMaximálny Äasový limit pre programovanie bajtu/slova: %d µs\n" -#: src/flash/detectflash.c:170 +#: src/flash/detectflash.c:193 #, c-format msgid "\tMaximum timeout for multi-byte program: %d us\n" msgstr "" "\tMaximálny Äasový limit pre programovanie viacbajtovej sekvencie: %d µs\n" -#: src/flash/detectflash.c:171 +#: src/flash/detectflash.c:195 #, c-format msgid "\tMaximum timeout per individual block erase: %d ms\n" msgstr "\tMaximálny Äasový limit pre vymazanie jedného bloku: %d ms\n" -#: src/flash/detectflash.c:172 +#: src/flash/detectflash.c:197 #, c-format msgid "\tMaximum timeout for chip erase: %d ms\n" msgstr "\tMaximálny Äasový limit pre vymazanie Äipu: %d ms\n" -#: src/flash/detectflash.c:175 -#, c-format +#: src/flash/detectflash.c:201 msgid "Device geometry definition:\n" msgstr "Definícia geometrie zariadenia:\n" -#: src/flash/detectflash.c:176 +#: src/flash/detectflash.c:202 #, c-format msgid "\tDevice Size: %d B (%d KiB, %d MiB)\n" msgstr "\tVeľkosÅ¥ zariadenia: %d B (%d KiB, %d MiB)\n" -#: src/flash/detectflash.c:183 +#: src/flash/detectflash.c:210 msgid "x8" msgstr "x8" -#: src/flash/detectflash.c:186 +#: src/flash/detectflash.c:213 msgid "x16" msgstr "x16" -#: src/flash/detectflash.c:189 +#: src/flash/detectflash.c:216 msgid "x8/x16" msgstr "x8/x16" -#: src/flash/detectflash.c:192 +#: src/flash/detectflash.c:219 msgid "x32" msgstr "x32" -#: src/flash/detectflash.c:195 +#: src/flash/detectflash.c:222 msgid "x16/x32" msgstr "x16/x32" -#: src/flash/detectflash.c:201 +#: src/flash/detectflash.c:228 #, c-format msgid "\tFlash Device Interface Code description: 0x%04X (%s)\n" msgstr "\tPopisný kód rozhrania flash zariadenia: 0x%04X (%s)\n" -#: src/flash/detectflash.c:202 +#: src/flash/detectflash.c:230 #, c-format msgid "\tMaximum number of bytes in multi-byte program: %d\n" msgstr "\tMaximálny poÄet bajtov pri viacbajtovom programovaní: %d\n" -#: src/flash/detectflash.c:203 +#: src/flash/detectflash.c:232 #, c-format msgid "\tNumber of Erase Block Regions within device: %d\n" msgstr "\tPoÄet oblastí vymazávnia blokov v zariadení: %d\n" -#: src/flash/detectflash.c:204 -#, c-format +#: src/flash/detectflash.c:234 msgid "\tErase Block Region Information:\n" msgstr "\tInformácie o oblasti vymazávania blokov:\n" -#: src/flash/detectflash.c:209 +#: src/flash/detectflash.c:240 #, c-format msgid "\t\tRegion %d:\n" msgstr "\t\tOblasÅ¥ %d:\n" -#: src/flash/detectflash.c:210 +#: src/flash/detectflash.c:241 #, c-format msgid "\t\t\tErase Block Size: %d B (%d KiB)\n" msgstr "\t\t\tVeľkosÅ¥ vymazávacieho bloku: %d B (%d KiB)\n" -#: src/flash/detectflash.c:213 +#: src/flash/detectflash.c:246 #, c-format msgid "\t\t\tNumber of Erase Blocks: %d\n" msgstr "\t\t\tPoÄet vymazávacích blokov: %d\n" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Required" msgstr "" -#: src/flash/detectflash.c:225 +#: src/flash/detectflash.c:260 msgid "Not required" msgstr "" -#: src/flash/detectflash.c:228 +#: src/flash/detectflash.c:263 msgid "Supported" msgstr "" -#: src/flash/detectflash.c:228 src/flash/detectflash.c:239 -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:263 src/flash/detectflash.c:277 +#: src/flash/detectflash.c:288 #, fuzzy msgid "Not supported" msgstr "Nepodporovaná flash pamäť!\n" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:266 msgid "170-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:231 +#: src/flash/detectflash.c:267 msgid "230-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:268 msgid "130-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:232 +#: src/flash/detectflash.c:269 msgid "110-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:270 msgid "90-nm Floating Gate technology" msgstr "" -#: src/flash/detectflash.c:233 +#: src/flash/detectflash.c:271 msgid "90-nm MirrorBit(tm) technology" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS49" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS59" msgstr "" -#: src/flash/detectflash.c:236 +#: src/flash/detectflash.c:274 msgid "CS99" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read only" msgstr "" -#: src/flash/detectflash.c:239 +#: src/flash/detectflash.c:277 msgid "Read/write" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F040 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F016 mode" msgstr "" -#: src/flash/detectflash.c:242 +#: src/flash/detectflash.c:280 msgid "29F400 mode" msgstr "" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:281 #, fuzzy msgid "29LV800 mode" msgstr "Am29LV800B" -#: src/flash/detectflash.c:243 +#: src/flash/detectflash.c:282 msgid "29BDS640 mode (Software Command Locking)" msgstr "" -#: src/flash/detectflash.c:244 +#: src/flash/detectflash.c:283 msgid "29BDD160 mode (New Sector Protect)" msgstr "" -#: src/flash/detectflash.c:245 +#: src/flash/detectflash.c:284 msgid "29PDL128 mode (New Sector Protect + 29LV800)" msgstr "" -#: src/flash/detectflash.c:246 +#: src/flash/detectflash.c:285 msgid "Advanced Sector Protect" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "4 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:288 msgid "8 word Page" msgstr "" -#: src/flash/detectflash.c:249 +#: src/flash/detectflash.c:289 msgid "16 word Page" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:293 msgid "No boot" msgstr "" -#: src/flash/detectflash.c:253 +#: src/flash/detectflash.c:294 msgid "8x8kb sectors at top and bottom with WP control" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Bottom boot device" msgstr "" -#: src/flash/detectflash.c:254 +#: src/flash/detectflash.c:295 msgid "Top boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform bottom boot device" msgstr "" -#: src/flash/detectflash.c:255 +#: src/flash/detectflash.c:296 msgid "Uniform top boot device" msgstr "" -#: src/flash/detectflash.c:257 +#: src/flash/detectflash.c:298 msgid "Bad value" msgstr "" -#: src/flash/detectflash.c:265 -#, c-format +#: src/flash/detectflash.c:306 msgid "Primary Vendor-Specific Extended Query:\n" msgstr "" -#: src/flash/detectflash.c:266 +#: src/flash/detectflash.c:307 #, c-format msgid "\tMajor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:267 +#: src/flash/detectflash.c:309 #, c-format msgid "\tMinor version number: %c\n" msgstr "" -#: src/flash/detectflash.c:271 src/flash/detectflash.c:274 +#: src/flash/detectflash.c:316 src/flash/detectflash.c:320 #, c-format msgid "\tAddress Sensitive Unlock: %s\n" msgstr "" -#: src/flash/detectflash.c:279 src/flash/detectflash.c:282 -#: src/flash/detectflash.c:287 src/flash/detectflash.c:290 +#: src/flash/detectflash.c:327 src/flash/detectflash.c:332 +#: src/flash/detectflash.c:338 src/flash/detectflash.c:343 #, c-format msgid "\tProcess Technology: %s\n" msgstr "" -#: src/flash/detectflash.c:293 +#: src/flash/detectflash.c:346 #, c-format msgid "\tErase Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:295 -#, fuzzy, c-format +#: src/flash/detectflash.c:349 +#, fuzzy msgid "\tSector Protect: Not supported\n" msgstr "Nepodporovaná flash pamäť!\n" -#: src/flash/detectflash.c:297 +#: src/flash/detectflash.c:351 #, c-format msgid "\tSector Protect: %d sectors per group\n" msgstr "" -#: src/flash/detectflash.c:299 src/flash/detectflash.c:301 +#: src/flash/detectflash.c:355 src/flash/detectflash.c:359 #, c-format msgid "\tSector Temporary Unprotect: %s\n" msgstr "" -#: src/flash/detectflash.c:303 src/flash/detectflash.c:306 +#: src/flash/detectflash.c:363 src/flash/detectflash.c:367 #, c-format msgid "\tSector Protect/Unprotect Scheme: %s\n" msgstr "" -#: src/flash/detectflash.c:308 -#, fuzzy, c-format +#: src/flash/detectflash.c:370 +#, fuzzy msgid "\tSimultaneous Operation: Not supported\n" msgstr "Nepodporovaná flash pamäť!\n" -#: src/flash/detectflash.c:310 +#: src/flash/detectflash.c:372 #, c-format msgid "\tSimultaneous Operation: %d sectors\n" msgstr "" -#: src/flash/detectflash.c:312 src/flash/detectflash.c:314 +#: src/flash/detectflash.c:376 src/flash/detectflash.c:379 #, c-format msgid "\tBurst Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:316 src/flash/detectflash.c:318 +#: src/flash/detectflash.c:382 src/flash/detectflash.c:385 #, c-format msgid "\tPage Mode Type: %s\n" msgstr "" -#: src/flash/detectflash.c:322 +#: src/flash/detectflash.c:391 #, c-format msgid "\tACC (Acceleration) Supply Minimum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:323 +#: src/flash/detectflash.c:393 #, c-format msgid "\tACC (Acceleration) Supply Maximum: %d mV\n" msgstr "" -#: src/flash/detectflash.c:325 src/flash/detectflash.c:327 +#: src/flash/detectflash.c:397 src/flash/detectflash.c:400 #, c-format msgid "\tTop/Bottom Sector Flag: %s\n" msgstr "" -#: src/flash/detectflash.c:332 src/flash/detectflash.c:334 +#: src/flash/detectflash.c:407 src/flash/detectflash.c:410 #, c-format msgid "\tProgram Suspend: %s\n" msgstr "" -#: src/flash/detectflash.c:339 src/flash/detectflash.c:341 +#: src/flash/detectflash.c:417 src/flash/detectflash.c:420 #, c-format msgid "\tUnlock Bypass: %s\n" msgstr "" -#: src/flash/detectflash.c:342 +#: src/flash/detectflash.c:421 #, c-format msgid "\tSecSi Sector (Customer OTP Area) Size: %d bytes\n" msgstr "" -#: src/flash/detectflash.c:343 +#: src/flash/detectflash.c:423 #, c-format msgid "\tEmbedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:344 +#: src/flash/detectflash.c:425 #, c-format msgid "\tNon-Embedded Hardware Reset Timeout Maximum: %d ns\n" msgstr "" -#: src/flash/detectflash.c:345 +#: src/flash/detectflash.c:427 #, c-format msgid "\tErase Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:346 +#: src/flash/detectflash.c:429 #, c-format msgid "\tProgram Suspend Timeout Maximum: %d us\n" msgstr "" -#: src/flash/detectflash.c:351 -#, c-format +#: src/flash/detectflash.c:436 msgid "\tBank Organization:\n" msgstr "" -#: src/flash/detectflash.c:353 +#: src/flash/detectflash.c:438 #, c-format msgid "\t\tBank%d: %d sectors\n" msgstr "" -#: src/flash/flash.c:89 +#: src/flash/flash.c:92 #, c-format msgid "unknown flash - vendor id: %d (0x%04x)\n" msgstr "neznáma flash pamäť - id dodávateľa: %d (0x%04x)\n" -#: src/flash/flash.c:93 -#, c-format -msgid "Flash not supported!\n" +#: src/flash/flash.c:96 +#, fuzzy +msgid "Flash not supported" msgstr "Nepodporovaná flash pamäť!\n" -#: src/flash/flash.c:104 src/flash/flash.c:265 src/flash/flash.c:391 -#, c-format -msgid "no flash driver found\n" +#: src/flash/flash.c:110 src/flash/flash.c:311 src/flash/flash.c:484 +#, fuzzy +msgid "no flash driver found" msgstr "ovládaÄ pre flash pamäť nebol nájdený\n" -#: src/flash/flash.c:115 -#, c-format -msgid "Invalid sync sequence!\n" +#: src/flash/flash.c:124 +#, fuzzy +msgid "Invalid sync sequence" msgstr "Neplatná synchronizaÄná sekvencia!\n" -#: src/flash/flash.c:133 +#: src/flash/flash.c:150 #, c-format msgid "block %d unlocked\n" msgstr "blok %d odomknutý\n" -#: src/flash/flash.c:134 src/flash/flash.c:301 +#: src/flash/flash.c:153 src/flash/flash.c:362 #, c-format msgid "erasing block %d: %d\n" msgstr "vymazávam blok %d: %d\n" -#: src/flash/flash.c:138 src/flash/flash.c:284 -#, c-format +#: src/flash/flash.c:158 src/flash/flash.c:334 msgid "program:\n" msgstr "programovanie:\n" -#: src/flash/flash.c:146 src/flash/flash.c:191 -#, c-format -msgid "Error: premature end of file\n" +#: src/flash/flash.c:168 src/flash/flash.c:221 +#, fuzzy +msgid "premature end of file" msgstr "Chyba: neoÄakávaný koniec súboru\n" -#: src/flash/flash.c:149 src/flash/flash.c:194 -#, c-format -msgid "record: start = 0x%08X, len = 0x%08X, checksum = 0x%08X\n" +#: src/flash/flash.c:172 src/flash/flash.c:225 +#, fuzzy, c-format +msgid "record: start = 0x%08lX, len = 0x%08lX, checksum = 0x%08lX\n" msgstr "záznam: zaÄiatok = 0x%08X, dĺžka = 0x%08X, kontrolná suma = 0x%08X\n" -#: src/flash/flash.c:153 src/flash/flash.c:198 -#, c-format -msgid "Error: Invalid record length!\n" +#: src/flash/flash.c:178 src/flash/flash.c:231 +#, fuzzy +msgid "Invalid record length" msgstr "Chyba: Neplatná dĺžka záznamu!\n" -#: src/flash/flash.c:165 src/flash/flash.c:328 -#, c-format -msgid "" -"\n" -"flash error\n" -msgstr "" -"\n" -"chyba flash\n" - -#: src/flash/flash.c:177 src/flash/flash.c:340 +#: src/flash/flash.c:186 src/flash/flash.c:239 src/flash/flash.c:372 +#: src/flash/flash.c:434 #, fuzzy, c-format +msgid "addr: 0x%08lX" +msgstr "adresa: 0x%08X" + +#: src/flash/flash.c:205 src/flash/flash.c:408 +#, fuzzy msgid "verify skipped\n" msgstr "kontrola:\n" -#: src/flash/flash.c:182 src/flash/flash.c:345 -#, c-format +#: src/flash/flash.c:210 src/flash/flash.c:413 msgid "verify:\n" msgstr "kontrola:\n" -#: src/flash/flash.c:211 -#, c-format -msgid "" -"\n" -"verify error: 0x%08X vs. 0x%08X at addr %08X\n" +#: src/flash/flash.c:248 +#, fuzzy, c-format +msgid "verify error: 0x%08lX vs. 0x%08lX at addr %08lX" msgstr "" "\n" "chyba pri kontrole: 0x%08X vs. 0x%08X na adrese %08X\n" -#: src/flash/flash.c:278 src/tap/detect.c:451 +#: src/flash/flash.c:327 #, c-format -msgid "Out of memory!\n" -msgstr "Nedostatok pamäte!\n" +msgid "malloc(%zd) failed" +msgstr "" -#: src/flash/flash.c:300 +#: src/flash/flash.c:358 #, c-format msgid "" "\n" @@ -2836,467 +2744,388 @@ msgstr "" "\n" "blok %d odomknutý\n" -#: src/flash/flash.c:335 src/flash/flash.c:372 +#: src/flash/flash.c:401 #, fuzzy, c-format -msgid "addr: 0x%08X\n" +msgid "addr: 0x%08lX\n" msgstr "adresa: 0x%08X" -#: src/flash/flash.c:373 +#: src/flash/flash.c:453 #, fuzzy, c-format msgid "" -"verify error:\n" -"read: 0x%08X\n" -"expected: 0x%08X\n" +"addr: 0x%08lX\n" +" verify error:\n" +"read: 0x%08lX\n" +"expected: 0x%08lX\n" msgstr "" "\n" "chyba pri kontrole:\n" "naÄítané: 0x%08X\n" "oÄakávané: 0x%08X\n" -#: src/flash/flash.c:379 +#: src/flash/flash.c:466 #, fuzzy, c-format msgid "" -"addr: 0x%08X\n" +"addr: 0x%08lX\n" "Done.\n" msgstr "adresa: 0x%08X" -#: src/flash/flash.c:396 +#: src/flash/flash.c:493 #, c-format msgid "" "\n" -"Erasing %d Flash block%s from address 0x%x\n" +"Erasing %d Flash block%s from address 0x%lx\n" msgstr "" -#: src/flash/flash.c:401 +#: src/flash/flash.c:511 #, c-format msgid "(%d%% Completed) FLASH Block %d : Unlocking ... " msgstr "" -#: src/flash/flash.c:404 -#, c-format +#: src/flash/flash.c:514 msgid "Erasing ... " msgstr "" -#: src/flash/flash.c:410 +#: src/flash/flash.c:522 #, c-format msgid "(100%% Completed) FLASH Block %d : Unlocking ... Erasing ... Ok.\n" msgstr "" -#: src/flash/flash.c:412 -#, c-format +#: src/flash/flash.c:527 msgid "Ok." msgstr "" -#: src/flash/flash.c:414 +#: src/flash/flash.c:529 #, c-format msgid "%78s" msgstr "" -#: src/flash/flash.c:419 -#, c-format +#: src/flash/flash.c:535 msgid "ERROR.\n" msgstr "" -#: src/flash/flash.c:425 -#, c-format +#: src/flash/flash.c:542 msgid "" "\n" "Erasing Completed.\n" msgstr "" -#: src/flash/flash.c:427 -#, c-format +#: src/flash/flash.c:544 msgid "" "\n" -"Erasing Failed.\n" +"Erasing (partially) Failed.\n" msgstr "" -#: src/flash/intel.c:116 src/flash/intel.c:119 src/flash/intel.c:122 +#: src/flash/intel.c:127 src/flash/intel.c:130 src/flash/intel.c:133 #, c-format msgid "Manufacturer: %s\n" msgstr "Výrobca: %s\n" -#: src/flash/intel.c:125 -#, c-format -msgid "Unknown manufacturer (0x%04X)!\n" +#: src/flash/intel.c:136 +#, fuzzy, c-format +msgid "Unknown manufacturer (0x%04lX)!\n" msgstr "Neznámy výrobva (0x%04X)!\n" -#: src/flash/intel.c:129 -#, c-format +#: src/flash/intel.c:141 msgid "Chip: " msgstr "ÄŒip: " -#: src/flash/intel.c:181 -#, c-format -msgid "Unknown (0x%02X)!\n" +#: src/flash/intel.c:194 +#, fuzzy, c-format +msgid "Unknown (0x%02lX)!\n" msgstr "Neznámy (0x%02X)!\n" -#: src/flash/intel.c:240 -#, c-format -msgid "flash: invalid command seq\n" +#: src/flash/intel.c:255 +#, fuzzy +msgid "invalid command seq" msgstr "flash: neplatná sekvencia príkazov\n" -#: src/flash/intel.c:243 -#, c-format -msgid "flash: low vpen\n" +#: src/flash/intel.c:258 +#, fuzzy +msgid "low vpen" msgstr "flash: nízke vpen\n" -#: src/flash/intel.c:246 -#, c-format -msgid "flash: block locked\n" -msgstr "flash: blok uzamknutý\n" +#: src/flash/intel.c:261 +#, fuzzy +msgid "block locked" +msgstr "blok %d odomknutý\n" -#: src/flash/intel.c:268 -#, c-format -msgid "flash: unknown error while unblocking\n" +#: src/flash/intel.c:287 +#, fuzzy +msgid "unknown error while unlocking block" msgstr "flash: neznáma chyba pri odblokovaní\n" -#: src/flash/intel.c:287 src/flash/intel.c:339 -#, c-format -msgid "flash: unknown error while programming\n" +#: src/flash/intel.c:311 src/flash/intel.c:370 +#, fuzzy +msgid "unknown error while programming" msgstr "flash: neznáma chyba pri programovaní\n" -#: src/flash/intel.c:469 +#: src/flash/intel.c:531 msgid "supported: 28Fxxxx, 2 x 16 bit" msgstr "podporované: 28Fxxxx, 2 x 16 bitov" -#: src/flash/intel.c:481 +#: src/flash/intel.c:543 msgid "supported: 28Fxxxx, 1 x 16 bit" msgstr "podporované: 28Fxxxx, 1 x 16 bitov" -#: src/flash/intel.c:493 +#: src/flash/intel.c:555 msgid "supported: 28Fxxxx, 1 x 8 bit" msgstr "podporované: 28Fxxxx, 1 x 8 bitov" -#: src/jtag.c:295 -#, c-format -msgid "'%s' must not be run suid root!\n" -msgstr "" - -#: src/jtag.c:356 -#, fuzzy, c-format -msgid "%s #%s\n" -msgstr "%-13s %s\n" - -#: src/jtag.c:359 -#, c-format -msgid "Usage: %s [OPTIONS] [FILE [FILE ... ]] \n" -msgstr "" - -#: src/jtag.c:362 -#, c-format -msgid " -h, --help display this help and exit\n" -msgstr "" - -#: src/jtag.c:363 -#, c-format -msgid " -v, --version display version information and exit\n" -msgstr "" - -#: src/jtag.c:365 -#, c-format -msgid " -n, --norc disable reading ~/.jtag/rc on startup\n" -msgstr "" - -#: src/jtag.c:366 -#, c-format -msgid " -i, --interactive enter interactive mode after reading files\n" -msgstr "" - -#: src/jtag.c:367 -#, c-format -msgid " -q, --quiet Do not print help on startup\n" -msgstr "" - -#: src/jtag.c:369 -#, c-format -msgid " [FILE] file containing commands to execute\n" -msgstr "" - -#: src/jtag.c:372 -#, c-format -msgid " Please report bugs at http://www.urjtag.org\n" -msgstr "" +#: src/part/bsbit.c:50 +#, fuzzy +msgid "missing Boundary Scan Register (BSR)" +msgstr "chýbajúci Boundary Scan Register (BSR)\n" -#: src/jtag.c:379 -#, c-format -msgid "" -"\n" -"%s #%s\n" -"\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -msgstr "" +#: src/part/bsbit.c:56 +#, fuzzy +msgid "invalid boundary bit number" +msgstr "neplatné Äíslo hraniÄného bitu\n" -#: src/jtag.c:384 -#, c-format -msgid "" -"\n" -"This program is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"\n" -"This program is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n" -msgstr "" +#: src/part/bsbit.c:61 +#, fuzzy +msgid "duplicate bit declaration" +msgstr "duplikátna deklarácia bitu\n" -#: src/jtag.c:439 -#, fuzzy, c-format -msgid "" -"\n" -"%s #%s\n" -"Copyright (C) 2002, 2003 ETC s.r.o.\n" -"Copyright (C) 2007, 2008 Kolja Waschk and the respective authors\n" -"\n" -"%s is free software, covered by the GNU General Public License, and you are\n" -"welcome to change it and/or distribute copies of it under certain " -"conditions.\n" -"There is absolutely no warranty for %s.\n" -"\n" -msgstr "" -"%s\n" -"Autorské práva © 2002, 2003 ETC s.r.o.\n" -"%s je voľný softvér, pokrytý VÅ¡eobecnou verejnou licenciou GNU a môžete ho\n" -"meniÅ¥ a/alebo distribuovaÅ¥ jeho kópie za urÄitých podmienok.\n" -"Neposkytuje sa žiadna záruka pre %s.\n" -"\n" +#: src/part/bsbit.c:66 +#, fuzzy +msgid "invalid control bit number" +msgstr "neplatné Äíslo riadiaceho bitu\n" -#: src/jtag.c:455 -#, fuzzy, c-format -msgid "WARNING: %s may damage your hardware!\n" -msgstr "" -"Upozornenie: %s môže poÅ¡kodiÅ¥ váš hardvér! Napíšte \"quit\" pre ukonÄenie!\n" -"\n" +#: src/part/data_register.c:53 +#, fuzzy +msgid "Data register name too long\n" +msgstr "Upozornenie: Názov dátového registra je príliÅ¡ dlhý\n" -#: src/jtag.c:456 +#: src/part/data_register.c:101 #, fuzzy, c-format -msgid "" -"Type \"quit\" to exit, \"help\" for help.\n" -"\n" -msgstr "" -"Napíšte \"help\" pre získanie pomoci.\n" -"\n" - -#: src/part/data_register.c:46 -#, c-format -msgid "Warning: Data register name too long\n" -msgstr "Upozornenie: Názov dátového registra je príliÅ¡ dlhý\n" +msgid "Data register '%s' already defined" +msgstr "Dátový register '%s' je už definovaný\n" -#: src/part/instruction.c:46 -#, c-format -msgid "Warning: Instruction name too long\n" +#: src/part/instruction.c:51 +#, fuzzy +msgid "Instruction name too long\n" msgstr "Upozornenie: Názov inÅ¡trukcie je príliÅ¡ dlhý\n" -#: src/part/part.c:194 -#, c-format -msgid "signal '%s' cannot be set as output\n" +#: src/part/part.c:231 +#, fuzzy, c-format +msgid "signal '%s' cannot be set as output" msgstr "signál '%s' nemôže byÅ¥ nastavený ako výstup\n" -#: src/part/part.c:204 -#, c-format -msgid "signal '%s' cannot be set as input\n" +#: src/part/part.c:246 +#, fuzzy, c-format +msgid "signal '%s' cannot be set as input" msgstr "signál '%s' nemôže byÅ¥ nastavený ako vstup\n" -#: src/part/part.c:228 -#, c-format -msgid "signal '%s' is not input signal\n" +#: src/part/part.c:280 +#, fuzzy, c-format +msgid "signal '%s' is not input signal" msgstr "signál '%s' nie je vstupný\n" -#: src/part/part.c:245 +#: src/part/part.c:300 #, c-format msgid "%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" msgstr "%%-%ds %%-%ds %%-%ds %%-%ds %%-%ds\n" -#: src/part/part.c:254 src/part/part.c:256 +#: src/part/part.c:312 src/part/part.c:314 msgid "(none)" msgstr "(niÄ)" -#: src/svf/svf.c:351 src/svf/svf.c:529 src/svf/svf.c:868 src/svf/svf.c:872 +#: src/part/part.c:328 +#, fuzzy +msgid "instruction length is already set and used" +msgstr "dĺžka inÅ¡trukcie je už nastavená a používaná\n" + +#: src/part/part.c:355 +#, fuzzy, c-format +msgid "Instruction '%s' already defined" +msgstr "InÅ¡trukcia '%s' je už definovaná\n" + +#: src/part/part.c:363 #, fuzzy, c-format -msgid "out of memory" -msgstr "nedostatok pamäte\n" +msgid "unknown data register '%s'" +msgstr "neznámy dátový register '%s'\n" -#: src/svf/svf.c:449 +#: src/svf/svf.c:470 #, c-format msgid "Error %s: mismatch at position %d for TDO\n" msgstr "" -#: src/svf/svf.c:601 src/svf/svf.c:1011 +#: src/svf/svf.c:550 #, c-format -msgid "Warning %s: command %s not implemented\n" +msgid "calloc(%zd,%zd) fails" msgstr "" -#: src/svf/svf.c:634 +#: src/svf/svf.c:624 src/svf/svf.c:1081 #, c-format -msgid "Error %s: only TCK is supported for RUNTEST.\n" +msgid "command %s not implemented\n" msgstr "" -#: src/svf/svf.c:638 +#: src/svf/svf.c:661 #, c-format -msgid "Error %s: maximum time must be larger or equal to minimum time.\n" +msgid "Error %s: only TCK is supported for RUNTEST" msgstr "" -#: src/svf/svf.c:644 +#: src/svf/svf.c:668 #, c-format -msgid "Warning %s: maximum time for RUNTEST not guaranteed.\n" +msgid "Error %s: maximum time must be larger or equal to minimum time" msgstr "" -#: src/svf/svf.c:645 -#, c-format +#: src/svf/svf.c:676 +msgid "maximum time for RUNTEST not guaranteed.\n" +msgstr "" + +#: src/svf/svf.c:677 msgid " This message is only displayed once.\n" msgstr "" -#: src/svf/svf.c:669 +#: src/svf/svf.c:710 #, c-format -msgid "Error %s: Maximum cable clock frequency required for RUNTEST.\n" +msgid "Error %s: Maximum cable clock frequency required for RUNTEST" msgstr "" -#: src/svf/svf.c:670 -#, c-format +#: src/svf/svf.c:713 msgid " Set the cable frequency with 'FREQUENCY '.\n" msgstr "" -#: src/svf/svf.c:820 +#: src/svf/svf.c:878 #, c-format msgid "Error %s: first %s command after length change must have a TDI value.\n" msgstr "" -#: src/svf/svf.c:845 +#: src/svf/svf.c:906 #, c-format msgid "Error %s: SIR command length inconsistent.\n" msgstr "" -#: src/svf/svf.c:946 +#: src/svf/svf.c:910 #, c-format -msgid "Error %s: no further TRST command allowed after mode ABSENT\n" +msgid " in input file between line %d col %d and line %d col %d\n" msgstr "" -#: src/svf/svf.c:966 +#: src/svf/svf.c:1011 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after a STATE command\n" +msgid "Error %s: no further TRST command allowed after mode ABSENT" msgstr "" -#: src/svf/svf.c:972 +#: src/svf/svf.c:1034 #, c-format -msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command\n" +msgid "Error %s: TRST ABSENT must not be issued after a STATE command" msgstr "" -#: src/svf/svf.c:982 +#: src/svf/svf.c:1042 #, c-format -msgid "Warning %s: unimplemented mode '%s' for TRST\n" +msgid "Error %s: TRST ABSENT must not be issued after an SIR or SDR command" msgstr "" -#: src/svf/svf.c:1070 +#: src/svf/svf.c:1052 +#, c-format +msgid "unimplemented mode '%s' for TRST\n" +msgstr "" + +#: src/svf/svf.c:1140 #, fuzzy, c-format -msgid "Error %s: no JTAG chain available\n" +msgid "%s: no JTAG chain available" msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" -#: src/svf/svf.c:1074 +#: src/svf/svf.c:1147 #, c-format -msgid "Error %s: chain without any parts\n" +msgid "%s: chain without any parts" msgstr "" -#: src/svf/svf.c:1090 +#: src/svf/svf.c:1163 #, c-format -msgid "Error %s: could not establish SDR register\n" +msgid "%s: could not establish SDR register" msgstr "" -#: src/svf/svf.c:1122 +#: src/svf/svf.c:1203 #, c-format -msgid "Error %s: could not establish SIR instruction\n" +msgid "%s: could not establish SIR instruction" msgstr "" -#: src/svf/svf.c:1156 -#, c-format +#: src/svf/svf.c:1240 msgid "" "Mismatches occurred between scanned device output and expected TDO values.\n" msgstr "" -#: src/svf/svf.c:1158 -#, c-format +#: src/svf/svf.c:1243 msgid "Scanned device output matched expected TDO values.\n" msgstr "" -#: svf_flex.l:351 +#: svf_flex.l:367 #, c-format msgid "Parsing %6d/%d (%3.0d%%)" msgstr "" -#: src/tap/cable/arcom.c:129 +#: svf_flex.l:387 src/tap/cable/ft2232.c:1741 +#: src/tap/cable/generic_parport.c:89 src/tap/cable/generic_usbconn.c:236 +#: src/tap/cable/jim.c:71 src/tap/cable/ts7800.c:171 +#: src/tap/cable/usbblaster.c:80 src/tap/cable/vision_ep9307.c:214 +#: src/tap/cable/wiggler.c:226 +#, c-format +msgid "malloc(%zd) fails" +msgstr "" + +#: src/tap/cable/arcom.c:137 msgid "Arcom JTAG Cable" msgstr "JTAG kábel Arcom" -#: src/tap/cable/byteblaster.c:154 +#: src/tap/cable/byteblaster.c:159 msgid "" "Altera ByteBlaster/ByteBlaster II/ByteBlasterMV Parallel Port Download Cable" msgstr "" "JTAG kábel Altera ByteBlaster/ByteBlaster II/ByteBlasterMV pre paralelný port" -#: src/tap/cable.c:175 -#, c-format -msgid "Failed to allocate memory for cable activity queue.\n" -msgstr "" - -#: src/tap/cable.c:220 +#: src/tap/cable.c:185 src/tap/usbconn/libusb.c:169 #, c-format -msgid "Out of memory: couldn't resize activity queue to %d\n" +msgid "malloc(%zd)/malloc(%zd) fails" msgstr "" -#: src/tap/cable.c:225 +#: src/tap/cable.c:239 #, c-format msgid "(Resized JTAG activity queue to hold max %d items)\n" msgstr "" -#: src/tap/cable.c:405 src/tap/cable.c:463 +#: src/tap/cable.c:426 src/tap/cable.c:487 #, c-format msgid "Internal error: Got wrong type of result from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:469 +#: src/tap/cable.c:494 #, c-format msgid "Internal error: Got wrong signal's value from queue (%d? %p.%d)\n" msgstr "" -#: src/tap/cable.c:523 +#: src/tap/cable.c:551 #, c-format msgid "Internal error: Got wrong type of result from queue (#%d %p.%d)\n" msgstr "" -#: src/tap/cable.c:529 -#, c-format +#: src/tap/cable.c:558 msgid "Internal error: Wanted transfer result but none was queued\n" msgstr "" -#: src/tap/cable/dlc5.c:125 +#: src/tap/cable/dlc5.c:131 msgid "Xilinx DLC5 JTAG Parallel Cable III" msgstr "Xilinx DLC5 JTAG paralelný kábel III" -#: src/tap/cable/ea253.c:129 +#: src/tap/cable/ea253.c:137 msgid "ETC EA253 JTAG Cable" msgstr "JTAG kábel ETC EA253" -#: src/tap/cable/ei012.c:131 +#: src/tap/cable/ei012.c:139 msgid "ETC EI012 JTAG Cable" msgstr "JTAG kábel ETC EI012" -#: src/tap/cable/ft2232.c:248 +#: src/tap/cable/ft2232.c:251 #, c-format -msgid "Warning: Setting lowest supported frequency for FT2232: %d\n" +msgid "Setting lowest supported frequency for FT2232: %d\n" msgstr "" -#: src/tap/cable/ft2232.c:680 -#, c-format -msgid "Error: Please power on the TARGET board and connect VCC signal!\n" +#: src/tap/cable/ft2232.c:739 +msgid "Please power on the TARGET board and connect VCC signal" msgstr "" -#: src/tap/cable/ft2232.c:1662 +#: src/tap/cable/ft2232.c:1824 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3309,67 +3138,64 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/ft2232.c:1680 +#: src/tap/cable/ft2232.c:1836 msgid "Generic FTDI FT2232 Cable" msgstr "" -#: src/tap/cable/ft2232.c:1712 +#: src/tap/cable/ft2232.c:1869 msgid "Olimex ARM-USB-OCD[-TINY] (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1758 +#: src/tap/cable/ft2232.c:1916 msgid "Analog Devices Blackfin gnICE (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1790 +#: src/tap/cable/ft2232.c:1949 msgid "Amontec JTAGkey (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1822 +#: src/tap/cable/ft2232.c:1982 msgid "OOCDLink-s (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1854 +#: src/tap/cable/ft2232.c:2015 msgid "Turtelizer 2 Rev. B (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1886 +#: src/tap/cable/ft2232.c:2048 msgid "USB to JTAG Interface (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1918 +#: src/tap/cable/ft2232.c:2081 msgid "Xverve DT-USB-ST Signalyzer Tool (FT2232) Cable (EXPERIMENTAL)" msgstr "" -#: src/tap/cable/ft2232.c:1950 -msgid "TinCanTools Flyswatter Cable" +#: src/tap/cable/ft2232.c:2114 +msgid "TinCanTools Flyswatter (FT2232) Cable" msgstr "" -#: src/tap/cable/ft2232.c:1982 +#: src/tap/cable/ft2232.c:2147 msgid "KrisTech usbScarabeus2 (FT2232) Cable" msgstr "" #: src/tap/cable/generic.c:110 -#, c-format -msgid "No space in cable activity results queue.\n" +msgid "No space in cable activity results queue" msgstr "" -#: src/tap/cable/generic.c:389 -#, c-format +#: src/tap/cable/generic.c:421 msgid "calibration error, wall clock is not monotonically increasing\n" msgstr "" -#: src/tap/cable/generic_parport.c:58 src/tap/cable/jim.c:54 -#, c-format -msgid "not enough arguments!\n" +#: src/tap/cable/generic_parport.c:62 +msgid "extra arguments" msgstr "" -#: src/tap/cable/generic_parport.c:67 +#: src/tap/cable/generic_parport.c:72 #, fuzzy, c-format -msgid "Unknown port driver: %s\n" +msgid "Unknown port type: %s" msgstr "neznámy dátový register '%s'\n" -#: src/tap/cable/generic_parport.c:112 +#: src/tap/cable/generic_parport.c:120 #, c-format msgid "" "Usage: cable %s parallel PORTADDR\n" @@ -3382,12 +3208,11 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:217 -#, c-format +#: src/tap/cable/generic_usbconn.c:229 msgid "Couldn't connect to suitable USB device.\n" msgstr "" -#: src/tap/cable/generic_usbconn.c:253 +#: src/tap/cable/generic_usbconn.c:267 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [...]\n" @@ -3398,17 +3223,15 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/jim.c:58 -#, c-format -msgid "JTAG target simulator JIM - work in progress!\n" +#: src/tap/cable/jim.c:55 +msgid "not enough arguments" msgstr "" -#: src/tap/cable/jim.c:62 -#, fuzzy, c-format -msgid "Initialization failed.\n" -msgstr "inicializácia zbernice zlyhala!\n" +#: src/tap/cable/jim.c:59 +msgid "JTAG target simulator JIM - work in progress!\n" +msgstr "" -#: src/tap/cable/jim.c:151 +#: src/tap/cable/jim.c:154 #, c-format msgid "Usage: cable %s\n" msgstr "" @@ -3417,74 +3240,67 @@ msgstr "" msgid "JTAG target simulator JIM" msgstr "" -#: src/tap/cable/jlink.c:572 +#: src/tap/cable/jlink.c:590 msgid "Segger/IAR J-Link, Atmel SAM-ICE and others." msgstr "" -#: src/tap/cable/keithkoep.c:141 +#: src/tap/cable/keithkoep.c:148 msgid "Keith & Koep JTAG cable" msgstr "JTAG kábel Keith & Koep" -#: src/tap/cable/lattice.c:131 +#: src/tap/cable/lattice.c:140 #, fuzzy msgid "Lattice Parallel Port JTAG Cable" msgstr "JTAG kábel Macraigor Wiggler" -#: src/tap/cable/mpcbdm.c:142 +#: src/tap/cable/mpcbdm.c:146 msgid "Mpcbdm JTAG cable" msgstr "JTAG kábel Mpcbdm" -#: src/tap/cable/triton.c:143 +#: src/tap/cable/triton.c:150 msgid "Ka-Ro TRITON Starterkit II (PXA255/250) JTAG Cable" msgstr "JTAG kábel pre Ka-Ro TRITON Starterkit II (PXA255/250)" -#: src/tap/cable/ts7800.c:87 src/tap/cable/vision_ep9307.c:93 -#, fuzzy, c-format -msgid "Error: unable to open /dev/mem\n" +#: src/tap/cable/ts7800.c:89 src/tap/cable/vision_ep9307.c:95 +#, fuzzy +msgid "unable to open /dev/mem" msgstr "Chyba: Nedostatok pamäte!\n" -#: src/tap/cable/ts7800.c:97 src/tap/cable/vision_ep9307.c:130 -#, c-format -msgid "Error: unable to mmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:102 src/tap/cable/vision_ep9307.c:138 +#, fuzzy +msgid "unable to mmap the GPIO registers" +msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" -#: src/tap/cable/ts7800.c:120 src/tap/cable/vision_ep9307.c:155 -#, c-format -msgid "Error: unable to munmap the GPIO registers\n" -msgstr "" +#: src/tap/cable/ts7800.c:127 src/tap/cable/vision_ep9307.c:164 +#, fuzzy +msgid "unable to munmap the GPIO registers" +msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" -#: src/tap/cable/ts7800.c:152 src/tap/cable/vision_ep9307.c:193 -#, c-format -msgid "Error: This cable type does not accept parameters!\n" +#: src/tap/cable/ts7800.c:161 src/tap/cable/vision_ep9307.c:204 +msgid "This cable type does not accept parameters" msgstr "" -#: src/tap/cable/ts7800.c:156 -#, c-format +#: src/tap/cable/ts7800.c:166 msgid "Initializing TS-7800 Built-in JTAG Chain\n" msgstr "" -#: src/tap/cable/ts7800.c:160 -#, fuzzy, c-format -msgid "%s(%d) Out of memory\n" -msgstr "%s(%d) Nedostatok pamäte.\n" - -#: src/tap/cable/ts7800.c:281 src/tap/cable/vision_ep9307.c:320 +#: src/tap/cable/ts7800.c:298 src/tap/cable/vision_ep9307.c:339 #, c-format msgid "" "Usage: cable %s\n" "\n" msgstr "" -#: src/tap/cable/ts7800.c:288 +#: src/tap/cable/ts7800.c:303 msgid "TS-7800 Built-in JTAG Chain" msgstr "" -#: src/tap/cable/usbblaster.c:102 +#: src/tap/cable/usbblaster.c:104 #, c-format -msgid "Warning: USB-Blaster frequency is fixed to %ld Hz\n" +msgid "USB-Blaster frequency is fixed to %ld Hz\n" msgstr "" -#: src/tap/cable/usbblaster.c:456 +#: src/tap/cable/usbblaster.c:503 #, c-format msgid "" "Usage: cable %s [vid=VID] [pid=PID] [desc=DESC] [driver=DRIVER]\n" @@ -3497,39 +3313,35 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/usbblaster.c:472 +#: src/tap/cable/usbblaster.c:514 msgid "Altera USB-Blaster Cable" msgstr "" -#: src/tap/cable/vision_ep9307.c:103 -#, c-format -msgid "Error: unable to mmap the System Control registers\n" +#: src/tap/cable/vision_ep9307.c:107 +msgid "unable to mmap the System Control registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:122 -#, c-format -msgid "Error: unable to munmap the System Controller registers\n" +#: src/tap/cable/vision_ep9307.c:127 +msgid "unable to munmap the System Controller registers" msgstr "" -#: src/tap/cable/vision_ep9307.c:197 -#, c-format +#: src/tap/cable/vision_ep9307.c:209 msgid "Initializing Vision EP9307 SoM GPIO JTAG Cable\n" msgstr "" -#: src/tap/cable/vision_ep9307.c:327 +#: src/tap/cable/vision_ep9307.c:344 msgid "Vision EP9307 SoM GPIO JTAG Cable" msgstr "" -#: src/tap/cable/wiggler2.c:148 +#: src/tap/cable/wiggler2.c:159 msgid "Modified (with CPU Reset) WIGGLER JTAG Cable" msgstr "" -#: src/tap/cable/wiggler.c:213 -#, c-format +#: src/tap/cable/wiggler.c:248 msgid "Pin mapping failed\n" msgstr "" -#: src/tap/cable/wiggler.c:327 +#: src/tap/cable/wiggler.c:388 #, c-format msgid "" "Usage: cable %s parallel PORTADDR [TDO,TRST,TDI,TCK,TMS,SRESET]\n" @@ -3544,373 +3356,454 @@ msgid "" "\n" msgstr "" -#: src/tap/cable/wiggler.c:359 +#: src/tap/cable/wiggler.c:415 msgid "Macraigor Wiggler JTAG Cable" msgstr "JTAG kábel Macraigor Wiggler" -#: src/tap/cable/wiggler.c:377 +#: src/tap/cable/wiggler.c:434 #, fuzzy msgid "Excelpoint IGLOO JTAG Cable" msgstr "JTAG kábel Arcom" -#: src/tap/cable/xpc.c:634 +#: src/tap/cable/xpc.c:685 msgid "Xilinx Platform Cable USB internal chain" msgstr "" -#: src/tap/cable/xpc.c:660 +#: src/tap/cable/xpc.c:712 msgid "Xilinx Platform Cable USB external chain" msgstr "" -#: src/tap/chain.c:149 src/tap/chain.c:200 -#, c-format -msgid "%s(%d) Part %d without active instruction\n" +#: src/tap/chain.c:182 src/tap/chain.c:250 +#, fuzzy, c-format +msgid "Part %d without active instruction" msgstr "%s(%d) SúÄiastka %d bez aktívnej inÅ¡trukcie\n" -#: src/tap/chain.c:204 -#, c-format -msgid "%s(%d) Part %d without data register\n" +#: src/tap/chain.c:256 +#, fuzzy, c-format +msgid "Part %d without data register" msgstr "%s(%d) SúÄiastka %d bez dátového registra\n" -#: src/tap/detect.c:59 +#: src/tap/chain.c:321 +#, fuzzy +msgid "Run \"detect\" first" +msgstr "Spustite najskôr \"detect\".\n" + +#: src/tap/chain.c:327 #, c-format -msgid "Cannot open %s\n" -msgstr "Nepodarilo sa otvoriÅ¥ %s\n" +msgid "active part no %d exceeds chain length %d" +msgstr "" + +#: src/tap/detect.c:65 +#, fuzzy, c-format +msgid "Unable to open file '%s'\n" +msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" -#: src/tap/detect.c:206 +#: src/tap/detect.c:201 #, c-format msgid "IR length: %d\n" msgstr "Dĺžka IR: %d\n" -#: src/tap/detect.c:223 -#, c-format +#: src/tap/detect.c:219 msgid "Unable to detect JTAG chain length\n" msgstr "Nepodarilo sa zdetekovaÅ¥ dĺžku JTAG reÅ¥azca\n" -#: src/tap/detect.c:226 +#: src/tap/detect.c:222 #, c-format msgid "Chain length: %d\n" msgstr "Dĺžka reÅ¥azca: %d\n" -#: src/tap/detect.c:267 +#: src/tap/detect.c:265 #, fuzzy, c-format msgid "Device Id: %s (0x%016)\n" msgstr "Id zariadenia: %s\n" -#: src/tap/detect.c:296 -#, c-format +#: src/tap/detect.c:268 +msgid "Device Id: unknown as bit 0 was not a 1\n" +msgstr "" + +#: src/tap/detect.c:299 msgid " Unknown manufacturer!\n" msgstr " Neznámy výrobca!\n" -#: src/tap/detect.c:302 +#: src/tap/detect.c:305 #, c-format msgid " Manufacturer: %s\n" msgstr " Výrobca: %s\n" -#: src/tap/detect.c:304 -#, c-format -msgid "Warning: Manufacturer too long\n" +#: src/tap/detect.c:308 +#, fuzzy +msgid "Manufacturer too long\n" msgstr "Upozornenie: Výrobca je príliÅ¡ dlhý\n" -#: src/tap/detect.c:320 -#, c-format +#: src/tap/detect.c:325 msgid " Unknown part!\n" msgstr " Neznáma súÄiastka!\n" -#: src/tap/detect.c:326 +#: src/tap/detect.c:331 #, fuzzy, c-format msgid " Part(%d): %s\n" msgstr " SúÄiastka: %s\n" -#: src/tap/detect.c:328 -#, c-format -msgid "Warning: Part too long\n" +#: src/tap/detect.c:334 +#, fuzzy +msgid "Part too long\n" msgstr "Upozornenie: SúÄiastka je príliÅ¡ dlhá\n" -#: src/tap/detect.c:344 -#, c-format +#: src/tap/detect.c:351 msgid " Unknown stepping!\n" msgstr " Neznámy stupeň!\n" -#: src/tap/detect.c:350 +#: src/tap/detect.c:357 #, c-format msgid " Stepping: %s\n" msgstr " Stupeň: %s\n" -#: src/tap/detect.c:352 -#, c-format -msgid "Warning: Stepping too long\n" +#: src/tap/detect.c:360 +#, fuzzy +msgid "Stepping too long\n" msgstr "Upozornenie: Stupeň je príliÅ¡ dlhý\n" -#: src/tap/detect.c:382 -#, c-format +#: src/tap/detect.c:400 msgid "Error: Unable to detect JTAG chain end!\n" msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" -#: src/tap/detect.c:409 -#, fuzzy, c-format -msgid "Error: Unable to allocate a register!\n" -msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" - -#: src/tap/detect.c:417 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for parts!\n" -msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" - -#: src/tap/detect.c:424 -#, fuzzy, c-format -msgid "Error: Unable to allocate space for a part!\n" -msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" - -#: src/tap/detect.c:440 -#, c-format +#: src/tap/detect.c:450 msgid "Error: could not set BR register" msgstr "" -#: src/tap/detect.c:462 -#, c-format +#: src/tap/detect.c:471 msgid "Error: could not set BYPASS instruction" msgstr "" -#: src/tap/discovery.c:108 +#: src/tap/discovery.c:117 #, c-format -msgid "Warning: TDO seems to be stuck at %d\n" +msgid "TDO seems to be stuck at %d\n" msgstr "" -#: src/tap/discovery.c:133 -#, c-format +#: src/tap/discovery.c:142 msgid "Detecting IR length ... " msgstr "Detekujem dĺžku IR ... " -#: src/tap/discovery.c:139 src/tap/discovery.c:171 +#: src/tap/discovery.c:148 src/tap/discovery.c:184 #, c-format msgid "%d\n" msgstr "%d\n" -#: src/tap/discovery.c:142 -#, c-format +#: src/tap/discovery.c:153 msgid "Error: Invalid IR length!\n" msgstr "Chyba: Neplatná dĺžka IR!\n" -#: src/tap/discovery.c:153 -#, c-format -msgid "Error: Out of memory!\n" -msgstr "Chyba: Nedostatok pamäte!\n" - -#: src/tap/discovery.c:165 +#: src/tap/discovery.c:177 #, c-format msgid "Detecting DR length for IR %s ... " msgstr "Detekujem dĺžku DR pre IR %s ... " -#: src/tap/parport/direct.c:139 -#, c-format -msgid "Couldn't load InpOut32.dll; maybe not installed?\n" +#: src/tap/parport/direct.c:157 +msgid "Couldn't load InpOut32.dll; maybe not installed?" msgstr "" -#: src/tap/parport/direct.c:206 src/tap/parport/ppdev.c:119 -#: src/tap/parport/ppi.c:115 -#, c-format -msgid "Syntax error!\n" -msgstr "Chyba syntaxe!\n" - -#: src/tap/parport/direct.c:213 -#, c-format -msgid "Invalid port address!\n" +#: src/tap/parport/direct.c:223 +#, fuzzy +msgid "Invalid port address" msgstr "Neplatná adresa portu!\n" -#: src/tap/parport/direct.c:225 +#: src/tap/parport/direct.c:238 #, c-format msgid "Disconnecting %s from parallel port at 0x%x\n" msgstr "Odpájam %s z paralelného portu na adrese 0x%x\n" -#: src/tap/parport/direct.c:231 +#: src/tap/parport/direct.c:245 #, fuzzy, c-format msgid "Initializing parallel port at 0x%x\n" msgstr "Inicializujem %s na paralelnom porte na adrese 0x%x\n" -#: src/tap/parport/direct.c:235 src/tap/parport/ppdev.c:134 -#: src/tap/parport/ppi.c:130 -#, c-format -msgid "%s(%d) Out of memory.\n" -msgstr "%s(%d) Nedostatok pamäte.\n" - -#: src/tap/parport/ppdev.c:125 +#: src/tap/parport/ppdev.c:132 #, c-format msgid "Disconnecting %s from ppdev port %s\n" msgstr "Odpájam %s z ppdev portu %s\n" -#: src/tap/parport/ppdev.c:130 +#: src/tap/parport/ppdev.c:138 #, fuzzy, c-format msgid "Initializing ppdev port %s\n" msgstr "Inicializujem %s na ppdev porte %s\n" -#: src/tap/parport/ppdev.c:148 +#: src/tap/parport/ppdev.c:155 #, fuzzy, c-format -msgid "Could not open port %s: %s\n" +msgid "Could not open port %s" msgstr "Nepodarilo sa otvoriÅ¥ %s\n" -#: src/tap/parport/ppdev.c:153 -#, c-format -msgid "Could not claim ppdev device: %s\n" +#: src/tap/parport/ppdev.c:162 +msgid "Could not claim ppdev device" msgstr "" -#: src/tap/parport/ppi.c:121 +#: src/tap/parport/ppi.c:128 #, fuzzy, c-format msgid "Disconnecting %s from ppi port %s\n" msgstr "Odpájam %s z ppdev portu %s\n" -#: src/tap/parport/ppi.c:126 +#: src/tap/parport/ppi.c:135 #, fuzzy, c-format msgid "Initializing on ppi port %s\n" msgstr "Inicializujem %s na ppdev porte %s\n" -#: src/tap/tap.c:71 src/tap/tap.c:131 src/tap/tap.c:142 +#: src/tap/tap.c:78 src/tap/tap.c:150 src/tap/tap.c:163 #, c-format msgid "%s: Invalid state: %2X\n" msgstr "%s: Neplatný stav: %2X\n" -#: src/tap/usbconn/libftd2xx.c:100 +#: src/tap/usbconn/libftd2xx.c:133 #, c-format -msgid "%s(): FT_Write() failed.\n" +msgid "FT_Write() failed: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:104 src/tap/usbconn/libftdi.c:89 -#, c-format -msgid "%s(): Written fewer bytes than requested.\n" +#: src/tap/usbconn/libftd2xx.c:141 src/tap/usbconn/libftdi.c:93 +msgid "Written fewer bytes than requested" msgstr "" -#: src/tap/usbconn/libftd2xx.c:123 src/tap/usbconn/libftdi.c:108 -#, c-format -msgid "%s(): Receive buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:161 src/tap/usbconn/libftdi.c:113 +msgid "Receive buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:130 src/tap/usbconn/libftd2xx.c:190 +#: src/tap/usbconn/libftd2xx.c:168 src/tap/usbconn/libftd2xx.c:230 #, c-format -msgid "%s(): Error from FT_Read(): %d\n" +msgid "Error from FT_Read(): %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:134 src/tap/usbconn/libftdi.c:119 +#: src/tap/usbconn/libftd2xx.c:173 src/tap/usbconn/libftdi.c:127 #, c-format -msgid "%s(): Received less bytes than requested.\n" +msgid "%s(): Received fewer bytes than requested.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:256 src/tap/usbconn/libftdi.c:224 -#, c-format -msgid "%s(): Send buffer does not exist.\n" +#: src/tap/usbconn/libftd2xx.c:297 src/tap/usbconn/libftdi.c:237 +msgid "Send buffer does not exist" msgstr "" -#: src/tap/usbconn/libftd2xx.c:314 -#, c-format +#: src/tap/usbconn/libftd2xx.c:360 msgid "Connected to libftd2xx driver.\n" msgstr "" -#: src/tap/usbconn/libftd2xx.c:389 src/tap/usbconn/libftd2xx.c:428 -#: src/tap/usbconn/libftd2xx.c:448 src/tap/usbconn/libftd2xx.c:471 +#: src/tap/usbconn/libftd2xx.c:437 src/tap/usbconn/libftd2xx.c:484 +#: src/tap/usbconn/libftd2xx.c:519 src/tap/usbconn/libftd2xx.c:546 #, c-format -msgid "%s(): Can't reset device.\n" +msgid "Can't reset device: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:391 src/tap/usbconn/libftd2xx.c:430 -#: src/tap/usbconn/libftd2xx.c:450 src/tap/usbconn/libftd2xx.c:473 +#: src/tap/usbconn/libftd2xx.c:441 src/tap/usbconn/libftd2xx.c:523 +#: src/tap/usbconn/libftd2xx.c:550 #, c-format -msgid "%s(): Can't purge RX buffer.\n" +msgid "Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:394 +#: src/tap/usbconn/libftd2xx.c:446 #, c-format -msgid "%s(): Can't set latency timer.\n" +msgid "Can't set latency timer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:397 +#: src/tap/usbconn/libftd2xx.c:451 #, c-format -msgid "%s(): Can't set baudrate.\n" +msgid "Can't set baudrate: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:433 +#: src/tap/usbconn/libftd2xx.c:488 #, c-format -msgid "%s(): Can't set USB parameters.\n" +msgid "s(): Can't purge RX buffer: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:436 +#: src/tap/usbconn/libftd2xx.c:495 #, c-format -msgid "%s(): Can't set special characters.\n" +msgid "Can't set USB parameters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:442 +#: src/tap/usbconn/libftd2xx.c:500 #, c-format -msgid "%s(): Can't set target latency timer.\n" +msgid "Can't set special characters: %s" msgstr "" -#: src/tap/usbconn/libftd2xx.c:445 +#: src/tap/usbconn/libftd2xx.c:508 #, c-format -msgid "%s(): Can't set MPSSE bitmode.\n" +msgid "Can't set target latency timer: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:84 +#: src/tap/usbconn/libftd2xx.c:514 #, c-format -msgid "%s(): ftdi_write_data() failed: %s\n" +msgid "Can't set MPSSE bitmode: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:115 src/tap/usbconn/libftdi.c:168 +#: src/tap/usbconn/libftdi.c:87 #, c-format -msgid "%s(): Error from ftdi_read_data(): %s\n" +msgid "ftdi_write_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:286 +#: src/tap/usbconn/libftdi.c:122 src/tap/usbconn/libftdi.c:178 #, c-format +msgid "Error from ftdi_read_data(): %s" +msgstr "" + +#: src/tap/usbconn/libftdi.c:305 msgid "Connected to libftdi driver.\n" msgstr "" -#: src/tap/usbconn/libftdi.c:324 +#: src/tap/usbconn/libftdi.c:344 #, c-format -msgid "%s() failed: %s\n" +msgid "%s(): ftdi_usb_open_desc() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:349 +#: src/tap/usbconn/libftdi.c:346 #, c-format -msgid "%s(): ftdi_usb_purge_buffers() failed: %s\n" +msgid "ftdi_usb_open_desc() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:352 src/tap/usbconn/libftdi.c:369 +#: src/tap/usbconn/libftdi.c:371 #, c-format -msgid "%s(): ftdi_read_data() failed: %s\n" +msgid "ftdi_usb_purge_buffers() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:361 +#: src/tap/usbconn/libftdi.c:375 src/tap/usbconn/libftdi.c:396 #, c-format -msgid "%s(): ftdi_usb_purge_rx_buffer() failed: %s\n" +msgid "ftdi_read_data() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:366 +#: src/tap/usbconn/libftdi.c:385 #, c-format -msgid "%s(): ftdi_usb_purge_tx_buffer() failed: %s\n" +msgid "ftdi_usb_purge_rx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:386 +#: src/tap/usbconn/libftdi.c:392 #, c-format -msgid "%s(): ftdi_poll_status() failed: %s\n" +msgid "ftdi_usb_purge_tx_buffer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:391 src/tap/usbconn/libftdi.c:485 -#: src/tap/usbconn/libftdi.c:504 +#: src/tap/usbconn/libftdi.c:413 #, c-format -msgid "%s(): ftdi_usb_reset() failed: %s\n" +msgid "ftdi_poll_status() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:414 src/tap/usbconn/libftdi.c:477 +#: src/tap/usbconn/libftdi.c:418 src/tap/usbconn/libftdi.c:534 +#: src/tap/usbconn/libftdi.c:556 #, c-format -msgid "%s(): ftdi_set_latency_timer() failed: %s\n" +msgid "ftdi_usb_reset() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:427 +#: src/tap/usbconn/libftdi.c:444 src/tap/usbconn/libftdi.c:524 #, c-format -msgid "%s(): ftdi_set_baudrate() failed: %s\n" +msgid "ftdi_set_latency_timer() failed: %s" msgstr "" -#: src/tap/usbconn/libftdi.c:481 +#: src/tap/usbconn/libftdi.c:461 #, c-format -msgid "%s(): ftdi_set_bitmode() failed: %s\n" +msgid "ftdi_set_baudrate() failed: %s" msgstr "" +#: src/tap/usbconn/libftdi.c:529 +#, c-format +msgid "ftdi_set_bitmode() failed: %s" +msgstr "" + +#, fuzzy +#~ msgid "Out of memory, %s line %i\n" +#~ msgstr "Nedostatok pamäte\n" + +#, fuzzy +#~ msgid "No JTAG chain available\n" +#~ msgstr "(popis je nedostupný)" + +#, fuzzy +#~ msgid "Unable to open BSDL file '%s'\n" +#~ msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" + +#, fuzzy +#~ msgid "Cannot open file %s or %s.\n" +#~ msgstr "Nepodarilo sa otvoriÅ¥ %s\n" + +#~ msgid "out of memory\n" +#~ msgstr "nedostatok pamäte\n" + +#, fuzzy +#~ msgid "signal '%s' is not found\n" +#~ msgstr "signál '%s' nenájdený\n" + +#~ msgid "Error: Bus width detection failed\n" +#~ msgstr "Chyba: Detekcia šírky zbernice zlyhala\n" + +#~ msgid "Error: Invalid bus width (MD3 = MD4 = 0)!\n" +#~ msgstr "Chyba: Neplatná šírka zbernice (MD3 = MD4 = 0)!\n" + +#, fuzzy +#~ msgid "Addr: 0x%08X\n" +#~ msgstr "adresa: 0x%08X\n" + +#~ msgid "%s: no active part\n" +#~ msgstr "%s: nie je aktívna súÄiastka\n" + +#~ msgid "Error: Cable connection failed!\n" +#~ msgstr "Chyba: Pripojenie kábla zlyhalo!\n" + +#~ msgid "Error: Cable initialization failed!\n" +#~ msgstr "Chyba: Inicializácia kábla zlyhala!\n" + +#~ msgid "Error: Cable not configured. Please use '%s' command first!\n" +#~ msgstr "" +#~ "Chyba: Kábel nie je nakonfigurovaný. Prosím najskôr použie príkaz '%s'!\n" + +#~ msgid "%s: syntax error!\n" +#~ msgstr "%s: chyba syntaxe!\n" + +#, fuzzy +#~ msgid "Unable to open file `%s go=%d'!\n" +#~ msgstr "Nepodarilo sa otvoriÅ¥ súbor `%s'!\n" + +#, fuzzy +#~ msgid "bus alloc/attach failed!\n" +#~ msgstr "inicializácia zbernice zlyhala!\n" + +#~ msgid "bus initialization failed!\n" +#~ msgstr "inicializácia zbernice zlyhala!\n" + +#~ msgid "" +#~ "\n" +#~ "flash error\n" +#~ msgstr "" +#~ "\n" +#~ "chyba flash\n" + +#~ msgid "Out of memory!\n" +#~ msgstr "Nedostatok pamäte!\n" + +#~ msgid "flash: block locked\n" +#~ msgstr "flash: blok uzamknutý\n" + +#, fuzzy +#~ msgid "out of memory" +#~ msgstr "nedostatok pamäte\n" + +#, fuzzy +#~ msgid "Initialization failed.\n" +#~ msgstr "inicializácia zbernice zlyhala!\n" + +#, fuzzy +#~ msgid "%s(%d) Out of memory\n" +#~ msgstr "%s(%d) Nedostatok pamäte.\n" + +#~ msgid "Cannot open %s\n" +#~ msgstr "Nepodarilo sa otvoriÅ¥ %s\n" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for parts!\n" +#~ msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" + +#, fuzzy +#~ msgid "Error: Unable to allocate space for a part!\n" +#~ msgstr "Chyba: Nepodarilo sa zdetekovaÅ¥ koniec JTAG reÅ¥azca!\n" + +#~ msgid "Error: Out of memory!\n" +#~ msgstr "Chyba: Nedostatok pamäte!\n" + +#~ msgid "Syntax error!\n" +#~ msgstr "Chyba syntaxe!\n" + +#~ msgid "%s(%d) Out of memory.\n" +#~ msgstr "%s(%d) Nedostatok pamäte.\n" + #~ msgid "supported: AMD 29LV800B; 1x16 Bit" #~ msgstr "podporované: AMD 29LV800B; 1x16 bitov" @@ -3979,10 +3872,6 @@ msgstr "" #~ msgid "Am29LV040B\t-\t" #~ msgstr "Am29LV800B" -#, fuzzy -#~ msgid "addr: 0x%08X\r" -#~ msgstr "adresa: 0x%08X" - #~ msgid "Error during file read.\n" #~ msgstr "Chyba pri Äítaní zo súboru.\n" diff --git a/urjtag/src/cmd/cmd.h b/urjtag/src/cmd/cmd.h index 6d78e45a..79df511d 100644 --- a/urjtag/src/cmd/cmd.h +++ b/urjtag/src/cmd/cmd.h @@ -102,4 +102,14 @@ extern const urj_cmd_t *urj_cmds[]; */ int urj_cmd_test_cable (urj_chain_t *chain); +/** + * Count the number of parameters in this NULL-terminated list + */ +int urj_cmd_params (char *params[]); +/** + * Parse parameter as a long unsigned + * @return URJ_STATUS_OK on success, URJ_STATUS_FAIL on error + */ +int urj_cmd_get_number (const char *s, long unsigned *i); + #endif /* URJ_CMD_H */ diff --git a/urjtag/src/tap/Makefile.am b/urjtag/src/tap/Makefile.am index 5923657f..75c40d53 100644 --- a/urjtag/src/tap/Makefile.am +++ b/urjtag/src/tap/Makefile.am @@ -125,6 +125,7 @@ endif if HAVE_LIBUSB libtap_la_SOURCES += \ usbconn/libusb.c + usbconn/libusb.h endif @@ -135,7 +136,8 @@ endif if ENABLE_LOWLEVEL_FTDI libtap_la_SOURCES += \ - usbconn/libftdi.c + usbconn/libftdi.c \ + usbconn/libftdx.h endif if ENABLE_LOWLEVEL_FTD2XX diff --git a/urjtag/src/tap/cable/ft2232.c b/urjtag/src/tap/cable/ft2232.c index e2559560..c6e05be7 100644 --- a/urjtag/src/tap/cable/ft2232.c +++ b/urjtag/src/tap/cable/ft2232.c @@ -38,7 +38,7 @@ #include "generic_usbconn.h" #include -#include +#include "usbconn/libftdx.h" #include "cmd_xfer.h" diff --git a/urjtag/src/tap/cable/jim.c b/urjtag/src/tap/cable/jim.c index 5a7adefa..d8e3b21a 100644 --- a/urjtag/src/tap/cable/jim.c +++ b/urjtag/src/tap/cable/jim.c @@ -50,7 +50,7 @@ jim_cable_connect (urj_cable_t *cable, const urj_param_t *params[]) jim_cable_params_t *cable_params; urj_jim_state_t *s; - if (urj_cmd_params (params) < 1) + if (urj_param_num (params) < 1) { urj_error_set (URJ_ERROR_SYNTAX, _("not enough arguments")); return URJ_STATUS_FAIL; diff --git a/urjtag/src/tap/cable/jlink.c b/urjtag/src/tap/cable/jlink.c index 31d9e703..38a188e9 100644 --- a/urjtag/src/tap/cable/jlink.c +++ b/urjtag/src/tap/cable/jlink.c @@ -35,7 +35,6 @@ #include "generic_usbconn.h" #include -#include /* ---------------------------------------------------------------------- */ @@ -43,6 +42,7 @@ #include #include +#include "usbconn/libusb.h" #include #include diff --git a/urjtag/src/tap/cable/ts7800.c b/urjtag/src/tap/cable/ts7800.c index 5638097b..1b2204c5 100644 --- a/urjtag/src/tap/cable/ts7800.c +++ b/urjtag/src/tap/cable/ts7800.c @@ -155,7 +155,7 @@ ts7800_connect (urj_cable_t *cable, const urj_param_t *params[]) { ts7800_params_t *cable_params; - if (urj_cmd_params (params) != 1) + if (urj_param_num (params) != 1) { urj_error_set (URJ_ERROR_SYNTAX, _("This cable type does not accept parameters")); diff --git a/urjtag/src/tap/cable/usbblaster.c b/urjtag/src/tap/cable/usbblaster.c index 07516ef6..e9c6a7f0 100644 --- a/urjtag/src/tap/cable/usbblaster.c +++ b/urjtag/src/tap/cable/usbblaster.c @@ -37,7 +37,7 @@ #include "generic_usbconn.h" #include -#include +#include "usbconn/libftdx.h" #include "cmd_xfer.h" diff --git a/urjtag/src/tap/cable/vision_ep9307.c b/urjtag/src/tap/cable/vision_ep9307.c index 0fb3b152..cf904abb 100644 --- a/urjtag/src/tap/cable/vision_ep9307.c +++ b/urjtag/src/tap/cable/vision_ep9307.c @@ -198,7 +198,7 @@ ep9307_connect (urj_cable_t *cable, const urj_param_t *params[]) { ep9307_params_t *cable_params; - if (urj_cmd_params (params) != 1) + if (urj_param_num (params) != 1) { urj_error_set (URJ_ERROR_SYNTAX, _("This cable type does not accept parameters")); diff --git a/urjtag/src/tap/cable/xpc.c b/urjtag/src/tap/cable/xpc.c index 9b9cec09..73d1702a 100644 --- a/urjtag/src/tap/cable/xpc.c +++ b/urjtag/src/tap/cable/xpc.c @@ -35,7 +35,7 @@ #include "generic_usbconn.h" #include -#include +#include "usbconn/libusb.h" #include #include diff --git a/urjtag/src/tap/usbconn/libftd2xx.c b/urjtag/src/tap/usbconn/libftd2xx.c index 0835b04f..67089a74 100644 --- a/urjtag/src/tap/usbconn/libftd2xx.c +++ b/urjtag/src/tap/usbconn/libftd2xx.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include "libftdx.h" /* enables debug output */ diff --git a/urjtag/src/tap/usbconn/libftdi.c b/urjtag/src/tap/usbconn/libftdi.c index 6e2a6d85..171b1a44 100644 --- a/urjtag/src/tap/usbconn/libftdi.c +++ b/urjtag/src/tap/usbconn/libftdi.c @@ -42,7 +42,7 @@ #include #include #include -#include +#include "libftdx.h" typedef struct {