blob: c122770076d251fd60d9c5452bebb7a015b20ebe [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=Shell Window
TTL_SHELL_WINDOW={0} - Consola
HINT_ShellTopComponent=Shell Window for Communicating with a Java Card device
DONE=Fet
USAGE_CLEAR=clear (o b\u00e9) cls: Netegen la consola del Shell.\n" Format:\n clear\n cls\n";
USAGE_GET=get: Get the content of an http URL from this card.\n Format:\n get <relative-url>\n Example:\n get /helloworld/inde.html\n will return the content from http://localhost:<serverport>/helloworld/index.html\n
USAGE_HELP=help: Displays this help message (or) help for given command\n Format:\n help [name of the command to get help on]\n Example:\n help - displays complete help\n help select - displays help on select command\n
USAGE_HISTORY="history: Displays all commands previously entered.\n Shortcut notation of index into history can be used to re-execute a command.\n Shortcut format !<index into history> for example '!3'\n Format:\n history\n To run a command from history use !<index>\n
USAGE_LIST=list: Displays the list of loaded bundles and created instances on this card.\n Format:\n list\n
USAGE_POWERDOWN=powerdown: Sends powerdown to the APDU port.\n Format:\n powerdown\n
USAGE_POWERUP=powerup: Sends powerup to the APDU port.\n Format:\n powerup\n
USAGE_RESTART=restart: Restarts the card. Same as right clicking on the card in the\nServices window and selecting ''Restart''.\n Format:\n restart\n
USAGE_RESUME=resume: Resumes the card. Same as right clicking on the card\n in the Services window and selecting ''Resume'' from the popup menu.\n Format:\n resume\n
USAGE_SELECT=select: Selects the given Applet.\n Format:\n select <aid>\n The AID should be in the extended format. ex: //aid/A000000062/03010C0101\n Example:\n select //aid/A000000062/03010C0101\n
USAGE_SEND=send: Sends an APDU to the applet previously selected by 'select' command.\n Format - send <apdu>\n where <apdu> is comma (or) space separated byte values.\n byte value can be in hex number prefixed with 0x (or) octal preceeded by 0 (or) simple decimal (or) a single character\n To include comma (or) space in the APDU use it's ascii value.\n Example:\n send 0x80 0xCA 0x00 0x00 4, T, E, S, T\n
USAGE_START=start: Starts the card. Same as right-clicking the card in the Services window and selecting Start.\n Format:\n start\n
USAGE_STOP=stop: Stops the card. Same as right-clicking the card and selecting Stop.\n Format:\n stop\n
USAGE_EXTENDED=extended: Turns on/off the extended length apdu mode.\n Format:\n extended <on/off>\n
USAGE_CONTACTED=contacted: Switches to contacted interface.\n Format:\n contacted\n
USAGE_CONTACTLESS=contactless: Switches to contactless interface.\n Format:\n contactless\n
ERR_UNKNOWN_COMMAND=Unknown Command: ''{0}''
MSG_STOPPING=Stopping
ERR_INVALID_TOKEN=Invalid Token ''{0}''
EXTENDED_MODE_ON=Extended Mode On
EXTENDED_MODE_OFF=Extended Mode Off
CONTACTLESS_ON=Contactless interface active
CONTACTLESS_OFF=Contacted interface active
#ShellPanel
HINT="Indicaci\u00f3 [{0}/{1}]: {2};
INVALID_INDEX=Invalid index into command history
INITIAL_TEXT=\nEnter the command 'help' to get help"
ERR_STOP_NOT_SUPPORTED=Stop command not supported by this card
ERR_START_NOT_SUPPORTED=Start command not supported by this card
ERR_RESUME_NOT_SUPPORTED=Resume command not supported by this card
ERR_TRANSITIONAL_STATE=Card currently {0}. Proveu-ho m\u00e9s tard.
MSG_INSUFFICIENT_BYTES=Invalid number of bytes in APDU: {0}
ERR_VAL_TOO_LARGE=Value too large to encode in one byte: ''{0}'' ({1})
ERR_VAL_TOO_SMALL=Value too small to encode in one byte: ''{0}'' ({1})