langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 46185 f4c981fc7818
parent 45501 a13e5e2ee35e
equal deleted inserted replaced
46184:f1325703ea85 46185:f4c981fc7818
   172 jshell.console.no.javadoc = <no documentation found>
   172 jshell.console.no.javadoc = <no documentation found>
   173 jshell.console.do.nothing = Do nothing
   173 jshell.console.do.nothing = Do nothing
   174 jshell.console.choice = Choice: \
   174 jshell.console.choice = Choice: \
   175 
   175 
   176 jshell.console.create.variable = Create variable
   176 jshell.console.create.variable = Create variable
       
   177 jshell.console.create.method = Create method
   177 jshell.console.resolvable = \nThe identifier is resolvable in this context.
   178 jshell.console.resolvable = \nThe identifier is resolvable in this context.
   178 jshell.console.no.candidate = \nNo candidate fully qualified names found to import.
   179 jshell.console.no.candidate = \nNo candidate fully qualified names found to import.
   179 jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
   180 jshell.console.incomplete = \nResults may be incomplete; try again later for complete results.
   180 
   181 jshell.console.erroneous = \nIncomplete or erroneous. A single valid expression or statement must proceed Shift-<tab> m.
       
   182 jshell.console.exprstmt = \nA single valid expression or statement must proceed Shift-<tab> m.
       
   183 jshell.console.empty = \nEmpty entry. A single valid expression or statement must proceed Shift-<tab> m..
       
   184 
       
   185 jshell.fix.wrong.shortcut =\
       
   186 Unexpected character after Shift-Tab.\n\
       
   187 Use "i" for auto-import, "v" for variable creation, or "m" for method creation.\n\
       
   188 For more information see:\n\
       
   189    /help shortcuts
   181 
   190 
   182 help.usage = \
   191 help.usage = \
   183 Usage:   jshell <options> <load files>\n\
   192 Usage:   jshell <options> <load files>\n\
   184 where possible options include:\n\
   193 where possible options include:\n\
   185 \    --class-path <path>   Specify where to find user class files\n\
   194 \    --class-path <path>   Specify where to find user class files\n\
   547         Will show documentation if available and appropriate.\n\n\
   556         Will show documentation if available and appropriate.\n\n\
   548 Shift-<tab> v\n\t\t\
   557 Shift-<tab> v\n\t\t\
   549         After a complete expression, hold down <shift> while pressing <tab>,\n\t\t\
   558         After a complete expression, hold down <shift> while pressing <tab>,\n\t\t\
   550         then release and press "v", the expression will be converted to\n\t\t\
   559         then release and press "v", the expression will be converted to\n\t\t\
   551         a variable declaration whose type is based on the type of the expression.\n\n\
   560         a variable declaration whose type is based on the type of the expression.\n\n\
       
   561 Shift-<tab> m\n\t\t\
       
   562         After a complete expression or statement, hold down <shift> while pressing <tab>,\n\t\t\
       
   563         then release and press "m", the expression or statement will be converted to\n\t\t\
       
   564         a method declaration. If an expression, the return type is based on the type\n\t\t\
       
   565         of the expression.\n\n\
   552 Shift-<tab> i\n\t\t\
   566 Shift-<tab> i\n\t\t\
   553         After an unresolvable identifier, hold down <shift> while pressing <tab>,\n\t\t\
   567         After an unresolvable identifier, hold down <shift> while pressing <tab>,\n\t\t\
   554         then release and press "i", and jshell will propose possible imports\n\t\t\
   568         then release and press "i", and jshell will propose possible imports\n\t\t\
   555         which will resolve the identifier based on the content of the specified classpath.
   569         which will resolve the identifier based on the content of the specified classpath.
   556 
   570 
  1019 /set format silent pre '|  '    \n\
  1033 /set format silent pre '|  '    \n\
  1020 /set format silent post '%n'    \n\
  1034 /set format silent post '%n'    \n\
  1021 /set format silent errorpre '|  '    \n\
  1035 /set format silent errorpre '|  '    \n\
  1022 /set format silent errorpost '%n'    \n\
  1036 /set format silent errorpost '%n'    \n\
  1023 /set format silent display ''    \n
  1037 /set format silent display ''    \n
  1024 
       
  1025 jshell.fix.wrong.shortcut =\
       
  1026 Unexpected character after Shift-Tab.  Use "i" for auto-import or "v" for variable creation.  For more information see:\n\
       
  1027    /help shortcuts