Home | History | Annotate | Download | only in src

Lines Matching refs:N_

68   { NULL, 0, NULL, 0, N_("Commands:"), 1 },
69 { NULL, 'd', NULL, 0, N_("Delete files from archive."), 0 },
70 { NULL, 'm', NULL, 0, N_("Move files in archive."), 0 },
71 { NULL, 'p', NULL, 0, N_("Print files in archive."), 0 },
72 { NULL, 'q', NULL, 0, N_("Quick append files to archive."), 0 },
74 N_("Replace existing or insert new file into archive."), 0 },
75 { NULL, 't', NULL, 0, N_("Display content of archive."), 0 },
76 { NULL, 'x', NULL, 0, N_("Extract files from archive."), 0 },
78 { NULL, 0, NULL, 0, N_("Command Modifiers:"), 2 },
79 { NULL, 'o', NULL, 0, N_("Preserve original dates."), 0 },
80 { NULL, 'N', NULL, 0, N_("Use instance [COUNT] of name."), 0 },
82 N_("Do not replace existing files with extracted files."), 0 },
83 { NULL, 'T', NULL, 0, N_("Allow filename to be truncated if necessary."),
85 { NULL, 'v', NULL, 0, N_("Provide verbose output."), 0 },
86 { NULL, 's', NULL, 0, N_("Force regeneration of symbol table."), 0 },
87 { NULL, 'a', NULL, 0, N_("Insert file after [MEMBER]."), 0 },
88 { NULL, 'b', NULL, 0, N_("Insert file before [MEMBER]."), 0 },
89 { NULL, 'i', NULL, 0, N_("Same as -b."), 0 },
90 { NULL, 'c', NULL, 0, N_("Suppress message when library has to be created."),
92 { NULL, 'P', NULL, 0, N_("Use full path for file matching."), 0 },
93 { NULL, 'u', NULL, 0, N_("Update only older files in archive."), 0 },
99 static const char doc[] = N_("Create, modify, and extract from archives.");
102 static const char args_doc[] = N_("[MEMBER] [COUNT] ARCHIVE [FILE...]");