components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/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 #
       
    23 # Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
       
    24 #
       
    25 
       
    26 #
       
    27 # Global
       
    28 #
       
    29 
       
    30 global.name = Global Settings
       
    31 global.edit.modules = Modules...
       
    32 global.edit.mimetypes = MIME Types...
       
    33 global.edit.enable = Enable the Apache web server
       
    34 global.edit.customfile = Use custom configuration:
       
    35 global.edit.customfile.help = Specify an Apache httpd.conf-style file here to use in place of any other configuration defined within this application.
       
    36 global.error.customfile.empty = Specify a custom configuration file to load.
       
    37 
       
    38 #
       
    39 # Virtual Hosts
       
    40 #
       
    41 
       
    42 vhosts.list.title = Virtual Hosts:
       
    43 vhosts.action.clone.message = Specify a new domain name.
       
    44 vhosts.action.clone.title = Clone Virtual Host
       
    45 vhosts.action.create.button = New...
       
    46 vhosts.action.create.title = Create a Virtual Host
       
    47 vhosts.action.delete.button = Delete
       
    48 vhosts.action.delete.confirm = Delete the {1} selected virtual hosts?
       
    49 vhosts.action.delete.confirm.1 = Delete virtual host "{0}"?
       
    50 
       
    51 #
       
    52 # Virtual Host - General
       
    53 #
       
    54 
       
    55 vhost.general.name = General
       
    56 vhost.general.edit.enable = Enable this virtual host
       
    57 vhost.general.edit.port = Port:
       
    58 vhost.general.edit.port.help = This field specifies the port on which this virtual host listens for HTTP requests. When SSL is enabled, this virtual host does not handle HTTP requests and this field is disabled.
       
    59 vhost.general.edit.domain =  Domain Name:
       
    60 vhost.general.edit.docroot = Document Root:
       
    61 vhost.general.edit.homedirs = Share user public_html directories
       
    62 vhost.general.edit.customfile = Include custom configuration:
       
    63 vhost.general.edit.customfile.help = Specify an Apache httpd.conf-style file here to amend this virtual host''s configuration in a custom manner.
       
    64 vhost.general.edit.mimetypes = MIME Types...
       
    65 vhost.general.edit.modules = Modules...
       
    66 vhost.general.error.domain.empty = Specify a domain name for this virtual host.
       
    67 vhost.general.error.domain.invalid = "{0}" is not a valid domain name. Spaces and special characters are not allowed.
       
    68 vhost.general.error.domain.duplicate = Multiple virtual hosts with same domain ("{0}") may not be enabled simultaneously.
       
    69 vhost.general.error.docroot.empty = Specify a document root directory for this virtual host.
       
    70 vhost.general.error.customfile.empty = Specify a custom configuration file to load.
       
    71 
       
    72 #
       
    73 # Virtual Host - Ssl
       
    74 #
       
    75 
       
    76 vhost.ssl.name = SSL
       
    77 vhost.ssl.edit.enable = Enable SSL (HTTPS)
       
    78 vhost.ssl.edit.ip =  IP Address:
       
    79 vhost.ssl.edit.port = Port:
       
    80 vhost.ssl.edit.certificate = Certificate:
       
    81 vhost.ssl.edit.key = Key File:
       
    82 vhost.ssl.error.ip.invalid = "{0}" is not a valid local IP address.
       
    83 vhost.ssl.error.ip.empty = SSL configuration requires a local IP address.
       
    84 vhost.ssl.error.ip.syserror = A system error occurred when validating input.
       
    85 vhost.ssl.error.cert.empty = SSL configuration requires an SSL Certificate.
       
    86 vhost.ssl.error.key.empty = SSL configuration requires an SSL Key.
       
    87 
       
    88 #
       
    89 # MIME types
       
    90 #
       
    91 
       
    92 mimetypes.title = Custom MIME types
       
    93 mimetypes.list.title = MIME Types:
       
    94 mimetypes.default.message = No MIME types are defined.  Click the "{0}" button to create one.
       
    95 mimetypes.action.create.button = New...
       
    96 mimetypes.action.create.title = Create a MIME Type
       
    97 mimetypes.action.delete.button = Delete
       
    98 mimetypes.action.delete.confirm = Delete the {1} selected MIME types?
       
    99 mimetypes.action.delete.confirm.1 = Delete MIME type "{0}"?
       
   100 
       
   101 #
       
   102 # MIME type
       
   103 #
       
   104 
       
   105 mimetype.edit.extensions = Extensions:
       
   106 mimetype.edit.subtype = Subtype:
       
   107 mimetype.edit.type = Type:
       
   108 mimetype.error.duplicate = A MIME type already exists for "{0}/{1}".
       
   109 mimetype.error.subtype.empty = Specify the MIME subtype.
       
   110 mimetype.error.subtype.invalid = Invalid MIME subtype: "{0}"
       
   111 mimetype.error.type.empty = Specify the MIME type.
       
   112 mimetype.error.type.invalid = Invalid MIME type: "{0}"
       
   113 
       
   114 #
       
   115 # Modules
       
   116 #
       
   117 
       
   118 modules.title = Custom Modules
       
   119 modules.list.title = Modules:
       
   120 modules.default.message = No modules are defined.  Click the "{0}" button to create one.
       
   121 modules.action.create.button = New...
       
   122 modules.action.create.title = Create a Module
       
   123 modules.action.create.message = Specify a domain name for the new virtual host.
       
   124 modules.action.delete.button = Delete
       
   125 modules.action.delete.confirm = Delete the {1} selected modules?
       
   126 modules.action.delete.confirm.1 = Delete module "{0}"?
       
   127 
       
   128 #
       
   129 # Module
       
   130 #
       
   131 
       
   132 module.edit.name = Name:
       
   133 module.edit.file = File:
       
   134 module.error.duplicate = A module named "{0}" already exists.
       
   135 module.error.name.empty = Specify the name of the module.
       
   136 module.error.name.invalid = Invalid module name: "{0}"\n\nModule names may not contain spaces.
       
   137 module.error.file.empty = Specify the module file.