jdk/src/share/classes/sun/applet/resources/MsgAppletViewer_es.java
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 9046 c70a26ba4d21
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8203
diff changeset
     2
 * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
package sun.applet.resources;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
public class MsgAppletViewer_es extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
    public Object[][] getContents() {
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    32
        Object[][] temp = new Object[][] {
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    33
            {"textframe.button.dismiss", "Descartar"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    34
            {"appletviewer.tool.title", "Visor de Applet: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    35
            {"appletviewer.menu.applet", "Applet"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
            {"appletviewer.menuitem.restart", "Reiniciar"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    37
            {"appletviewer.menuitem.reload", "Volver a Cargar"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
            {"appletviewer.menuitem.stop", "Parar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
            {"appletviewer.menuitem.save", "Guardar..."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
            {"appletviewer.menuitem.start", "Iniciar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
            {"appletviewer.menuitem.clone", "Clonar..."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
            {"appletviewer.menuitem.tag", "Etiqueta..."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    43
            {"appletviewer.menuitem.info", "Informaci\u00F3n..."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
            {"appletviewer.menuitem.edit", "Editar"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    45
            {"appletviewer.menuitem.encoding", "Codificaci\u00F3n de Caracteres"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
            {"appletviewer.menuitem.print", "Imprimir..."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
            {"appletviewer.menuitem.props", "Propiedades..."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
            {"appletviewer.menuitem.close", "Cerrar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
            {"appletviewer.menuitem.quit", "Salir"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
            {"appletviewer.label.hello", "Hola..."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    51
            {"appletviewer.status.start", "iniciando applet..."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    52
            {"appletviewer.appletsave.filedialogtitle","Serializar Applet en Archivo"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    53
            {"appletviewer.appletsave.err1", "serializando {0} en {1}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
            {"appletviewer.appletsave.err2", "en appletSave: {0}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    55
            {"appletviewer.applettag", "Etiqueta Mostrada"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    56
            {"appletviewer.applettag.textframe", "Etiqueta HTML de Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    57
            {"appletviewer.appletinfo.applet", "-- ninguna informaci\u00F3n de applet --"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    58
            {"appletviewer.appletinfo.param", "-- ninguna informaci\u00F3n de par\u00E1metros --"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    59
            {"appletviewer.appletinfo.textframe", "Informaci\u00F3n del Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    60
            {"appletviewer.appletprint.fail", "Fallo de impresi\u00F3n."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    61
            {"appletviewer.appletprint.finish", "Impresi\u00F3n terminada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    62
            {"appletviewer.appletprint.cancel", "Impresi\u00F3n cancelada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    63
            {"appletviewer.appletencoding", "Codificaci\u00F3n de Caracteres: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    64
            {"appletviewer.parse.warning.requiresname", "Advertencia: la etiqueta <param name=... value=...> requiere un atributo name."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    65
            {"appletviewer.parse.warning.paramoutside", "Advertencia: la etiqueta <param> est\u00E1 fuera de <applet> ... </applet>."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    66
            {"appletviewer.parse.warning.applet.requirescode", "Advertencia: la etiqueta <applet> requiere el atributo code."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    67
            {"appletviewer.parse.warning.applet.requiresheight", "Advertencia: la etiqueta <applet> requiere el atributo height."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    68
            {"appletviewer.parse.warning.applet.requireswidth", "Advertencia: la etiqueta <applet> requiere el atributo width."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    69
            {"appletviewer.parse.warning.object.requirescode", "Advertencia: la etiqueta <object> requiere el atributo code."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    70
            {"appletviewer.parse.warning.object.requiresheight", "Advertencia: la etiqueta <object> requiere el atributo height."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    71
            {"appletviewer.parse.warning.object.requireswidth", "Advertencia: la etiqueta <object> requiere el atributo width."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    72
            {"appletviewer.parse.warning.embed.requirescode", "Advertencia: la etiqueta <embed> requiere el atributo code."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    73
            {"appletviewer.parse.warning.embed.requiresheight", "Advertencia: la etiqueta <embed> requiere el atributo height."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    74
            {"appletviewer.parse.warning.embed.requireswidth", "Advertencia: la etiqueta <embed> requiere el atributo width."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    75
            {"appletviewer.parse.warning.appnotLongersupported", "Advertencia: la etiqueta <app> ya no est\u00E1 soportada, utilice <applet> en su lugar:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    76
            {"appletviewer.usage", "Sintaxis: appletviewer <opciones> url(s)\n\ndonde <opciones> incluye:\n  -debug                  Iniciar el visor de applet en el depurador Java\n  -encoding <codificaci\u00F3n>    Especificar la codificaci\u00F3n de caracteres utilizada por los archivos HTML\n  -J<indicador de tiempo de ejecuci\u00F3n>        Transferir argumento al int\u00E9rprete de Java\n\nLa opci\u00F3n -J es no est\u00E1ndar y est\u00E1 sujeta a cambios sin previo aviso."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    77
            {"appletviewer.main.err.unsupportedopt", "Opci\u00F3n no soportada: {0}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
            {"appletviewer.main.err.unrecognizedarg", "Argumento no reconocido: {0}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    79
            {"appletviewer.main.err.dupoption", "Uso duplicado de la opci\u00F3n: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    80
            {"appletviewer.main.err.inputfile", "No se ha especificado ning\u00FAn archivo de entrada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    81
            {"appletviewer.main.err.badurl", "URL Err\u00F3nea: {0} ( {1} )"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    82
            {"appletviewer.main.err.io", "Excepci\u00F3n de E/S durante la lectura: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    83
            {"appletviewer.main.err.readablefile", "Aseg\u00FArese de que {0} es un archivo y que se puede leer."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    84
            {"appletviewer.main.err.correcturl", "\u00BFEs {0} la URL correcta?"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    85
            {"appletviewer.main.prop.store", "Propiedades Espec\u00EDficas del Usuario para AppletViewer"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
            {"appletviewer.main.err.prop.cantread", "No se puede leer el archivo de propiedades del usuario: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
            {"appletviewer.main.err.prop.cantsave", "No se puede guardar el archivo de propiedades del usuario: {0}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    88
            {"appletviewer.main.warn.nosecmgr", "Advertencia: desactivando seguridad."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    89
            {"appletviewer.main.debug.cantfinddebug", "No se ha encontrado el depurador."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    90
            {"appletviewer.main.debug.cantfindmain", "No se ha encontrado el m\u00E9todo principal en el depurador."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    91
            {"appletviewer.main.debug.exceptionindebug", "Excepci\u00F3n en el depurador."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
            {"appletviewer.main.debug.cantaccess", "No se puede acceder al depurador."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    93
            {"appletviewer.main.nosecmgr", "Advertencia: no se ha instalado SecurityManager."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    94
            {"appletviewer.main.warning", "Advertencia: no se ha iniciado ning\u00FAn applet. Aseg\u00FArese de que la entrada contiene una etiqueta <applet>."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    95
            {"appletviewer.main.warn.prop.overwrite", "Advertencia: se sobrescribir\u00E1 temporalmente la propiedad del sistema cuando lo solicite el usuario: clave: {0} valor anterior: {1} nuevo valor: {2}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    96
            {"appletviewer.main.warn.cantreadprops", "Advertencia: no se puede leer el archivo de propiedades de AppletViewer: {0}. Utilizando valores por defecto."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
            {"appletioexception.loadclass.throw.interrupted", "carga de clase interrumpida: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
            {"appletioexception.loadclass.throw.notloaded", "clase no cargada: {0}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
    99
            {"appletclassloader.loadcode.verbose", "Abriendo flujo a: {0} para obtener {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   100
            {"appletclassloader.filenotfound", "No se ha encontrado el archivo al buscar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   101
            {"appletclassloader.fileformat", "Excepci\u00F3n de formato de archivo al cargar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   102
            {"appletclassloader.fileioexception", "Excepci\u00F3n de E/S al cargar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   103
            {"appletclassloader.fileexception", "Excepci\u00F3n de {0} al cargar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   104
            {"appletclassloader.filedeath", "{0} interrumpido al cargar: {1}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
            {"appletclassloader.fileerror", "error de {0} al cargar: {1}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   106
            {"appletclassloader.findclass.verbose.findclass", "{0} encontrar la clase {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   107
            {"appletclassloader.findclass.verbose.openstream", "Abriendo flujo a: {0} para obtener {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   108
            {"appletclassloader.getresource.verbose.forname", "AppletClassLoader.getResource para nombre: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   109
            {"appletclassloader.getresource.verbose.found", "Recurso encontrado: {0} como un recurso de sistema"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   110
            {"appletclassloader.getresourceasstream.verbose", "Recurso encontrado: {0} como un recurso de sistema"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   111
            {"appletpanel.runloader.err", "Par\u00E1metro de c\u00F3digo u objeto."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   112
            {"appletpanel.runloader.exception", "excepci\u00F3n al deserializar {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   113
            {"appletpanel.destroyed", "Applet destruido."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   114
            {"appletpanel.loaded", "Applet cargado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   115
            {"appletpanel.started", "Applet iniciado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   116
            {"appletpanel.inited", "Applet inicializado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   117
            {"appletpanel.stopped", "Applet parado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   118
            {"appletpanel.disposed", "Applet desechado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   119
            {"appletpanel.nocode", "Falta el par\u00E1metro CODE en la etiqueta APPLET."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
            {"appletpanel.notfound", "cargar: clase {0} no encontrada."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   121
            {"appletpanel.nocreate", "cargar: {0} no se puede instanciar."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   122
            {"appletpanel.noconstruct", "cargar: {0} no es p\u00FAblico o no tiene un constructor p\u00FAblico."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   123
            {"appletpanel.death", "interrumpido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   124
            {"appletpanel.exception", "excepci\u00F3n: {0}."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   125
            {"appletpanel.exception2", "excepci\u00F3n: {0}: {1}."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
            {"appletpanel.error", "error: {0}."},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
            {"appletpanel.error2", "error: {0}: {1}."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   128
            {"appletpanel.notloaded", "Iniciaci\u00F3n: applet no cargado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   129
            {"appletpanel.notinited", "Iniciar: applet no inicializado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   130
            {"appletpanel.notstarted", "Parar: applet no iniciado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   131
            {"appletpanel.notstopped", "Destruir: applet no parado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   132
            {"appletpanel.notdestroyed", "Desechar: applet no destruido."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   133
            {"appletpanel.notdisposed", "Cargar: applet no desechado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   134
            {"appletpanel.bail", "Interrumpido: rescatando."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   135
            {"appletpanel.filenotfound", "No se ha encontrado el archivo al buscar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   136
            {"appletpanel.fileformat", "Excepci\u00F3n de formato de archivo al cargar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   137
            {"appletpanel.fileioexception", "Excepci\u00F3n de E/S al cargar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   138
            {"appletpanel.fileexception", "Excepci\u00F3n de {0} al cargar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   139
            {"appletpanel.filedeath", "{0} interrumpido al cargar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   140
            {"appletpanel.fileerror", "error de {0} al cargar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   141
            {"appletpanel.badattribute.exception", "An\u00E1lisis HTML: valor incorrecto para el atributo width/height."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   142
            {"appletillegalargumentexception.objectinputstream", "AppletObjectInputStream requiere un cargador no nulo"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
            {"appletprops.title", "Propiedades de AppletViewer"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   144
            {"appletprops.label.http.server", "Servidor Proxy HTTP:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   145
            {"appletprops.label.http.proxy", "Puerto Proxy HTTP:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   146
            {"appletprops.label.network", "Acceso de Red:"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
            {"appletprops.choice.network.item.none", "Ninguno"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   148
            {"appletprops.choice.network.item.applethost", "Host del Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   149
            {"appletprops.choice.network.item.unrestricted", "No Restringido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   150
            {"appletprops.label.class", "Acceso de Clase:"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
            {"appletprops.choice.class.item.restricted", "Restringido"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   152
            {"appletprops.choice.class.item.unrestricted", "No Restringido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   153
            {"appletprops.label.unsignedapplet", "Permitir Applets no Firmados:"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            {"appletprops.choice.unsignedapplet.no", "No"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   155
            {"appletprops.choice.unsignedapplet.yes", "S\u00ED"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
            {"appletprops.button.apply", "Aplicar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
            {"appletprops.button.cancel", "Cancelar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
            {"appletprops.button.reset", "Restablecer"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   159
            {"appletprops.apply.exception", "Fallo al guardar las propiedades: {0}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
            /* 4066432 */
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   161
            {"appletprops.title.invalidproxy", "Entrada no V\u00E1lida"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   162
            {"appletprops.label.invalidproxy", "El puerto proxy debe ser un valor entero positivo."},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
            {"appletprops.button.ok", "Aceptar"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
            /* end 4066432 */
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   165
            {"appletprops.prop.store", "Propiedades espec\u00EDficas del usuario para AppletViewer"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   166
            {"appletsecurityexception.checkcreateclassloader", "Excepci\u00F3n de Seguridad: classloader"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   167
            {"appletsecurityexception.checkaccess.thread", "Excepci\u00F3n de Seguridad: thread"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   168
            {"appletsecurityexception.checkaccess.threadgroup", "Excepci\u00F3n de Seguridad: threadgroup: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   169
            {"appletsecurityexception.checkexit", "Excepci\u00F3n de Seguridad: salir: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   170
            {"appletsecurityexception.checkexec", "Excepci\u00F3n de Seguridad: ejecutar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   171
            {"appletsecurityexception.checklink", "Excepci\u00F3n de Seguridad: enlace: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   172
            {"appletsecurityexception.checkpropsaccess", "Excepci\u00F3n de Seguridad: propiedades"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   173
            {"appletsecurityexception.checkpropsaccess.key", "Excepci\u00F3n de Seguridad: acceso a propiedades {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   174
            {"appletsecurityexception.checkread.exception1", "Excepci\u00F3n de Seguridad: {0}, {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   175
            {"appletsecurityexception.checkread.exception2", "Excepci\u00F3n de Seguridad: file.read: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   176
            {"appletsecurityexception.checkread", "Excepci\u00F3n de Seguridad: file.read: {0} == {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   177
            {"appletsecurityexception.checkwrite.exception", "Excepci\u00F3n de Seguridad: {0}, {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   178
            {"appletsecurityexception.checkwrite", "Excepci\u00F3n de Seguridad: file.write: {0} == {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   179
            {"appletsecurityexception.checkread.fd", "Excepci\u00F3n de Seguridad: fd.read"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   180
            {"appletsecurityexception.checkwrite.fd", "Excepci\u00F3n de Seguridad: fd.write"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   181
            {"appletsecurityexception.checklisten", "Excepci\u00F3n de Seguridad: socket.listen: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   182
            {"appletsecurityexception.checkaccept", "Excepci\u00F3n de Seguridad: socket.accept: {0}:{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   183
            {"appletsecurityexception.checkconnect.networknone", "Excepci\u00F3n de Seguridad: socket.connect: {0}->{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   184
            {"appletsecurityexception.checkconnect.networkhost1", "Excepci\u00F3n de Seguridad: no se puede conectar a {0} con origen de {1}."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   185
            {"appletsecurityexception.checkconnect.networkhost2", "Excepci\u00F3n de Seguridad: no se puede resolver la IP para el host {0} o para {1}. "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   186
            {"appletsecurityexception.checkconnect.networkhost3", "Excepci\u00F3n de Seguridad: no se puede resolver la IP para el host {0}. Consulte la propiedad trustProxy."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   187
            {"appletsecurityexception.checkconnect", "Excepci\u00F3n de Seguridad: conexi\u00F3n: {0}->{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   188
            {"appletsecurityexception.checkpackageaccess", "Excepci\u00F3n de Seguridad: no se puede acceder al paquete: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   189
            {"appletsecurityexception.checkpackagedefinition", "Excepci\u00F3n de Seguridad: no se puede definir el paquete: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   190
            {"appletsecurityexception.cannotsetfactory", "Excepci\u00F3n de Seguridad: no se puede definir el valor de f\u00E1brica"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   191
            {"appletsecurityexception.checkmemberaccess", "Excepci\u00F3n de Seguridad: comprobar el acceso de miembro"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   192
            {"appletsecurityexception.checkgetprintjob", "Excepci\u00F3n de Seguridad: getPrintJob"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   193
            {"appletsecurityexception.checksystemclipboardaccess", "Excepci\u00F3n de Seguridad: getSystemClipboard"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   194
            {"appletsecurityexception.checkawteventqueueaccess", "Excepci\u00F3n de Seguridad: getEventQueue"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   195
            {"appletsecurityexception.checksecurityaccess", "Excepci\u00F3n de Seguridad: operaci\u00F3n de seguridad: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   196
            {"appletsecurityexception.getsecuritycontext.unknown", "tipo de cargador de clase desconocido. no se puede comprobar para getContext"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   197
            {"appletsecurityexception.checkread.unknown", "tipo de cargador de clase desconocido. no se puede comprobar para lectura de comprobaci\u00F3n {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   198
            {"appletsecurityexception.checkconnect.unknown", "tipo de cargador de clase desconocido. no se puede comprobar para conexi\u00F3n de comprobaci\u00F3n"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
        };
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   200
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 5506
diff changeset
   201
        return temp;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
}