boot-fx/src/main/resources/org/netbeans/html/boot/fx/Bundle.properties
author Jaroslav Tulach <jtulach@netbeans.org>
Fri, 02 Oct 2015 08:57:14 +0200
changeset 1006 a0f79e32d526
parent 735 d2f555dba114
permissions -rw-r--r--
Ability to run the JavaFX presenter in headless mode is useful for testing
jtulach@735
     1
#
jtulach@731
     2
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
jtulach@731
     3
#
jtulach@735
     4
# Copyright 2013-2014 Oracle and/or its affiliates. All rights reserved.
jtulach@731
     5
#
jtulach@731
     6
# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
jtulach@731
     7
# Other names may be trademarks of their respective owners.
jtulach@731
     8
#
jtulach@731
     9
# The contents of this file are subject to the terms of either the GNU
jtulach@731
    10
# General Public License Version 2 only ("GPL") or the Common
jtulach@731
    11
# Development and Distribution License("CDDL") (collectively, the
jtulach@731
    12
# "License"). You may not use this file except in compliance with the
jtulach@731
    13
# License. You can obtain a copy of the License at
jtulach@731
    14
# http://www.netbeans.org/cddl-gplv2.html
jtulach@731
    15
# or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
jtulach@731
    16
# specific language governing permissions and limitations under the
jtulach@731
    17
# License.  When distributing the software, include this License Header
jtulach@731
    18
# Notice in each file and include the License file at
jtulach@731
    19
# nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
jtulach@731
    20
# particular file as subject to the "Classpath" exception as provided
jtulach@731
    21
# by Oracle in the GPL Version 2 section of the License file that
jtulach@731
    22
# accompanied this code. If applicable, add the following below the
jtulach@731
    23
# License Header, with the fields enclosed by brackets [] replaced by
jtulach@731
    24
# your own identifying information:
jtulach@731
    25
# "Portions Copyrighted [year] [name of copyright owner]"
jtulach@731
    26
#
jtulach@735
    27
# Contributor(s):
jtulach@735
    28
#
jtulach@735
    29
# The Original Software is NetBeans. The Initial Developer of the Original
jtulach@735
    30
# Software is Oracle. Portions Copyright 2013-2014 Oracle. All Rights Reserved.
jtulach@735
    31
#
jtulach@731
    32
# If you wish your version of this file to be governed by only the CDDL
jtulach@731
    33
# or only the GPL Version 2, indicate your decision by adding
jtulach@731
    34
# "[Contributor] elects to include this software in this distribution
jtulach@731
    35
# under the [CDDL or GPL Version 2] license." If you do not indicate a
jtulach@731
    36
# single choice of license, a recipient has the option to distribute
jtulach@731
    37
# your version of this file under either the CDDL, the GPL Version 2 or
jtulach@731
    38
# to extend the choice of license to its licensees as provided above.
jtulach@731
    39
# However, if you add GPL Version 2 code and therefore, elected the GPL
jtulach@731
    40
# Version 2 license, then the option applies only if the new code is
jtulach@731
    41
# made subject to such option by the copyright holder.
jtulach@731
    42
#
jtulach@731
    43
jtulach@731
    44
AlertTitle=Warning
jtulach@731
    45
AlertCloseButton=Close
jtulach@732
    46
jtulach@732
    47
ConfirmTitle=Question
jtulach@732
    48
ConfirmOKButton=OK
jtulach@732
    49
ConfirmCancelButton=Cancel
jtulach@733
    50
jtulach@733
    51
PromptTitle=Question
jtulach@733
    52
PromptOKButton=OK
jtulach@733
    53
PromptCancelButton=Cancel
jtulach@1006
    54