annotate libcpp/po/vi.po @ 111:04ced10e8804

gcc 7
author kono
date Fri, 27 Oct 2017 22:46:09 +0900
parents f6334be47118
children 84e7813d76e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 # Vietnamese translation for CPPlib.
111
kono
parents: 67
diff changeset
2 # Bản dịch tiếng Việt dành cho cpplib.
kono
parents: 67
diff changeset
3 # Copyright © 2016 Free Software Foundation, Inc.
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 # This file is distributed under the same license as the gcc package.
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
5 # Clytie Siddall <clytie@riverland.net.au>, 2005-2010.
111
kono
parents: 67
diff changeset
6 # Trần Ngọc Quân <vnwildman@gmail.com>, 2012-2014, 2015, 2016, 2017.
kono
parents: 67
diff changeset
7 #
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 msgid ""
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 msgstr ""
111
kono
parents: 67
diff changeset
10 "Project-Id-Version: cpplib 7.1-b20170101\n"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
111
kono
parents: 67
diff changeset
12 "POT-Creation-Date: 2017-01-01 00:51+0000\n"
kono
parents: 67
diff changeset
13 "PO-Revision-Date: 2017-01-08 08:43+0700\n"
kono
parents: 67
diff changeset
14 "Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
kono
parents: 67
diff changeset
15 "Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
kono
parents: 67
diff changeset
16 "Language: vi\n"
kono
parents: 67
diff changeset
17 "X-Bugs: Report translation errors to the Language-Team address.\n"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 "MIME-Version: 1.0\n"
111
kono
parents: 67
diff changeset
19 "Content-Type: text/plain; charset=UTF-8\n"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 "Content-Transfer-Encoding: 8bit\n"
111
kono
parents: 67
diff changeset
21 "Language-Team-Website: <http://translationproject.org/team/vi.html>\n"
kono
parents: 67
diff changeset
22 "Plural-Forms: nplurals=1; plural=0;\n"
kono
parents: 67
diff changeset
23 "X-Generator: Gtranslator 2.91.7\n"
kono
parents: 67
diff changeset
24 "X-Poedit-SourceCharset: UTF-8\n"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 #: charset.c:674
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 msgid "conversion from %s to %s not supported by iconv"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 msgstr "iconv không hỗ trợ khả năng chuyển đổi từ %s sang %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 #: charset.c:677
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 msgid "iconv_open"
111
kono
parents: 67
diff changeset
33 msgstr "iconv_open"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
34
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
35 #: charset.c:685
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
36 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
37 msgid "no iconv implementation, cannot convert from %s to %s"
111
kono
parents: 67
diff changeset
38 msgstr "iconv chưa thực hiện nên không thể chuyển đổi từ %s sang %s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
39
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
40 #: charset.c:781
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
41 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
42 msgid "character 0x%lx is not in the basic source character set\n"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
43 msgstr "ký tự 0x%lx không phải nằm trong bộ ký tự nguồn cơ bản\n"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
44
111
kono
parents: 67
diff changeset
45 #: charset.c:798 charset.c:1677
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
46 msgid "converting to execution character set"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 msgstr "đang chuyển đổi sang bộ ký tự thi hành"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
48
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
49 #: charset.c:804
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
50 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
51 msgid "character 0x%lx is not unibyte in execution character set"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
52 msgstr "ký tự 0x%lx không có dạng byte đơn trong bộ ký tự thi hành"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
53
111
kono
parents: 67
diff changeset
54 #: charset.c:1047
kono
parents: 67
diff changeset
55 msgid "universal character names are only valid in C++ and C99"
kono
parents: 67
diff changeset
56 msgstr "tên ký tự chung chỉ hợp lệ trong ngôn ngữ C++ và C99"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
57
111
kono
parents: 67
diff changeset
58 #: charset.c:1051
kono
parents: 67
diff changeset
59 msgid "C99's universal character names are incompatible with C90"
kono
parents: 67
diff changeset
60 msgstr "tên ký tự chung C99 là không tương thích với C99"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
61
111
kono
parents: 67
diff changeset
62 #: charset.c:1054
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
63 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
64 msgid "the meaning of '\\%c' is different in traditional C"
111
kono
parents: 67
diff changeset
65 msgstr "“\\%c” có nghĩa khác trong ngôn ngữ C truyền thống"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
66
111
kono
parents: 67
diff changeset
67 #: charset.c:1063
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
68 msgid "In _cpp_valid_ucn but not a UCN"
111
kono
parents: 67
diff changeset
69 msgstr "Trong “_cpp_valid_ucn” nhưng mà không phải là một UCN"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
70
111
kono
parents: 67
diff changeset
71 #: charset.c:1096
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
72 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
73 msgid "incomplete universal character name %.*s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
74 msgstr "tên ký tự chung %.*s chưa hoàn thành"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
75
111
kono
parents: 67
diff changeset
76 #: charset.c:1111
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
77 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
78 msgid "%.*s is not a valid universal character"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
79 msgstr "%.*s không phải là ký tự chung hợp lệ"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
80
111
kono
parents: 67
diff changeset
81 #: charset.c:1121 lex.c:1333
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
82 msgid "'$' in identifier or number"
111
kono
parents: 67
diff changeset
83 msgstr "gặp “$” trong định danh hay con số"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
84
111
kono
parents: 67
diff changeset
85 #: charset.c:1131
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
86 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
87 msgid "universal character %.*s is not valid in an identifier"
111
kono
parents: 67
diff changeset
88 msgstr "ký tự toàn cầu %.*s không hợp lệ trong một định danh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
89
111
kono
parents: 67
diff changeset
90 #: charset.c:1135
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
91 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
92 msgid "universal character %.*s is not valid at the start of an identifier"
111
kono
parents: 67
diff changeset
93 msgstr "ký tự toàn cầu %.*s không hợp lệ tại đầu của một định danh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
94
111
kono
parents: 67
diff changeset
95 #: charset.c:1181 charset.c:2000
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
96 msgid "converting UCN to source character set"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
97 msgstr "đang chuyển đổi UCN sang bộ ký tự nguồn"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
98
111
kono
parents: 67
diff changeset
99 #: charset.c:1188
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
100 msgid "converting UCN to execution character set"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
101 msgstr "đang chuyển đổi UCN sang bộ ký tự thi hành"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
102
111
kono
parents: 67
diff changeset
103 #: charset.c:1277
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
104 msgid "the meaning of '\\x' is different in traditional C"
111
kono
parents: 67
diff changeset
105 msgstr "“\\x” có nghĩa khác trong ngôn ngữ C truyền thống"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
106
111
kono
parents: 67
diff changeset
107 #: charset.c:1302
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
108 msgid "\\x used with no following hex digits"
111
kono
parents: 67
diff changeset
109 msgstr "\\x được dùng mà không có chữ số thập lục theo sau"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
110
111
kono
parents: 67
diff changeset
111 #: charset.c:1309
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
112 msgid "hex escape sequence out of range"
111
kono
parents: 67
diff changeset
113 msgstr "dãy thoát dạng thập lục phân ở ngoài phạm vi"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
114
111
kono
parents: 67
diff changeset
115 #: charset.c:1361
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
116 msgid "octal escape sequence out of range"
111
kono
parents: 67
diff changeset
117 msgstr "dãy thoát dạng bát phân ở ngoài phạm vi"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
118
111
kono
parents: 67
diff changeset
119 #: charset.c:1443
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
120 msgid "the meaning of '\\a' is different in traditional C"
111
kono
parents: 67
diff changeset
121 msgstr "“\\a” có nghĩa khác trong ngôn ngữ C truyền thống"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
122
111
kono
parents: 67
diff changeset
123 #: charset.c:1450
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
124 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
125 msgid "non-ISO-standard escape sequence, '\\%c'"
111
kono
parents: 67
diff changeset
126 msgstr "dãy thoát khác chuẩn ISO: “\\%c”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
127
111
kono
parents: 67
diff changeset
128 #: charset.c:1458
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
129 #, c-format
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
130 msgid "unknown escape sequence: '\\%c'"
111
kono
parents: 67
diff changeset
131 msgstr "không hiểu dãy thoát: “\\%c”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
132
111
kono
parents: 67
diff changeset
133 #: charset.c:1466
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
134 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
135 msgid "unknown escape sequence: '\\%s'"
111
kono
parents: 67
diff changeset
136 msgstr "không hiểu dãy thoát: “\\%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
137
111
kono
parents: 67
diff changeset
138 #: charset.c:1474
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
139 msgid "converting escape sequence to execution character set"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
140 msgstr "đang chuyển đổi dãy thoát sang bộ ký tự thi hành"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
141
111
kono
parents: 67
diff changeset
142 #: charset.c:1614
kono
parents: 67
diff changeset
143 msgid "missing open quote"
kono
parents: 67
diff changeset
144 msgstr "thiếu dấu trích dẫn mở"
kono
parents: 67
diff changeset
145
kono
parents: 67
diff changeset
146 #: charset.c:1827 charset.c:1891
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
147 msgid "character constant too long for its type"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
148 msgstr "hằng ký tự quá dài cho kiểu nó"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
149
111
kono
parents: 67
diff changeset
150 #: charset.c:1830
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
151 msgid "multi-character character constant"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
152 msgstr "hằng ký tự đa ký tự"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
153
111
kono
parents: 67
diff changeset
154 #: charset.c:1931
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
155 msgid "empty character constant"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
156 msgstr "hằng ký tự trống"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
157
111
kono
parents: 67
diff changeset
158 #: charset.c:2047
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
159 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
160 msgid "failure to convert %s to %s"
111
kono
parents: 67
diff changeset
161 msgstr "gặp lỗi nghiêm trong khi chuyển đổi %s sang %s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
162
111
kono
parents: 67
diff changeset
163 #: directives.c:235 directives.c:278
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
164 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
165 msgid "extra tokens at end of #%s directive"
111
kono
parents: 67
diff changeset
166 msgstr "gặp thẻ bài thừa tại kết thúc của chỉ thị #%s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
167
111
kono
parents: 67
diff changeset
168 #: directives.c:385
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
169 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
170 msgid "#%s is a GCC extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
171 msgstr "#%s là phần mở rộng kiểu GCC"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
172
111
kono
parents: 67
diff changeset
173 #: directives.c:390
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
174 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
175 msgid "#%s is a deprecated GCC extension"
111
kono
parents: 67
diff changeset
176 msgstr "#%s là một phần mở rộng GCC đã lạc hậu"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
177
111
kono
parents: 67
diff changeset
178 #: directives.c:403
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
179 msgid "suggest not using #elif in traditional C"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
180 msgstr "khuyên bạn không dùng #elif trong ngôn ngữ C truyền thống"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
181
111
kono
parents: 67
diff changeset
182 #: directives.c:406
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
183 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
184 msgid "traditional C ignores #%s with the # indented"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
185 msgstr "ngôn ngữ C truyền thống bỏ qua #%s với # được thụt lề"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
186
111
kono
parents: 67
diff changeset
187 #: directives.c:410
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
188 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
189 msgid "suggest hiding #%s from traditional C with an indented #"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
190 msgstr "khuyên bạn ẩn #%s ra ngôn ngữ C truyền thống bằng # được thụt lề"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
191
111
kono
parents: 67
diff changeset
192 #: directives.c:436
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
193 msgid "embedding a directive within macro arguments is not portable"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
194 msgstr "khả năng nhúng chỉ thị vào đối số vĩ lệnh không thể mạng theo"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
195
111
kono
parents: 67
diff changeset
196 #: directives.c:456
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
197 msgid "style of line directive is a GCC extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
198 msgstr "kiểu chỉ thị dòng là phần mở rộng GCC"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
199
111
kono
parents: 67
diff changeset
200 #: directives.c:537
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
201 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
202 msgid "invalid preprocessing directive #%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
203 msgstr "chỉ thị tiền xử lý không hợp lệ #%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
204
111
kono
parents: 67
diff changeset
205 #: directives.c:606
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
206 msgid "\"defined\" cannot be used as a macro name"
111
kono
parents: 67
diff changeset
207 msgstr "không thể dùng “defined” (đã định nghĩa) như là tên vĩ lệnh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
208
111
kono
parents: 67
diff changeset
209 #: directives.c:611
kono
parents: 67
diff changeset
210 msgid "\"__has_include__\" cannot be used as a macro name"
kono
parents: 67
diff changeset
211 msgstr "không thể dùng “__has_include__” (đã bao gồm) như là tên vĩ lệnh"
kono
parents: 67
diff changeset
212
kono
parents: 67
diff changeset
213 #: directives.c:617
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
214 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
215 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
111
kono
parents: 67
diff changeset
216 msgstr "không thể dùng “%s” như là tên vĩ lệnh vì nó là toán tử trong ngôn ngữ C++"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
217
111
kono
parents: 67
diff changeset
218 #: directives.c:620
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
219 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
220 msgid "no macro name given in #%s directive"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
221 msgstr "chỉ thị #%s không chứa tên vĩ lệnh"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
222
111
kono
parents: 67
diff changeset
223 #: directives.c:623
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
224 msgid "macro names must be identifiers"
111
kono
parents: 67
diff changeset
225 msgstr "mọi tên vĩ lệnh phải là một định danh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
226
111
kono
parents: 67
diff changeset
227 #: directives.c:672 directives.c:677
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
228 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
229 msgid "undefining \"%s\""
111
kono
parents: 67
diff changeset
230 msgstr "đang hủy định nghĩa “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
231
111
kono
parents: 67
diff changeset
232 #: directives.c:732
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
233 msgid "missing terminating > character"
111
kono
parents: 67
diff changeset
234 msgstr "thiếu ký tự “>” chấm dứt"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
235
111
kono
parents: 67
diff changeset
236 #: directives.c:791
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
237 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
238 msgid "#%s expects \"FILENAME\" or <FILENAME>"
111
kono
parents: 67
diff changeset
239 msgstr "#%s cần \"TÊN_TẬP_TIN\" hoặc <TÊN_TẬP_TIN>"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
240
111
kono
parents: 67
diff changeset
241 #: directives.c:837
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
242 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
243 msgid "empty filename in #%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
244 msgstr "#%s chứa tên tập tin trống"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
245
111
kono
parents: 67
diff changeset
246 #: directives.c:847
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
247 msgid "#include nested too deeply"
111
kono
parents: 67
diff changeset
248 msgstr "“#include” (bao gồm) lồng nhau quá sâu"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
249
111
kono
parents: 67
diff changeset
250 #: directives.c:888
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
251 msgid "#include_next in primary source file"
111
kono
parents: 67
diff changeset
252 msgstr "gặp “#include_next” (bao gồm kế tiếp) nằm trong tập tin nguồn chính"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
253
111
kono
parents: 67
diff changeset
254 #: directives.c:914
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
255 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
256 msgid "invalid flag \"%s\" in line directive"
111
kono
parents: 67
diff changeset
257 msgstr "gặp cờ không hợp lệ “%s” nằm trong chỉ thị dòng"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
258
111
kono
parents: 67
diff changeset
259 #: directives.c:974
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
260 msgid "unexpected end of file after #line"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
261 msgstr "gặp kết thúc tập tin bất thường đằng sau #line"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
262
111
kono
parents: 67
diff changeset
263 #: directives.c:977
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
264 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
265 msgid "\"%s\" after #line is not a positive integer"
111
kono
parents: 67
diff changeset
266 msgstr "“%s” nằm sau “#line” (dòng) không phải là số nguyên dương"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
267
111
kono
parents: 67
diff changeset
268 #: directives.c:983 directives.c:985
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
269 msgid "line number out of range"
111
kono
parents: 67
diff changeset
270 msgstr "số dòng nằm ngoài phạm vi"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
271
111
kono
parents: 67
diff changeset
272 #: directives.c:998 directives.c:1079
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
273 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
274 msgid "\"%s\" is not a valid filename"
111
kono
parents: 67
diff changeset
275 msgstr "“%s” không phải là tên tập tin hợp lệ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
276
111
kono
parents: 67
diff changeset
277 #: directives.c:1039
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
278 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
279 msgid "\"%s\" after # is not a positive integer"
111
kono
parents: 67
diff changeset
280 msgstr "“%s” nằm sau “#” không phải là số nguyên dương"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
281
111
kono
parents: 67
diff changeset
282 #: directives.c:1098
kono
parents: 67
diff changeset
283 #, c-format
kono
parents: 67
diff changeset
284 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
kono
parents: 67
diff changeset
285 msgstr "tập tin linemarker \"%s\" bị bỏ qua bởi vì lồng nhau không đúng"
kono
parents: 67
diff changeset
286
kono
parents: 67
diff changeset
287 #: directives.c:1157 directives.c:1159 directives.c:1161 directives.c:1747
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
288 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
289 msgid "%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
290 msgstr "%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
291
111
kono
parents: 67
diff changeset
292 #: directives.c:1185
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
293 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
294 msgid "invalid #%s directive"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
295 msgstr "chỉ thị #%s không hợp lệ"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
296
111
kono
parents: 67
diff changeset
297 #: directives.c:1248
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
298 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
299 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
111
kono
parents: 67
diff changeset
300 msgstr "việc đăng ký các lệnh mã nguồn điều khiển trình biên dịch (pragma) trong miền tên “%s” sai mở rộng tên "
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
301
111
kono
parents: 67
diff changeset
302 #: directives.c:1257
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
303 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
304 msgid "registering pragma \"%s\" with name expansion and no namespace"
111
kono
parents: 67
diff changeset
305 msgstr "việc đăng ký lệnh mã nguồn điều khiển trình biên dịch (pragma) “%s” có mở rộng tên nhưng không có miền tên"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
306
111
kono
parents: 67
diff changeset
307 #: directives.c:1275
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
308 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
309 msgid "registering \"%s\" as both a pragma and a pragma namespace"
111
kono
parents: 67
diff changeset
310 msgstr "đang đăng ký “%s” là cả lệnh nguồn điều khiển trình biện dịch (pragma), lẫn miền tên của lệnh nguồn điều khiển trình biên dịch."
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
311
111
kono
parents: 67
diff changeset
312 #: directives.c:1278
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
313 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
314 msgid "#pragma %s %s is already registered"
111
kono
parents: 67
diff changeset
315 msgstr "“#pragma %s %s” đã được đăng ký"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
316
111
kono
parents: 67
diff changeset
317 #: directives.c:1281
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
318 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
319 msgid "#pragma %s is already registered"
111
kono
parents: 67
diff changeset
320 msgstr "“#pragma %s” đã được đăng ký"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
321
111
kono
parents: 67
diff changeset
322 #: directives.c:1311
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
323 msgid "registering pragma with NULL handler"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
324 msgstr "việc đăng ký lệnh mã nguồn điều khiển trình biên dịch (pragma) có bộ quản lý vô giá trị (NULL)"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
325
111
kono
parents: 67
diff changeset
326 #: directives.c:1528
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
327 msgid "#pragma once in main file"
111
kono
parents: 67
diff changeset
328 msgstr "Có “#pragma” một lần trong tập tin chính"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
329
111
kono
parents: 67
diff changeset
330 #: directives.c:1551
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
331 msgid "invalid #pragma push_macro directive"
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
332 msgstr "gặp chỉ thị #pragma push_macro sai"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
333
111
kono
parents: 67
diff changeset
334 #: directives.c:1606
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
335 msgid "invalid #pragma pop_macro directive"
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
336 msgstr "gặp chỉ thị #pragma pop_macro sai"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
337
111
kono
parents: 67
diff changeset
338 #: directives.c:1661
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
339 msgid "invalid #pragma GCC poison directive"
111
kono
parents: 67
diff changeset
340 msgstr "gặp chỉ thị vô hiệu hóa (poison) GCC “#pragma” không hợp lệ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
341
111
kono
parents: 67
diff changeset
342 #: directives.c:1670
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
343 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
344 msgid "poisoning existing macro \"%s\""
111
kono
parents: 67
diff changeset
345 msgstr "đang vô hiệu hóa vĩ lệnh tồn tại “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
346
111
kono
parents: 67
diff changeset
347 #: directives.c:1689
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
348 msgid "#pragma system_header ignored outside include file"
111
kono
parents: 67
diff changeset
349 msgstr "“#pragma system_header” (đầu trang hệ thống) bị bỏ qua ở ngoài tập tin bao gồm"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
350
111
kono
parents: 67
diff changeset
351 #: directives.c:1714
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
352 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
353 msgid "cannot find source file %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
354 msgstr "không tìm thấy tập tin nguồn %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
355
111
kono
parents: 67
diff changeset
356 #: directives.c:1718
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
357 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
358 msgid "current file is older than %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
359 msgstr "tập tin hiện thời là cũ hơn %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
360
111
kono
parents: 67
diff changeset
361 #: directives.c:1742
kono
parents: 67
diff changeset
362 #, c-format
kono
parents: 67
diff changeset
363 msgid "invalid \"#pragma GCC %s\" directive"
kono
parents: 67
diff changeset
364 msgstr "gặp chỉ thị \"#pragma GCC %s\" không hợp lệ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
365
111
kono
parents: 67
diff changeset
366 #: directives.c:1943
kono
parents: 67
diff changeset
367 msgid "_Pragma takes a parenthesized string literal"
kono
parents: 67
diff changeset
368 msgstr "“_Pragma” nhận một hằng chuỗi được đặt trong ngoặc đơn"
kono
parents: 67
diff changeset
369
kono
parents: 67
diff changeset
370 #: directives.c:2064
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
371 msgid "#else without #if"
111
kono
parents: 67
diff changeset
372 msgstr "#else (nếu không) mà không có #if (nếu)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
373
111
kono
parents: 67
diff changeset
374 #: directives.c:2069
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
375 msgid "#else after #else"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
376 msgstr "#else (nếu không) nằm sau #else"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
377
111
kono
parents: 67
diff changeset
378 #: directives.c:2071 directives.c:2104
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
379 msgid "the conditional began here"
111
kono
parents: 67
diff changeset
380 msgstr "điều kiện đã bắt đầu ở đây"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
381
111
kono
parents: 67
diff changeset
382 #: directives.c:2097
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
383 msgid "#elif without #if"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
384 msgstr "#elif (nếu không thì nếu) không có #if (nếu)"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
385
111
kono
parents: 67
diff changeset
386 #: directives.c:2102
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
387 msgid "#elif after #else"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
388 msgstr "#elif (nếu không thì nếu) nằm sau #else (nếu không)"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
389
111
kono
parents: 67
diff changeset
390 #: directives.c:2133
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
391 msgid "#endif without #if"
111
kono
parents: 67
diff changeset
392 msgstr "#endif (nếu không đúng) không có #if (nếu)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
393
111
kono
parents: 67
diff changeset
394 #: directives.c:2213
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
395 msgid "missing '(' after predicate"
111
kono
parents: 67
diff changeset
396 msgstr "thiếu “(” nằm sau vị ngữ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
397
111
kono
parents: 67
diff changeset
398 #: directives.c:2228
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
399 msgid "missing ')' to complete answer"
111
kono
parents: 67
diff changeset
400 msgstr "thiếu “)” để hoàn tất câu trả lời"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
401
111
kono
parents: 67
diff changeset
402 #: directives.c:2248
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
403 msgid "predicate's answer is empty"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
404 msgstr "vị ngữ chứa trả lời trống"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
405
111
kono
parents: 67
diff changeset
406 #: directives.c:2275
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
407 msgid "assertion without predicate"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
408 msgstr "sự khẳng định không có vị ngữ"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
409
111
kono
parents: 67
diff changeset
410 #: directives.c:2278
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
411 msgid "predicate must be an identifier"
111
kono
parents: 67
diff changeset
412 msgstr "vị ngữ phải là định danh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
413
111
kono
parents: 67
diff changeset
414 #: directives.c:2364
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
415 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
416 msgid "\"%s\" re-asserted"
111
kono
parents: 67
diff changeset
417 msgstr "“%s” được khẳng định lại"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
418
111
kono
parents: 67
diff changeset
419 #: directives.c:2656
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
420 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
421 msgid "unterminated #%s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
422 msgstr "#%s chưa chấm dứt"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
423
111
kono
parents: 67
diff changeset
424 #: directives-only.c:221 lex.c:2819 traditional.c:167
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
425 msgid "unterminated comment"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
426 msgstr "gặp chú thích chưa được chấm dứt"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
427
111
kono
parents: 67
diff changeset
428 #: errors.c:300
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
429 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
430 msgid "%s: %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
431 msgstr "%s: %s"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
432
111
kono
parents: 67
diff changeset
433 #: errors.c:312
kono
parents: 67
diff changeset
434 msgid "stdout"
kono
parents: 67
diff changeset
435 msgstr "thiết bị xuất chuẩn"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
436
111
kono
parents: 67
diff changeset
437 #: expr.c:601 expr.c:718
kono
parents: 67
diff changeset
438 msgid "fixed-point constants are a GCC extension"
kono
parents: 67
diff changeset
439 msgstr "hằng số thực dấu chấm tĩnh là phần mở rộng GCC"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
440
111
kono
parents: 67
diff changeset
441 #: expr.c:626
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
442 msgid "invalid prefix \"0b\" for floating constant"
111
kono
parents: 67
diff changeset
443 msgstr "gặp tiền tố không hợp lệ “0b” cho hằng dấu chấm động"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
444
111
kono
parents: 67
diff changeset
445 #: expr.c:639
kono
parents: 67
diff changeset
446 msgid "use of C++1z hexadecimal floating constant"
kono
parents: 67
diff changeset
447 msgstr "dùng hằng dấu chấm động thập lục C++1z"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
448
111
kono
parents: 67
diff changeset
449 #: expr.c:642
kono
parents: 67
diff changeset
450 msgid "use of C99 hexadecimal floating constant"
kono
parents: 67
diff changeset
451 msgstr "dùng hằng dấu chấm động thập lục C99"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
452
111
kono
parents: 67
diff changeset
453 #: expr.c:686
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
454 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
455 msgid "invalid suffix \"%.*s\" on floating constant"
111
kono
parents: 67
diff changeset
456 msgstr "gặp hậu tố không hợp lệ “%.*s” nằm trên hằng dấu chấm động"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
457
111
kono
parents: 67
diff changeset
458 #: expr.c:697 expr.c:757
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
459 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
460 msgid "traditional C rejects the \"%.*s\" suffix"
111
kono
parents: 67
diff changeset
461 msgstr "ngôn ngữ C truyền thống từ chối hậu tố “%.*s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
462
111
kono
parents: 67
diff changeset
463 #: expr.c:705
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
464 msgid "suffix for double constant is a GCC extension"
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
465 msgstr "hậu tố cho hằng số đôi là một phần mở rộng GCC"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
466
111
kono
parents: 67
diff changeset
467 #: expr.c:711
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
468 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
469 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
111
kono
parents: 67
diff changeset
470 msgstr "gặp hậu tố không hợp lệ “%.*s” có hằng dấu chấm động thập lục"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
471
111
kono
parents: 67
diff changeset
472 #: expr.c:722
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
473 msgid "decimal float constants are a GCC extension"
111
kono
parents: 67
diff changeset
474 msgstr "hằng dấu chấm động thập lục là phần mở rộng GCC"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
475
111
kono
parents: 67
diff changeset
476 #: expr.c:740
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
477 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
478 msgid "invalid suffix \"%.*s\" on integer constant"
111
kono
parents: 67
diff changeset
479 msgstr "gặp hậu tố không hợp lệ “%.*s” nằm trên hằng số nguyên"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
480
111
kono
parents: 67
diff changeset
481 #: expr.c:765
kono
parents: 67
diff changeset
482 msgid "use of C++11 long long integer constant"
kono
parents: 67
diff changeset
483 msgstr "dùng hằng số nguyên dài dài C++11"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
484
111
kono
parents: 67
diff changeset
485 #: expr.c:766
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
486 msgid "use of C99 long long integer constant"
111
kono
parents: 67
diff changeset
487 msgstr "dùng hằng số nguyên dài dài C99"
67
f6334be47118 update gcc from gcc-4.6-20100522 to gcc-4.6-20110318
nobuyasu <dimolto@cr.ie.u-ryukyu.ac.jp>
parents: 63
diff changeset
488
111
kono
parents: 67
diff changeset
489 #: expr.c:782
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
490 msgid "imaginary constants are a GCC extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
491 msgstr "hằng ảo là phần mở rộng GCC"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
492
111
kono
parents: 67
diff changeset
493 #: expr.c:788
kono
parents: 67
diff changeset
494 msgid "binary constants are a C++14 feature or GCC extension"
kono
parents: 67
diff changeset
495 msgstr "hằng nhị phân là đặc tính C++14 hoặc phần mở rộng GCC"
kono
parents: 67
diff changeset
496
kono
parents: 67
diff changeset
497 #: expr.c:790
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
498 msgid "binary constants are a GCC extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
499 msgstr "hằng nhị phân là phần mở rộng GCC"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
500
111
kono
parents: 67
diff changeset
501 #: expr.c:885
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
502 msgid "integer constant is too large for its type"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
503 msgstr "hằng số nguyên quá lớn cho kiểu nó"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
504
111
kono
parents: 67
diff changeset
505 #: expr.c:916
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
506 msgid "integer constant is so large that it is unsigned"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
507 msgstr "hằng số nguyên quá lớn thì không có dấu"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
508
111
kono
parents: 67
diff changeset
509 #: expr.c:1011
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
510 msgid "missing ')' after \"defined\""
111
kono
parents: 67
diff changeset
511 msgstr "thiếu “)” nằm sau “defined” (đã định nghĩa)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
512
111
kono
parents: 67
diff changeset
513 #: expr.c:1018
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
514 msgid "operator \"defined\" requires an identifier"
111
kono
parents: 67
diff changeset
515 msgstr "toán tử “defined” (đã định nghĩa) cần đến định danh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
516
111
kono
parents: 67
diff changeset
517 #: expr.c:1026
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
518 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
519 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
111
kono
parents: 67
diff changeset
520 msgstr "(“%s” là một thẻ bài thay thế cho “%s” trong ngôn ngữ C++)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
521
111
kono
parents: 67
diff changeset
522 #: expr.c:1038
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
523 msgid "this use of \"defined\" may not be portable"
111
kono
parents: 67
diff changeset
524 msgstr "khả năng dùng “defined” (đã định nghĩa) có lẽ không khả chuyển"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
525
111
kono
parents: 67
diff changeset
526 #: expr.c:1098
kono
parents: 67
diff changeset
527 msgid "user-defined literal in preprocessor expression"
kono
parents: 67
diff changeset
528 msgstr "kiểu do người dùng định nghĩa trong biểu thức tiền xử lý"
kono
parents: 67
diff changeset
529
kono
parents: 67
diff changeset
530 #: expr.c:1103
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
531 msgid "floating constant in preprocessor expression"
111
kono
parents: 67
diff changeset
532 msgstr "gặp hằng dấu chấm động nằm trong biểu thức tiền xử lý"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
533
111
kono
parents: 67
diff changeset
534 #: expr.c:1109
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
535 msgid "imaginary number in preprocessor expression"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
536 msgstr "gặp số ảo nằm trong biểu thức tiền xử lý"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
537
111
kono
parents: 67
diff changeset
538 #: expr.c:1162
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
539 #, c-format
111
kono
parents: 67
diff changeset
540 msgid "\"%s\" is not defined, evaluates to 0"
kono
parents: 67
diff changeset
541 msgstr "chưa định nghĩa “%s”, định giá thành 0"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
542
111
kono
parents: 67
diff changeset
543 #: expr.c:1175
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
544 msgid "assertions are a GCC extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
545 msgstr "khẳng định là một phần mở rộng GCC"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
546
111
kono
parents: 67
diff changeset
547 #: expr.c:1178
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
548 msgid "assertions are a deprecated extension"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
549 msgstr "khẳng định là một phần mở rộng GCC bị phản đối"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
550
111
kono
parents: 67
diff changeset
551 #: expr.c:1424
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
552 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
553 msgid "unbalanced stack in %s"
111
kono
parents: 67
diff changeset
554 msgstr "có ngăn xếp không cân bằng trong %s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
555
111
kono
parents: 67
diff changeset
556 #: expr.c:1444
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
557 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
558 msgid "impossible operator '%u'"
111
kono
parents: 67
diff changeset
559 msgstr "toán tử không thể “%u”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
560
111
kono
parents: 67
diff changeset
561 #: expr.c:1545
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
562 msgid "missing ')' in expression"
111
kono
parents: 67
diff changeset
563 msgstr "thiếu “)” trong biểu thức"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
564
111
kono
parents: 67
diff changeset
565 #: expr.c:1574
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
566 msgid "'?' without following ':'"
111
kono
parents: 67
diff changeset
567 msgstr "dấu hỏi “?” mà không có dấu hai chấm “:” đi sau"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
568
111
kono
parents: 67
diff changeset
569 #: expr.c:1584
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
570 msgid "integer overflow in preprocessor expression"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
571 msgstr "tràn số nguyên trong biểu thức tiền xử lý"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
572
111
kono
parents: 67
diff changeset
573 #: expr.c:1589
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
574 msgid "missing '(' in expression"
111
kono
parents: 67
diff changeset
575 msgstr "thiếu “(” trong biểu thức"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
576
111
kono
parents: 67
diff changeset
577 #: expr.c:1621
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
578 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
579 msgid "the left operand of \"%s\" changes sign when promoted"
111
kono
parents: 67
diff changeset
580 msgstr "toán hạng bên trái của “%s” thay đổi dấu (dương/âm) khi được tăng cấp"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
581
111
kono
parents: 67
diff changeset
582 #: expr.c:1626
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
583 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
584 msgid "the right operand of \"%s\" changes sign when promoted"
111
kono
parents: 67
diff changeset
585 msgstr "toán hạng bên phải của “%s” thay đổi dấu (dương/âm) khi đươc tăng cấp"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
586
111
kono
parents: 67
diff changeset
587 #: expr.c:1885
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
588 msgid "traditional C rejects the unary plus operator"
111
kono
parents: 67
diff changeset
589 msgstr "ngôn ngữ C truyền thống từ chối toán tử cộng chỉ có một toán hạng"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
590
111
kono
parents: 67
diff changeset
591 #: expr.c:1983
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
592 msgid "comma operator in operand of #if"
111
kono
parents: 67
diff changeset
593 msgstr "toán tử dấu phẩy nằm trong toán hạng của #if (nếu)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
594
111
kono
parents: 67
diff changeset
595 #: expr.c:2119
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
596 msgid "division by zero in #if"
111
kono
parents: 67
diff changeset
597 msgstr "chia cho số không trong #if (nếu)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
598
111
kono
parents: 67
diff changeset
599 #: expr.c:2216
kono
parents: 67
diff changeset
600 msgid "operator \"__has_include__\" requires a header string"
kono
parents: 67
diff changeset
601 msgstr "toán tử “__has_include__” (đã bao gồm) cần một chuỗi đầu"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
602
111
kono
parents: 67
diff changeset
603 #: expr.c:2232
kono
parents: 67
diff changeset
604 msgid "missing ')' after \"__has_include__\""
kono
parents: 67
diff changeset
605 msgstr "thiếu “)” sau “__has_include__” (đã bao gồm)"
kono
parents: 67
diff changeset
606
kono
parents: 67
diff changeset
607 #: files.c:573
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
608 msgid "one or more PCH files were found, but they were invalid"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
609 msgstr "tìm thấy một hay nhiều tập tin PCH, nhưng chúng không hợp lệ"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
610
111
kono
parents: 67
diff changeset
611 #: files.c:576
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
612 msgid "use -Winvalid-pch for more information"
111
kono
parents: 67
diff changeset
613 msgstr "dùng “-Winvalid-pch” để biết thêm thông tin cần thiết"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
614
111
kono
parents: 67
diff changeset
615 #: files.c:981
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
616 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
617 msgid "no include path in which to search for %s"
111
kono
parents: 67
diff changeset
618 msgstr "không có đường dẫn bao gồm trong đó có thể tìm kiếm %s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
619
111
kono
parents: 67
diff changeset
620 #: files.c:1441
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
621 msgid "Multiple include guards may be useful for:\n"
111
kono
parents: 67
diff changeset
622 msgstr "Nhiều bộ bảo vệ bao gồm có lẽ hữu ích cho :\n"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
623
111
kono
parents: 67
diff changeset
624 #: init.c:553
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
625 msgid "cppchar_t must be an unsigned type"
111
kono
parents: 67
diff changeset
626 msgstr "“cppchar_t” phải là kiểu không dấu"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
627
111
kono
parents: 67
diff changeset
628 #: init.c:557
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
629 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
630 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
111
kono
parents: 67
diff changeset
631 msgstr "thuật toán của trình tiền xử lý có độ chính xác tối đa là %lu bit còn đích cần đến %lu bit"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
632
111
kono
parents: 67
diff changeset
633 #: init.c:564
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
634 msgid "CPP arithmetic must be at least as precise as a target int"
111
kono
parents: 67
diff changeset
635 msgstr "thuật toán CPP phải là ít nhất cùng chính xác với “int” đích"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
636
111
kono
parents: 67
diff changeset
637 #: init.c:567
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
638 msgid "target char is less than 8 bits wide"
111
kono
parents: 67
diff changeset
639 msgstr "“char” đích có độ rộng ít hơn 8 bit"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
640
111
kono
parents: 67
diff changeset
641 #: init.c:571
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
642 msgid "target wchar_t is narrower than target char"
111
kono
parents: 67
diff changeset
643 msgstr "“wchar_t” đích có độ rộng ít hơn “char” đích"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
644
111
kono
parents: 67
diff changeset
645 #: init.c:575
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
646 msgid "target int is narrower than target char"
111
kono
parents: 67
diff changeset
647 msgstr "“int” đích có độ rộng ít hơn “char” đích"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
648
111
kono
parents: 67
diff changeset
649 #: init.c:580
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
650 msgid "CPP half-integer narrower than CPP character"
111
kono
parents: 67
diff changeset
651 msgstr "nửa-số-nguyên CPP có độ rộng ít hơn ký tự CPP"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
652
111
kono
parents: 67
diff changeset
653 #: init.c:584
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
654 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
655 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
111
kono
parents: 67
diff changeset
656 msgstr "Trên máy này, CPP không thể xử lý hằng ký tự rộng hơn %lu bit, còn đích lại yêu cầu %lu bit"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
657
111
kono
parents: 67
diff changeset
658 #: lex.c:1126
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
659 msgid "backslash and newline separated by space"
111
kono
parents: 67
diff changeset
660 msgstr "dấu gạch ngược và ký tự dòng mới phân cách nhau bởi dấu cách"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
661
111
kono
parents: 67
diff changeset
662 #: lex.c:1131
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
663 msgid "backslash-newline at end of file"
111
kono
parents: 67
diff changeset
664 msgstr "gặp dấu gạch ngược tại kết thúc của tập tin"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
665
111
kono
parents: 67
diff changeset
666 #: lex.c:1147
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
667 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
668 msgid "trigraph ??%c converted to %c"
111
kono
parents: 67
diff changeset
669 msgstr "bộ ba “??%c” đã được chuyển đổi thành “%c”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
670
111
kono
parents: 67
diff changeset
671 #: lex.c:1155
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
672 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
673 msgid "trigraph ??%c ignored, use -trigraphs to enable"
111
kono
parents: 67
diff changeset
674 msgstr "bộ ba “??%c” bị bỏ qua nên hãy sử dụng tùy chọn “-trigraphs” (bộ ba) để hiệu lực nó"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
675
111
kono
parents: 67
diff changeset
676 #: lex.c:1204
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
677 msgid "\"/*\" within comment"
111
kono
parents: 67
diff changeset
678 msgstr "gặp “/*” nằm trong chú thích"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
679
111
kono
parents: 67
diff changeset
680 #: lex.c:1262
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
681 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
682 msgid "%s in preprocessing directive"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
683 msgstr "gặp %s nằm trong chỉ thị tiền xử lý"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
684
111
kono
parents: 67
diff changeset
685 #: lex.c:1271
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
686 msgid "null character(s) ignored"
111
kono
parents: 67
diff changeset
687 msgstr "(mọi) ký tự null bị bỏ qua"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
688
111
kono
parents: 67
diff changeset
689 #: lex.c:1308
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
690 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
691 msgid "`%.*s' is not in NFKC"
111
kono
parents: 67
diff changeset
692 msgstr "“%.*s” không phải nằm trong NFKC"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
693
111
kono
parents: 67
diff changeset
694 #: lex.c:1311
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
695 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
696 msgid "`%.*s' is not in NFC"
111
kono
parents: 67
diff changeset
697 msgstr "“%.*s” không nằm trong NFC"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
698
111
kono
parents: 67
diff changeset
699 #: lex.c:1381 lex.c:1470
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
700 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
701 msgid "attempt to use poisoned \"%s\""
111
kono
parents: 67
diff changeset
702 msgstr "đã cố gắng dùng “%s” bị vô hiệu hóa"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
703
111
kono
parents: 67
diff changeset
704 #: lex.c:1391 lex.c:1480
kono
parents: 67
diff changeset
705 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
kono
parents: 67
diff changeset
706 msgstr "“__VA_ARGS__” chỉ có thể xuất hiện trong sự mở rộng của vĩ lệnh biến thiên C++11"
kono
parents: 67
diff changeset
707
kono
parents: 67
diff changeset
708 #: lex.c:1395 lex.c:1484
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
709 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
111
kono
parents: 67
diff changeset
710 msgstr "“__VA_ARGS__” chỉ có thể xuất hiện trong sự mở rộng của vĩ lệnh biến thiên C99"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
711
111
kono
parents: 67
diff changeset
712 #: lex.c:1402 lex.c:1491
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
713 #, c-format
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
714 msgid "identifier \"%s\" is a special operator name in C++"
111
kono
parents: 67
diff changeset
715 msgstr "định danh “%s” là một tên toán tử đặc biệt trong C++"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
716
111
kono
parents: 67
diff changeset
717 #: lex.c:1781
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
718 msgid "raw string delimiter longer than 16 characters"
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
719 msgstr "gặp dấu giới hạn chuỗi thô dài hơn 16 ký tự"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
720
111
kono
parents: 67
diff changeset
721 #: lex.c:1785
kono
parents: 67
diff changeset
722 msgid "invalid new-line in raw string delimiter"
kono
parents: 67
diff changeset
723 msgstr "ký tự dòng-mới không hợp lệ trong dấu giới hạn chuỗi thô"
kono
parents: 67
diff changeset
724
kono
parents: 67
diff changeset
725 #: lex.c:1789
63
b7f97abdc517 update gcc from gcc-4.5.0 to gcc-4.6
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 55
diff changeset
726 #, c-format
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
727 msgid "invalid character '%c' in raw string delimiter"
111
kono
parents: 67
diff changeset
728 msgstr "gặp ký tự sai “%c” trong dấu giới hạn chuỗi thô"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
729
111
kono
parents: 67
diff changeset
730 #: lex.c:1838 lex.c:1860
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
731 msgid "unterminated raw string"
111
kono
parents: 67
diff changeset
732 msgstr "chuỗi thô chưa được chấm dứt"
55
77e2b8dfacca update it from 4.4.3 to 4.5.0
ryoma <e075725@ie.u-ryukyu.ac.jp>
parents: 36
diff changeset
733
111
kono
parents: 67
diff changeset
734 #: lex.c:1881 lex.c:2011
kono
parents: 67
diff changeset
735 msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
kono
parents: 67
diff changeset
736 msgstr "hậu tố ở chuỗi văn bản không hợp lệ; C++11 yêu cầu cần có khoảng trắng giữ chuỗi văn bản và chuỗi vĩ lệnh"
kono
parents: 67
diff changeset
737
kono
parents: 67
diff changeset
738 #: lex.c:1993
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
739 msgid "null character(s) preserved in literal"
111
kono
parents: 67
diff changeset
740 msgstr "(các) ký tự rỗng được giữ lại trong chuỗi văn học"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
741
111
kono
parents: 67
diff changeset
742 #: lex.c:1996
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
743 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
744 msgid "missing terminating %c character"
111
kono
parents: 67
diff changeset
745 msgstr "thiếu ký tự “%c” chấm dứt"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
746
111
kono
parents: 67
diff changeset
747 #: lex.c:2029
kono
parents: 67
diff changeset
748 msgid "C++11 requires a space between string literal and macro"
kono
parents: 67
diff changeset
749 msgstr "C++11 yêu cầu cần có khoảng trắng giữ chuỗi văn bản và vĩ lệnh"
kono
parents: 67
diff changeset
750
kono
parents: 67
diff changeset
751 #: lex.c:2833 lex.c:2867
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
752 msgid "C++ style comments are not allowed in ISO C90"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
753 msgstr "không cho phép chú thích kiểu C++ nằm trong ISO C90"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
754
111
kono
parents: 67
diff changeset
755 #: lex.c:2835 lex.c:2846 lex.c:2869
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
756 msgid "(this will be reported only once per input file)"
111
kono
parents: 67
diff changeset
757 msgstr "(điều này sẽ được thông báo chỉ một lần cho mỗi tập tin đầu vào)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
758
111
kono
parents: 67
diff changeset
759 #: lex.c:2844
kono
parents: 67
diff changeset
760 msgid "C++ style comments are incompatible with C90"
kono
parents: 67
diff changeset
761 msgstr "không cho phép chú thích kiểu C++ nằm trong C90"
kono
parents: 67
diff changeset
762
kono
parents: 67
diff changeset
763 #: lex.c:2875
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
764 msgid "multi-line comment"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
765 msgstr "gặp chú thích đa dòng"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
766
111
kono
parents: 67
diff changeset
767 #: lex.c:3248
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
768 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
769 msgid "unspellable token %s"
111
kono
parents: 67
diff changeset
770 msgstr "gặp thẻ bài không thể chính tả %s"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
771
111
kono
parents: 67
diff changeset
772 #: macro.c:203
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
773 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
774 msgid "macro \"%s\" is not used"
111
kono
parents: 67
diff changeset
775 msgstr "vĩ lệnh “%s” không được dùng"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
776
111
kono
parents: 67
diff changeset
777 #: macro.c:242 macro.c:488
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
778 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
779 msgid "invalid built-in macro \"%s\""
111
kono
parents: 67
diff changeset
780 msgstr "vĩ lệnh dựng-sẵn không hợp lệ “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
781
111
kono
parents: 67
diff changeset
782 #: macro.c:249 macro.c:349
kono
parents: 67
diff changeset
783 #, c-format
kono
parents: 67
diff changeset
784 msgid "macro \"%s\" might prevent reproducible builds"
kono
parents: 67
diff changeset
785 msgstr "vĩ lệnh \"%s\" có thể ngăn cản việc dịch tái sinh"
kono
parents: 67
diff changeset
786
kono
parents: 67
diff changeset
787 #: macro.c:280
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
788 msgid "could not determine file timestamp"
111
kono
parents: 67
diff changeset
789 msgstr "không thể xác định nhãn giờ của tập tin"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
790
111
kono
parents: 67
diff changeset
791 #: macro.c:395
kono
parents: 67
diff changeset
792 msgid "could not determine date and time"
kono
parents: 67
diff changeset
793 msgstr "không thể phân giải ngày và giờ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
794
111
kono
parents: 67
diff changeset
795 #: macro.c:411
kono
parents: 67
diff changeset
796 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
kono
parents: 67
diff changeset
797 msgstr "__COUNTER__ đã mở rộng bên trong chỉ thị với “-fdirectives-only”"
kono
parents: 67
diff changeset
798
kono
parents: 67
diff changeset
799 #: macro.c:599
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
800 msgid "invalid string literal, ignoring final '\\'"
111
kono
parents: 67
diff changeset
801 msgstr "chuỗi văn học không hợp lệ nên bỏ qua “\\” cuối cùng"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
802
111
kono
parents: 67
diff changeset
803 #: macro.c:661
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
804 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
805 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
111
kono
parents: 67
diff changeset
806 msgstr "việc dán “%s” và “%s” không đưa ra thẻ bài tiền xử lý hợp lệ"
kono
parents: 67
diff changeset
807
kono
parents: 67
diff changeset
808 #: macro.c:785
kono
parents: 67
diff changeset
809 msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
kono
parents: 67
diff changeset
810 msgstr "ISO C++11 cần ít nhất một đối số cho \"...\" còn lại trong vĩ lệnh biến thiên"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
811
111
kono
parents: 67
diff changeset
812 #: macro.c:789
kono
parents: 67
diff changeset
813 msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
kono
parents: 67
diff changeset
814 msgstr "ISO C99 cần ít nhất một đối số cho \"...\" còn lại trong vĩ lệnh biến thiên"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
815
111
kono
parents: 67
diff changeset
816 #: macro.c:796
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
817 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
818 msgid "macro \"%s\" requires %u arguments, but only %u given"
111
kono
parents: 67
diff changeset
819 msgstr "vĩ lệnh “%s” cần đến %u đối số, nhưng chỉ đưa ra %u thôi"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
820
111
kono
parents: 67
diff changeset
821 #: macro.c:801
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
822 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
823 msgid "macro \"%s\" passed %u arguments, but takes just %u"
111
kono
parents: 67
diff changeset
824 msgstr "vĩ lệnh “%s” đã chuyển %u đối số, nhưng chỉ nhận được %u thôi"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
825
111
kono
parents: 67
diff changeset
826 #: macro.c:995 traditional.c:819
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
827 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
828 msgid "unterminated argument list invoking macro \"%s\""
111
kono
parents: 67
diff changeset
829 msgstr "danh sách đối số không được chấm dứt có gọi vĩ lệnh “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
830
111
kono
parents: 67
diff changeset
831 #: macro.c:1146
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
832 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
833 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
111
kono
parents: 67
diff changeset
834 msgstr "vĩ lệnh giống hàm số “%s” phải được dùng với đối số trong ngôn ngữ C truyền thống"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
835
111
kono
parents: 67
diff changeset
836 #: macro.c:1836
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
837 #, c-format
111
kono
parents: 67
diff changeset
838 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
kono
parents: 67
diff changeset
839 msgstr "đang gọi vĩ lệnh %s đối số %d: đối số vĩ lệnh trống rỗng là không hợp lệ trong ISO C++98 "
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
840
111
kono
parents: 67
diff changeset
841 #: macro.c:1844 macro.c:1853
kono
parents: 67
diff changeset
842 #, c-format
kono
parents: 67
diff changeset
843 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
kono
parents: 67
diff changeset
844 msgstr "đang gọi vĩ lệnh %s đối số %d: đối số vĩ lệnh trống rỗng là không hợp lệ trong ISO C90"
kono
parents: 67
diff changeset
845
kono
parents: 67
diff changeset
846 #: macro.c:2817
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
847 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
848 msgid "duplicate macro parameter \"%s\""
111
kono
parents: 67
diff changeset
849 msgstr "tham số vĩ lệnh trùng lặp “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
850
111
kono
parents: 67
diff changeset
851 #: macro.c:2866
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
852 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
853 msgid "\"%s\" may not appear in macro parameter list"
111
kono
parents: 67
diff changeset
854 msgstr "không cho phép “%s” xuất hiện trong danh sách tham số vĩ lệnh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
855
111
kono
parents: 67
diff changeset
856 #: macro.c:2874
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
857 msgid "macro parameters must be comma-separated"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
858 msgstr "các tham số bộ đối số phải được ngăn cách bởi dấu phẩy"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
859
111
kono
parents: 67
diff changeset
860 #: macro.c:2893
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
861 msgid "parameter name missing"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
862 msgstr "thiếu tên tham số"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
863
111
kono
parents: 67
diff changeset
864 #: macro.c:2914
kono
parents: 67
diff changeset
865 msgid "anonymous variadic macros were introduced in C++11"
kono
parents: 67
diff changeset
866 msgstr "vĩ lệnh biến thiên vô danh đã được giới thiệu trong C++11"
kono
parents: 67
diff changeset
867
kono
parents: 67
diff changeset
868 #: macro.c:2918 macro.c:2923
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
869 msgid "anonymous variadic macros were introduced in C99"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
870 msgstr "vĩ lệnh biến thiên vô danh đã được giới thiệu trong C99"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
871
111
kono
parents: 67
diff changeset
872 #: macro.c:2930
kono
parents: 67
diff changeset
873 msgid "ISO C++ does not permit named variadic macros"
kono
parents: 67
diff changeset
874 msgstr "ISO C++ không cho phép vĩ lệnh biến thiên có tên"
kono
parents: 67
diff changeset
875
kono
parents: 67
diff changeset
876 #: macro.c:2933
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
877 msgid "ISO C does not permit named variadic macros"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
878 msgstr "ISO C không cho phép vĩ lệnh biến thiên có tên"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
879
111
kono
parents: 67
diff changeset
880 #: macro.c:2943
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
881 msgid "missing ')' in macro parameter list"
111
kono
parents: 67
diff changeset
882 msgstr "thiếu “)” trong danh sách tham số bộ đối số"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
883
111
kono
parents: 67
diff changeset
884 #: macro.c:2994
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
885 msgid "'##' cannot appear at either end of a macro expansion"
111
kono
parents: 67
diff changeset
886 msgstr "không cho phép “##” nằm hoặc trước hoặc sau sự mở rộng vĩ lệnh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
887
111
kono
parents: 67
diff changeset
888 #: macro.c:3031
kono
parents: 67
diff changeset
889 msgid "ISO C++11 requires whitespace after the macro name"
kono
parents: 67
diff changeset
890 msgstr "ISO C++11 cần đến khoảng trắng nằm sau tên vĩ lệnh"
kono
parents: 67
diff changeset
891
kono
parents: 67
diff changeset
892 #: macro.c:3034
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
893 msgid "ISO C99 requires whitespace after the macro name"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
894 msgstr "ISO C99 cần đến khoảng trắng nằm sau tên vĩ lệnh"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
895
111
kono
parents: 67
diff changeset
896 #: macro.c:3059
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
897 msgid "missing whitespace after the macro name"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
898 msgstr "thiếu khoảng trắng nằm sau tên vĩ lệnh"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
899
111
kono
parents: 67
diff changeset
900 #: macro.c:3093
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
901 msgid "'#' is not followed by a macro parameter"
111
kono
parents: 67
diff changeset
902 msgstr "“#” không cho phép đi theo sau một tham số vĩ lệnh"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
903
111
kono
parents: 67
diff changeset
904 #: macro.c:3254
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
905 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
906 msgid "\"%s\" redefined"
111
kono
parents: 67
diff changeset
907 msgstr "“%s” bị định nghĩa lại"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
908
111
kono
parents: 67
diff changeset
909 #: macro.c:3259
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
910 msgid "this is the location of the previous definition"
111
kono
parents: 67
diff changeset
911 msgstr "đây là vị trí của lời định nghĩa trước"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
912
111
kono
parents: 67
diff changeset
913 #: macro.c:3320
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
914 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
915 msgid "macro argument \"%s\" would be stringified in traditional C"
111
kono
parents: 67
diff changeset
916 msgstr "đối số vĩ lệnh “%s” nên được chuyển đổi thành chuỗi trong ngôn ngữ C truyền thống"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
917
111
kono
parents: 67
diff changeset
918 #: macro.c:3356
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
919 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
920 msgid "invalid hash type %d in cpp_macro_definition"
111
kono
parents: 67
diff changeset
921 msgstr "gặp kiểu băm không hợp lệ %d trong “cpp_macro_definition” (lời định nghĩa vĩ lệnh)"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
922
111
kono
parents: 67
diff changeset
923 #: pch.c:89 pch.c:347 pch.c:361 pch.c:379 pch.c:385 pch.c:394 pch.c:401
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
924 msgid "while writing precompiled header"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
925 msgstr "trong khi ghi đầu trang biên dịch sẵn"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
926
111
kono
parents: 67
diff changeset
927 #: pch.c:621
36
855418dad1a3 gcc-4.4-20091020
e075725
parents: 0
diff changeset
928 #, c-format
855418dad1a3 gcc-4.4-20091020
e075725
parents: 0
diff changeset
929 msgid "%s: not used because `%.*s' is poisoned"
111
kono
parents: 67
diff changeset
930 msgstr "%s: không được dùng vì “%.*s” không còn tin cậy lại (bị dữ liệu sai thay thế)"
36
855418dad1a3 gcc-4.4-20091020
e075725
parents: 0
diff changeset
931
111
kono
parents: 67
diff changeset
932 #: pch.c:643
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
933 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
934 msgid "%s: not used because `%.*s' not defined"
111
kono
parents: 67
diff changeset
935 msgstr "%s: không được dùng vì chưa định nghĩa “%.*s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
936
111
kono
parents: 67
diff changeset
937 #: pch.c:655
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
938 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
939 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
111
kono
parents: 67
diff changeset
940 msgstr "%s: không được dùng vì “%.*s” đã được định nghĩa là “%s” không phải “%.*s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
941
111
kono
parents: 67
diff changeset
942 #: pch.c:696
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
943 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
944 msgid "%s: not used because `%s' is defined"
111
kono
parents: 67
diff changeset
945 msgstr "%s: không được dùng vì “%s” đã được định nghĩa"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
946
111
kono
parents: 67
diff changeset
947 #: pch.c:716
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
948 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
949 msgid "%s: not used because `__COUNTER__' is invalid"
111
kono
parents: 67
diff changeset
950 msgstr "%s: không được dùng vì “__COUNTER__” không hợp lệ"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
951
111
kono
parents: 67
diff changeset
952 #: pch.c:725 pch.c:902
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
953 msgid "while reading precompiled header"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
954 msgstr "trong khi đọc đầu trang biên dịch sẵn"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
955
111
kono
parents: 67
diff changeset
956 #: traditional.c:889
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
957 #, c-format
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
958 msgid "detected recursion whilst expanding macro \"%s\""
111
kono
parents: 67
diff changeset
959 msgstr "đã phát hiện sự đệ qui trong khi mở rộng vĩ lệnh “%s”"
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
960
111
kono
parents: 67
diff changeset
961 #: traditional.c:1108
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
962 msgid "syntax error in macro parameter list"
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
963 msgstr "gặp lỗi cú pháp trong danh sách tham số vĩ lệnh"
111
kono
parents: 67
diff changeset
964
kono
parents: 67
diff changeset
965 #~ msgid "NULL directory in find_file"
kono
parents: 67
diff changeset
966 #~ msgstr "thư mục RỖNG trong “find_file” (tìm tập tin)"
kono
parents: 67
diff changeset
967
kono
parents: 67
diff changeset
968 #~ msgid "%s is a block device"
kono
parents: 67
diff changeset
969 #~ msgstr "%s là một thiết bị khối"
kono
parents: 67
diff changeset
970
kono
parents: 67
diff changeset
971 #~ msgid "%s is too large"
kono
parents: 67
diff changeset
972 #~ msgstr "%s quá lớn"
kono
parents: 67
diff changeset
973
kono
parents: 67
diff changeset
974 #~ msgid "%s is shorter than expected"
kono
parents: 67
diff changeset
975 #~ msgstr "%s ngắn hơn mong đợi"
kono
parents: 67
diff changeset
976
kono
parents: 67
diff changeset
977 #~ msgid "Character %x might not be NFKC"
kono
parents: 67
diff changeset
978 #~ msgstr "Ký tự %x có lẽ không phải có kiểu NFKC"
kono
parents: 67
diff changeset
979
kono
parents: 67
diff changeset
980 #~ msgid "too many decimal points in number"
kono
parents: 67
diff changeset
981 #~ msgstr "con số chứa quá nhiều dấu thập phân"
kono
parents: 67
diff changeset
982
kono
parents: 67
diff changeset
983 #~ msgid "invalid digit \"%c\" in binary constant"
kono
parents: 67
diff changeset
984 #~ msgstr "gặp chữ số không hợp lệ “%c” trong hằng nhị phân"
kono
parents: 67
diff changeset
985
kono
parents: 67
diff changeset
986 #~ msgid "invalid digit \"%c\" in octal constant"
kono
parents: 67
diff changeset
987 #~ msgstr "gặp chữ số không hợp lệ “%c” trong hằng bát phân"
kono
parents: 67
diff changeset
988
kono
parents: 67
diff changeset
989 #~ msgid "no digits in hexadecimal floating constant"
kono
parents: 67
diff changeset
990 #~ msgstr "hằng dấu chấm động thập lục không chứa chữ số"
kono
parents: 67
diff changeset
991
kono
parents: 67
diff changeset
992 #~ msgid "exponent has no digits"
kono
parents: 67
diff changeset
993 #~ msgstr "số mũ không có chữ số nào"
kono
parents: 67
diff changeset
994
kono
parents: 67
diff changeset
995 #~ msgid "hexadecimal floating constants require an exponent"
kono
parents: 67
diff changeset
996 #~ msgstr "mỗi hằng dấu chấm động thập lục cần đến một số mũ"
kono
parents: 67
diff changeset
997
kono
parents: 67
diff changeset
998 #~ msgid "missing binary operator before token \"%s\""
kono
parents: 67
diff changeset
999 #~ msgstr "thiếu toán tử nhị phân nằm trước thẻ bài “%s”"
kono
parents: 67
diff changeset
1000
kono
parents: 67
diff changeset
1001 #~ msgid "token \"%s\" is not valid in preprocessor expressions"
kono
parents: 67
diff changeset
1002 #~ msgstr "thẻ bài “%s” không hợp lệ trong biểu thức tiền xử lý"
kono
parents: 67
diff changeset
1003
kono
parents: 67
diff changeset
1004 #~ msgid "missing expression between '(' and ')'"
kono
parents: 67
diff changeset
1005 #~ msgstr "thiếu biểu thức nằm giữa “(” và “)”"
kono
parents: 67
diff changeset
1006
kono
parents: 67
diff changeset
1007 #~ msgid "%s with no expression"
kono
parents: 67
diff changeset
1008 #~ msgstr "%s mà không có biểu thức"
kono
parents: 67
diff changeset
1009
kono
parents: 67
diff changeset
1010 #~ msgid "operator '%s' has no right operand"
kono
parents: 67
diff changeset
1011 #~ msgstr "toán tử “%s” không có toán hạng bên phải"
kono
parents: 67
diff changeset
1012
kono
parents: 67
diff changeset
1013 #~ msgid "operator '%s' has no left operand"
kono
parents: 67
diff changeset
1014 #~ msgstr "toán tử “%s” không có tác từ bên trái"
kono
parents: 67
diff changeset
1015
kono
parents: 67
diff changeset
1016 #~ msgid " ':' without preceding '?'"
kono
parents: 67
diff changeset
1017 #~ msgstr " Dấu hai chấm “:” mà không có dấu hỏi “?” đi trước"