src/jdk.jshell/share/classes/jdk/jshell/resources/l10n.properties
author rfield
Fri, 20 Oct 2017 19:08:25 -0700
changeset 47499 b3ea71b70f7b
parent 47216 71c04702a3d5
permissions -rw-r--r--
8187359: JShell: Give comprehensible error when user method name matches Object method Reviewed-by: jlahoda
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     1
#
47499
b3ea71b70f7b 8187359: JShell: Give comprehensible error when user method name matches Object method
rfield
parents: 47216
diff changeset
     2
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     4
#
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    10
#
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    15
# accompanied this code).
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    16
#
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    20
#
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    23
# questions.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    24
#
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    25
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    26
jshell.diag.modifier.plural.fatal = Modifiers {0} not permitted in top-level declarations
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    27
jshell.diag.modifier.plural.ignore = Modifiers {0} not permitted in top-level declarations, ignored
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    28
jshell.diag.modifier.single.fatal = Modifier {0} not permitted in top-level declarations
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    29
jshell.diag.modifier.single.ignore = Modifier {0} not permitted in top-level declarations, ignored
47499
b3ea71b70f7b 8187359: JShell: Give comprehensible error when user method name matches Object method
rfield
parents: 47216
diff changeset
    30
jshell.diag.object.method.fatal = JShell method names must not match Object methods: {0}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    31
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    32
jshell.exc.null = Snippet must not be null
46185
f4c981fc7818 8182270: JShell API: Tools need snippet information without evaluating snippet
rfield
parents: 36990
diff changeset
    33
jshell.exc.alien = Snippet not from this JShell: {0}
36990
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    34
jshell.exc.closed = JShell ({0}) has been closed.
ec0b843a7af5 8147515: JShell: Internationalize
rfield
parents:
diff changeset
    35
jshell.exc.var.not.valid = Snippet parameter of varValue() {0} must be VALID, it is: {1}