2 # Copyright 2005 Sun Microsystems, Inc. All rights reserved.
3 # Use is subject to license terms.
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
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.
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]
25 #ident "%Z%%M% %I% %E% SMI"
30 # Message file for cmd/sgs/libelf (32bit specific - basically).
73 @ MSG_STR_OPNANGBRAK "<"
74 @ MSG_STR_DBLOPNANGBRAK "<<"
76 @ MSG_STR_CLOANGBRAK ">"
77 @ MSG_STR_DBLCLOANGBRAK ">>"
79 @ MSG_STR_OPNANGBRAKEQU "<="
81 @ MSG_STR_CLOANGBRAKEQU ">="
83 @ MSG_STR_BANGEQU "!="
87 @ MSG_STR_DBLPIPE "||"
89 @ MSG_STR_PLUSEQU "+="
90 @ MSG_STR_MINUSEQU "-="
91 @ MSG_STR_STARTEQU "*="
92 @ MSG_STR_SLASHEQU "/="
93 @ MSG_STR_PERCENTEQU "%="
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 "=="
106 @ MSG_STR_DELETE " delete"
108 @ MSG_STR_OPENCLOSEPAR "()"
113 @ MSG_STR_DBLCOL "::"
114 @ MSG_STR_DBLCOLSTAR "::*"
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__"
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 "
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"
139 @ MSG_STR_OPERATOR_1 "operator"
140 @ MSG_STR_OPERATOR_2 "operator "