components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/resources/Resources.properties
changeset 3553 f1d133b09a8c
parent 3552 077ebe3d0d24
child 3554 ef58713bafc4
equal deleted inserted replaced
3552:077ebe3d0d24 3553:f1d133b09a8c
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 
       
    22 #
       
    23 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 # Parameters (all messages in this block):
       
    27 # 0: host
       
    28 # 1: user
       
    29 # 2: role
       
    30 # 3: zone
       
    31 # 4: zone user
       
    32 # 5: zone role
       
    33 login.err.host.unknown = Host "{0}" is unknown.
       
    34 login.err.host.refused = Connection to host "{0}" was refused.
       
    35 login.err.host.empty = Please specify a host to manage.
       
    36 login.err.user.empty = Please specify a username.
       
    37 login.err.user.auth = User "{1}" could not be authenticated.
       
    38 login.err.role.invalid = Role "{2}" is not available to user "{1}" on host "{0}".
       
    39 login.err.role.auth = Role "{2}" could not be authenticated.
       
    40 login.err.zone.empty = Please select a zone.
       
    41 login.err.zone.invalid = "{3}" is not a running zone accessible by user "{1}" on host "{0}".
       
    42 login.err.zone.invalid.role = "{3}" is not a running zone accessible by role "{2}" on host "{0}".
       
    43 login.err.zoneuser.empty = Please specify a username.
       
    44 login.err.zonerole.auth = Role "{5}" could not be authenticated.
       
    45 
       
    46 login.err.url.invalid = The information entered resulted in an invalid URL.
       
    47 login.err.io = An error occurred when contacting {0}.
       
    48 login.err.nocerts = An error occurred when contacting {0}.
       
    49 login.err.security = A permissions error occurred when contacting {0}.
       
    50 login.err.zone.security = A permissions error occurred when contacting {0}.  Verify that user "{1}" has the "solaris.zone.manage" authorization for this zone.
       
    51 login.err.keystore = An error occurred when attempting to read or write the application truststore: {0}.
       
    52 
       
    53 login.status.host = Connecting to {0}...
       
    54 login.status.user = Determining current user...
       
    55 login.status.roles = Determining roles granted to {0}...
       
    56 login.status.login = Authenticating user {0}...
       
    57 login.status.assume = Authenticating role {0}...
       
    58 
       
    59 download.status.download = Downloading {0}...
       
    60 download.status.done = Download complete.
       
    61 download.status.mkdir = Creating directory {0}...
       
    62 download.error.mkdir = An error occurred when attempting to create the directory "{0}".  Ensure that existing parent directories are writable.
       
    63 download.error.download = An error occurred when downloading {2} from {1}.  Contact the system administrator to ensure that panel "{0}" is configured correctly.
       
    64 download.error.general = An error occurred when downloading resources from {0}.
       
    65 
       
    66 panelload.error.class.wrongtype = class {0} is not a {1}
       
    67 panelload.error.class.constructor = no such constructor: {0}({1})
       
    68 panelload.error.class.notfound = class not found: {0}
       
    69 panelload.error.class.cantinstantiate = unable to instantiate class: {0}
       
    70 
       
    71 proxy.error.general = An error occurred while getting the proxy interface for {0}.
       
    72 proxy.error.io = An error occurred while contacting the server to create the {0} proxy.