1
2# Message file for cmd/sgs/ldd.
3
4domain	"SUNW_OST_SGS"
5
6
7# Argument usage messages.
8
9msgid	"usage: %s [-d | -r] [-c] [-D] [-e envar] [-f] [-i] [-L] [-l] [-p] [-s] [-U | -u] [-v] [-w] file(s)\n"
10msgstr	""
11
12# Environment messages.
13
14msgid	"%s: can't add to environment, putenv(3C) failed\n"
15msgstr	""
16
17
18# Unsupported file messages.
19
20msgid	"%s: %s: file is not a dynamic executable or shared object\n"
21msgstr	""
22msgid	"%s: %s: file built with ?N (NOHDR) mapfile option\n"
23msgstr	""
24msgid	"%s: %s: unsupported or unknown file type\n"
25msgstr	""
26msgid	"%s: %s: file has insecure interpreter %s\n"
27msgstr	""
28msgid	"%s: %s: insecure a.out file\n"
29msgstr	""
30msgid	"%s: %s: is not executable\n"
31msgstr	""
32msgid	"warning: %s: %s: is not executable\n"
33msgstr	""
34
35
36# ELF messages
37
38msgid	"%s: libelf: version not supported: %d"
39msgstr	""
40msgid	"%s: %s: bad magic number\n"
41msgstr	""
42msgid	"%s: %s: ELF class: %s: unrecognized\n"
43msgstr	""
44msgid	"%s: %s: ELF class: %s: is incompatible with 32-bit system\n"
45msgstr	""
46msgid	"%s: %s: ELF machine type: %s: is incompatible with system\n"
47msgstr	""
48msgid	"%s: %s: ELF byte order: %s: is incompatible with system\n"
49msgstr	""
50msgid	"%s: %s: wrong machine flags\n"
51msgstr	""
52
53msgid	"%s: %s: elf_getehdr: %s\n"
54msgstr	""
55msgid	"%s: %s: elf_getphdr: %s\n"
56msgstr	""
57
58
59# System error messages
60
61msgid	"%s: %s: cannot lseek file: %s\n"
62msgstr	""
63msgid	"%s: %s: cannot read file: %s\n"
64msgstr	""
65msgid	"%s: cannot fork: %s\n"
66msgstr	""
67msgid	"%s: %s: cannot open file: %s\n"
68msgstr	""
69
70msgid	"%s: malloc failed\n"
71msgstr	""
72msgid	"%s: %s: execution failed "
73msgstr	""
74msgid	"due to signal %d %s\n"
75msgstr	""
76msgid	"(core dumped)"
77msgstr	""
78msgid	"with exit status %d\n"
79msgstr	""
80
81