jdk/src/share/classes/sun/rmi/server/resources/rmid_it.properties
author duke
Sat, 01 Dec 2007 00:00:00 +0000
changeset 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
Initial load
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Copyright 2000-2005 Sun Microsystems, Inc.  All Rights Reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# by Sun in the LICENSE file that accompanied this code.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
# "rmid", inetd", and "wait" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
rmid.syntax.exec.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
        rmid \u00e8 stato avviato da inetd con uno stato non valido (diverso da wait)
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# "rmid" and "inetd" should not be translated.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
rmid.syntax.port.badarg=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
	non \u00e8 possibile specificare la porta se rmid viene avviato da inetd
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
# "port" here refers to a TCP port for the server to listen on.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
rmid.syntax.port.badnumber=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
    la porta non \u00e8 un numero
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
# "-port" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
rmid.syntax.port.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
    L'opzione -port richiede un argomento
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
rmid.syntax.log.missing=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
    L'opzione -log richiede un argomento
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
# "-log" should not be translated, because it's part of command syntax.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
rmid.syntax.log.required=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
	\u00c8 richiesta l'opzione -log
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# {0} = the (string) illegal argument in question
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
rmid.syntax.illegal.option=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
	opzione illegale: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
# {0} = the (string) reason text that came with a thrown exception
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
rmid.unexpected.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
	Activation.main: si \u00e8 verificata un''eccezione: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
# "java.home" should not be translated, because it's a property name
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
# "ActivatorImpl" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
rmid.unfound.java.home.property=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
	ActivatorImpl: impossibile individuare java.home
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
rmid.inherited.channel.info=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
	Avvio di rmid con canale ereditato
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
# "Activation.main" should not be translated, because it's a codepoint
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
rmid.exec.policy.invalid=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
	Activation.main: classe di policy eseguibile non valida
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
rmid.exec.policy.exception=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
	rmid: il tentativo di ottenere i criteri di esecuzione ha restituito:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
rmid.exec.command=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
	rmid: debugExec: esecuzione di "{0}" in corso
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
rmid.group.inactive=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
	rmid: gruppo attivazione inattivo: {0}
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
# "Activation.main", "sun.rmi.activation.execPolicy", "ExecPermission" and 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
# "ExecOptionPermission" should not be translated, since they refer to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
# class/permission names.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
rmid.exec.perms.inadequate=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
    Activation.main: avviso: sistema sun.rmi.activation.execPolicy\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        Propriet\u00e0 non specificata e nessun ExecPermissions/ExecOptionPermissions\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        garantito. I tentativi di attivazione successivi potrebbero fallire a causa di \n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    controlli di autorizzazione ExecPermission/ExecOptionPermission non andati a buon fine.  Per\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
    la documentazione e le modalit\u00e0 di configurazione della protezione rmid, fare riferimento a (informazioni in inglese):\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        http://java.sun.com/j2se/1.4/docs/tooldocs/solaris/rmid.html\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        http://java.sun.com/j2se/1.4/docs/tooldocs/win32/rmid.html\n
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
# "rmid", "-port", "-log", "-stop", "-C" and "-J" should not be translated,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
# because they are syntax
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
rmid.usage=Utilizzo: {0} <opzioni>\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
\ndove <opzioni> comprende:\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\n  -port <porta>       Specifica la porta usata da rmid\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
\n  -log <directory>    Specifica la directory in cui rmid scrive il log\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
\n  -stop              Interrompe l''invocazione corrente di rmid (per la porta specificata)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\n  -C<flag runtime>    Passa l''argomento a ciascun processo figlio (gruppo di attivazione)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
\n  -J<flag runtime>    Passa l''argomento all''interprete java\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
# This means "The currently running activation daemon has been shut down,
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
# and is about to exit".
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
rmid.daemon.shutdown=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
	daemon di attivazione terminato
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
rmid.restart.group.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
\nrmid: (AVVERTENZA) il riavvio del gruppo ha restituito:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
rmid.restart.service.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
\nrmid: (AVVERTENZA) il riavvio del servizio ha restituito:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
rmid.log.update.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
\nrmid: (AVVERTENZA) il log dell'aggiornamento ha restituito:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
rmid.log.snapshot.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
\nrmid: (GRAVE) il log dell'istantanea ha restituito:
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
# "rmid" should not be translated
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
rmid.log.recover.warning=\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
\nrmid: (AVVERTENZA) {0}: record del log ignorato durante il ripristino: