1 #
   2 # Copyright (c) 2000, 2011, 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 
  26 orbd.usage=Sintaxis: {0} <opciones> \n\ndonde <opciones> incluye:\n  -port                  Puerto de activación 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 
  28 servertool.usage=Sintaxis: {0} <opciones> \n\ndonde <opciones> incluye:\n  -ORBInitialPort        Puerto inicial (necesario)\n  -ORBInitialHost        Nombre de host inicial (necesario)\n
  29 servertool.banner=\n\nBienvenido a Java IDL Server Tool \nescriba los comandos en la petición de datos \n
  30 servertool.shorthelp=\n\n\tComandos disponibles: \n\t------------------- \n
  31 servertool.baddef=Definición de servidor incorrecta: {0}
  32 servertool.nosuchserver=\tno se ha encontrado el servidor.
  33 servertool.helddown=\tel servidor se mantiene desconectado.
  34 servertool.nosuchorb=\tORB no válido.
  35 servertool.serverup=\tel servidor ya está conectado.
  36 servertool.appname=\tapplicationName     - {0}
  37 servertool.name=\tname      - {0}
  38 servertool.classpath=\tclasspath - {0}
  39 servertool.args=\targs      - {0}
  40 servertool.vmargs=\tvmargs    - {0}
  41 servertool.serverid=\tserver id - {0}
  42 servertool.servernotrunning=\tel servidor no se está ejecutando.
  43 servertool.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
  44 servertool.register1=registrar un servidor que se pueda activar
  45 servertool.register2=\tservidor registrado (identificador de servidor = {0}).
  46 servertool.register3=\tservidor registrado pero desconectado (identificador de servidor = {0}).
  47 servertool.register4=\tservidor ya registrado (identificador de servidor = {0}).
  48 
  49 servertool.unregister=\n\tunregister [ -serverid <identificador de servidor> | -applicationName <nombre> ] \n
  50 servertool.unregister1=anular el registro de un servidor registrado
  51 servertool.unregister2=\tanulado el registro del servidor.
  52 
  53 servertool.locate=\n\tlocate [ -serverid <identificador de servidor> | -applicationName <nombre> ] [ <-endpointType <tipo de punto final> ] \n
  54 servertool.locate1=localizar puertos de un tipo específico para un servidor registrado
  55 servertool.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
  56 servertool.locateorb=\n\tlocateperorb [ -serverid <identificador de servidor> | -applicationName <nombre> ] [ -orbid <nombre de ORB> ]\n
  57 servertool.locateorb1=localizar puertos para un ORB específico del servidor registrado
  58 servertool.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
  59 servertool.getserverid=\n\tgetserverid [ -applicationName <nombre> ] \n
  60 servertool.getserverid1=devolver el identificador de servidor para un valor de applicationName
  61 servertool.getserverid2=\tEl identificador de servidor para applicationName {0} es {1}
  62 
  63 servertool.list=\n\tlist\n
  64 servertool.list1=enumerar todos los servidores registrados
  65 servertool.list2=\n\tIdentificador de servidor\tNombre de clase del servidor\t\tAplicación de servidor\n\t-------------------------\t----------------------------\t\t----------------------\n
  66 servertool.listactive=\n\tlistactive
  67 servertool.listactive1=enumerar los servidores actualmente activos
  68 servertool.listappnames=\tlistappnames\n
  69 servertool.listappnames1=enumerar los nombres de aplicación actualmente definidos
  70 servertool.listappnames2=Nombres de aplicación de servidor actualmente definidos:
  71 
  72 servertool.shutdown=\n\tshutdown [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
  73 servertool.shutdown1=apagar un servidor registrado
  74 servertool.shutdown2=\tservidor apagado correctamente.
  75 servertool.startserver=\n\tstartup [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
  76 servertool.startserver1=iniciar un servidor registrado
  77 servertool.startserver2=\tservidor iniciado correctamente.
  78 
  79 servertool.quit=\n\tquit\n
  80 servertool.quit1=salir de esta herramienta
  81 
  82 servertool.help=\thelp\n\tO\n\thelp <nombre de comando>\n
  83 servertool.help1=obtener ayuda
  84 
  85 servertool.orbidmap=\tSintaxis: orblist [ -serverid <identificador de servidor> | -applicationName <nombre> ]\n
  86 servertool.orbidmap1=lista de nombres de ORB y su asignación
  87 servertool.orbidmap2=\n\tIdentificador de ORB\t\tNombre de ORB\n\t------\t\t--------\n
  88 pnameserv.success=NameServer constante iniciado correctamente
  89 
  90 
  91 bootstrap.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
  92 bootstrap.success=definiendo puerto en {0} y leyendo servicios de {1}
  93 bootstrap.filenotreadable=el archivo {0} no se puede leer
  94 bootstrap.filenotfound=no se ha encontrado el archivo {0}
  95 bootstrap.exception=se ha obtenido una excepción al guardar las propiedades en el archivo {0}: Excepción {1}
  96 
  97 tnameserv.exception=se ha obtenido una excepción al iniciar el servicio de inicialización de datos en el puerto {0}
  98 tnameserv.usage=intente utilizar un puerto distinto con argumentos de línea de comandos -ORBInitialPort <n.º de puerto>
  99 tnameserv.invalidhostoption=ORBInitialHost no es una opción válida para NameService
 100 tnameserv.orbinitialport0=ORBInitialPort 0 no es una opción válida para NameService
 101 tnameserv.hs1=Contexto de Nomenclatura Inicial:\n{0}
 102 tnameserv.hs2=TransientNameServer: definiendo puerto para referencias a objeto iniciales en: {0}
 103 tnameserv.hs3=Listo.
 104 
 105 orbd.commfailure=\nORBD no puede iniciarse porque ORBinitialPort ya está en uso
 106 orbd.internalexception=\nORBD no puede iniciarse debido a una excepción interna. \nCausas posibles: \n1. El ORBInitialPort o el ORBActivationPort especificado ya está en uso \n2. No tiene permiso de escritura para orb.db 
 107