usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/swing/control/resources/Resources.properties
author David Powell <david.e.powell@oracle.com>
Fri, 08 Jul 2011 11:32:24 -0700
changeset 738 97be845f69e0
parent 640 d2f5ddc6d701
permissions -rw-r--r--
18677 rad service needs clearer definition 18682 /usr/bin/vp fails to start on recent builds
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     1
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     2
# CDDL HEADER START
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     3
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     7
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    11
# and limitations under the License.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    12
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    18
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    19
# CDDL HEADER END
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    20
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    21
630
5dff60eda7bc 17677 login requesters need finer control over login property validation
Stephen Talley <stephen.talley@oracle.com>
parents: 598
diff changeset
    22
# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    23
404
32e9b6a2b5f2 13501 generic support for window-creating Controls
Stephen Talley <stephen.talley@sun.com>
parents: 390
diff changeset
    24
# Parameters: 0: title, 1: login
32e9b6a2b5f2 13501 generic support for window-creating Controls
Stephen Talley <stephen.talley@sun.com>
parents: 390
diff changeset
    25
window.title.defaultlogin = {0}
32e9b6a2b5f2 13501 generic support for window-creating Controls
Stephen Talley <stephen.talley@sun.com>
parents: 390
diff changeset
    26
window.title.nondefaultlogin = {0} [{1}]
32e9b6a2b5f2 13501 generic support for window-creating Controls
Stephen Talley <stephen.talley@sun.com>
parents: 390
diff changeset
    27
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    28
property.label.id = Identifier
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    29
property.description.id = The identifier of this object
47
dd9207c7e85a 3269 add class name column to DebugObjectsTab
Stephen Talley <stephen.talley@sun.com>
parents: 40
diff changeset
    30
property.label.class = Class
dd9207c7e85a 3269 add class name column to DebugObjectsTab
Stephen Talley <stephen.talley@sun.com>
parents: 40
diff changeset
    31
property.description.class = The class of this object
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    32
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    33
settings.unsavedchanges.title = Unsaved changes
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    34
settings.unsavedchanges.message = There are unsaved changes.  Save these changes now?
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
settings.unsavedchanges.button.save = Save
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
settings.unsavedchanges.button.discard = Discard
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    37
settings.unsavedchanges.button.cancel = Cancel
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    38
settings.changed.tab = This tab contains unsaved changes.
134
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    39
373
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    40
navigation.error.address = Navigation failed.  The "{0}" component of the specified address is invalid.
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    41
navigation.error.emptystack = Navigation failed.  ".." was specified as the first component of the address.
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    42
navigation.error.parameter.invalid = Navigation failed.  The "{1}" parameter of the "{0}" component of the specified address is invalid.
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    43
navigation.error.parameter.missing = Navigation failed.  The "{1}" parameter of the "{0}" component of the specified address is missing.
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    44
navigation.error.rootnotcontrol = Navigation failed.  The first component of the address, "{0}" is not a valid control.
134
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    45
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    46
wizard.cancel.confirm.title = Wizard running
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    47
wizard.cancel.confirm.message = Cancel the running wizard?
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents: 373
diff changeset
    48
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents: 373
diff changeset
    49
tray.popup.login = Change host...
408
7f34363e6fb5 13569 tray panel should support help
Stephen Talley <stephen.talley@sun.com>
parents: 404
diff changeset
    50
tray.popup.help = Help...
390
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents: 373
diff changeset
    51
tray.popup.exit = Exit
459
abb4563e4968 14804 panels should know about/recover from from lost connections to server
Stephen Talley <stephen.talley@sun.com>
parents: 408
diff changeset
    52
738
97be845f69e0 18677 rad service needs clearer definition
David Powell <david.e.powell@oracle.com>
parents: 640
diff changeset
    53
connection.failed.message = The connection to {0} has been lost.  Verify that {0} is reachable and its {1} SMF service is enabled.
483
5772d1eebdf4 15664 connection recovery should be re-enabled and expanded to include all connections
Stephen Talley <stephen.talley@oracle.com>
parents: 459
diff changeset
    54
connection.failed.button.quit = Quit
5772d1eebdf4 15664 connection recovery should be re-enabled and expanded to include all connections
Stephen Talley <stephen.talley@oracle.com>
parents: 459
diff changeset
    55
connection.failed.button.reconnect = Reconnect...
598
90e364205db8 15799 - login button should show menu with history
Dan Labrecque <Dan.Labrecque@oracle.com>
parents: 483
diff changeset
    56
90e364205db8 15799 - login button should show menu with history
Dan Labrecque <Dan.Labrecque@oracle.com>
parents: 483
diff changeset
    57
login.popup.admin = Administer New Host...
90e364205db8 15799 - login button should show menu with history
Dan Labrecque <Dan.Labrecque@oracle.com>
parents: 483
diff changeset
    58
login.popup.clear = Clear History...
90e364205db8 15799 - login button should show menu with history
Dan Labrecque <Dan.Labrecque@oracle.com>
parents: 483
diff changeset
    59
login.popup.role = Change Role...
90e364205db8 15799 - login button should show menu with history
Dan Labrecque <Dan.Labrecque@oracle.com>
parents: 483
diff changeset
    60
login.popup.user = Change User...
640
d2f5ddc6d701 17748 streamline common login UI operations
Stephen Talley <stephen.talley@oracle.com>
parents: 630
diff changeset
    61
login.err.role.none = No role has been granted to user "{1}" on host "{0}".