usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/swing/control/resources/Resources.properties
author Stephen Talley <stephen.talley@sun.com>
Tue, 15 Dec 2009 00:15:04 -0500
changeset 390 62c7eb34e283
parent 373 faddb1b7fb76
child 404 32e9b6a2b5f2
permissions -rw-r--r--
13347 sysmon: initial system monitor tray 13349 Navigator should make a copy of Navigable array when constructing NavigationS... 13350 Navigator should not allow Controls to be started with null parameter map 13351 Navigator's thread pool stops JVM from exiting on failure 13352 AppInstance silently ignores Errors and RuntimeExceptions on initialization 13353 panels should have access to command-line runtime "hints"
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
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    22
#
282
fdae7ad420be 8192 SwingTabControl is unnecessary for most tab Controls
Stephen Talley <stephen.talley@sun.com>
parents: 134
diff changeset
    23
# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    24
# Use is subject to license terms.
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    25
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    26
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    27
property.label.id = Identifier
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    28
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
    29
property.label.class = Class
dd9207c7e85a 3269 add class name column to DebugObjectsTab
Stephen Talley <stephen.talley@sun.com>
parents: 40
diff changeset
    30
property.description.class = The class of this object
0
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    31
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    32
settings.unsavedchanges.title = Unsaved changes
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    33
settings.unsavedchanges.message = There are unsaved changes.  Save these changes now?
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    34
settings.unsavedchanges.button.save = Save
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
settings.unsavedchanges.button.discard = Discard
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
settings.unsavedchanges.button.cancel = Cancel
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    37
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
    38
373
faddb1b7fb76 12184 Navigator's address validation is incomplete, and uncompletable
Stephen Talley <stephen.talley@sun.com>
parents: 340
diff changeset
    39
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
    40
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
    41
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
    42
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
    43
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
    44
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    45
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
    46
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
    47
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents: 373
diff changeset
    48
tray.popup.login = Change host...
62c7eb34e283 13347 sysmon: initial system monitor tray
Stephen Talley <stephen.talley@sun.com>
parents: 373
diff changeset
    49
tray.popup.exit = Exit