components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/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 service.action.clear = Clear
       
    27 
       
    28 # Short task links
       
    29 service.task.short.clear = clear
       
    30 service.task.short.enable = enable
       
    31 service.task.short.disable = disable
       
    32 service.task.short.refresh = refresh
       
    33 service.task.short.restart = restart
       
    34 
       
    35 # Long task links
       
    36 service.task.long.clear.degraded = Attempt to bring this service back online
       
    37 service.task.long.clear.maint = Attempt to clear the maintenance state of this service
       
    38 service.task.long.degrade = Move this service into the degraded state
       
    39 service.task.long.disable = Disable this service
       
    40 service.task.long.enable = Enable this service
       
    41 service.task.long.maintain = Move this service into maintenance
       
    42 service.task.long.refresh = Refresh this service
       
    43 service.task.long.restart = Restart this service
       
    44 
       
    45 # Tooltips for the (i) icons next to the task links
       
    46 service.task.tip.clear.degraded = This attempt may not succeed, based on the severity of the problems with the service.
       
    47 service.task.tip.clear.maint = This attempt may not succeed, based on the severity of the problems with the service.
       
    48 service.task.tip.degrade = This is an exceptional operation that should not be performed unless necessary.
       
    49 service.task.tip.maintain = This is an exceptional operation that should not be performed unless necessary.
       
    50 service.task.tip.refresh = Perform this operation only if you have made changes to this service''s configuration that have not yet taken affect.
       
    51 service.task.tip.restart = Under most circumstances, restarting a service should not be necessary.  If the service does not reflect changes made to its configuration, refresh the service instead.
       
    52 
       
    53 service.status.name = Status
       
    54 service.status.label.description = Overview
       
    55 service.status.label.status = Status
       
    56 service.status.label.tasks = Tasks
       
    57 service.status.label.description.unknown = This service does not have a detailed description.
       
    58 service.status.label.name.service = Service: {0}
       
    59 service.status.label.name.service.null = Service: (unnamed)
       
    60 service.status.label.name.instance = Service Instance: {0}
       
    61 service.status.label.name.instance.null = Service Instance: (unnamed)
       
    62 
       
    63 error.scf.permission = @forward:com.oracle.solaris.vp.panel.common.action:error.server.permission
       
    64 error.scf.general = unexpected error accessing SMF repository
       
    65 error.server.general = unexpected error communicating with server
       
    66 
       
    67 service.properties.name = Properties
       
    68 service.properties.property.label = {0}:
       
    69 service.properties.noproperties.label = This service has no properties.
       
    70 service.properties.propertygroups = Property groups:
       
    71 service.properties.menu.add = Add
       
    72 service.properties.menu.remove = Remove
       
    73 
       
    74 service.dependencies.name = Dependencies
       
    75 service.log.name = Log
       
    76 service.log.error = Unable to retrieve a log file for this service.
       
    77 service.log.contents = {0}\n\n{1}
       
    78 service.log.contents.truncated = {0} (truncated)\n\n...{1}