src/demo/share/jfc/Notepad/resources/NotepadSystem.properties
author ljiang
Thu, 25 Jul 2019 15:29:50 +0800
changeset 57577 a0c5401371c9
parent 47216 71c04702a3d5
permissions -rw-r--r--
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
57577
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     1
# Copyright (c) 2010, 2019, Oracle and/or its affiliates. All rights reserved.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     2
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     3
# Redistribution and use in source and binary forms, with or without
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     4
# modification, are permitted provided that the following conditions
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     5
# are met:
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     6
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     7
#   - Redistributions of source code must retain the above copyright
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     8
#     notice, this list of conditions and the following disclaimer.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
     9
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    10
#   - Redistributions in binary form must reproduce the above copyright
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    11
#     notice, this list of conditions and the following disclaimer in the
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    12
#     documentation and/or other materials provided with the distribution.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    13
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    14
#   - Neither the name of Oracle nor the names of its
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    15
#     contributors may be used to endorse or promote products derived
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    16
#     from this software without specific prior written permission.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    17
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    18
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    19
# IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    20
# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    21
# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    22
# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    23
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    24
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    25
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    26
# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    27
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    28
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    29
#
a0c5401371c9 8228397: Missing license copyright header in some properties files
ljiang
parents: 47216
diff changeset
    30
12649
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    31
#
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    32
# Non-translatable properties for Notepad example
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    33
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    34
ViewportBackingStore=false
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    35
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    36
cutAction=cut-to-clipboard
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    37
copyAction=copy-to-clipboard
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    38
pasteAction=paste-from-clipboard
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    39
undoAction=Undo
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    40
redoAction=Redo
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    41
dumpAction=dump-model
331b9dca607f 7024965: Stylepad demo: remove non-translatable resources from Stylepad.properties file
alexsch
parents:
diff changeset
    42