langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties
changeset 37389 9c137b83a8b8
parent 37007 6023a9a9d58a
child 37644 33cf53901cac
equal deleted inserted replaced
37011:c84d0cce090e 37389:9c137b83a8b8
    40 jshell.msg.see.classes.etc = See /classes, /methods, /vars, or /list
    40 jshell.msg.see.classes.etc = See /classes, /methods, /vars, or /list
    41 jshell.err.arg = Invalid ''{0}'' argument: {1}
    41 jshell.err.arg = Invalid ''{0}'' argument: {1}
    42 jshell.msg.see = See {0} for help.
    42 jshell.msg.see = See {0} for help.
    43 
    43 
    44 jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
    44 jshell.err.file.not.accessible = File ''{1}'' for ''{0}'' is not accessible: {2}
    45 jshell.err.file.not.found = File ''{1}'' for ''{0}'' is not found: {2}
    45 jshell.err.file.not.found = File ''{1}'' for ''{0}'' is not found.
    46 jshell.err.file.exception = File ''{1}'' for ''{0}'' threw exception: {2}
    46 jshell.err.file.exception = File ''{1}'' for ''{0}'' threw exception: {2}
    47 jshell.err.file.filename = ''{0}'' requires a filename argument.
    47 jshell.err.file.filename = ''{0}'' requires a filename argument.
    48 
    48 
    49 jshell.err.startup.unexpected.exception = Unexpected exception reading start-up: {0}
    49 jshell.err.startup.unexpected.exception = Unexpected exception reading start-up: {0}
    50 jshell.err.unexpected.exception = Unexpected exception: {0}
    50 jshell.err.unexpected.exception = Unexpected exception: {0}
    88 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    88 For example ''/help /list'' or ''/help intro''.  Subjects:\n
    89 
    89 
    90 jshell.err.drop.arg =\
    90 jshell.err.drop.arg =\
    91 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
    91 In the /drop argument, please specify an import, variable, method, or class to drop.\n\
    92 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
    92 Specify by id or name. Use /list to see ids. Use /reset to reset all state.
    93 jshell.msg.drop.not.active = The argument did not specify an active import, variable, method, or class to drop.
    93 jshell.err.drop.not.active = The argument did not specify an active import, variable, method, or class to drop.
    94 jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
    94 jshell.err.drop.ambiguous = The argument references more than one import, variable, method, or class.
    95 jshell.err.failed = Failed.
    95 jshell.err.failed = Failed.
    96 jshell.msg.native.method = Native Method
    96 jshell.msg.native.method = Native Method
    97 jshell.msg.unknown.source = Unknown Source
    97 jshell.msg.unknown.source = Unknown Source
    98 jshell.msg.goodbye = Goodbye
    98 jshell.msg.goodbye = Goodbye
   501 \n\
   501 \n\
   502 The contents of the specified <file> become the default start-up snippets and commands --\n\
   502 The contents of the specified <file> become the default start-up snippets and commands --\n\
   503 which are run when the jshell tool is started or reset.
   503 which are run when the jshell tool is started or reset.
   504 
   504 
   505 startup.feedback = \
   505 startup.feedback = \
   506 /set newmode normal command    \n\
   506 /set newmode verbose command    \n\
   507 /set prompt normal '\\n-> ' '>> '    \n\
   507 \n\
   508 /set format normal pre '|  '    \n\
   508 /set prompt verbose '\\njshell> '   '   ...> '    \n\
   509 /set format normal post '%n'    \n\
   509 \n\
   510 /set format normal errorpre '|  '    \n\
   510 /set format verbose pre '|  '    \n\
   511 /set format normal errorpost '%n'    \n\
   511 /set format verbose post '%n'    \n\
   512     \n\
   512 /set format verbose errorpre '|  '    \n\
   513 /set format normal errorline '{post}{pre}    {err}'    \n\
   513 /set format verbose errorpost '%n'    \n\
   514     \n\
   514 \n\
   515 /set format normal action 'Added' added-primary    \n\
   515 /set format verbose errorline '{pre}    {err}'    \n\
   516 /set format normal action 'Modified' modified-primary    \n\
   516 \n\
   517 /set format normal action 'Replaced' replaced-primary    \n\
   517 /set format verbose action 'created' added-primary    \n\
   518 /set format normal action 'Overwrote' overwrote-primary    \n\
   518 /set format verbose action 'modified' modified-primary    \n\
   519 /set format normal action 'Dropped' dropped-primary    \n\
   519 /set format verbose action 'replaced' replaced-primary    \n\
   520 /set format normal action '  Update added' added-update    \n\
   520 /set format verbose action 'overwrote' overwrote-primary    \n\
   521 /set format normal action '  Update modified' modified-update    \n\
   521 /set format verbose action 'dropped' dropped-primary    \n\
   522 /set format normal action '  Update replaced' replaced-update    \n\
   522 /set format verbose action '  update created' added-update    \n\
   523 /set format normal action '  Update overwrote' overwrote-update    \n\
   523 /set format verbose action '  update modified' modified-update    \n\
   524 /set format normal action '  Update dropped' dropped-update    \n\
   524 /set format verbose action '  update replaced' replaced-update    \n\
   525     \n\
   525 /set format verbose action '  update overwrote' overwrote-update    \n\
   526 /set format normal until ', however, it cannot be instanciated or its methods invoked until'  defined-class-primary    \n\
   526 /set format verbose action '  update dropped' dropped-update    \n\
   527 /set format normal until ', however, its methods cannot be invoked until'                     defined-interface-primary    \n\
   527 \n\
   528 /set format normal until ', however, it cannot be used until'                                 defined-enum,annotation-primary    \n\
   528 /set format verbose until ', however, it cannot be instanciated or its methods invoked until'   defined-class-primary    \n\
   529 /set format normal until ', however, it cannot be invoked until'                              defined-method-primary    \n\
   529 /set format verbose until ', however, its methods cannot be invoked until'                      defined-interface-primary    \n\
   530 /set format normal until ', however, it cannot be referenced until'                           notdefined-primary    \n\
   530 /set format verbose until ', however, it cannot be used until'                                  defined-enum,annotation-primary    \n\
   531 /set format normal until ' which cannot be instanciated or its methods invoked until'         defined-class-update    \n\
   531 /set format verbose until ', however, it cannot be invoked until'                               defined-method-primary    \n\
   532 /set format normal until ' whose methods cannot be invoked until'                             defined-interface-update    \n\
   532 /set format verbose until ', however, it cannot be referenced until'                            notdefined-primary    \n\
   533 /set format normal until ' which cannot be invoked until'                                     defined-method-update    \n\
   533 /set format verbose until ' which cannot be instanciated or its methods invoked until'          defined-class-update    \n\
   534 /set format normal until ' which cannot be referenced until'                                  notdefined-update    \n\
   534 /set format verbose until ' whose methods cannot be invoked until'                              defined-interface-update    \n\
   535     \n\
   535 /set format verbose until ' which cannot be invoked until'                                      defined-method-update    \n\
   536 /set format normal unrerr '{unresolved} is declared'                                           unresolved1-error0    \n\
   536 /set format verbose until ' which cannot be referenced until'                                   notdefined-update    \n\
   537 /set format normal unrerr '{unresolved} are declared'                                          unresolved2-error0    \n\
   537 \n\
   538 /set format normal unrerr ' this error is corrected: {errors}'                                 unresolved0-error1    \n\
   538 /set format verbose unrerr '{unresolved} is declared'                                           unresolved1-error0    \n\
   539 /set format normal unrerr '{unresolved} is declared and this error is corrected: {errors}'     unresolved1-error1    \n\
   539 /set format verbose unrerr '{unresolved} are declared'                                          unresolved2-error0    \n\
   540 /set format normal unrerr '{unresolved} are declared and this error is corrected: {errors}'    unresolved2-error1    \n\
   540 /set format verbose unrerr ' this error is corrected: {errors}'                                 unresolved0-error1    \n\
   541 /set format normal unrerr ' these errors are corrected: {errors}'                              unresolved0-error2    \n\
   541 /set format verbose unrerr '{unresolved} is declared and this error is corrected: {errors}'     unresolved1-error1    \n\
   542 /set format normal unrerr '{unresolved} is declared and these errors are corrected: {errors}'  unresolved1-error2    \n\
   542 /set format verbose unrerr '{unresolved} are declared and this error is corrected: {errors}'    unresolved2-error1    \n\
   543 /set format normal unrerr '{unresolved} are declared and these errors are corrected: {errors}' unresolved2-error2    \n\
   543 /set format verbose unrerr ' these errors are corrected: {errors}'                              unresolved0-error2    \n\
   544     \n\
   544 /set format verbose unrerr '{unresolved} is declared and these errors are corrected: {errors}'  unresolved1-error2    \n\
   545 /set format normal resolve '{until}{unrerr}'                                                added,modified,replaced,used    \n\
   545 /set format verbose unrerr '{unresolved} are declared and these errors are corrected: {errors}' unresolved2-error2    \n\
   546     \n\
   546 \n\
   547 /set format normal typeKind 'class'                  class    \n\
   547 /set format verbose resolve '{until}{unrerr}'                                                   added,modified,replaced,used    \n\
   548 /set format normal typeKind 'interface'              interface    \n\
   548 \n\
   549 /set format normal typeKind 'enum'                   enum    \n\
   549 /set format verbose typeKind 'class'                  class    \n\
   550 /set format normal typeKind 'annotation interface'   annotation    \n\
   550 /set format verbose typeKind 'interface'              interface    \n\
   551     \n\
   551 /set format verbose typeKind 'enum'                   enum    \n\
   552 /set format normal display '{pre}{action} {typeKind} {name}{resolve}{post}'                 class,interface,enum,annotation    \n\
   552 /set format verbose typeKind 'annotation interface'   annotation    \n\
   553 /set format normal display '{pre}{action} method {name}({type}){resolve}{post}'             method    \n\
   553 \n\
   554     \n\
   554 /set format verbose result '{name} ==> {value}{post}'                                        added,modified,replaced-ok-primary    \n\
   555 /set format normal display '{pre}{action} variable {name} of type {type}{resolve}{post}'    vardecl    \n\
   555 \n\
   556 /set format normal display '{pre}{action} variable {name} of type {type} with initial value {value}{resolve}{post}'    varinit    \n\
   556 /set format verbose display '{result}{pre}created scratch variable {name} : {type}{post}'    expression-primary    \n\
       
   557 /set format verbose display '{result}{pre}value of {name} : {type}{post}'                    varvalue-primary    \n\
       
   558 /set format verbose display '{result}{pre}assigned to {name} : {type}{post}'                 assignment-primary    \n\
       
   559 /set format verbose display '{result}{pre}{action} variable {name} : {type}{resolve}{post}'  varinit,vardecl    \n\
       
   560 /set format verbose display '{pre}{action} variable {name}{resolve}{post}'                   vardecl,varinit-notdefined    \n\
       
   561 /set format verbose display '{pre}{action} variable {name}{post}'                            dropped-vardecl,varinit    \n\
       
   562 /set format verbose display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
       
   563 \n\
       
   564 /set format verbose display '{pre}{action} {typeKind} {name}{resolve}{post}'                 class,interface,enum,annotation    \n\
       
   565 /set format verbose display '{pre}{action} method {name}({type}){resolve}{post}'             method    \n\
       
   566 \n\
       
   567 /set format verbose display '{pre}attempted to use {typeKind} {name}{resolve}{post}'         used-class,interface,enum,annotation    \n\
       
   568 /set format verbose display '{pre}attempted to call method {name}({type}){resolve}{post}'    used-method    \n\
       
   569 \n\
       
   570 /set newmode normal command verbose    \n\
       
   571 /set format normal display ''                                                               added,modified,replaced,overwrote,dropped-update    \n\
   557 /set format normal display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   572 /set format normal display '{pre}{action} variable {name}, reset to null{post}'             replaced-vardecl,varinit-ok-update    \n\
   558 /set format normal display '{pre}{action} variable {name}{resolve}{post}'                   vardecl,varinit-notdefined    \n\
   573 /set format normal display '{result}'                                                       added,modified,replaced-expression,varvalue,assignment,varinit,vardecl-ok-primary    \n\
   559 /set format normal display '{pre}{action} variable {name}{post}'                            overwrote,dropped-vardecl,varinit    \n\
   574 /set newmode concise quiet normal    \n\
   560     \n\
   575 \n\
   561 /set format normal display '{pre}Expression value is: {value}{post}{pre}  assigned to temporary variable {name} of type {type}{post}' expression    \n\
   576 /set prompt concise 'jshell> '   '   ...> '    \n\
   562 /set format normal display '{pre}Variable {name} of type {type} has value {value}{post}'    varvalue    \n\
   577 \n\
   563 /set format normal display '{pre}Variable {name} has been assigned the value {value}{post}' assignment    \n\
   578 /set format concise display ''                                                              class,interface,enum,annotation,method,assignment,varinit,vardecl-ok    \n\
   564     \n\
   579 \n\
   565 /set format normal display '{pre}Attempted to use {typeKind} {name}{resolve}{post}'         used-class,interface,enum,annotation    \n\
       
   566 /set format normal display '{pre}Attempted to call method {name}({type}){resolve}{post}'    used-method    \n\
       
   567     \n\
       
   568 /set feedback normal    \n\
   580 /set feedback normal    \n\
   569     \n\
   581 \n\
   570 /set newmode off quiet    \n\
   582 /set newmode silent quiet    \n\
   571 /set prompt off '-> ' '>> '    \n\
   583 /set prompt silent '-> ' '>> '    \n\
   572 /set format off pre '|  '    \n\
   584 /set format silent pre '|  '    \n\
   573 /set format off post '%n'    \n\
   585 /set format silent post '%n'    \n\
   574 /set format off errorpre '|  '    \n\
   586 /set format silent errorpre '|  '    \n\
   575 /set format off errorpost '%n'    \n\
   587 /set format silent errorpost '%n'    \n\
   576 /set format off display ''    \n
   588 /set format silent display ''    \n