Home | History | Annotate | Download | only in src

Lines Matching refs:N_

70   { NULL, 0, NULL, 0, N_("Output Selection:"), 0 },
71 { "all", 'a', NULL, 0, N_("Scan entire file, not only loaded sections"), 0 },
73 N_("Only NUL-terminated sequences of MIN-LEN characters or more are printed"), 0 },
74 { "encoding", 'e', "SELECTOR", 0, N_("\
78 N_("Print name of the file before each string."), 0 },
80 N_("Print location of the string in base 8, 10, or 16 respectively."), 0 },
81 { NULL, 'o', NULL, 0, N_("Alias for --radix=o"), 0 },
83 { NULL, 0, NULL, 0, N_("Miscellaneous:"), 0 },
88 static const char doc[] = N_("\
92 static const char args_doc[] = N_("[FILE...]");