| /vim-8.2.3635/src/ |
| H A D | errors.h | 28 INIT(= N_("E16: Invalid range")); 42 INIT(= N_("E20: Mark not set")); 72 INIT(= N_("E32: No file name")); 86 INIT(= N_("E38: Null argument")); 99 INIT(= N_("E42: No Errors")); 122 INIT(= N_("E50: Too many \\z(")); 124 INIT(= N_("E51: Too many %s(")); 130 INIT(= N_("E54: Unmatched %s(")); 132 INIT(= N_("E55: Unmatched %s)")); 241 INIT(= N_("E1026: Missing }")); [all …]
|
| H A D | globals.h | 1593 EXTERN char e_endif[] INIT(= N_("E171: Missing :endif")); 1617 EXTERN char e_interr[] INIT(= N_("Interrupted")); 1630 EXTERN char e_fsync[] INIT(= N_("E667: Fsync failed")); 1644 EXTERN char e_nobang[] INIT(= N_("E477: No ! allowed")); 1648 EXTERN char e_nomatch[] INIT(= N_("E479: No match")); 1661 EXTERN char e_patnotf[] INIT(= N_("Pattern not found")); 1714 EXTERN char e_toomsbra[] INIT(= N_("E76: Too many [")); 1718 EXTERN char e_umark[] INIT(= N_("E78: Unknown mark")); 1767 EXTERN char e_missbrac[] INIT(= N_("E111: Missing ']'")); 1779 EXTERN char e_jobreq[] INIT(= N_("E693: Job required")); [all …]
|
| H A D | version.c | 8535 N_("VIM - Vi IMproved"), in intro_message() 8537 N_("version "), in intro_message() 8538 N_("by Bram Moolenaar et al."), in intro_message() 8542 N_("Vim is open source and freely distributable"), in intro_message() 8544 N_("Help poor children in Uganda!"), in intro_message() 8545 N_("type :help iccf<Enter> for information "), in intro_message() 8547 N_("type :q<Enter> to exit "), in intro_message() 8552 N_("Running in Vi compatible mode"), in intro_message() 8571 N_("Running modeless, typed text is inserted"), in intro_message() 8619 ? N_("Sponsor Vim development!") in intro_message() [all …]
|
| H A D | digraph.c | 2242 {DG_START_CYRILLIC, N_("Cyrillic")}, 2243 {DG_START_HEBREW, N_("Hebrew")}, 2244 {DG_START_ARABIC, N_("Arabic")}, 2249 {DG_START_CURRENCY, N_("Currency")}, 2250 {DG_START_OTHER1, N_("Other")}, 2252 {DG_START_ARROWS, N_("Arrows")}, 2255 {DG_START_OTHER2, N_("Other")}, 2259 {DG_START_SYMBOLS, N_("Symbols")}, 2260 {DG_START_DINGBATS, N_("Dingbats")}, 2262 {DG_START_HIRAGANA, N_("Hiragana")}, [all …]
|
| H A D | if_py_both.h | 40 N_("empty keys are not allowed")) 237 N_("number must be greater than zero")); in NumberToLong() 339 N_("can't delete OutputObject attributes")); in OutputSetattr() 915 PyErr_SET_VIM(N_("invalid expression")); in VimEval() 966 PyErr_SET_VIM(N_("invalid expression")); in VimEvalPy() 1670 N_("cannot modify fixed dictionary")); in DictionarySetattr() 1823 N_("hashtab changed during iteration")); in DictionaryIterNext() 2878 N_("cannot delete vim.List attributes")); in ListSetattr() 3436 N_("unable to get option value")); in OptionsItem() 3613 N_("unable to unset option %s " in OptionsAssItem() [all …]
|
| H A D | optionstr.c | 632 return N_("E540: Unclosed expression sequence"); in check_stl_option() 636 return N_("E542: unbalanced groups"); in check_stl_option() 704 errmsg = N_("E522: Not found in termcap"); in did_set_string_option() 1305 errmsg = N_("E524: Missing colon"); in did_set_string_option() 1307 errmsg = N_("E525: Zero length string"); in did_set_string_option() 1418 errmsg = N_("E527: Missing comma"); in did_set_string_option() 1538 errmsg = N_("E596: Invalid font(s)"); in did_set_string_option() 1547 errmsg = N_("E597: can't select fontset"); in did_set_string_option() 1549 errmsg = N_("E598: Invalid fontset"); in did_set_string_option() 1558 errmsg = N_("E534: Invalid wide font"); in did_set_string_option() [all …]
|
| H A D | vim.h | 550 # define N_(x) x macro 563 # define N_(x) gettext_noop(x) macro 565 # define N_(x) x macro 571 # define N_(x) x macro 2298 (char_u *)N_("Vim macro files (*.vim)\t*.vim\nAll Files (*.*)\t*.*\n") 2299 # define BROWSE_FILTER_ALL_FILES (char_u *)N_("All Files (*.*)\t*.*\n") 2301 …(char_u *)N_("All Files (*.*)\t*.*\nC source (*.c, *.h)\t*.c;*.h\nC++ source (*.cpp, *.hpp)\t*.cpp… 2304 (char_u *)N_("Vim macro files (*.vim)\t*.vim\nAll Files (*)\t*\n") 2305 # define BROWSE_FILTER_ALL_FILES (char_u *)N_("All Files (*)\t*\n") 2307 …(char_u *)N_("All Files (*)\t*\nC source (*.c, *.h)\t*.c;*.h\nC++ source (*.cpp, *.hpp)\t*.cpp;*.h…
|
| H A D | insexpand.c | 50 N_(" Whole line completion (^L^N^P)"), 51 N_(" File name completion (^F^N^P)"), 52 N_(" Tag completion (^]^N^P)"), 53 N_(" Path pattern completion (^N^P)"), 54 N_(" Definition completion (^D^N^P)"), 56 N_(" Dictionary completion (^K^N^P)"), 57 N_(" Thesaurus completion (^T^N^P)"), 58 N_(" Command-line completion (^V^N^P)"), 60 N_(" Omni completion (^O^N^P)"), 61 N_(" Spelling suggestion (s^N^P)"), [all …]
|
| H A D | list.c | 1036 (char_u *)N_("flatten() argument"), TRUE)) in flatten_common() 1998 (char_u *)(sort ? N_("sort() argument") : N_("uniq() argument")), in do_sort_uniq() 2274 ? N_("map() argument") in filter_map() 2276 ? N_("mapnew() argument") in filter_map() 2277 : N_("filter() argument")); in filter_map() 2668 (char_u *)N_("add() argument"), TRUE) in f_add() 2684 (char_u *)N_("add() argument"), TRUE)) in f_add() 3008 (char_u *)N_("insert() argument"), TRUE)) in f_insert() 3056 (char_u *)N_("insert() argument"), TRUE)) in f_insert() 3089 char_u *arg_errmsg = (char_u *)N_("remove() argument"); in f_remove() [all …]
|
| H A D | main.c | 62 N_("Unknown option argument"), 64 N_("Too many edit arguments"), 66 N_("Argument missing after"), 68 N_("Garbage after option argument"), 70 N_("Too many \"+command\", \"-c command\" or \"--cmd command\" arguments"), 72 N_("Invalid argument for"), 3418 N_("[file ..] edit specified file(s)"), in usage() 3419 N_("- read text from stdin"), in usage() 3420 N_("-t tag edit file where tag is defined"), in usage() 3422 N_("-q [errorfile] edit file with first error") in usage()
|
| H A D | regexp.c | 74 static char_u e_missingbracket[] = N_("E769: Missing ] after %s["); 75 static char_u e_reverse_range[] = N_("E944: Reverse range in character class"); 76 static char_u e_large_class[] = N_("E945: Range too large in character class"); 78 static char_u e_z_not_allowed[] = N_("E66: \\z( not allowed here"); 79 static char_u e_z1_not_allowed[] = N_("E67: \\z1 - \\z9 not allowed here"); 81 static char_u e_missing_sb[] = N_("E69: Missing ] after %s%%["); 82 static char_u e_empty_sb[] = N_("E70: Empty %s%%[]"); 83 static char_u e_recursive[] = N_("E956: Cannot use pattern recursively");
|
| H A D | if_cscope.c | 62 N_("Add a new database"), "add file|dir [pre-path] [flags]", 0 }, 64 N_("Query for a pattern"), "find a|c|d|e|f|g|i|s|t name", 1 }, 66 N_("Show this message"), "help", 0 }, 68 N_("Kill a connection"), "kill #", 0 }, 70 N_("Reinit all connections"), "reset", 0 }, 72 N_("Show connections"), "show", 0 },
|
| H A D | userfunc.c | 33 static char *e_funcdict = N_("E717: Dictionary entry already exists"); 34 static char *e_funcref = N_("E718: Funcref required"); 35 static char *e_nofunc = N_("E130: Unknown function: %s"); 1769 emsg_funcname(N_("E116: Invalid arguments for function %s"), name); in get_func_tv() 3185 N_("E276: Cannot use function as a method: %s"), name); in user_func_error() 3188 emsg_funcname(N_(e_func_deleted), name); in user_func_error() 3198 N_("E120: Using <SID> not in a script context: %s"), name); in user_func_error() 3202 N_("E725: Calling dict function without Dictionary: %s"), in user_func_error() 3560 static char *e_function_name = N_("E129: Function name required"); in trans_function_name() 4041 emsg_funcname(N_("E123: Undefined function: %s"), eap->arg); in define_function() [all …]
|
| H A D | misc2.c | 2071 return N_("E545: Missing colon"); in parse_shape_opt() 2073 return N_("E546: Illegal mode"); in parse_shape_opt() 2099 return N_("E546: Illegal mode"); in parse_shape_opt() 2138 return N_("E547: Illegal mouseshape"); in parse_shape_opt() 2178 return N_("E548: digit expected"); in parse_shape_opt() 2183 return N_("E549: Illegal percentage"); in parse_shape_opt()
|
| H A D | undo.c | 789 static char_u e_not_open[] = N_("E828: Cannot open undo file for writing: %s"); 2989 msgstr = N_("more line"); in u_undo_end() 2991 msgstr = N_("more lines"); in u_undo_end() 2993 msgstr = N_("line less"); in u_undo_end() 2995 msgstr = N_("fewer lines"); in u_undo_end() 3000 msgstr = N_("change"); in u_undo_end() 3002 msgstr = N_("changes"); in u_undo_end()
|
| H A D | option.c | 1411 errmsg = N_("E518: Unknown option"); in do_set() 1424 errmsg = N_("E519: Option not supported"); in do_set() 1462 errmsg = N_("E520: Not allowed in a modeline"); in do_set() 1467 errmsg = N_("E992: Not allowed in a modeline when 'modelineexpr' is off"); in do_set() 1563 errmsg = N_("E846: Key code not set"); in do_set() 1687 errmsg = N_("E521: Number required after ="); in do_set() 1693 errmsg = N_("E521: Number required after ="); in do_set() 2145 errmsg = N_("E522: Not found in termcap"); in do_set() 2833 return N_("E946: Cannot make a terminal with running job modifiable"); in set_bool_option() 2967 return N_("E590: A preview window already exists"); in set_bool_option() [all …]
|
| H A D | spell.h | 299 SPELL_EXTERN char e_format[] SPELL_INIT(= N_("E759: Format error in spell file"));
|
| H A D | screen.c | 4264 case 0: p = N_(" VISUAL"); break; in showmode() 4265 case 1: p = N_(" VISUAL LINE"); break; in showmode() 4266 case 2: p = N_(" VISUAL BLOCK"); break; in showmode() 4267 case 4: p = N_(" SELECT"); break; in showmode() 4268 case 5: p = N_(" SELECT LINE"); break; in showmode() 4269 default: p = N_(" SELECT BLOCK"); break; in showmode()
|
| H A D | gui_gtk.c | 54 # ifdef N_ 55 # undef N_ 1670 ok = split_button_translation(N_("&Ok")); in dialog_add_buttons() 1671 ync = split_button_translation(N_("&Yes\n&No\n&Cancel")); in dialog_add_buttons()
|
| H A D | textprop.c | 50 static char_u e_type_not_exist[] = N_("E971: Property type %s does not exist"); 51 static char_u e_invalid_col[] = N_("E964: Invalid column number: %ld"); 52 static char_u e_invalid_lnum[] = N_("E966: Invalid line number: %ld");
|
| H A D | tag.c | 87 static char_u *bottommsg = (char_u *)N_("E555: at bottom of tag stack"); 88 static char_u *topmsg = (char_u *)N_("E556: at top of tag stack"); 90 static char_u *recurmsg = (char_u *)N_("E986: cannot modify the tag stack within tagfunc"); 91 static char_u *tfu_inv_ret_msg = (char_u *)N_("E987: invalid return value from tagfunc");
|
| /vim-8.2.3635/src/po/ |
| H A D | Make_mvc.mak | 70 …$(XGETTEXT) --default-domain=$(LANGUAGE) --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEX… 78 …$(XGETTEXT) --default-domain=$(PACKAGE) --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT…
|
| H A D | Make_cyg.mak | 75 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST) 82 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST)
|
| H A D | Make_ming.mak | 88 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST) 95 --add-comments --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 $(PO_INPUTLIST) $(PO_VIM_JSLIST)
|
| H A D | Makefile | 202 --keyword=_ --keyword=N_ --keyword=NGETTEXT:1,2 \
|