langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 44569 b1accf8b2aed
parent 44459 5224425af378
child 44683 610dc2b48954
equal deleted inserted replaced
44568:3d870d326626 44569:b1accf8b2aed
     1 #
     1 #
     2 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2 # Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 #
     4 #
     5 # This code is free software; you can redistribute it and/or modify it
     5 # This code is free software; you can redistribute it and/or modify it
     6 # under the terms of the GNU General Public License version 2 only, as
     6 # under the terms of the GNU General Public License version 2 only, as
     7 # published by the Free Software Foundation.  Oracle designates this
     7 # published by the Free Software Foundation.  Oracle designates this
   498         If there is more than one completion, then possible completions will be shown.\n\t\t\
   498         If there is more than one completion, then possible completions will be shown.\n\t\t\
   499         Will show documentation if available and appropriate.\n\n\
   499         Will show documentation if available and appropriate.\n\n\
   500 Shift-<tab> v\n\t\t\
   500 Shift-<tab> v\n\t\t\
   501         After a complete expression, hold down <shift> while pressing <tab>,\n\t\t\
   501         After a complete expression, hold down <shift> while pressing <tab>,\n\t\t\
   502         then release and press "v", the expression will be converted to\n\t\t\
   502         then release and press "v", the expression will be converted to\n\t\t\
   503         a variable declaration whose type is based on the type of the expression.\n\t\t\
   503         a variable declaration whose type is based on the type of the expression.\n\n\
   504 Shift-<tab> i\n\t\t\
   504 Shift-<tab> i\n\t\t\
   505         After an unresolvable identifier, hold down <shift> while pressing <tab>,\n\t\t\
   505         After an unresolvable identifier, hold down <shift> while pressing <tab>,\n\t\t\
   506         then release and press "i", and jshell will propose possible imports\n\t\t\
   506         then release and press "i", and jshell will propose possible imports\n\t\t\
   507         which will resolve the identifier based on the content of the specified classpath.\n\t\t\
   507         which will resolve the identifier based on the content of the specified classpath.
   508 
   508 
   509 help.context.summary = the evaluation context options for /env /reload and /reset
   509 help.context.summary = the evaluation context options for /env /reload and /reset
   510 help.context =\
   510 help.context =\
   511 These options configure the evaluation context, they can be specified when\n\
   511 These options configure the evaluation context, they can be specified when\n\
   512 jshell is started: on the command-line, or restarted with the commands /env,\n\
   512 jshell is started: on the command-line, or restarted with the commands /env,\n\
   926 /set format silent errorpre '|  '    \n\
   926 /set format silent errorpre '|  '    \n\
   927 /set format silent errorpost '%n'    \n\
   927 /set format silent errorpost '%n'    \n\
   928 /set format silent display ''    \n
   928 /set format silent display ''    \n
   929 
   929 
   930 jshell.fix.wrong.shortcut =\
   930 jshell.fix.wrong.shortcut =\
   931 Invalid <fix> character.  Use "i" for auto-import or "v" for variable creation.  For more information see:\n\
   931 Unexpected character after Shift-Tab.  Use "i" for auto-import or "v" for variable creation.  For more information see:\n\
   932    /help shortcuts
   932    /help shortcuts