Searched refs:N_ (Results 1 - 25 of 137) sorted by relevance

123456

/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dsearch_file.c5 #define HELP_MESSAGE N_("Search devices by file. If VARIABLE is specified, the first device found is set to a variable.")
H A Dsearch_label.c5 #define HELP_MESSAGE N_("Search devices by label. If VARIABLE is specified, the first device found is set to a variable.")
H A Dsearch_uuid.c5 #define HELP_MESSAGE N_("Search devices by UUID. If VARIABLE is specified, the first device found is set to a variable.")
H A Dlsmmap.c30 [GRUB_MEMORY_AVAILABLE] = N_("available"),
31 [GRUB_MEMORY_RESERVED] = N_("reserved"),
32 [GRUB_MEMORY_ACPI] = N_("ACPI reclaimable"),
33 [GRUB_MEMORY_NVS] = N_("ACPI non-volatile storage"),
34 [GRUB_MEMORY_BADRAM] = N_("BadRAM"),
35 [GRUB_MEMORY_CODE] = N_("firmware code"),
36 [GRUB_MEMORY_DATA] = N_("firmware data"),
37 [GRUB_MEMORY_HOLE] = N_("hole")
51 grub_printf_ (N_("base_addr = 0x%llx, length = 0x%llx, %s\n"),
54 grub_printf_ (N_("base_add
[all...]
H A Dconfigfile.c66 N_("FILE"), N_("Load another config file."));
69 N_("FILE"),
70 N_("Load another config file without changing context.")
75 N_("FILE"),
76 N_("Load another config file without changing context but take only menuentries.")
81 N_("FILE"),
82 N_("Load another config file without changing context but take only menuentries.")
87 N_("FILE"),
88 N_("Loa
[all...]
H A Diorw.c34 {0, 'v', 0, N_("Save read value into variable VARNAME."),
35 N_("VARNAME"), ARG_TYPE_STRING},
123 N_("PORT"), N_("Read byte from PORT."), options);
126 N_("PORT"), N_("Read word from PORT."), options);
129 N_("PORT"), N_("Read dword from PORT."), options);
132 N_("PORT VALUE [MASK]"),
133 N_("Writ
[all...]
H A Dmemrw.c33 {0, 'v', 0, N_("Save read value into variable VARNAME."),
34 N_("VARNAME"), ARG_TYPE_STRING},
125 N_("ADDR"), N_("Read byte from ADDR."), options);
128 N_("ADDR"), N_("Read word from ADDR."), options);
131 N_("ADDR"), N_("Read dword from ADDR."), options);
134 N_("ADDR VALUE [MASK]"), N_("Writ
[all...]
H A Dhashsum.c32 {"hash", 'h', 0, N_("Specify hash to use."), N_("HASH"), ARG_TYPE_STRING},
33 {"check", 'c', 0, N_("Check hash list file."), N_("FILE"), ARG_TYPE_STRING},
34 {"prefix", 'p', 0, N_("Base directory for hash list."), N_("DIRECTORY"),
36 {"keep-going", 'k', 0, N_("Don't stop after first error."), 0, 0},
37 {"uncompress", 'u', 0, N_("Uncompress file before checksumming."), 0, 0},
144 grub_printf_ (N_("%s: READ ERROR\n"), p);
158 grub_printf_ (N_("
[all...]
H A Dvideoinfo.c58 grub_printf_ (N_("Direct, mask: %d/%d/%d/%d pos: %d/%d/%d/%d"),
96 grub_puts_ (N_(" EDID checksum invalid"));
101 grub_printf_ (N_(" EDID version: %u.%u\n"),
105 grub_printf_ (N_(" Preferred mode: %ux%u\n"), edid_width, edid_height);
108 grub_printf_ (N_(" No preferred mode available\n"));
150 grub_puts_ (N_("List of supported video modes:"));
151 grub_puts_ (N_("Legend: P=Packed pixel, D=Direct color, "
159 grub_printf_ (N_("Adapter '%s':\n"), adapter->name);
163 grub_puts_ (N_(" No info available"));
181 grub_puts_ (N_(" Faile
[all...]
H A Dkeystatus.c30 {"shift", 's', 0, N_("Check Shift key."), 0, 0},
31 {"ctrl", 'c', 0, N_("Check Control key."), 0, 0},
32 {"alt", 'a', 0, N_("Check Alt key."), 0, 0},
103 N_("[--shift] [--ctrl] [--alt]"),
104 N_("Check key modifier status."),
H A Dsearch_wrap.c34 {"file", 'f', 0, N_("Search devices by a file."), 0, 0},
35 {"label", 'l', 0, N_("Search devices by a filesystem label."),
37 {"fs-uuid", 'u', 0, N_("Search devices by a filesystem UUID."),
40 N_("Set a variable to the first device found."), "VAR", ARG_TYPE_STRING},
41 {"no-floppy", 'n', 0, N_("Do not probe any floppy drive."), 0, 0},
43 N_("First try the device HINT. If HINT ends in comma, "
44 "also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
46 N_("First try the device HINT if on IEEE1275. If HINT ends in comma, "
47 "also try subpartitions"), N_("HINT"), ARG_TYPE_STRING},
49 N_("Firs
[all...]
H A Dcacheinfo.c34 grub_printf_ (N_("Disk cache: hits = %lu, misses = %lu "), hits, misses);
41 grub_puts_ (N_("(N/A)"));
52 0, N_("Get disk cache info."));
H A Dtime.c50 grub_printf_ (N_("Elapsed time: %d.%03d seconds \n"), (end - start) / 1000,
62 N_("COMMAND [ARGS]"),
63 N_("Measure time used by COMMAND"));
H A Dcmp.c45 grub_printf_ (N_("Compare file `%s' with `%s':\n"), args[0],
54 grub_printf_ (N_("Files differ in size: %llu [%s], %llu [%s]\n"),
81 grub_printf_ (N_("Files differ at the offset %llu: 0x%x [%s], 0x%x [%s]\n"),
93 grub_printf_ (N_("The files are identical.\n"));
114 N_("FILE1 FILE2"), N_("Compare two files."));
H A Dtr.c32 { "set", 's', 0, N_("Variable name to update."), N_("VARNAME"), ARG_TYPE_STRING },
33 { "upcase", 'U', 0, N_("Translate to upper case."), 0, 0 },
34 { "downcase", 'D', 0, N_("Translate to lower case."), 0, 0 },
114 cmd = grub_register_extcmd ("tr", grub_cmd_tr, 0, N_("[OPTIONS] [SET1] [SET2] [STRING]"),
115 N_("Translate SET1 characters to SET2 in STRING."), options);
H A Dtrue.c50 0, N_("Do nothing, successfully."));
53 0, N_("Do nothing, unsuccessfully."));
/osnet-11/usr/src/grub/grub2/grub-core/script/
H A Dmain.c54 N_("[n]"), N_("Exit from loops"));
56 N_("[n]"), N_("Continue loops"));
58 N_("[n]"), N_("Shift positional parameters."));
60 N_("[VALUE]..."),
61 N_("Set positional parameters."));
63 N_("[n]"), N_("Retur
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Dsendkey.c39 {"num", 'n', 0, N_("set numlock mode"), "[on|off]", ARG_TYPE_STRING},
40 {"caps", 'c', 0, N_("set capslock mode"), "[on|off]", ARG_TYPE_STRING},
41 {"scroll", 's', 0, N_("set scrolllock mode"), "[on|off]", ARG_TYPE_STRING},
42 {"insert", 0, 0, N_("set insert mode"), "[on|off]", ARG_TYPE_STRING},
43 {"pause", 0, 0, N_("set pause mode"), "[on|off]", ARG_TYPE_STRING},
44 {"left-shift", 0, 0, N_("press left shift"), "[on|off]", ARG_TYPE_STRING},
45 {"right-shift", 0, 0, N_("press right shift"), "[on|off]", ARG_TYPE_STRING},
46 {"sysrq", 0, 0, N_("press SysRq"), "[on|off]", ARG_TYPE_STRING},
47 {"numkey", 0, 0, N_("press NumLock key"), "[on|off]", ARG_TYPE_STRING},
48 {"capskey", 0, 0, N_("pres
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Dexception.c56 #define N_(String) String macro
77 N_("Information"),
78 N_("Warning"),
79 N_("Error"),
80 N_("Fatal"),
81 N_("Bug"),
82 N_("No Implementation")
86 N_("Fix"),
87 N_("Yes"),
88 N_("N
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/mips/loongson/
H A Dlsspd.c42 grub_puts_ (N_("No CS5536 found"));
45 grub_printf_ (N_("CS5536 at %d:%d.%d\n"), grub_pci_get_bus (dev),
52 grub_printf_ (N_("SMB base = 0x%x\n"), smbbase);
59 grub_printf_ (N_("Device %d\n"), i);
66 grub_printf_ (N_("Written SPD bytes: %d B.\n"), spd.written_size);
67 grub_printf_ (N_("Total flash size: %d B.\n"),
72 grub_puts_ (N_("Memory type: DDR2."));
76 grub_printf_ (N_("Part no: %s.\n"), str);
79 grub_puts_ (N_("Memory type: Unknown."));
90 N_("Prin
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c25 N_("Sunday"),
26 N_("Monday"),
27 N_("Tuesday"),
28 N_("Wednesday"),
29 N_("Thursday"),
30 N_("Friday"),
31 N_("Saturday"),
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfsinfo.c88 grub_puts_ (N_("Incorrect VDEV: no type available"));
99 grub_puts_ (N_("Leaf VDEV"));
107 grub_puts_ (N_("Bootpath: unavailable\n"));
109 grub_printf_ (N_("Bootpath: %s\n"), bootpath);
114 grub_puts_ (N_("Path: unavailable"));
116 grub_printf_ (N_("Path: %s\n"), path);
121 grub_puts_ (N_("Devid: unavailable"));
123 grub_printf_ (N_("Devid: %s\n"), devid);
140 grub_puts_ (N_("Incorrect mirror VDEV"));
143 grub_printf_ (N_("Mirro
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/ieee1275/
H A Dsuspend.c34 grub_puts_ (N_("Run 'go' to resume GRUB."));
46 0, N_("Return to Open Firmware prompt."));
/osnet-11/usr/src/grub/grub2/grub-core/kern/
H A Dcorecmd.c183 N_("[ENVVAR=VALUE]"),
184 N_("Set an environment variable."));
188 N_("ENVVAR"),
189 N_("Remove an environment variable."));
191 N_("[ARG]"), N_("List devices or files."));
193 N_("MODULE"), N_("Insert a module."));
/osnet-11/usr/src/grub/grub2/grub-core/tests/
H A Dtest_blockarg.c46 N_("BLOCK"),
47 N_("Print and execute block argument."), 0);

Completed in 74 milliseconds

123456