components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/control/resources/Resources.properties
changeset 827 0944d8c0158b
equal deleted inserted replaced
826:c6aad84d2493 827:0944d8c0158b
       
     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 # Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
       
    23 
       
    24 # Parameters: 0: title, 1: login
       
    25 window.title.defaultlogin = {0}
       
    26 window.title.nondefaultlogin = {0} [{1}]
       
    27 
       
    28 property.label.id = Identifier
       
    29 property.description.id = The identifier of this object
       
    30 property.label.class = Class
       
    31 property.description.class = The class of this object
       
    32 
       
    33 settings.unsavedchanges.title = Unsaved changes
       
    34 settings.unsavedchanges.message = There are unsaved changes.  Save these changes now?
       
    35 settings.unsavedchanges.button.save = Save
       
    36 settings.unsavedchanges.button.discard = Discard
       
    37 settings.unsavedchanges.button.cancel = Cancel
       
    38 settings.changed.tab = This tab contains unsaved changes.
       
    39 
       
    40 navigation.error.address = Navigation failed.  The "{0}" component of the specified address is invalid.
       
    41 navigation.error.emptystack = Navigation failed.  ".." was specified as the first component of the address.
       
    42 navigation.error.parameter.invalid = Navigation failed.  The "{1}" parameter of the "{0}" component of the specified address is invalid.
       
    43 navigation.error.parameter.missing = Navigation failed.  The "{1}" parameter of the "{0}" component of the specified address is missing.
       
    44 navigation.error.rootnotcontrol = Navigation failed.  The first component of the address, "{0}" is not a valid control.
       
    45 
       
    46 wizard.cancel.confirm.title = Wizard running
       
    47 wizard.cancel.confirm.message = Cancel the running wizard?
       
    48 
       
    49 tray.popup.login = Change host...
       
    50 tray.popup.help = Help...
       
    51 tray.popup.exit = Exit
       
    52 
       
    53 connection.failed.message = The connection to {0} has been lost.  Verify that {0} is reachable and its {1} SMF service is enabled.
       
    54 connection.failed.button.quit = Quit
       
    55 connection.failed.button.reconnect = Reconnect...
       
    56 
       
    57 login.popup.admin = Administer New Host...
       
    58 login.popup.clear = Clear History...
       
    59 login.popup.role = Change Role...
       
    60 login.popup.user = Change User...
       
    61 login.err.role.none = No role has been granted to user "{1}" on host "{0}".