blob: 68ee9c9c4e08960a814eeb144c44ed7ab43d8b20 [file] [log] [blame]
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
#
# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
#
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
# Other names may be trademarks of their respective owners.
#
# The contents of this file are subject to the terms of either the GNU
# General Public License Version 2 only ("GPL") or the Common
# Development and Distribution License("CDDL") (collectively, the
# "License"). You may not use this file except in compliance with the
# License. You can obtain a copy of the License at
# http://www.netbeans.org/cddl-gplv2.html
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
# specific language governing permissions and limitations under the
# License. When distributing the software, include this License Header
# Notice in each file and include the License file at
# nbbuild/licenses/CDDL-GPL-2-CP. Oracle designates this
# particular file as subject to the "Classpath" exception as provided
# by Oracle in the GPL Version 2 section of the License file that
# accompanied this code. If applicable, add the following below the
# License Header, with the fields enclosed by brackets [] replaced by
# your own identifying information:
# "Portions Copyrighted [year] [name of copyright owner]"
#
# Contributor(s):
#
# The Original Software is NetBeans. The Initial Developer of the Original
# Software is Sun Microsystems, Inc. Portions Copyright 1997-2009 Sun
# Microsystems, Inc. All Rights Reserved.
#
# If you wish your version of this file to be governed by only the CDDL
# or only the GPL Version 2, indicate your decision by adding
# "[Contributor] elects to include this software in this distribution
# under the [CDDL or GPL Version 2] license." If you do not indicate a
# single choice of license, a recipient has the option to distribute
# your version of this file under either the CDDL, the GPL Version 2 or
# to extend the choice of license to its licensees as provided above.
# However, if you add GPL Version 2 code and therefore, elected the GPL
# Version 2 license, then the option applies only if the new code is
# made subject to such option by the copyright holder.
CTL_ShellAction=Shell
CTL_ShellTopComponent=Janela Shell
TTL_SHELL_WINDOW={0} - Console
HINT_ShellTopComponent=Janela Shell para Comunica\u00e7\u00e3o com um dispositivo Java Card
DONE=Conclu\u00eddo
USAGE_CLEAR=clear (ou) cls: Limpa a console Shell .\n" Formato:\n clear\n cls\n";
USAGE_GET=get: Obt\u00e9m o conte\u00fado de um URL http deste cart\u00e3o.\n Formato:\n get <relative-url>\n Exemplo:\n get /helloworld/inde.html\n retonar\u00e1 o conte\u00fado de http://localhost:<serverport>/helloworld/index.html\n
USAGE_HELP=help: Exibe esta mensagem de ajuda (ou) a ajuda de determinado comando\n Formato:\n help [nome do comando para o qual deseja ajuda]\n Exemplo:\n help - exibe ajuda completa\n help select - exibe a ajuda para o comando selecionado\n
USAGE_HISTORY="history: Exibe todos os comandos informados previamente.\n \u00c9 poss\u00edvel utilizar a nota\u00e7\u00e3o de atalho do \u00edndice no hist\u00f3rico para reexecutar um comando.\n Formato do atalho !<index into history> por exemplo '!3'\n Formato:\n history\n Para executar um comando do hist\u00f3rico, utilize !<index>\n
USAGE_LIST=list: Exibe a lista de pacotes carregados e de inst\u00e2ncias criadas neste cart\u00e3o.\n Formato:\n list\n
USAGE_POWERDOWN=powerdown: Envia powerdown para a porta APDU.\n Formato:\n powerdown\n
USAGE_POWERUP=powerup: Envia powerup para a porta APDU.\n Formato:\n powerup\n
USAGE_RESTART=restart: Reinicia o cart\u00e3o. O mesmo que clicar com o bot\u00e3o direito do mouse no cart\u00e3o na\n na janela Servi\u00e7os e selecionar ''Reiniciar''.\n Formato:\n restart\n
USAGE_RESUME=resume: Retoma o cart\u00e3o. O mesmo que clicar com o bot\u00e3o direito do mouse no cart\u00e3o\n na janela Servi\u00e7os e selecionar ''Retomar'' no menu popup.\n Formato:\n resume\n
USAGE_SELECT=select: Seleciona determinado Applet.\n Formato:\n select <aid>\n O AID deve estar no formato estendido. ex: //aid/A000000062/03010C0101\n Exemplo:\n select //aid/A000000062/03010C0101\n
USAGE_SEND=send: Envia um APDU ao applet selecionado previamente pelo comando 'select'.\\u000A Formato - send <apdu>\\u000A onde <apdu> corresponde a valores em byte separados por v\u00edrgula (ou) espa\u00e7o.\\u000A o valor em byte pode ser um n\u00famero hexadecimal precedido de 0x (ou) octal precedido de 0 (ou) decimal simples (ou) um \u00fanico caractere\\u000A Para incluir uma v\u00edrgula (ou) um espa\u00e7o no APDU, utilize o valor ascii.\\u000A Exemplo:\\u000A send 0x80 0xCA 0x00 0x00 4, T, E, S, T\\u000A
USAGE_START=start: Inicia o cart\u00e3o. O mesmo que clicar com o bot\u00e3o direito do mouse no cart\u00e3o na janela Servi\u00e7os e selecionar Iniciar.\n Formato:\n start\n
USAGE_STOP=stop: Para o cart\u00e3o. O mesmo que clicar com o bot\u00e3o direito do mouse no cart\u00e3o e selecionar Parar.\n Formato:\n stop\n
USAGE_EXTENDED=extended: Ativa/Desativa o modo de comprimento estendido do apdu.\n Formato:\n extended <on/off>\n
USAGE_CONTACTED=contacted: Alterna para a interface contatada.\n Formato:\n contacted\n
USAGE_CONTACTLESS=contactless: Alterna para a interface sem contato.\n Formato:\n contactless\n
ERR_UNKNOWN_COMMAND=Comando Desconhecido: ''{0}''
MSG_STOPPING=Parando
ERR_INVALID_TOKEN=Token ''{0}'' Inv\u00e1lido
EXTENDED_MODE_ON=Modo Estendido Ativado
EXTENDED_MODE_OFF=Modo Estendido Desativado
CONTACTLESS_ON=Interface Sem Contato Ativa
CONTACTLESS_OFF=Interface Contatada Ativa
#ShellPanel
HINT="Hint [{0}/{1}]: {2};
INVALID_INDEX=index inv\u00e1lido no comando history
INITIAL_TEXT=\nDigite o comando 'help' para obter ajuda"
ERR_STOP_NOT_SUPPORTED=O comando Stop n\u00e3o \u00e9 suportado por este cart\u00e3o
ERR_START_NOT_SUPPORTED=O comando Start n\u00e3o \u00e9 suportado por este cart\u00e3o
ERR_RESUME_NOT_SUPPORTED=O comando Resume n\u00e3o \u00e9 suportado por este cart\u00e3o
ERR_TRANSITIONAL_STATE=Cart\u00e3o atualmente {0}. Tente novamente mais tarde.
MSG_INSUFFICIENT_BYTES=N\u00famero de bytes inv\u00e1lido no APDU: {0}
ERR_VAL_TOO_LARGE=Valor muito alto para codificar em um byte: ''{0}'' ({1})
ERR_VAL_TOO_SMALL=Valor muito baixo para codificar em um byte: ''{0}'' ({1})