langtools/src/jdk.jshell/share/classes/jdk/jshell/resources/l10n.properties
changeset 46185 f4c981fc7818
parent 36990 ec0b843a7af5
equal deleted inserted replaced
46184:f1325703ea85 46185:f4c981fc7818
    27 jshell.diag.modifier.plural.ignore = Modifiers {0} not permitted in top-level declarations, ignored
    27 jshell.diag.modifier.plural.ignore = Modifiers {0} not permitted in top-level declarations, ignored
    28 jshell.diag.modifier.single.fatal = Modifier {0} not permitted in top-level declarations
    28 jshell.diag.modifier.single.fatal = Modifier {0} not permitted in top-level declarations
    29 jshell.diag.modifier.single.ignore = Modifier {0} not permitted in top-level declarations, ignored
    29 jshell.diag.modifier.single.ignore = Modifier {0} not permitted in top-level declarations, ignored
    30 
    30 
    31 jshell.exc.null = Snippet must not be null
    31 jshell.exc.null = Snippet must not be null
    32 jshell.exc.alien = Snippet not from this JShell
    32 jshell.exc.alien = Snippet not from this JShell: {0}
    33 jshell.exc.closed = JShell ({0}) has been closed.
    33 jshell.exc.closed = JShell ({0}) has been closed.
    34 jshell.exc.var.not.valid = Snippet parameter of varValue() {0} must be VALID, it is: {1}
    34 jshell.exc.var.not.valid = Snippet parameter of varValue() {0} must be VALID, it is: {1}