xref: /illumos-gate/usr/src/cmd/sgs/libelf/common/libelf.32.msg (revision b210e77709da8e42dfe621e10ccf4be504206058)
1#
2# Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License, Version 1.0 only
9# (the "License").  You may not use this file except in compliance
10# with the License.
11#
12# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
13# or http://www.opensolaris.org/os/licensing.
14# See the License for the specific language governing permissions
15# and limitations under the License.
16#
17# When distributing Covered Code, include this CDDL HEADER in each
18# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
19# If applicable, add the following below this CDDL HEADER, with the
20# fields enclosed by brackets "[]" replaced with your own identifying
21# information: Portions Copyright [yyyy] [name of copyright owner]
22#
23# CDDL HEADER END
24#
25#ident	"%Z%%M%	%I%	%E% SMI"
26
27
28@ _END_
29
30# Message file for cmd/sgs/libelf (32bit specific - basically).
31
32# More C++ gibberish
33
34@ MSG_STR_LT		"lt"
35@ MSG_STR_LS		"ls"
36@ MSG_STR_DV		"dv"
37@ MSG_STR_GT		"gt"
38@ MSG_STR_RS		"rs"
39@ MSG_STR_MD		"md"
40@ MSG_STR_LE		"le"
41@ MSG_STR_ML		"ml"
42@ MSG_STR_PL		"pl"
43@ MSG_STR_GE		"ge"
44@ MSG_STR_AD		"ad"
45@ MSG_STR_MI		"mi"
46@ MSG_STR_NE		"ne"
47@ MSG_STR_OR		"or"
48@ MSG_STR_ER		"er"
49@ MSG_STR_AA		"aa"
50@ MSG_STR_OO		"oo"
51@ MSG_STR_AS		"as"
52@ MSG_STR_APL		"apl"
53@ MSG_STR_AMI		"ami"
54@ MSG_STR_AMU		"amu"
55@ MSG_STR_ADV		"adv"
56@ MSG_STR_AMD		"amd"
57@ MSG_STR_AAD		"aad"
58@ MSG_STR_AOR		"aor"
59@ MSG_STR_AER		"aer"
60@ MSG_STR_ALS		"als"
61@ MSG_STR_ARS		"ars"
62@ MSG_STR_PP		"pp"
63@ MSG_STR_MM		"mm"
64@ MSG_STR_VC		"vc"
65@ MSG_STR_CL		"cl"
66@ MSG_STR_RF		"rf"
67@ MSG_STR_EQ		"eq"
68@ MSG_STR_CO		"co"
69@ MSG_STR_NT		"nt"
70@ MSG_STR_NW		"nw"
71@ MSG_STR_DL		"dl"
72
73@ MSG_STR_OPNANGBRAK	"<"
74@ MSG_STR_DBLOPNANGBRAK	"<<"
75@ MSG_STR_SLASH		"/"
76@ MSG_STR_CLOANGBRAK	">"
77@ MSG_STR_DBLCLOANGBRAK	">>"
78@ MSG_STR_PERCENT	"%"
79@ MSG_STR_OPNANGBRAKEQU	"<="
80@ MSG_STR_PLUS		"+"
81@ MSG_STR_CLOANGBRAKEQU	">="
82@ MSG_STR_MINUS		"-"
83@ MSG_STR_BANGEQU	"!="
84@ MSG_STR_PIPE		"|"
85@ MSG_STR_CARAT		"^"
86@ MSG_STR_DBLAMP	"&&"
87@ MSG_STR_DBLPIPE	"||"
88@ MSG_STR_EQU		"="
89@ MSG_STR_PLUSEQU	"+="
90@ MSG_STR_MINUSEQU	"-="
91@ MSG_STR_STARTEQU	"*="
92@ MSG_STR_SLASHEQU	"/="
93@ MSG_STR_PERCENTEQU	"%="
94@ MSG_STR_AMPEQU	"&="
95@ MSG_STR_PIPEEQU	"|="
96@ MSG_STR_CARATEQU	"^="
97@ MSG_STR_DBLOPENABKEQU	"<<="
98@ MSG_STR_DBLCLOSABKEQU	">>="
99@ MSG_STR_DBLPLUS	"++"
100@ MSG_STR_DBLMINUS	"--"
101@ MSG_STR_OPENCLOBRAK	"[]"
102@ MSG_STR_MINUSCLOANGBK	"->"
103@ MSG_STR_DBLEQU	"=="
104@ MSG_STR_BANG		"!"
105@ MSG_STR_NEW		" new"
106@ MSG_STR_DELETE	" delete"
107@ MSG_STR_AMP		"&"
108@ MSG_STR_OPENCLOSEPAR	"()"
109@ MSG_STR_STAR		"*"
110@ MSG_STR_TILDE		"~"
111@ MSG_STR_EMPTY		""
112@ MSG_STR_COMMA		","
113@ MSG_STR_DBLCOL	"::"
114@ MSG_STR_DBLCOLSTAR	"::*"
115@ MSG_STR_SPACE		" "
116@ MSG_STR_ELIPSE	"..."
117@ MSG_STR_OPENPAR	"("
118@ MSG_STR_CLOSEPAR	")"
119@ MSG_STR_OPENBRAK	"["
120@ MSG_STR_CLOSEBRAK	"]"
121@ MSG_STR_DBLUNDBAR	"__"
122@ MSG_STR_TDBLUNDBAR	"t__"
123
124@ MSG_STR_CONST_1	"const "
125@ MSG_STR_CONST_2	" const"
126@ MSG_STR_VOLATILE_1	"volatile "
127@ MSG_STR_VOLATILE_2	" volatile"
128@ MSG_STR_UNSIGNED	"unsigned "
129@ MSG_STR_SIGNED	"signed "
130@ MSG_STR_INT		"int"
131@ MSG_STR_CHAR		"char"
132@ MSG_STR_SHORT		"short"
133@ MSG_STR_LONG		"long"
134@ MSG_STR_FLOAT		"float"
135@ MSG_STR_DOUBLE	"double"
136@ MSG_STR_LONGDOUBLE	"long double"
137@ MSG_STR_VOID		"void"
138@ MSG_STR_OP		"op"
139@ MSG_STR_OPERATOR_1	"operator"
140@ MSG_STR_OPERATOR_2	"operator "
141