usr/src/java/vpanels/panel/org/opensolaris/os/vp/panel/swing/control/resources/Resources.properties
author Stephen Talley <stephen.talley@sun.com>
Thu, 30 Oct 2008 13:53:48 -0400
changeset 134 c2e6edafe4ae
parent 47 dd9207c7e85a
child 282 fdae7ad420be
permissions -rw-r--r--
4351 Refine wizard framework and add to API
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
#
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    23
# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
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
panel.activity.label = Activity
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    32
panel.settings.label = Settings
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    33
panel.status.label = Status
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    34
panel.objects.label = Objects
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    35
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    36
settings.unsavedchanges.title = Unsaved changes
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    37
settings.unsavedchanges.message = There are unsaved changes.  Save these changes now?
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    38
settings.unsavedchanges.button.save = Save
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    39
settings.unsavedchanges.button.discard = Discard
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    40
settings.unsavedchanges.button.cancel = Cancel
62ac12e07fc0 Initial integration.
David Powell <David.Powell@sun.com>
parents:
diff changeset
    41
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
    42
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    43
navigator.load.error.address = The specified address does not reference a known panel.
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    44
navigator.load.error.parameter.invalid = The "{1}" parameter of the "{0}" portion of the specified address is invalid.
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    45
navigator.load.error.parameter.missing = The "{1}" parameter of the "{0}" portion of the specified address is missing.
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    46
c2e6edafe4ae 4351 Refine wizard framework and add to API
Stephen Talley <stephen.talley@sun.com>
parents: 47
diff changeset
    47
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
    48
wizard.cancel.confirm.message = Cancel the running wizard?