// // This Brasilian Portuguese Version of PonyProg String table // was based on spanish version. Released 28-august-2001 // modified at 27-december-2001 // // This work is entirely dedicated to my little daughter Scarlet =^.^= // // Any questions, please contact me danjovic@vespanet.com.br // #ifndef INCLUDE_STRING_TABLE_H #define INCLUDE_STRING_TABLE_H #define STR_LANGUAGE_CODE "brazilian" // "english" #define MSG_TRANSLATORCREDITS "Traduzido por:" // "Translator Credits:" #define MSG_TRANSLATORNAME "Daniel Jos Viana" #define STR_APPNAME_EXT "Programador Serial de Dispositivos" // "Serial Device Programmer" #define STR_APPDOWNLOAD1 "Baixe a última versão do" //"Download last version of" #define STR_APPDOWNLOAD2 "no endereço:" // "at the address:" #define STR_NONAME "Sem Nome" // "No Name" //Button captions #ifdef WIN32 #define STR_BTNOK " &OK " // " &OK " #define STR_BTNCANC " &Cancelar " // " &Cancel " #define STR_BTNHELP " &Ajuda " // " &Help " #define STR_BTNPROBE " &Identificar " // " &Probe " #else #define STR_BTNOK " OK " // " OK " #define STR_BTNCANC " Cancelar " // " Cancel " #define STR_BTNHELP " Ajuda " // " Help " #define STR_BTNPROBE " Identificar " // " Probe " #endif #define STR_BTNNOTE " Nota " // "Note" #define STR_BTNEDIT " Editar " // "Edit" //Dialog messages #define STR_MSGVERSION "Versão" // "Version" #define STR_MSGYES "Sim" // "Yes" #define STR_MSGNO "Não" // Idem #define STR_MSGOK "Ok" // It's known in my language or change it for "Sim" #define STR_MSGTEST "Testar" // "Test" #define STR_MSGFAILED "Falhou" // "Failed" #define STR_ABOUT "Sobre" // "About" #define STR_MSGPAGE "Página" // "Page" #define STR_MSGUNKNOWN "Desconhecido" // "Unknown" #define STR_VGUIABOUT "Este programa usa as Bibliotecas V.\nA biblioteca V é propiedade de Bruce E.Wampler.\nVocê pode encontrá-la juntamente com informações sobre sua licença em\nhttp://www.objectcentral.com" #define STR_BUFCHANGED "O Buffer \"%s\" foi modificado. Salvar antes de Fechar?" // "Buffer \"%s\" changed. Save it before closing?" #define STR_BUFCHANGED2 "O Buffer foi modificado. Salvar antes de Abrir?" // "Buffer changed. Save it before opening?" #define STR_NOTHINGSAVE "Nada para Salvar" // "Nothing to save" #define STR_NOTHINGLOAD "Nada para carregar" // "Nothing to load" #define STR_NOTHINGPRINT "Nada para imprimir" // "Nothing to print" #define STR_NOTHINGWRITE "Nada para gravar" // "Nothing to write" #define STR_NOTHINGVERIFY "Nada para verificar" // "Nothing to verify" #define STR_BUSCALIBRA1 "Calibração de velocidade do barramento.\nAssegure-se de que nenhum outro programa esteja rodando " // "Bus timing calibration.\nBe sure there're no application running other than " #define STR_BUSCALIBRA2 "\n(A CPU e o HD devem estar sem atividade\nA calibração pode demorar alguns segundos.\nDeseja executar a calibração agora? " // "\n(the CPU and hard disk have to be idle)\nThe calibration may take a couple of seconds.\nDo you want to run calibration now?" #define STR_BUSCALIBRAOK "Calibrado" // "Calibration OK" #define STR_BUSCALIBRAFAIL "Falha na Calibração" // "Calibration failed" #define STR_MSGNEEDCALIB "É necessário calibrar o sitema (item Calibração no menu de Opções)\nantes de qualquer operação de leitura/escrita" // "You need to run Calibration from the Options menu\nbefore any read/write operations" #define STR_MSGNEEDSETUP "É necessário configurar o sistema (item Confogurar no menu de Opções)\nantes de qualquer operação de leitura/escrita" // "You need to run Setup from the Options menu\nbefore any read/write operations" #define STR_MSGREADING "Lendo..." // "Reading..." #define STR_MSGREADOK "Leitura OK\nTamanho do dispositivo:" // "Read successful\nDevice Size:" #define STR_MSGREADOK2 "Bytes\nfalha na detecção da capacidade de 'Bank roll-over'" // "Bytes\n'Bank roll-over' detect failed" #define STR_MSGREADOK3 "Bytes\ncapacidade de 'Bank roll-over':" // "Bytes\n'Bank roll-over' capability:" #define STR_ASKWRITE "Tem certeza de que quer gravar o dispositivo?\nTodo o conteúdo anterior será perdido" // "Are you sure you want to write the device?\nAll previous content will be lost" #define STR_MSGWRITING "Gravando..." // "Writing..." #define STR_MSGVERIFING "Verificando..." // "Verifing..." #define STR_MSGWRITEOK "Gravação OK" // "Write successful" #define STR_MSGWRITEFAIL "Falha na gravação" //"Write failed" #define STR_MSGERASING "Apagando..." // "Erasing..." #define STR_MSGERASEOK "Apagado corretamente" // "Erase successful" //#define STR_MSGVERIFING "Verificando..." // "Verifing..." #define STR_MSGVERIFYFAIL1 "Não é possível verificar, dispositivo não inserido ou com problemas" // "Cannot verify, device missing or bad device" #define STR_MSGVERIFYFAIL2 "Falha na verificação" // "Verify Failed" #define STR_MSGVERIFYOK "Verificação OK" // "Verify successful" #define STR_MSGPROGRAMOK "Programado corretamente" // "Program succesful" #define STR_MSGPROGRAMFAIL "Fallha na programação" // "Program Failed" #define STR_MSGDEVRESET "Dispositivo reiniciado" // "Device reset" #define STR_MSGWRITINGSEC "Escrevendo bits de segurança..." // "Writing security bits..." #define STR_MSGWRITESECFAIL "Falha na escrita do bits de segurança" // "Security bits write failed" #define STR_MSGREADINGSEC "Lendo bits de segurança" // "Reading security bits..." #define STR_MSGREADSECFAIL "Falha na leitura dos bits de configuração" // "Configuration bits read failed" #define STR_MSGREADINGFUSE "Lendo bits de configuração" // "Reading configuration bits..." #define STR_MSGREADFUSEFAIL "Falha na lectura dos bits de configuração" // "Configuration bits read failed" #define STR_MSGWRITINGFUSE "Escrevendo bits de configuração" // "Writing configuration bits..." #define STR_MSGWRITEFUSEFAIL "Falha na escrita do bits de configuração" // "Configuration bits write failed" #define STR_BUFEMPTY "Buffer vazio" // "Buffer empty" #define STR_OPNOTSUP "Operação não implementada" // "Operation not supported" #define STR_MSGINSPARAM "Entre com os parâmetros" // "Insert parameters" #define STR_MSGBADPARAM "Parâmetros incorretos" // "Bad parameters" #define STR_MSGACCEPTCMD "Aceitando comandos..." // "Accepting commands..." #define STR_MSGOPENFILE "Abrir arquivo com o conteúdo do dispositivo" // "Open device content file" #define STR_MSGFILENOTFOUND "Arquivo não encontrado" // "File not found" #define STR_MSGFILESAVEFAIL "Falha na gravação do arquivo" // "File save failed" #define STR_MSGFILESAVEAS "Salvar conteúdo do dispositivo em arquivo como" // "Save Device Content File As" #define STR_MSGFILESAVEPROG "Salvar Programa (FLASH) em arquivo como" // "Save Program (FLASH) Content File As" #define STR_MSGFILESAVEDATA "Guardar Dados (EEPROM) em arquivo como" // "Save Data (EEPROM) Content File As" #define STR_MSGCLOSEWINEXIT "A última janela foi encerrada. Deseja sair do programa? " //"Close last window: do you want to exit?" #define STR_MSGCLOSEWINSAVE "Buffer modificado. Salvar antes de sair?" // "Buffer changed. Save it before closing?" //Menu entries //Main Menu #define STR_MENUFILE "&Arquivo" // "&File" #define STR_MENUEDIT "&Editar" // "&Edit" #define STR_MENUDEVICE "&Dispositivo" // "&Device" #define STR_MENUCMD "&Comando" // "&Command" #define STR_MENUUTIL "&Utilitário" // "&Utility" #define STR_MENUSETUP "Con&figuração" // "&Setup" #define STR_MENUOPTIONS "&Opções" // "&Options" #define STR_MENUQMARK "A&juda" // "&Ayuda" // "&?" //Menu File #define STR_NEWWIN "&Nova Janela" // "&New Window" #define STR_OPEN "&Abrir arquivo de dispositivo..." // "&Open Device File..." #define STR_OPENFLASH "Abrir arquivo de &Programa (FLASH)..." // "Open &Program (FLASH) File..." #define STR_OPENDATA "Abrir arquivo de &Dados (EEPROM)..." // "Open &Data (EEPROM) File..." #define STR_SAVE "&Salvar arquivo de dispositivo" // "&Save Device File" #define STR_SAVEAS "Salvar arquivo de dispositivo &como..." // "Save Device File &As..." #define STR_SAVEFLASH "Salvar arquivo de Programa (&FLASH) como..." // "Save Program (&FLASH) File As..." #define STR_SAVEDATA "Salvar arquivo de Datos (&EEPROM) como..." // "Save Data (&EEPROM) File As..." #define STR_RELOAD "&Recarregar arquivos" // "&Reload Files" #define STR_PRINT "&Imprimir..." // "Prin&t..." #define STR_CLOSE "Fechar" // "&Close" #define STR_EXIT "Sair" // "E&xit" //Menu Edit #define STR_EDITNOTE "Editar &Nota..." // "Edit &Note..." #define STR_EDITBUFENA "Permitir edição do bu&ffer" // "Edit Bu&ffer enabled" //Menu Command #define STR_READALL "&Ler tudo" // "&Read All" #define STR_READPROG "Ler Programa (FLASH)" // "Read Program (FLASH)" #define STR_READDATA "Ler Dados (EEPROM)" // "Read Data (EEPROM)" #define STR_READSECBITS "Ler &Bits de Segurança e Configuração" // "Read &Security and Configuration Bits" #define STR_WRITEALL "&Gravar Tudo" // "&Write All" #define STR_WRITEPROG "Gravar Programa (&FLASH)" // "Write Program (&FLASH)" #define STR_WRITEDATA "Gravar Dados (EEPROM)" // "Write Data (EEPROM)" #define STR_WRITESECBITS "Gravar Bits de Segurança e Configuração" // "Wr&ite Security and Configuration Bits" #define STR_VERIFYALL "&Verificar tudo" // "&Verify All" #define STR_VERIFYPROG "Verificar Programa (FLASH)" // "Verify Program (FLASH)" #define STR_VERIFYDATA "Verificar Datos (EEPROM)" // "Verify Data (EEPROM)" #define STR_VERIFYSECBITS "Verific&ar Bits de segurança e Configuração" // "Verif&y Security and Configuration Bits" #define STR_ERASE "&Apagar" // "&Erase" #define STR_GETINFO "&Obter Informação" // "&GetInfo" #define STR_RESET "Rese&t" // "Rese&t" #define STR_PROGRAM "&Programar" // "&Program" #define STR_PROGOPTION "Opções de Programação..." // "Program Options..." //Menu Options #define STR_INTERFSETUP "Conf&iguração da Interface..." // "&Interface Setup..." #define STR_CALIBRATION "Calibração" // "&Calibration" #define STR_REMOTEMODE "Modo &Remoto" // "&Remote Mode" //Menu Utility #define STR_CLEARBUF "&Limpar Buffer" // "&Clear Buffer" #define STR_FILLBUF "&Encher Buffer..." // "&Fill Buffer..." #define STR_DOUBLEBANK "&Duplo Banco" /// "&Double Bank" #define STR_BYTESWAP "Alternar (Swap) &Bytes" // "&Byte Swap" #define STR_DOWNSERNUM "Definir &Número de Série" // "Set Serial&Number" #define STR_SERNUMCONF "C&onfiguração de Número de Série..." // "SerialNumber C&onfig..." //Menu Help #define STR_MENUHELP "A&juda" // "&Help" #define STR_MENUABOUT "S&obre..." // "&About" //Menu Options #define STR_MENULOG "arquivo &Log..." // "&Log File..." //Tool Bar //Dialog Messages #define STR_MSGDEVTYPE "Tipo Disp." // "Dev.Type" //Tool tips #define STR_TTOPENFILE "Abrir Arquivo de Dispositivo" // "Open Device File" #define STR_TTSAVEFILE "Salvar Arquivo de Dispositivo" // "Save Device File" #define STR_TTPRINT "Imprimir Buffer" // "Print Buffer" #define STR_TTRELOAD "Reabrir arquivos" // "Reload Files" #define STR_TTREADALL "Ler Dispositivo" // "Read Device" #define STR_TTREADPROG "Ler Memória de Programa (FLASH)" // "Read Program Memory (FLASH)" #define STR_TTREADDATA "Ler Memória de Dados (EEPROM)" // "Read Data Memory (EEPROM)" #define STR_TTREADSEC "Ler Bits de Segurança e Configuração" // "Read Security and Configuration Bits" #define STR_TTWRITEALL "Gravar Dispositivo" // "Write Device" #define STR_TTWRITEPROG "Gravar Memória de Programa (FLASH)" // "Write Program Memory (FLASH)" #define STR_TTWRITEDATA "Gravar Memória de Dados (EEPROM)" // "Write Data Memory (EEPROM)" #define STR_TTWRITESEC "Gravar Bits Segurança e Configuração" // "Write Security and Configuration Bits" #define STR_TTVERIFYPROG "Verificar Memória de Programa (FLASH)" // "Verify Program Memory (FLASH)" #define STR_TTVERIFYDATA "Verificar Memória de Dados (EEPROM)" // "Verify Data Memory (EEPROM)" #define STR_TTVERIFYSEC "Verificar Bits de Segurança e Configuração" // "Verify Security and Configuration Bits" #define STR_TTSELFAMILY "Selecionar família do dispositivo" // "Select device family" #define STR_TTSELTYPE "Selecionar tipo do dispositivo" // "Select device type" #define STR_TTEDITNOTE "Editar notas do dispositivo" // "Edit device notes" //Error Messages #define STR_DEVNOTRESP "O dispositivo não responde" // "Device Not Responding" #define STR_DEVBADTYPE "Dispositivo errado, selecione o tipo correto " // "Bad device, select the correct type" #define STR_DEVUNKNOWN "Dispositivo não inserido ou desconhecido" // "Device missing or unknown device" #define STR_DEVLOCKED "Não é possível Identificar, dispositivo com problemas ou protegido (locked) " // "Unable to probe, bad device or device locked" #define STR_OPABORTED "Cancelado pelo Usuário" // "User abort" #define STR_OPENFAILED "Porta Serial não disponível" // "Communication port not available" #define STR_ACCDENIED "Acesso de I/O negado. É necessário logar como 'root' para acessar recursos de I/O" // "I/O access denied. You must be root to perform I/O" #define STR_NOTINST "Interface de programação não encontrada" // "Programmer board not found" #define STR_HWERROR "Erro de Hardware error, verifique as conexões da interface" // "Hardware error, is the board properly connected?" #define STR_BUSBUSY "Barramento ocupado ou erro de Hardware" // "Bus busy or hardware error" #define STR_I2CNOACK "No foi recibido o Acknowledge do dispositivo" // "Missing Acknowledge from the device" #define STR_I2CNODEV "Dispositivo não encontrado" // "Missing device" #define STR_I2CTIMEOUT "'Timeout' de barramento" // "Timeout on the bus" #define STR_I2CSTOPERR "Erro de Condição de Parada (Bus Stop) no barramento I2C (Temporização incorreta?)" // "I2CBus Stop condition error (bad timing?)" #define STR_WRITEERR "Erro de Gravação" // "Write error" #define STR_BLANKCHECKERR "Erro de Apagamento (Blanking)" // "Blank check error" #define STR_ERRNO "Erro n." // idem //----Setup dialog //Dialog title #define STR_DLGIOSETUP "Configuração da Porta de I/O" // "I/O port setup" #define STR_MSGINTSETUP "Configuração da placa de Interface" // "Interface board Setup" //Dialog messages #define STR_LBLCOMLPT "interface COM/LPT" // "COM/LPT interface" #define STR_LBLSERIAL " Serial " // " Serial " #define STR_LBLPARALLEL " Paralela " // " Parallel " #define STR_LBLINTERFSEL " Selecção da Interface "// " Interface select " #define STR_LBLINTERFTYPE " Tipo da interface " // " Interface type " #define STR_LBLCOMSELECT " Seleção da Porta Serial (COM Port)" // " COM Port select " #define STR_LBLCOM1 " COM1 " // idem #define STR_LBLCOM2 " COM2 " // idem #define STR_LBLCOM3 " COM3 " // idem #define STR_LBLCOM4 " COM4 " // idem #define STR_LBLLPTSELECT " Seleção da Porta Paralela (LPT Port) " // " LPT Port select " #define STR_LBLLPT1 " LPT1 " // idem #define STR_LBLLPT2 " LPT2 " // idem #define STR_LBLLPT3 " LPT3 " // idem #define STR_LBLLPT4 " LPT4 " // idem #define STR_LBLSELPOLARITY " Selecionar Polaridade das linhas de controle " // " Select Polarity of the Control lines" #define STR_LBLINVRESET " Inverter Reset " // " Invert Reset " #define STR_LBLINVSCK " Inverter SCKL " // " Invert SCKL " #define STR_LBLINVDATAIN " Inverter D-IN " // " Invert D-IN " #define STR_LBLINVDATAOUT " Inverter D-OUT " // " Invert D-OUT " //Tool tips #define STR_TTCOM1 "Selecionar porta serial COM1" // "Select serial port COM1" #define STR_TTCOM2 "Selecionar porta serial COM2" // "Select serial port COM2" #define STR_TTCOM3 "Selecionar porta serial COM3" // "Select serial port COM3" #define STR_TTCOM4 "Selecionar porta serial COM4" // "Select serial port COM4" #define STR_TTLPT1 "Selecionar porta paralela LPT1" // "Select parallel port LPT1" #define STR_TTLPT2 "Selecionar porta paralela LPT2" // "Select parallel port LPT2" #define STR_TTLPT3 "Selecionar porta paralela LPT3" // "Select parallel port LPT3" //----Fill dialog //Dialog title #define STR_LBLFILLBUF "Encher Buffer" // "Fill Buffer" //Dialog messages: NB should be of the same size (number of char) #define STR_LBLFROM " De " // " From " #define STR_LBLTO " até " // " To " #define STR_LBLVALUE " Valor " // " Value " //----Fuse dialog //Button captions #ifdef WIN32 #define STR_BTNCLRALL " &Limpar Tudo " // " C&lear All " #define STR_BTNSETALL " &Marcar Tudo " // " &Set All " #define STR_BTNWRITE " &Escrever " // "&Write " #define STR_BTNREAD " &Ler " // " &Read " #else #define STR_BTNCLRALL " Limpar Todo " // " Clear All " #define STR_BTNSETALL " Marcar Todo " // " Set All " #define STR_BTNWRITE " Escrever " // "Write " #define STR_BTNREAD " Ler " // " Read " #endif //Dialog title #define STR_MSGFUSEDLG " Bits de Configuração e Segurança " // "Configuration and Security bits" //Dialog messages: NB should be of the same size (number of char) #define STR_MSGFIRSTBLK " Prim bloco a travar " // " First Block to Lock " #define STR_MSGNUMBLOCK " No. blocos a travar " // " N.of Blocks to Lock " #define STR_MSGHIGHENDBLK " Bl alta resistência " // " High endurance block" //Tool tips #define STR_TTCLRALL "Todos bits ='0'" // "All bits to '0'" #define STR_TTSETALL "Todos bits ='1'" // "All bits to '1'" #define STR_TTWRITE "Gravar bits no disposit." // "Write bits to the device" #define STR_TTREAD "Ler bits do dispositivo " // "Read bits from the device" //----Info dialog //Button captions #ifdef WIN32 #define STR_BTNCLOSE "&Fechar" // " &Close " #else #define STR_BTNCLOSE "Fechar" // " Close " #endif //Dialog title #define STR_MSGDEVINFO "Informação Dispositivo" // "Device Info" //Dialog messages #define STR_MSGBANKROLL "Capacidade 'Bank roll-over':" // "Bank roll-over capability:" #define STR_MSGSIZE "Tamaho:" // "Size:" #define STR_MSGCRC "CRC:" // idem #define STR_MSGSECBLOCK "Bloco de segurança:" // "Security block:" #define STR_HIGHENDURAN "Bloco de alta resistência:" // "High endurance block:" //----Char Edit dialog //Dialog title #define STR_MSGEDITBUG "Editar Buffer" // "Edit Buffer" //Dialog messages: NB should be of the same size (number of char) #define STR_MSGHEX " Hex " // idem #define STR_MSGDECIMAL " Decimal " // idem #define STR_MSGCHAR " Caracter " // Idem //Tool tips #define STR_TTHEX "Valor Hexadecimal" // "Hexadecimal value" #define STR_TTDECIMAL "Valor Decimal" // "Decimal value" #define STR_TTCHAR "Valor Caracter" // "Char value" //----Program Option dialog //Dialog title #define STR_MSGPROGOPT "Opções de Programa" // "Program Options" //Dialog messages #define STR_MSGRELOAD "Reabrir arquivos" // "Reload Files" #define STR_MSGREADPROG "Ler Memória de Programa (FLASH)" // "Read Program memory (FLASH)" #define STR_MSGREADDATA "Ler Memória de Dados (EEPROM)" // "Read Data memory (EEPROM)" #define STR_MSGREADSERNUM "Ler Número de Série" // "Read Seriial Number" #define STR_MSGBYTESWAP "Alternar (Swap) Bytes" // "Byte Swap" #define STR_MSGSERNUM "Definir Número de Serie" // "Set Serial Number" #define STR_MSGERASE "Apagar" // "Erase" #define STR_MSGWRITEPROG "Escrever Memória de Programa (FLASH)" // "Write Program memory (FLASH)" #define STR_MSGWRITEDATA "Escrever Memória de Dados (EEPROM)" // "Write Data memory (EEPROM)" #define STR_MSGWRITESEC "Escrever Bits de Segurança e Configuração" // "Write Security and Config bits" #define STR_MSGVERIFYSEC "Verificar Bits de Segurança e Configuração" // "Verify Security and Config bits" //----Serial Number dialog //Dialog title #define STR_MSGSERNUMCFG "Configurar Número de Série" // "Serial Number Config" //Dialog messages: NB should be of the same size (number of char) #define STR_MSGADDRESS " Endereço " // " Address " #define STR_MSGSIZE2 " Tamanho" // " Size " #define STR_MSGVALUE " Valor " // " Value " #define STR_MSGFORMAT " Formato " // " Format " //next 2 probably can't be translated #define STR_MSGLITTLEEND "Little endian" // Idem (I think It's too tecnnical to translate, better in english) #define STR_MSGBIGENDIAN "Big endian"// Idem (I think It's too tecnnical to translate, better in english) #define STR_MSGOFFSET "Offset da Memória de Dados" // "Data memory offset" //Tool tips #define STR_TTSNMEMADDR "Endereço de Memória" // "Memory address" #define STR_TTSNSIZE "Tamanho em bytes" // "Size in bytes" #define STR_TTSNVALUE "Próximo valor a usar" // "Next value to be used" #define STR_TTSNOFFSET "considerar o endereço relativo à Memória de Dados ao invés da Memória de Programa" // "Assume the Address relative to Data memory instead of Program memory" #define STR_TTLITTLEEND "Byte mais significativo no endereço maior" // "Most significant Byte at high address" #define STR_TTBIGENDIAN "Byte mais significativo no endereço menor" // "Most significant Byte at low address" //----Retry dialog //Button captions #ifdef WIN32 #define STR_BTNABORT " &Parar " // " &Abort " #define STR_BTNRETRY " Insisti&r " // " &Retry " #define STR_BTNIGNORE " &Ignorar " // " &Ignore " #else #define STR_BTNABORT " Parar " // " Abort " #define STR_BTNRETRY " Insistir " // " Retry " #define STR_BTNIGNORE " Ignorar " // " Ignore " #endif //Dialog title #define STR_MSGALERT "Alerta" // "Alert" //----Notes dialog //Dialog title #define STR_MSGDEVNOTE "Editar Notas de Dispositivo" // "Edit Device Notes" //----Progress dialog //Dialog title #define STR_MSGSTATUS "Status" // "Status" //Script #define STR_MENUSCRIPT "Scri&pt" // IDEM #define STR_EDITSCR "&Editar..." // "&Edita..." #define STR_LOADSCR "Abrir e E&xecutar..." // "&Load and Run..." #define STR_AUTOLOADSCR "&Auto Carregar" // "&Auto Load" #define STR_RUNSCR "&Executar" // "&Run" #define STR_MSGSCRIPTERROR "Erro no Script. Linha" // "Script error at line %d: " #define STR_MSGSCRIPTBADCOMMAND "Commando ilegal" // "Bad command" #define STR_MSGSCRIPTBADARGUMENT "Argumento ilegal" //"Bad argument" #define STR_MSGSCRIPTARGMISSING "Falta argumento" //"Argument missing" #define STR_MSGDEFAULTPAUSE "Deseja continuar?" //"Do you want to continue?" #define STR_MSGOPENSCRIPT "Abrir arquivo de script" //"Open script file" #define STR_SCRIPTERROR "Erro no Script" //"Script error" #define STR_MSGOPENPROGFILE "Abrir arquivo com Programa (FLASH)" //"Open program (FLASH) content file" #define STR_MSGOPENDATAFILE "Abrir arquivo com Dados (EEPROM)" //"Open data (EEPROM) content file" #define STR_MSGINSNEWVAL "Entre com o novo valor" //"Insert the new value" #define STR_MSGENTERTEXT "Entrar texto da posição" //"Enter text from location" #define STR_LBLNOSOUND "Desabilitar som" //"Disable sound" //---- Oscillator Calibration Byte #define STR_MSGOSCCALIBCFG "Byte de Calibração do Oscilador" //"Oscillator Calibration Byte" #define STR_READOSCCALIB "Ler Byte de Calib. do Oscilador" //"Read Osc.Calibration Byte" #define STR_OSCCALIBOPTION "Opções de Calib. do Oscilador" //"Osc. Calibration Options..." #define STR_MSGREADCALIBOK "Leitura do Byte de Calibração OK" //"Read Osc.Calibration Byte successful" #define STR_MSGCHIPID " Ident. do Chip" // " Chip Id" #define STR_MSGNOTE " Nota " // " Note " #define STR_MSGEEPSIZE "Tamanho da EEPROM" // "EEPROM Size" #define STR_MSGFLASHSIZE "Tamanho da FLASH" // "FLASH Size" #define STR_MSGSNAUTOINC "Incremento Automático" // "Auto Increment" #define STR_TTSNAUTOINC "Incrementa automaticamente o número de série a partir da última alteração neste" //"Increment the serial number after every 'set serial number' operation" #define STR_MSGBANKROLLOVER "Não é possível saber o 'Bank roll-over' sem que se altere os dados e se grave, você quer realmente gravar?" //"Can't know bank roll-over without modify and write, do you want to write?" #define STR_BUFCHANGED3 "O Buffer foi modificado. Deseja salvar antes de realizar a leitura?" //Buffer changed. Save it before reading?" #define STR_TTOPENPROG "Abre arquivo de programa (FLASH)" //"Open Program Memory (FLASH) File" #define STR_TTOPENDATA "Abre arquivo de dados (EEPROM)" //"Open Data Memory (EEPROM) File" #define STR_TTSAVEPROG "Salva programa(FLASH) em arquivo" //"Save Program Memory (FLASH) File" #define STR_TTSAVEDATA "Salva memória(EEPROM) em arquvo" //Save Data Memory (EEPROM) File" #define STR_TTNEWWIN "Nova Janela" //"New Window" #define STR_TTPROGRAM "Recarrega último programa" //"Launch program cycle" // It´s a free translation based on the action of the key pressed #define STR_TTSCRIPT "Executa script" //"Execute script" #define STR_TTSETUP "Configura Interface" //"Open setup dialog" #define STR_TTERASE "Apaga dispositivo" //"Erase all the device to FF" #define STR_SECBITS "&Bits de Configuração e Segurança" //"Security and Configuration &Bits..." #define STR_TTSECBITS "Bits de Configuração e Segurança" //"Security and Configuration Bits" //These strings are added to the 'Configuration and security bits' dialog to explain // that checked items (bits selected with a 'X') means to program the bit #define STR_LBLFUSEDLGHLP "Refer to device datasheet, please" //TRANSLATE #define STR_FUSEDLGNOTESET "Checked items means programmed" //TRANSLATE #define STR_FUSEDLGNOTECLR "UnChecked items means unprogrammed" //TRANSLATE #endif