jdk/src/share/classes/sun/rmi/server/resources/rmid_fr.properties
author ohair
Tue, 25 May 2010 15:58:33 -0700
changeset 5506 202f599c92aa
parent 2 90ce3da70b43
child 8203 e5debcae2183
permissions -rw-r--r--
6943119: Rebrand source copyright notices Reviewed-by: darcy, weijun
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
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     3
# Copyright (c) 2000, 2005, Oracle and/or its affiliates. All rights reserved.
2
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
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
2
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
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    24
# questions.
2
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 a \u00e9t\u00e9 lanc\u00e9 depuis inetd avec un statut invalide (doit \u00eatre 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
	impossible de sp\u00e9cifier port si rmid est lanc\u00e9 depuis 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
    port n'est pas un num\u00e9ro
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'option -port exige un argument
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'option -log exige un argument
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
	option -log requise
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
	option incorrecte : {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 : une exception s''est produite : {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 : impossible de localiser 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
	d\u00e9marrage de rmid avec le canal existant
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 de r\u00e8gle exec incorrecte
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: tenter d'obtenir des basculements de classes exec :
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 : ex\u00e9cution de "{0}"
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 : groupe d''activation inactif : {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: avertissement : syst\u00e8me sun.rmi.activation.execPolicy\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        propri\u00e9t\u00e9 non sp\u00e9cifi\u00e9e et ExecPermissions/ExecOptionPermissions\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        non autoris\u00e9s ; les tentatives d'activation suivantes risquent d'\u00e9chouer en raison de la v\u00e9rification des permissions\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
    ExecPermission/ExecOptionPermission.  Pour obtenir de la\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
    documentation sur la configuration de la s\u00e9curit\u00e9 rmid, reportez-vous \u00e0 :\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://javasun.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=Syntaxe : {0} <options>\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
\n\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
\no\u00f9 <options> comprend :\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
\n  -port <port>        Port que rmid doit utiliser\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
\n  -log <directory>    R\u00e9pertoire o\u00f9 rmid enregistre le journal\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
\n  -stop               Arr\u00eater l''appel courant de rmid (pour le port sp\u00e9cifi\u00e9)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
\n  -C<indicateur d''ex\u00e9cution>    Passe l''argument \u00e0 chaque processus fils (groupe d''activation)\
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
\n  -J<indicateur d''ex\u00e9cution>    Passe l''argument \u00e0 l''interpr\u00e9teur 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
	d\u00e9mon d'activation arr\u00eat\u00e9
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 : (AVERTISSEMENT) red\u00e9marrer les basculements de groupes :
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 : (AVERTISSEMENT) red\u00e9marrer les basculements de services :
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 : (AVERTISSEMENT) consigner les basculements de mises \u00e0 jour :
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) consigner les basculements de captures instantan\u00e9es :
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 : (AVERTISSEMENT) {0} : enregistrement du journal  ignor\u00e9 pendant la r\u00e9cup\u00e9ration  :