sunorb_es.properties revision 608:7e06bf1dcb09
1#
2# Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# This code is free software; you can redistribute it and/or modify it
6# under the terms of the GNU General Public License version 2 only, as
7# published by the Free Software Foundation.  Oracle designates this
8# particular file as subject to the "Classpath" exception as provided
9# by Oracle in the LICENSE file that accompanied this code.
10#
11# This code is distributed in the hope that it will be useful, but WITHOUT
12# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14# version 2 for more details (a copy is included in the LICENSE file that
15# accompanied this code).
16#
17# You should have received a copy of the GNU General Public License version
18# 2 along with this work; if not, write to the Free Software Foundation,
19# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20#
21# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22# or visit www.oracle.com if you need additional information or have any
23# questions.
24#
25
26orbd.usage=Sintaxis: {0} <opciones> \n\ndonde <opciones> incluye:\n  -port                  Puerto de activaci\u00F3n en el que se debe iniciar el ORBD, por defecto es el 1049 (opcional)\n  -defaultdb             Directorio para los archivos de ORBD, por defecto es "./orb.db" (opcional)\n  -serverid              Identificador de servidor para ORBD, por defecto es 1 (opcional)\n  -ORBInitialPort        Puerto inicial (necesario)\n  -ORBInitialHost        Nombre de host inicial (necesario)\n
27
28servertool.usage=Sintaxis: {0} <opciones> \n\ndonde <opciones> incluye:\n  -ORBInitialPort        Puerto inicial (necesario)\n  -ORBInitialHost        Nombre de host inicial (necesario)\n
29servertool.banner=\n\nBienvenido a Java IDL Server Tool \nescriba los comandos en la petici\u00F3n de datos \n
30servertool.shorthelp=\n\n\tComandos disponibles: \n\t------------------- \n
31servertool.baddef=Definici\u00F3n de servidor incorrecta: {0}
32servertool.nosuchserver=\tno se ha encontrado el servidor.
33servertool.helddown=\tel servidor se mantiene desconectado.
34servertool.nosuchorb=\tORB no v\u00E1lido.
35servertool.serverup=\tel servidor ya est\u00E1 conectado.
36servertool.appname=\tapplicationName     - {0}
37servertool.name=\tname      - {0}
38servertool.classpath=\tclasspath - {0}
39servertool.args=\targs      - {0}
40servertool.vmargs=\tvmargs    - {0}
41servertool.serverid=\tserver id - {0}
42servertool.servernotrunning=\tel servidor no se est\u00E1 ejecutando.
43servertool.register=\n\n\tregister -server <nombre de clase de servidor> \n\t         -applicationName <nombre de servidor alternativo> \n\t         -classpath <classpath al servidor> \n\t         -args <argumentos para el servidor> \n\t         -vmargs <argumentos para la MV Java del servidor>\n
44servertool.register1=registrar un servidor que se pueda activar
45servertool.register2=\tservidor registrado (identificador de servidor = {0}).
46servertool.register3=\tservidor registrado pero desconectado (identificador de servidor = {0}).
47servertool.register4=\tservidor ya registrado (identificador de servidor = {0}).
48
49servertool.unregister=\n\tunregister [ -serverid <identificador de servidor> | -applicationName <nombre> ] \n
50servertool.unregister1=anular el registro de un servidor registrado
51servertool.unregister2=\tanulado el registro del servidor.
52
53servertool.locate=\n\tlocate [ -serverid <identificador de servidor> | -applicationName <nombre> ] [ <-endpointType <tipo de punto final> ] \n
54servertool.locate1=localizar puertos de un tipo espec\u00EDfico para un servidor registrado
55servertool.locate2=\n\n\tNombre de host {0} \n\n\t\tPuerto\t\tTipo de puerto\t\tIdentificador ORB\n\t\t----\t\t---------\t\t------\n
56servertool.locateorb=\n\tlocateperorb [ -serverid <identificador de servidor> | -applicationName <nombre> ] [ -orbid <nombre de ORB> ]\n
57servertool.locateorb1=localizar puertos para un ORB espec\u00EDfico del servidor registrado
58servertool.locateorb2=\n\n\tNombre de host {0} \n\n\t\tPuerto\t\tTipo de puerto\t\tIdentificador de ORB\n\t\t----\t\t--------\t\t------\n
59servertool.getserverid=\n\tgetserverid [ -applicationName <nombre> ] \n
60servertool.getserverid1=devolver el identificador de servidor para un valor de applicationName
61servertool.getserverid2=\tEl identificador de servidor para applicationName {0} es {1}
62
63servertool.list=\n\tlist\n
64servertool.list1=enumerar todos los servidores registrados
65servertool.list2=\n\tIdentificador de servidor\tNombre de clase del servidor\t\tAplicaci\u00F3n de servidor\n\t-------------------------\t----------------------------\t\t----------------------\n
66servertool.listactive=\n\tlistactive
67servertool.listactive1=enumerar los servidores actualmente activos
68servertool.listappnames=\tlistappnames\n
69servertool.listappnames1=enumerar los nombres de aplicaci\u00F3n actualmente definidos
70servertool.listappnames2=Nombres de aplicaci\u00F3n de servidor actualmente definidos:
71
72servertool.shutdown=\n\tshutdown [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
73servertool.shutdown1=apagar un servidor registrado
74servertool.shutdown2=\tservidor apagado correctamente.
75servertool.startserver=\n\tstartup [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
76servertool.startserver1=iniciar un servidor registrado
77servertool.startserver2=\tservidor iniciado correctamente.
78
79servertool.quit=\n\tquit\n
80servertool.quit1=salir de esta herramienta
81
82servertool.help=\thelp\n\tO\n\thelp <nombre de comando>\n
83servertool.help1=obtener ayuda
84
85servertool.orbidmap=\tSintaxis: orblist [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
86servertool.orbidmap1=lista de nombres de ORB y su asignaci\u00F3n
87servertool.orbidmap2=\n\tIdentificador de ORB\t\tNombre de ORB\n\t------\t\t--------\n
88pnameserv.success=NameServer constante iniciado correctamente
89
90
91bootstrap.usage=Sintaxis: {0} <opciones> \n\ndonde <opciones> incluye:\n  -ORBInitialPort        Puerto inicial (necesario)\n  -InitialServicesFile   Archivo que contiene una lista de los servicios iniciales (necesario)\n
92bootstrap.success=definiendo puerto en {0} y leyendo servicios de {1}
93bootstrap.filenotreadable=el archivo {0} no se puede leer
94bootstrap.filenotfound=no se ha encontrado el archivo {0}
95bootstrap.exception=se ha obtenido una excepci\u00F3n al guardar las propiedades en el archivo {0}: Excepci\u00F3n {1}
96
97tnameserv.exception=se ha obtenido una excepci\u00F3n al iniciar el servicio de inicializaci\u00F3n de datos en el puerto {0}
98tnameserv.usage=intente utilizar un puerto distinto con argumentos de l\u00EDnea de comandos -ORBInitialPort <n.\u00BA de puerto>
99tnameserv.invalidhostoption=ORBInitialHost no es una opci\u00F3n v\u00E1lida para NameService
100tnameserv.orbinitialport0=ORBInitialPort 0 no es una opci\u00F3n v\u00E1lida para NameService
101tnameserv.hs1=Contexto de Nomenclatura Inicial:\n{0}
102tnameserv.hs2=TransientNameServer: definiendo puerto para referencias a objeto iniciales en: {0}
103tnameserv.hs3=Listo.
104
105orbd.commfailure=\nORBD no puede iniciarse porque ORBinitialPort ya est\u00E1 en uso
106orbd.internalexception=\nORBD no puede iniciarse debido a una excepci\u00F3n interna. \nCausas posibles: \n1. El ORBInitialPort o el ORBActivationPort especificado ya est\u00E1 en uso \n2. No tiene permiso de escritura para orb.db 
107
108