langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 42412 ca6f4f1914b2
parent 41937 1313399705e9
child 42969 a48d4f74d322
equal deleted inserted replaced
42411:2433ceacb13e 42412:ca6f4f1914b2
    23 # questions.
    23 # questions.
    24 #
    24 #
    25 
    25 
    26 jshell.msg.welcome =\
    26 jshell.msg.welcome =\
    27 Welcome to JShell -- Version {0}\n\
    27 Welcome to JShell -- Version {0}\n\
    28 For an introduction type: /help intro\n
    28 For an introduction type: /help intro
    29 jshell.err.opt.arg = Argument to {0} missing.
    29 jshell.err.opt.arg = Argument to {0} missing.
    30 jshell.err.opt.invalid = Invalid options: {0}.
    30 jshell.err.opt.invalid = Invalid options: {0}.
    31 jshell.err.opt.one = Only one {0} option may be used.
    31 jshell.err.opt.one = Only one {0} option may be used.
    32 jshell.err.opt.startup.one = Only one --startup or --no-startup option may be used.
    32 jshell.err.opt.startup.one = Only one --startup or --no-startup option may be used.
    33 jshell.err.opt.feedback.one = Only one feedback option (--feedback, -q, -s, or -v) may be used.
    33 jshell.err.opt.feedback.one = Only one feedback option (--feedback, -q, -s, or -v) may be used.
    92 jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
    92 jshell.err.help.arg = No commands or subjects start with the provided argument: {0}
    93 jshell.msg.help.begin =\
    93 jshell.msg.help.begin =\
    94 Type a Java language expression, statement, or declaration.\n\
    94 Type a Java language expression, statement, or declaration.\n\
    95 Or type one of the following commands:\n
    95 Or type one of the following commands:\n
    96 jshell.msg.help.subject =\n\
    96 jshell.msg.help.subject =\n\
    97 For more information type ''/help'' followed by the name of command or a subject.\n\
    97 For more information type ''/help'' followed by the name of a\n\
       
    98 command or a subject.\n\
    98 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    99 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    99 
   100 
   100 jshell.err.drop.arg =\
   101 jshell.err.drop.arg =\
   101 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
   102 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
   102 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
   103 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
   672 \n\t\
   673 \n\t\
   673 /set prompt [<mode>]\n\
   674 /set prompt [<mode>]\n\
   674 \n\
   675 \n\
   675 Where <mode> is the name of a previously defined feedback mode.\n\
   676 Where <mode> is the name of a previously defined feedback mode.\n\
   676 Where <prompt> and <continuation-prompt> are quoted strings printed as input prompts;\n\
   677 Where <prompt> and <continuation-prompt> are quoted strings printed as input prompts;\n\
   677 Both may optionally contain '%s' which will be substituted with the next snippet id --\n\
   678 Both may optionally contain '%%s' which will be substituted with the next snippet id --\n\
   678 note that what is entered may not be assigned that id, for example it may be an error or command.\n\
   679 note that what is entered may not be assigned that id, for example it may be an error or command.\n\
   679 The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n\
   680 The continuation-prompt is used on the second and subsequent lines of a multi-line snippet.\n\
   680 \n\
   681 \n\
   681 The form without <prompt> shows the currently set prompts.\n\
   682 The form without <prompt> shows the currently set prompts.\n\
   682 When the <mode> is specified only the prompts for that mode are shown.\n\
   683 When the <mode> is specified only the prompts for that mode are shown.\n\