OSDN Git Service

424c4643798f443aac92481f23796e07284782be
[pf3gnuchains/gcc-fork.git] / libcpp / po / uk.po
1 # Ukrainian translation of cpplib.
2 # Copyright (C) 2007 Free Software Foundation, Inc.
3 # Maxim V. Dziumanenko <dziumanenko@gmail.com>, 2007.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: cpplib 4.2.1\n"
8 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
9 "POT-Creation-Date: 2010-10-22 14:48+0000\n"
10 "PO-Revision-Date: 2007-08-17 11:23+0300\n"
11 "Last-Translator: Maxim V. Dziumanenko <dziumanenko@gmail.com>\n"
12 "Language-Team: Ukrainian <translation-team-uk@lists.sourceforge.net>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
17
18 #: charset.c:674
19 #, c-format
20 msgid "conversion from %s to %s not supported by iconv"
21 msgstr "перетворення з %s у %s не підтримується iconv"
22
23 #: charset.c:677
24 msgid "iconv_open"
25 msgstr "iconv_open"
26
27 #: charset.c:685
28 #, c-format
29 msgid "no iconv implementation, cannot convert from %s to %s"
30 msgstr "відсутня реалізація iconv, не вдається перетворити з %s на %s"
31
32 #: charset.c:781
33 #, c-format
34 msgid "character 0x%lx is not in the basic source character set\n"
35 msgstr "символ 0x%lx відсутній у базовому первинному наборі символів\n"
36
37 #: charset.c:798 charset.c:1444
38 msgid "converting to execution character set"
39 msgstr "перетворення на виконуваний набір символів"
40
41 #: charset.c:804
42 #, c-format
43 msgid "character 0x%lx is not unibyte in execution character set"
44 msgstr "символ 0x%lx не однобайтовий у виконуваному наборі символів"
45
46 #: charset.c:928
47 #, c-format
48 msgid "Character %x might not be NFKC"
49 msgstr "Символ %x може не бути NFKC"
50
51 #: charset.c:994
52 msgid "universal character names are only valid in C++ and C99"
53 msgstr "універсальні назви символів допустимі лише у C++ та C99"
54
55 #: charset.c:997
56 #, c-format
57 msgid "the meaning of '\\%c' is different in traditional C"
58 msgstr "сенс '\\%c' відрізняється від традиційної мови C"
59
60 #: charset.c:1006
61 msgid "In _cpp_valid_ucn but not a UCN"
62 msgstr "У _cpp_valid_ucn але не UCN"
63
64 #: charset.c:1031
65 #, c-format
66 msgid "incomplete universal character name %.*s"
67 msgstr "неповна універсальна назва символу %.*s"
68
69 #: charset.c:1046
70 #, c-format
71 msgid "%.*s is not a valid universal character"
72 msgstr "%.*s не є допустимим універсальним символом"
73
74 #: charset.c:1056 lex.c:1040
75 msgid "'$' in identifier or number"
76 msgstr "'$' у ідентифікаторі чи числі"
77
78 #: charset.c:1066
79 #, c-format
80 msgid "universal character %.*s is not valid in an identifier"
81 msgstr "універсальний символ %.*s не є допустимим у ідентифікаторі"
82
83 #: charset.c:1070
84 #, c-format
85 msgid "universal character %.*s is not valid at the start of an identifier"
86 msgstr "універсальний символ %.*s не є допустимим на початку ідентифікатора"
87
88 #: charset.c:1102 charset.c:1674
89 msgid "converting UCN to source character set"
90 msgstr "перетворення UCN на первинний набір символів"
91
92 #: charset.c:1106
93 msgid "converting UCN to execution character set"
94 msgstr "перетворення UCN на виконуваний набір символів"
95
96 #: charset.c:1178
97 msgid "the meaning of '\\x' is different in traditional C"
98 msgstr "сенс '\\x' відрізняється від традиційної мови C"
99
100 #: charset.c:1195
101 msgid "\\x used with no following hex digits"
102 msgstr "\\x використовується з наступними шістнадцятковими цифрами"
103
104 #: charset.c:1202
105 msgid "hex escape sequence out of range"
106 msgstr "шістнадцяткова escape-послідовність поза межами діапазону"
107
108 #: charset.c:1240
109 msgid "octal escape sequence out of range"
110 msgstr "вісімкова escape-послідовність поза межами діапазону"
111
112 #: charset.c:1306
113 msgid "the meaning of '\\a' is different in traditional C"
114 msgstr "сенс '\\a' відрізняється від традиційної мови C"
115
116 #: charset.c:1313
117 #, c-format
118 msgid "non-ISO-standard escape sequence, '\\%c'"
119 msgstr "escape-послідовність не за стандартом ISO, '\\%c'"
120
121 #: charset.c:1321
122 #, fuzzy, c-format
123 msgid "unknown escape sequence: '\\%c'"
124 msgstr "Невідома escape-послідовність '\\%c'"
125
126 #: charset.c:1329
127 #, c-format
128 msgid "unknown escape sequence: '\\%s'"
129 msgstr "Невідома escape-послідовність: '\\%s'"
130
131 #: charset.c:1336
132 msgid "converting escape sequence to execution character set"
133 msgstr "escape-послідовність перетворюється на виконуваний набір символів"
134
135 #: charset.c:1509 charset.c:1573
136 msgid "character constant too long for its type"
137 msgstr "символьна константа надто довга для вказаного типу"
138
139 #: charset.c:1512
140 msgid "multi-character character constant"
141 msgstr "багатосимвольна символьна константа"
142
143 #: charset.c:1612
144 msgid "empty character constant"
145 msgstr "порожня символьна константа"
146
147 #: charset.c:1721
148 #, c-format
149 msgid "failure to convert %s to %s"
150 msgstr "помилка при перетворені %s на %s"
151
152 #: directives.c:223 directives.c:249
153 #, c-format
154 msgid "extra tokens at end of #%s directive"
155 msgstr "зайві лексеми наприкінці директиви #%s"
156
157 #: directives.c:355
158 #, c-format
159 msgid "#%s is a GCC extension"
160 msgstr "#%s є розширенням GCC"
161
162 #: directives.c:360
163 #, fuzzy, c-format
164 msgid "#%s is a deprecated GCC extension"
165 msgstr "#%s є розширенням GCC"
166
167 #: directives.c:373
168 msgid "suggest not using #elif in traditional C"
169 msgstr "рекомендується не використовувати #elif у традиційній мові C"
170
171 #: directives.c:376
172 #, c-format
173 msgid "traditional C ignores #%s with the # indented"
174 msgstr "у традиційній мові C ігноруються #%s, якщо # з відступом"
175
176 #: directives.c:380
177 #, c-format
178 msgid "suggest hiding #%s from traditional C with an indented #"
179 msgstr "рекомендується приховувати #%s у традиційній мові C використовуючи відступ перед #"
180
181 #: directives.c:406
182 msgid "embedding a directive within macro arguments is not portable"
183 msgstr "вбудована директива з макро-аргументами не є переносимою"
184
185 #: directives.c:426
186 msgid "style of line directive is a GCC extension"
187 msgstr "стиль директиви line є розширенням GCC"
188
189 #: directives.c:481
190 #, c-format
191 msgid "invalid preprocessing directive #%s"
192 msgstr "неправильна директива препроцесора #%s"
193
194 #: directives.c:549
195 msgid "\"defined\" cannot be used as a macro name"
196 msgstr "\"defined\" не може використовуватись як назва макросу"
197
198 #: directives.c:555
199 #, c-format
200 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
201 msgstr "\"%s\" не може використовуватись як назва макросу, оскільки це - оператор у C++"
202
203 #: directives.c:558
204 #, c-format
205 msgid "no macro name given in #%s directive"
206 msgstr "не вказаний макрос у директиві #%s"
207
208 #: directives.c:561
209 msgid "macro names must be identifiers"
210 msgstr "назви макросів повинні бути ідентифікаторами"
211
212 #: directives.c:610
213 #, c-format
214 msgid "undefining \"%s\""
215 msgstr "скасовується визначення \"%s\""
216
217 #: directives.c:665
218 msgid "missing terminating > character"
219 msgstr "відсутній завершальний символ >"
220
221 #: directives.c:724
222 #, c-format
223 msgid "#%s expects \"FILENAME\" or <FILENAME>"
224 msgstr "#%s очікує \"FILENAME\" або <FILENAME>"
225
226 #: directives.c:770
227 #, c-format
228 msgid "empty filename in #%s"
229 msgstr "порожня назва файлу у #%s"
230
231 #: directives.c:780
232 msgid "#include nested too deeply"
233 msgstr "надто глибоке вкладання #include"
234
235 #: directives.c:821
236 msgid "#include_next in primary source file"
237 msgstr "#include_next у первинному файлі тексту програми"
238
239 #: directives.c:847
240 #, c-format
241 msgid "invalid flag \"%s\" in line directive"
242 msgstr "некоректна ознака \"%s\" у директиві line"
243
244 #: directives.c:907
245 msgid "unexpected end of file after #line"
246 msgstr ""
247
248 #: directives.c:910
249 #, c-format
250 msgid "\"%s\" after #line is not a positive integer"
251 msgstr "\"%s\" після #line не є додатнім цілим числом"
252
253 #: directives.c:916 directives.c:918
254 msgid "line number out of range"
255 msgstr "номер рядка за межами діапазону"
256
257 #: directives.c:931 directives.c:1011
258 #, c-format
259 msgid "\"%s\" is not a valid filename"
260 msgstr "\"%s\" не є коректною назвою файлу"
261
262 #: directives.c:971
263 #, c-format
264 msgid "\"%s\" after # is not a positive integer"
265 msgstr "\"%s\" після # не є додатнім цілим числом"
266
267 #: directives.c:1064 directives.c:1066 directives.c:1068
268 #, c-format
269 msgid "%s"
270 msgstr ""
271
272 #: directives.c:1092
273 #, c-format
274 msgid "invalid #%s directive"
275 msgstr "некоректна директива #%s"
276
277 #: directives.c:1155
278 #, c-format
279 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
280 msgstr "прагми реєструються у просторі назв \"%s\" за відсутності розширення назв"
281
282 #: directives.c:1164
283 #, c-format
284 msgid "registering pragma \"%s\" with name expansion and no namespace"
285 msgstr "прагма \"%s\" реєструється з розширенням назви але без простору назви"
286
287 #: directives.c:1182
288 #, c-format
289 msgid "registering \"%s\" as both a pragma and a pragma namespace"
290 msgstr "\"%s\" реєструється як прагма та як прострі назв прагм"
291
292 #: directives.c:1185
293 #, c-format
294 msgid "#pragma %s %s is already registered"
295 msgstr "#pragma %s %s вже зареєстровано"
296
297 #: directives.c:1188
298 #, c-format
299 msgid "#pragma %s is already registered"
300 msgstr "#pragma %s вже зареєстровано"
301
302 #: directives.c:1218
303 msgid "registering pragma with NULL handler"
304 msgstr "реєструється pragma з NULL-обробником"
305
306 #: directives.c:1430
307 msgid "#pragma once in main file"
308 msgstr "#pragma один раз у головному файлі"
309
310 #: directives.c:1453
311 #, fuzzy
312 msgid "invalid #pragma push_macro directive"
313 msgstr "некоректна #pragma GCC poison директива"
314
315 #: directives.c:1508
316 #, fuzzy
317 msgid "invalid #pragma pop_macro directive"
318 msgstr "некоректна #pragma GCC poison директива"
319
320 #: directives.c:1563
321 msgid "invalid #pragma GCC poison directive"
322 msgstr "некоректна #pragma GCC poison директива"
323
324 #: directives.c:1572
325 #, c-format
326 msgid "poisoning existing macro \"%s\""
327 msgstr "poisoning існуючих макросів \"%s\""
328
329 #: directives.c:1591
330 msgid "#pragma system_header ignored outside include file"
331 msgstr "#pragma system_header проігноровано за межами включеного файлу"
332
333 #: directives.c:1616
334 #, c-format
335 msgid "cannot find source file %s"
336 msgstr "не вдається знайти первинний файл %s"
337
338 #: directives.c:1620
339 #, c-format
340 msgid "current file is older than %s"
341 msgstr "поточний файл старіший ніж %s"
342
343 #: directives.c:1805
344 msgid "_Pragma takes a parenthesized string literal"
345 msgstr "_Pragma охоплює дужками символьний літерал"
346
347 #: directives.c:1916
348 msgid "#else without #if"
349 msgstr "#else без #if"
350
351 #: directives.c:1921
352 msgid "#else after #else"
353 msgstr "#else після #else"
354
355 #: directives.c:1923 directives.c:1956
356 msgid "the conditional began here"
357 msgstr "умова починається тут"
358
359 #: directives.c:1949
360 msgid "#elif without #if"
361 msgstr "#elif без #if"
362
363 #: directives.c:1954
364 msgid "#elif after #else"
365 msgstr "#elif після #else"
366
367 #: directives.c:1992
368 msgid "#endif without #if"
369 msgstr "#endif беp #if"
370
371 #: directives.c:2072
372 msgid "missing '(' after predicate"
373 msgstr "відсутня '(' після предикату"
374
375 #: directives.c:2087
376 msgid "missing ')' to complete answer"
377 msgstr "відсутня ')' для завершення відповіді"
378
379 #: directives.c:2107
380 msgid "predicate's answer is empty"
381 msgstr "відповідь предиката порожня"
382
383 #: directives.c:2134
384 msgid "assertion without predicate"
385 msgstr "твердження без предикату"
386
387 #: directives.c:2137
388 msgid "predicate must be an identifier"
389 msgstr "предикат має бути ідентифікатором"
390
391 #: directives.c:2223
392 #, c-format
393 msgid "\"%s\" re-asserted"
394 msgstr "\"%s\" повторне ствердження"
395
396 #: directives.c:2514
397 #, c-format
398 msgid "unterminated #%s"
399 msgstr "незавершене #%s"
400
401 #: directives-only.c:222 lex.c:2068 traditional.c:163
402 msgid "unterminated comment"
403 msgstr "незавершений коментар"
404
405 #: errors.c:235
406 msgid "stdout"
407 msgstr "stdout"
408
409 #: errors.c:237
410 #, c-format
411 msgid "%s: %s"
412 msgstr "%s: %s"
413
414 #: expr.c:282
415 msgid "too many decimal points in number"
416 msgstr "надто багато десяткових точок у числі"
417
418 #: expr.c:311 expr.c:396
419 #, fuzzy
420 msgid "fixed-point constants are a GCC extension"
421 msgstr "уявні константи є розширенням GCC"
422
423 #: expr.c:324
424 #, fuzzy, c-format
425 msgid "invalid digit \"%c\" in binary constant"
426 msgstr "некоректна цифра \"%c\" у вісімковій константі"
427
428 #: expr.c:326
429 #, c-format
430 msgid "invalid digit \"%c\" in octal constant"
431 msgstr "некоректна цифра \"%c\" у вісімковій константі"
432
433 #: expr.c:334
434 #, fuzzy
435 msgid "invalid prefix \"0b\" for floating constant"
436 msgstr "некоректний суфікс \"%.*s\" у константі з плаваючою комою"
437
438 #: expr.c:339
439 #, fuzzy
440 msgid "no digits in hexadecimal floating constant"
441 msgstr "використовуйте десятково-шістнадцяткову константу з плаваючою комою мови C99"
442
443 #: expr.c:343
444 msgid "use of C99 hexadecimal floating constant"
445 msgstr "використовуйте десятково-шістнадцяткову константу з плаваючою комою мови C99"
446
447 #: expr.c:352
448 msgid "exponent has no digits"
449 msgstr "експонента не має цифр"
450
451 #: expr.c:359
452 msgid "hexadecimal floating constants require an exponent"
453 msgstr "для десятково-шістнадцяткової константи з плаваючою комою потрібна експонента"
454
455 #: expr.c:365
456 #, c-format
457 msgid "invalid suffix \"%.*s\" on floating constant"
458 msgstr "некоректний суфікс \"%.*s\" у константі з плаваючою комою"
459
460 #: expr.c:375 expr.c:425
461 #, c-format
462 msgid "traditional C rejects the \"%.*s\" suffix"
463 msgstr "традиційною мовою C не сприймається суфікс \"%.*s\""
464
465 #: expr.c:383
466 #, fuzzy
467 msgid "suffix for double constant is a GCC extension"
468 msgstr "уявні константи є розширенням GCC"
469
470 #: expr.c:389
471 #, c-format
472 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
473 msgstr "некоректний суфікс \"%.*s\" з десятково-шістнадцятковою константою з плаваючою комою"
474
475 #: expr.c:400
476 #, fuzzy
477 msgid "decimal float constants are a GCC extension"
478 msgstr "уявні константи є розширенням GCC"
479
480 #: expr.c:410
481 #, c-format
482 msgid "invalid suffix \"%.*s\" on integer constant"
483 msgstr "некоректний суфікс \"%.*s\" у цілій константі"
484
485 #: expr.c:433
486 #, fuzzy
487 msgid "use of C++0x long long integer constant"
488 msgstr "використовуйте цілу константу long long з C99"
489
490 #: expr.c:434
491 msgid "use of C99 long long integer constant"
492 msgstr "використовуйте цілу константу long long з C99"
493
494 #: expr.c:448
495 msgid "imaginary constants are a GCC extension"
496 msgstr "уявні константи є розширенням GCC"
497
498 #: expr.c:451
499 #, fuzzy
500 msgid "binary constants are a GCC extension"
501 msgstr "уявні константи є розширенням GCC"
502
503 #: expr.c:544
504 msgid "integer constant is too large for its type"
505 msgstr "ціла константа надто велика для вказаного типу"
506
507 #: expr.c:575
508 msgid "integer constant is so large that it is unsigned"
509 msgstr "ціла константа така велика, що вона не матиме знаку"
510
511 #: expr.c:670
512 msgid "missing ')' after \"defined\""
513 msgstr "відсутня ')' після \"defined\""
514
515 #: expr.c:677
516 msgid "operator \"defined\" requires an identifier"
517 msgstr "для оператора \"defined\" потрібен ідентифікатор"
518
519 #: expr.c:685
520 #, c-format
521 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
522 msgstr "(\"%s\" - альтернативна лексема для \"%s\" у C++)"
523
524 #: expr.c:695
525 msgid "this use of \"defined\" may not be portable"
526 msgstr "використання \"defined\" може бути непереносимим"
527
528 #: expr.c:751
529 msgid "floating constant in preprocessor expression"
530 msgstr "константа з плаваючою комою у виразі препроцесора"
531
532 #: expr.c:757
533 msgid "imaginary number in preprocessor expression"
534 msgstr "уявне число у виразі препроцесора"
535
536 #: expr.c:804
537 #, c-format
538 msgid "\"%s\" is not defined"
539 msgstr "\"%s\" не визначено"
540
541 #: expr.c:816
542 #, fuzzy
543 msgid "assertions are a GCC extension"
544 msgstr "#%s є розширенням GCC"
545
546 #: expr.c:819
547 msgid "assertions are a deprecated extension"
548 msgstr ""
549
550 #: expr.c:952 expr.c:981
551 #, c-format
552 msgid "missing binary operator before token \"%s\""
553 msgstr "відсутній двійковий оператор перед лексемою \"%s\""
554
555 #: expr.c:972
556 #, c-format
557 msgid "token \"%s\" is not valid in preprocessor expressions"
558 msgstr "лексема \"%s\" не є допустимим у виразі препроцесора"
559
560 #: expr.c:989
561 msgid "missing expression between '(' and ')'"
562 msgstr "відсутній вираз між '(' та ')'"
563
564 #: expr.c:992
565 #, fuzzy, c-format
566 msgid "%s with no expression"
567 msgstr "відсутній вираз після #if"
568
569 #: expr.c:995
570 #, c-format
571 msgid "operator '%s' has no right operand"
572 msgstr "оператор '%s' не містить коректного операнду"
573
574 #: expr.c:1000
575 #, c-format
576 msgid "operator '%s' has no left operand"
577 msgstr "оператор '%s' не містить лівого операнду"
578
579 #: expr.c:1026
580 msgid " ':' without preceding '?'"
581 msgstr " ':' без подовження '?'"
582
583 #: expr.c:1054
584 #, fuzzy, c-format
585 msgid "unbalanced stack in %s"
586 msgstr "незбалансований стек у #if"
587
588 #: expr.c:1074
589 #, c-format
590 msgid "impossible operator '%u'"
591 msgstr "неможливий оператор '%u'"
592
593 #: expr.c:1175
594 msgid "missing ')' in expression"
595 msgstr "відсутня ')' у виразі"
596
597 #: expr.c:1204
598 msgid "'?' without following ':'"
599 msgstr "'?' без наступного ':'"
600
601 #: expr.c:1214
602 msgid "integer overflow in preprocessor expression"
603 msgstr "переповнення цілого числа у виразі препроцесора"
604
605 #: expr.c:1219
606 msgid "missing '(' in expression"
607 msgstr "відсутня '(' у виразі"
608
609 #: expr.c:1251
610 #, c-format
611 msgid "the left operand of \"%s\" changes sign when promoted"
612 msgstr "лівий операнд \"%s\" змінює знак при підвищенні"
613
614 #: expr.c:1256
615 #, c-format
616 msgid "the right operand of \"%s\" changes sign when promoted"
617 msgstr "правий оператор \"%s\" змінює знак при підвищенні"
618
619 #: expr.c:1515
620 msgid "traditional C rejects the unary plus operator"
621 msgstr "у традиційній мові C не допускається унарний оператор плюс"
622
623 #: expr.c:1598
624 msgid "comma operator in operand of #if"
625 msgstr "оператор кома у операнді #if"
626
627 #: expr.c:1734
628 msgid "division by zero in #if"
629 msgstr "ділення на нуль у #if"
630
631 #: files.c:463
632 msgid "NULL directory in find_file"
633 msgstr "значення каталогу NULL у find_file"
634
635 #: files.c:500
636 msgid "one or more PCH files were found, but they were invalid"
637 msgstr "знайдено один або більше файлів PCH, але вони некоректні"
638
639 #: files.c:503
640 msgid "use -Winvalid-pch for more information"
641 msgstr "докладніша інформація виводиться, якщо вказати -Winvalid-pch"
642
643 #: files.c:594
644 #, c-format
645 msgid "%s is a block device"
646 msgstr "%s є блочним пристроєм"
647
648 #: files.c:611
649 #, c-format
650 msgid "%s is too large"
651 msgstr "%s надто великий"
652
653 #: files.c:646
654 #, c-format
655 msgid "%s is shorter than expected"
656 msgstr "%s коротший ніж очікувалося"
657
658 #: files.c:881
659 #, c-format
660 msgid "no include path in which to search for %s"
661 msgstr "відсутні шлях включення у якому ведеться пошук для %s"
662
663 #: files.c:1307
664 msgid "Multiple include guards may be useful for:\n"
665 msgstr "Декілька include guards можуть бути корисні для:\n"
666
667 #: init.c:489
668 msgid "cppchar_t must be an unsigned type"
669 msgstr "cppchar_t має бути беззнакового типу"
670
671 #: init.c:493
672 #, c-format
673 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
674 msgstr "арифметика препроцесора має максимальну точність %lu біт; ціль вимагає %lu біт"
675
676 #: init.c:500
677 msgid "CPP arithmetic must be at least as precise as a target int"
678 msgstr "арифметика CPP повинна мати принаймні таку ж точність я у цільового цілого числа"
679
680 #: init.c:503
681 msgid "target char is less than 8 bits wide"
682 msgstr "ширина цільового типу char менша за 8 біт"
683
684 #: init.c:507
685 msgid "target wchar_t is narrower than target char"
686 msgstr "цільовий wchar_t є вужчим за цільовий char"
687
688 #: init.c:511
689 msgid "target int is narrower than target char"
690 msgstr "цільовий тип int є вужчим ніж цільовий char"
691
692 #: init.c:516
693 msgid "CPP half-integer narrower than CPP character"
694 msgstr "CPP half-integer є вужчим за CPP character"
695
696 #: init.c:520
697 #, c-format
698 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
699 msgstr "CPP на цьому вузлі не може обробляти константи з символів шириною понад %lu біт, але для цілі вимагається %lu біт"
700
701 #: lex.c:834
702 msgid "backslash and newline separated by space"
703 msgstr "зворотна коса риска та символ нового рядка відділяються пробілом"
704
705 #: lex.c:839
706 msgid "backslash-newline at end of file"
707 msgstr "зворотна коса риска та символ нового рядка наприкінці файлу"
708
709 #: lex.c:855
710 #, c-format
711 msgid "trigraph ??%c converted to %c"
712 msgstr "тристоронній ??%c перетворено на %c"
713
714 #: lex.c:863
715 #, c-format
716 msgid "trigraph ??%c ignored, use -trigraphs to enable"
717 msgstr "тристоронній ??%c проігноровано, використовуйте -trigraphs, щоб увімкнути"
718
719 #: lex.c:912
720 msgid "\"/*\" within comment"
721 msgstr "\"/*\" всередині коментаря"
722
723 #: lex.c:970
724 #, c-format
725 msgid "%s in preprocessing directive"
726 msgstr "%s в директиві препроцесора"
727
728 #: lex.c:979
729 msgid "null character(s) ignored"
730 msgstr "null-символи проігноровані"
731
732 #: lex.c:1016
733 #, c-format
734 msgid "`%.*s' is not in NFKC"
735 msgstr "`%.*s' не у NFKC"
736
737 #: lex.c:1019
738 #, c-format
739 msgid "`%.*s' is not in NFC"
740 msgstr "`%.*s' не у NFC"
741
742 #: lex.c:1087 lex.c:1164
743 #, c-format
744 msgid "attempt to use poisoned \"%s\""
745 msgstr "спроба використати poisoned \"%s\""
746
747 #: lex.c:1095 lex.c:1172
748 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
749 msgstr "__VA_ARGS__ може з'являтися лише у розширенні макросу variadic з мови C99"
750
751 #: lex.c:1101 lex.c:1178
752 #, c-format
753 msgid "identifier \"%s\" is a special operator name in C++"
754 msgstr ""
755
756 #: lex.c:1323
757 msgid "raw string delimiter longer than 16 characters"
758 msgstr ""
759
760 #: lex.c:1326
761 #, fuzzy, c-format
762 msgid "invalid character '%c' in raw string delimiter"
763 msgstr "універсальний символ %.*s не є допустимим у ідентифікаторі"
764
765 #: lex.c:1447 lex.c:1469
766 #, fuzzy
767 msgid "unterminated raw string"
768 msgstr "незавершене #%s"
769
770 #: lex.c:1484 lex.c:1583
771 msgid "null character(s) preserved in literal"
772 msgstr "null-символи збережені буквально"
773
774 #: lex.c:1586
775 #, c-format
776 msgid "missing terminating %c character"
777 msgstr "відсутній завершальний символ %c"
778
779 #: lex.c:2079
780 msgid "C++ style comments are not allowed in ISO C90"
781 msgstr "Коментарі у стилі C++ неприпустимі згідно ISO C90"
782
783 #: lex.c:2081
784 msgid "(this will be reported only once per input file)"
785 msgstr "(повідомлення про це з'явиться лише один для вхідного файлу)"
786
787 #: lex.c:2086
788 msgid "multi-line comment"
789 msgstr "багаторядковий коментар"
790
791 #: lex.c:2406
792 #, c-format
793 msgid "unspellable token %s"
794 msgstr "неможливо розібрати лексему %s"
795
796 #: macro.c:87
797 #, c-format
798 msgid "macro \"%s\" is not used"
799 msgstr "макрос \"%s\" не використовується"
800
801 #: macro.c:126 macro.c:321
802 #, c-format
803 msgid "invalid built-in macro \"%s\""
804 msgstr "некоректний вбудований макрос \"%s\""
805
806 #: macro.c:160
807 msgid "could not determine file timestamp"
808 msgstr "не вдається визначити часову мітку файлу"
809
810 #: macro.c:256
811 msgid "could not determine date and time"
812 msgstr "не вдається визначити дату та час"
813
814 #: macro.c:272
815 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
816 msgstr ""
817
818 #: macro.c:430
819 msgid "invalid string literal, ignoring final '\\'"
820 msgstr "некоректний символьний літерал, ігнорується завершальний символ '\\'"
821
822 #: macro.c:490
823 #, c-format
824 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
825 msgstr "вставка \"%s\" та \"%s\" не призводить до коректної лексеми препроцесора"
826
827 #: macro.c:565
828 msgid "ISO C99 requires rest arguments to be used"
829 msgstr "ISO C99 вимагає, щоб використовувались решта аргументів"
830
831 #: macro.c:570
832 #, c-format
833 msgid "macro \"%s\" requires %u arguments, but only %u given"
834 msgstr "для макросу \"%s\" потрібно вказати %u аргументів, але вказано лише %u"
835
836 #: macro.c:575
837 #, c-format
838 msgid "macro \"%s\" passed %u arguments, but takes just %u"
839 msgstr "макросу \"%s\" передано %u аргументів, але з них використано лише %u"
840
841 #: macro.c:734 traditional.c:681
842 #, c-format
843 msgid "unterminated argument list invoking macro \"%s\""
844 msgstr "незавершений список аргументів у виклику макросу \"%s\""
845
846 #: macro.c:866
847 #, c-format
848 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
849 msgstr "подібний до функції макрос \"%s\" має використовуватися з аргументами у традиційній мові C"
850
851 #: macro.c:1040
852 #, c-format
853 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90 and ISO C++98"
854 msgstr ""
855
856 #: macro.c:1507
857 #, c-format
858 msgid "duplicate macro parameter \"%s\""
859 msgstr "дублікат параметра макросу \"%s\""
860
861 #: macro.c:1553
862 #, c-format
863 msgid "\"%s\" may not appear in macro parameter list"
864 msgstr "\"%s\" не може з'являтися у списку параметрів макросу"
865
866 #: macro.c:1561
867 msgid "macro parameters must be comma-separated"
868 msgstr "параметри макросу мають бути розділені комами"
869
870 #: macro.c:1578
871 msgid "parameter name missing"
872 msgstr "відсутня назва параметра"
873
874 #: macro.c:1596
875 msgid "anonymous variadic macros were introduced in C99"
876 msgstr "анонімні макроси variadic започатковані у C99"
877
878 #: macro.c:1601
879 msgid "ISO C does not permit named variadic macros"
880 msgstr "ISO C не припускає іменовані макроси variadic"
881
882 #: macro.c:1610
883 msgid "missing ')' in macro parameter list"
884 msgstr "відсутня ')' у списку параметрів макросу"
885
886 #: macro.c:1659
887 msgid "'##' cannot appear at either end of a macro expansion"
888 msgstr "'##' не може з'являтися з обох кінців макро-розширення"
889
890 #: macro.c:1694
891 msgid "ISO C99 requires whitespace after the macro name"
892 msgstr "у ISO C99 має бути пробіл після назви маросу"
893
894 #: macro.c:1718
895 msgid "missing whitespace after the macro name"
896 msgstr "відсутні пробіл після назви макросу"
897
898 #: macro.c:1752
899 msgid "'#' is not followed by a macro parameter"
900 msgstr "'#' не супроводжується параметром макросу"
901
902 #: macro.c:1910
903 #, c-format
904 msgid "\"%s\" redefined"
905 msgstr "повторне визначення \"%s\""
906
907 #: macro.c:1916
908 msgid "this is the location of the previous definition"
909 msgstr "...це місце першого визначення"
910
911 #: macro.c:1977
912 #, c-format
913 msgid "macro argument \"%s\" would be stringified in traditional C"
914 msgstr "аргумент макросу \"%s\" був би перетворений на рядок у традиційній мові C"
915
916 #: macro.c:2004
917 #, c-format
918 msgid "invalid hash type %d in cpp_macro_definition"
919 msgstr "некоректний типу хешу %d у cpp_macro_definition"
920
921 #: pch.c:88 pch.c:336 pch.c:348 pch.c:366 pch.c:372 pch.c:381 pch.c:388
922 msgid "while writing precompiled header"
923 msgstr "при записі попередньо скомпільованих заголовків"
924
925 #: pch.c:608
926 #, fuzzy, c-format
927 msgid "%s: not used because `%.*s' is poisoned"
928 msgstr "%s: не використовується, оскільки визначено `%s'"
929
930 #: pch.c:630
931 #, c-format
932 msgid "%s: not used because `%.*s' not defined"
933 msgstr "%s: не використовується оскільки `%.*s' не визначено"
934
935 #: pch.c:642
936 #, c-format
937 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
938 msgstr "%s: не використовується, оскільки `%.*s' визначено як `%s' не `%.*s'"
939
940 #: pch.c:683
941 #, c-format
942 msgid "%s: not used because `%s' is defined"
943 msgstr "%s: не використовується, оскільки визначено `%s'"
944
945 #: pch.c:703
946 #, fuzzy, c-format
947 msgid "%s: not used because `__COUNTER__' is invalid"
948 msgstr "%s: не використовується, оскільки визначено `%s'"
949
950 #: pch.c:712 pch.c:891
951 msgid "while reading precompiled header"
952 msgstr "при читанні попередньо скомпільованого заголовка"
953
954 #: traditional.c:751
955 #, c-format
956 msgid "detected recursion whilst expanding macro \"%s\""
957 msgstr "при розширенні макросу \"%s\" виявлено рекурсію"
958
959 #: traditional.c:969
960 msgid "syntax error in macro parameter list"
961 msgstr "синтаксична помилка у списку параметрів макросу"
962
963 #~ msgid "warning: "
964 #~ msgstr "попередження: "
965
966 #~ msgid "internal error: "
967 #~ msgstr "внутрішня помилка: "
968
969 #~ msgid "error: "
970 #~ msgstr "error: "
971
972 #~ msgid "no newline at end of file"
973 #~ msgstr "відсутній символ нового рядка наприкінці файлу"
974
975 #~ msgid "In file included from %s:%u"
976 #~ msgstr "У файлі включеному з %s:%u"
977
978 #~ msgid ""
979 #~ ",\n"
980 #~ "                 from %s:%u"
981 #~ msgstr ""
982 #~ ",\n"
983 #~ "                 з %s:%u"