src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_it.properties

Sun, 28 Feb 2016 18:55:17 -0800

author
asaha
date
Sun, 28 Feb 2016 18:55:17 -0800
changeset 1262
964fe4bba121
parent 553
5ca1b4c282b8
child 748
6845b95cba6b
permissions
-rw-r--r--

8150790: 8u75 L10n resource file translation update
Summary: 8u75 L10n resource file translation update
Reviewed-by: naoto
Contributed-by: li.jiang@oracle.com

duke@1 1 #
ssides@553 2 # Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved.
duke@1 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@1 4 #
duke@1 5 # This code is free software; you can redistribute it and/or modify it
duke@1 6 # under the terms of the GNU General Public License version 2 only, as
ohair@158 7 # published by the Free Software Foundation. Oracle designates this
duke@1 8 # particular file as subject to the "Classpath" exception as provided
ohair@158 9 # by Oracle in the LICENSE file that accompanied this code.
duke@1 10 #
duke@1 11 # This code is distributed in the hope that it will be useful, but WITHOUT
duke@1 12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@1 13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@1 14 # version 2 for more details (a copy is included in the LICENSE file that
duke@1 15 # accompanied this code).
duke@1 16 #
duke@1 17 # You should have received a copy of the GNU General Public License version
duke@1 18 # 2 along with this work; if not, write to the Free Software Foundation,
duke@1 19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@1 20 #
ohair@158 21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ohair@158 22 # or visit www.oracle.com if you need additional information or have any
ohair@158 23 # questions.
duke@1 24 #
duke@1 25
mfang@453 26 orbd.usage=Uso: {0} <opzioni> \n\ndove <opzioni> include:\n -port Porta di attivazione da cui avviare ORBD, valore predefinito 1049 (opzionale)\n -defaultdb Directory per i file ORBD, valore predefinito "./orb.db" (opzionale)\n -serverid ID server per ORBD, valore predefinito 1 (opzionale)\n -ORBInitialPort Porta iniziale (richiesta)\n -ORBInitialHost HostName iniziale (richiesto)\n
duke@1 27
mfang@453 28 servertool.usage=Uso: {0} <opzioni> \n\ndove <opzioni> include:\n -ORBInitialPort Porta iniziale (richiesta)\n -ORBInitialHost HostName iniziale (richiesto)\n
mfang@250 29 servertool.banner=\n\nBenvenuti in Java IDL Server Tool \nimmettere i comandi quando richiesto \n
duke@1 30 servertool.shorthelp=\n\n\tComandi disponibili:\n\t-------------------- \n
duke@1 31 servertool.baddef=Definizione server errata: {0}
duke@1 32 servertool.nosuchserver=\timpossibile trovare il server indicato.
mfang@250 33 servertool.helddown=\til server \u00E8 mantenuto inattivo.
duke@1 34 servertool.nosuchorb=\tORB non valido.
mfang@250 35 servertool.serverup=\til server \u00E8 gi\u00E0 attivo.
mfang@250 36 servertool.appname=\tapplicationName - {0}
duke@1 37 servertool.name=\tnome - {0}
duke@1 38 servertool.classpath=\tclasspath - {0}
duke@1 39 servertool.args=\targom - {0}
duke@1 40 servertool.vmargs=\targomvm - {0}
mfang@250 41 servertool.serverid=\tID server - {0}
mfang@250 42 servertool.servernotrunning=\til server non \u00E8 in funzione.
duke@1 43 servertool.register=\n\n\tregister -server <nome classe server> \n\t -applicationName <nome server alternativo> \n\t -classpath <classpath per il server> \n\t -args <argom per il server> \n\t -vmargs <argom per la Java VM del server>\n
duke@1 44 servertool.register1=registra un server attivabile
duke@1 45 servertool.register2=\tserver registrato (idserver = {0}).
duke@1 46 servertool.register3=\tserver registrato ma mantenuto inattivo (idserver = {0}).
mfang@250 47 servertool.register4=\tserver gi\u00E0 registrato (idserver = {0}).
duke@1 48
duke@1 49 servertool.unregister=\n\tunregister [ -serverid <id server> | -applicationName <nome> ] \n
duke@1 50 servertool.unregister1=rimuovi un server registrato.
duke@1 51 servertool.unregister2=\tserver rimosso dal registro.
duke@1 52
duke@1 53 servertool.locate=\n\tlocate [ -serverid <id server> | -applicationName <nome> ] [ <-endpointType <endpointType> ] \n
duke@1 54 servertool.locate1=individua le porte di un tipo specifico per un server registrato
duke@1 55 servertool.locate2=\n\n\tNome host {0} \n\n\t\tPorta\t\tTipo porta\t\tId ORB\n\t\t-----\t\t----------\t\t------\n
duke@1 56 servertool.locateorb=\n\tlocateperorb [ -serverid <id server> | -applicationName <nome> ] [ -orbid <nome ORB> ]\n
duke@1 57 servertool.locateorb1=individua le porte per un orb specifico di un server registrato
mfang@250 58 servertool.locateorb2=\n\n\tNome host {0} \n\n\t\tPorta\t\tPortType\t\tId ORB\n\t\t-----\t\t---------\t\t------\n
duke@1 59 servertool.getserverid=\n\tgetserverid [ -applicationName <nome> ] \n
duke@1 60 servertool.getserverid1=restituisce l'id server per un applicationName
mfang@250 61 servertool.getserverid2=\tL''ID server per applicationName {0} \u00E8 {1}
duke@1 62
mfang@250 63 servertool.list=\n\tlista\n
duke@1 64 servertool.list1=elenca tutti i server registrati
duke@1 65 servertool.list2=\n\tID server\tNome classe server\t\tApplicazione server\n\t---------\t------------------\t\t-------------------\n
duke@1 66 servertool.listactive=\n\tlistactive
mfang@250 67 servertool.listactive1=elenca i server attivi al momento
duke@1 68 servertool.listappnames=\tlistappnames\n
mfang@250 69 servertool.listappnames1=elenca applicationNames definiti al momento
mfang@250 70 servertool.listappnames2=applicationNames del server definiti al momento:
duke@1 71
duke@1 72 servertool.shutdown=\n\tshutdown [ -serverid <id server> | -applicationName <nome> ]\n
duke@1 73 servertool.shutdown1=arresta un server registrato
duke@1 74 servertool.shutdown2=\tserver arrestato correttamente
duke@1 75 servertool.startserver=\n\tstartup [ -serverid <id server> | -applicationName <nome> ]\n
duke@1 76 servertool.startserver1=avvia un server registrato
duke@1 77 servertool.startserver2=\tserver avviato correttamente.
duke@1 78
mfang@250 79 servertool.quit=\n\tesci\n
duke@1 80 servertool.quit1=esci dall'applicazione corrente
duke@1 81
duke@1 82 servertool.help=\thelp\n\tOR\n\thelp <nome comando>\n
mfang@250 83 servertool.help1=Guida
duke@1 84
mfang@453 85 servertool.orbidmap=\tUso: orblist [ -serverid <id server> | -applicationName <nome> ]\n
mfang@250 86 servertool.orbidmap1=lista nomi orb e relativa mappatura
duke@1 87 servertool.orbidmap2=\n\tId ORB\t\tNome ORB\n\t------\t\t--------\n
duke@1 88 pnameserv.success=NameServer persistente avviato correttamente
duke@1 89
duke@1 90
mfang@453 91 bootstrap.usage=Uso: {0} <opzioni> \n\ndove <opzioni> include:\n -ORBInitialPort Porta iniziale (richiesta)\n -InitialServicesFile File contenente la lista dei servizi iniziali (richiesto)\n
duke@1 92 bootstrap.success=impostazione porta su {0} e lettura servizi da {1} in corso
mfang@250 93 bootstrap.filenotreadable=il file {0} non \u00E8 leggibile
duke@1 94 bootstrap.filenotfound=impossibile trovare il file {0}
mfang@250 95 bootstrap.exception=rilevata un''eccezione durante il salvataggio delle propriet\u00E0 nel file {0}: eccezione {1}
duke@1 96
duke@1 97 tnameserv.exception=rilevata un''eccezione durante l''avvio del servizio di bootstrap sulla porta {0}
duke@1 98 tnameserv.usage=utilizzare un'altra porta con gli argomenti di riga di comando -ORBInitialPort <n.porta>
mfang@250 99 tnameserv.invalidhostoption=ORBInitialHost non \u00E8 un'opzione valida per NameService
mfang@250 100 tnameserv.orbinitialport0=ORBInitialPort 0 non \u00E8 un'opzione valida per NameService
duke@1 101 tnameserv.hs1=Contesto di denominazione iniziale:\n{0}
duke@1 102 tnameserv.hs2=TransientNameServer: impostazione della porta per i riferimenti degli oggetti iniziali a: {0}
duke@1 103 tnameserv.hs3=Pronto.
duke@1 104
mfang@250 105 orbd.commfailure=\nImpossibile avviare ORBD perch\u00E9 ORBinitialPort \u00E8 gi\u00E0 in uso
mfang@250 106 orbd.internalexception=\nImpossibile avviare ORBD a causa di un'eccezione interna. \neCause possibili: \n1. ORBInitialPort o ORBActivationPort specificato gi\u00E0 in uso \n2. Non esistono autorizzazioni per scrivere orb.db
duke@1 107

mercurial