src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties

Print this page




  91 
  92 jshell.err.classpath.arg = The /classpath command requires a path argument.
  93 jshell.msg.classpath = Path ''{0}'' added to classpath
  94 
  95 jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
  96 jshell.msg.help.begin =\
  97 Type a Java language expression, statement, or declaration.\n\
  98 Or type one of the following commands:\n
  99 jshell.msg.help.subject =\n\
 100 For more information type ''/help'' followed by the name of a\n\
 101 command or a subject.\n\
 102 For example ''/help /list'' or ''/help intro''.\n\
 103 \n\
 104 Subjects:\n\
 105 \n
 106 
 107 jshell.err.no.snippet.with.id = No snippet with id: {0}
 108 jshell.err.end.snippet.range.less.than.start = End of snippet range less than start: {0} - {1}
 109 jshell.err.range.requires.id = Snippet ranges require snippet ids: {0}
 110 




 111 jshell.err.drop.arg =\
 112 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
 113 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
 114 jshell.err.failed = Failed.
 115 jshell.msg.native.method = Native Method
 116 jshell.msg.unknown.source = Unknown Source
 117 jshell.msg.goodbye = Goodbye

 118 
 119 jshell.msg.help.for.help = Type /help for help.
 120 
 121 jshell.err.mode.name = Expected a feedback mode name: {0}
 122 jshell.err.missing.mode = Missing the feedback mode -- {0}
 123 jshell.err.field.name = Expected a field name: {0} -- {1}
 124 jshell.err.mode.unknown = No feedback mode named: {0} -- {1}
 125 
 126 jshell.err.feedback.does.not.match.mode = Does not match any current feedback mode: {0} -- {1}
 127 jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
 128 jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
 129 jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
 130 jshell.err.feedback.multiple.sections = Selector kind in multiple sections of selector list ''{0}'' in ''{1}'' -- {2}
 131 jshell.err.feedback.different.selector.kinds = Different selector kinds in same sections of selector list ''{0}'' in ''{1}'' -- {2}
 132 
 133 jshell.msg.feedback.new.mode = Created new feedback mode: {0}
 134 jshell.msg.feedback.mode = Feedback mode: {0}
 135 jshell.msg.feedback.mode.following = Available feedback modes:
 136 jshell.msg.feedback.retained.mode.following = Retained feedback modes:
 137 jshell.err.mode.creation = To create a new mode either the -command or the -quiet option must be used -- {0}


 361     List the current active jshell classes, interfaces, and enums.\n\n\
 362 /types <name>\n\t\
 363     List jshell types with the specified name (preference for active types)\n\n\
 364 /types <id>\n\t\
 365     List the jshell type with the specified snippet id\n\n\
 366 /types <id> <id>... <file>\n\t\
 367     List jshell types with the specified snippet ids\n\n\
 368 /types <id>-<id> <file>\n\t\
 369     List jshell types within the range of snippet ids\n\n\
 370 /types -start\n\t\
 371     List the automatically added start-up jshell types\n\n\
 372 /types -all\n\t\
 373     List all jshell types including failed, overwritten, dropped, and start-up
 374 
 375 help.imports.summary = list the imported items
 376 help.imports.args =
 377 help.imports =\
 378 List the current active jshell imports.
 379 
 380 help.exit.summary = exit jshell
 381 help.exit.args =
 382 help.exit =\
 383 Leave the jshell tool.  No work is saved.\n\
 384 Save any work before using this command







 385 
 386 help.reset.summary = reset jshell
 387 help.reset.args = \
 388 [-class-path <path>] [-module-path <path>] [-add-modules <modules>]...
 389 help.reset =\
 390 Reset the jshell tool code and execution state:\n\t\
 391    * All entered code is lost.\n\t\
 392    * Start-up code is re-executed.\n\t\
 393    * The execution state is restarted.\n\t\
 394 Tool settings are maintained, as set with: /set ...\n\
 395 Save any work before using this command.\n\
 396 The /reset command accepts context options, see:\n\n\t\
 397      /help context\n\
 398 
 399 
 400 help.reload.summary = reset and replay relevant history -- current or previous (-restore)
 401 help.reload.args = \
 402 [-restore] [-quiet] [-class-path <path>] [-module-path <path>]...
 403 help.reload =\
 404 Reset the jshell tool code and execution state then replay each valid snippet\n\




  91 
  92 jshell.err.classpath.arg = The /classpath command requires a path argument.
  93 jshell.msg.classpath = Path ''{0}'' added to classpath
  94 
  95 jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
  96 jshell.msg.help.begin =\
  97 Type a Java language expression, statement, or declaration.\n\
  98 Or type one of the following commands:\n
  99 jshell.msg.help.subject =\n\
 100 For more information type ''/help'' followed by the name of a\n\
 101 command or a subject.\n\
 102 For example ''/help /list'' or ''/help intro''.\n\
 103 \n\
 104 Subjects:\n\
 105 \n
 106 
 107 jshell.err.no.snippet.with.id = No snippet with id: {0}
 108 jshell.err.end.snippet.range.less.than.start = End of snippet range less than start: {0} - {1}
 109 jshell.err.range.requires.id = Snippet ranges require snippet ids: {0}
 110 
 111 jshell.err.exit.not.expression = The argument to /exit must be a valid integer expression, it is not an expression: {0}
 112 jshell.err.exit.bad.type = The argument to /exit must be a valid integer expression. The type is {1} : {0}
 113 jshell.err.exit.bad.value = The argument to /exit has bad value is {1} : {0}
 114 
 115 jshell.err.drop.arg =\
 116 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
 117 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
 118 jshell.err.failed = Failed.
 119 jshell.msg.native.method = Native Method
 120 jshell.msg.unknown.source = Unknown Source
 121 jshell.msg.goodbye = Goodbye
 122 jshell.msg.goodbye.value = Goodbye ({0})
 123 
 124 jshell.msg.help.for.help = Type /help for help.
 125 
 126 jshell.err.mode.name = Expected a feedback mode name: {0}
 127 jshell.err.missing.mode = Missing the feedback mode -- {0}
 128 jshell.err.field.name = Expected a field name: {0} -- {1}
 129 jshell.err.mode.unknown = No feedback mode named: {0} -- {1}
 130 
 131 jshell.err.feedback.does.not.match.mode = Does not match any current feedback mode: {0} -- {1}
 132 jshell.err.feedback.ambiguous.mode = Matches more then one current feedback mode: {0} -- {1}
 133 jshell.err.feedback.must.be.quoted = Format ''{0}'' must be quoted -- {1}
 134 jshell.err.feedback.not.a.valid.selector = Not a valid selector ''{0}'' in ''{1}'' -- {2}
 135 jshell.err.feedback.multiple.sections = Selector kind in multiple sections of selector list ''{0}'' in ''{1}'' -- {2}
 136 jshell.err.feedback.different.selector.kinds = Different selector kinds in same sections of selector list ''{0}'' in ''{1}'' -- {2}
 137 
 138 jshell.msg.feedback.new.mode = Created new feedback mode: {0}
 139 jshell.msg.feedback.mode = Feedback mode: {0}
 140 jshell.msg.feedback.mode.following = Available feedback modes:
 141 jshell.msg.feedback.retained.mode.following = Retained feedback modes:
 142 jshell.err.mode.creation = To create a new mode either the -command or the -quiet option must be used -- {0}


 366     List the current active jshell classes, interfaces, and enums.\n\n\
 367 /types <name>\n\t\
 368     List jshell types with the specified name (preference for active types)\n\n\
 369 /types <id>\n\t\
 370     List the jshell type with the specified snippet id\n\n\
 371 /types <id> <id>... <file>\n\t\
 372     List jshell types with the specified snippet ids\n\n\
 373 /types <id>-<id> <file>\n\t\
 374     List jshell types within the range of snippet ids\n\n\
 375 /types -start\n\t\
 376     List the automatically added start-up jshell types\n\n\
 377 /types -all\n\t\
 378     List all jshell types including failed, overwritten, dropped, and start-up
 379 
 380 help.imports.summary = list the imported items
 381 help.imports.args =
 382 help.imports =\
 383 List the current active jshell imports.
 384 
 385 help.exit.summary = exit jshell
 386 help.exit.args =[<integer-expression-snippet>]
 387 help.exit =\
 388 Leave the jshell tool.  No work is saved.\n\
 389 Save any work before using this command\n\
 390 \n\
 391 /exit\n\t\
 392     Leave the jshell tool.  The exit status is zero.\n\n\
 393 /exit <integer-expression-snippet>\n\t\
 394     Evaluate the snippet.  If the snippet fails or is not an integer expression,\n\t\
 395     display the error.  Otherwise leave the jshell tool with the\n\t\
 396     value of the expression as the exit status
 397 
 398 help.reset.summary = reset jshell
 399 help.reset.args = \
 400 [-class-path <path>] [-module-path <path>] [-add-modules <modules>]...
 401 help.reset =\
 402 Reset the jshell tool code and execution state:\n\t\
 403    * All entered code is lost.\n\t\
 404    * Start-up code is re-executed.\n\t\
 405    * The execution state is restarted.\n\t\
 406 Tool settings are maintained, as set with: /set ...\n\
 407 Save any work before using this command.\n\
 408 The /reset command accepts context options, see:\n\n\t\
 409      /help context\n\
 410 
 411 
 412 help.reload.summary = reset and replay relevant history -- current or previous (-restore)
 413 help.reload.args = \
 414 [-restore] [-quiet] [-class-path <path>] [-module-path <path>]...
 415 help.reload =\
 416 Reset the jshell tool code and execution state then replay each valid snippet\n\