langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 41865 3ef02797070d
parent 41858 5843b57ce3a6
child 41934 a4da50688dc7
equal deleted inserted replaced
41864:f7dbab23003a 41865:3ef02797070d
   143 jshell.err.no.such.snippets = No such snippet: {0}
   143 jshell.err.no.such.snippets = No such snippet: {0}
   144 jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
   144 jshell.err.the.snippet.cannot.be.used.with.this.command = This command does not accept the snippet ''{0}'' : {1}
   145 jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
   145 jshell.err.retained.mode.failure = Failure in retained modes (modes cleared) -- {0} {1}
   146 
   146 
   147 jshell.console.see.more = <press tab to see more>
   147 jshell.console.see.more = <press tab to see more>
       
   148 jshell.console.see.javadoc = <press shift-tab again to see javadoc>
       
   149 jshell.console.see.help = <press shift-tab again to see detailed help>
       
   150 jshell.console.see.next.page = -- Press space for next page, Q to quit. --
       
   151 jshell.console.see.next.javadoc = -- Press space for next javadoc, Q to quit. --
       
   152 jshell.console.no.javadoc = <no javadoc found>
   148 jshell.console.do.nothing = Do nothing
   153 jshell.console.do.nothing = Do nothing
   149 jshell.console.choice = Choice: \
   154 jshell.console.choice = Choice: \
   150 
   155 
   151 jshell.console.create.variable = Create variable
   156 jshell.console.create.variable = Create variable
   152 jshell.console.resolvable = \nThe identifier is resolvable in this context.
   157 jshell.console.resolvable = \nThe identifier is resolvable in this context.