[-fcompare-debug] var tracking options are not optimization options
[official-gcc.git] / libcpp / po / sr.po
blobc3894fe3e7d52365f23101fbdf8dfd1d78844c83
1 # Serbian translation of cpplib.
2 # Copyright (C) 2014 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcc package.
4 # Мирослав Николић <miroslavnikolic@rocketmail.com>, 2012—2016.
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: cpplib-6.1.0\n"
8 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
9 "POT-Creation-Date: 2017-01-01 00:51+0000\n"
10 "PO-Revision-Date: 2016-05-29 19:20+0200\n"
11 "Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
12 "Language-Team: Serbian <(nothing)>\n"
13 "Language: sr\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Bugs: Report translation errors to the Language-Team address.\n"
18 "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"
20 #: charset.c:674
21 #, c-format
22 msgid "conversion from %s to %s not supported by iconv"
23 msgstr "иконв не подржава претварање из %s у %s"
25 #: charset.c:677
26 msgid "iconv_open"
27 msgstr "иконв_отвори"
29 #: charset.c:685
30 #, c-format
31 msgid "no iconv implementation, cannot convert from %s to %s"
32 msgstr "нема иконв примене, не могу да претворим из %s у %s"
34 #: charset.c:781
35 #, c-format
36 msgid "character 0x%lx is not in the basic source character set\n"
37 msgstr "знак 0x%lx није у знаковном скупу основног извора\n"
39 #: charset.c:798 charset.c:1677
40 msgid "converting to execution character set"
41 msgstr "претварам у знаковни скуп извршавања"
43 #: charset.c:804
44 #, c-format
45 msgid "character 0x%lx is not unibyte in execution character set"
46 msgstr "знак 0x%lx није једног бајта у знаковном скупу извршавања"
48 #: charset.c:1047
49 msgid "universal character names are only valid in C++ and C99"
50 msgstr "називи свеопштег знака су једино исправни у Ц++ и Ц99"
52 #: charset.c:1051
53 msgid "C99's universal character names are incompatible with C90"
54 msgstr "називи свеопштег знака Ц99 нису сагласни са Ц90"
56 #: charset.c:1054
57 #, c-format
58 msgid "the meaning of '\\%c' is different in traditional C"
59 msgstr "значење „\\%c“ је другачије у уобичајеном Ц-у"
61 #: charset.c:1063
62 msgid "In _cpp_valid_ucn but not a UCN"
63 msgstr "У _цпп_исправан_нсз али није НСЗ"
65 #: charset.c:1096
66 #, c-format
67 msgid "incomplete universal character name %.*s"
68 msgstr "непотпун назив свеопштег знака %.*s"
70 #: charset.c:1111
71 #, c-format
72 msgid "%.*s is not a valid universal character"
73 msgstr "%.*s није исправан свеопшти знак"
75 #: charset.c:1121 lex.c:1333
76 msgid "'$' in identifier or number"
77 msgstr "„$“ у одреднику или број"
79 #: charset.c:1131
80 #, c-format
81 msgid "universal character %.*s is not valid in an identifier"
82 msgstr "свеопшти знак %.*s није исправан у одреднику"
84 #: charset.c:1135
85 #, c-format
86 msgid "universal character %.*s is not valid at the start of an identifier"
87 msgstr "свеопшти знак %.*s није исправан на почетку одредника"
89 #: charset.c:1181 charset.c:2000
90 msgid "converting UCN to source character set"
91 msgstr "претварам НСЗ у изворни знаковни скуп"
93 #: charset.c:1188
94 msgid "converting UCN to execution character set"
95 msgstr "претварам НСЗ у извршни знаковни скуп"
97 #: charset.c:1277
98 msgid "the meaning of '\\x' is different in traditional C"
99 msgstr "значење „\\x“ је другачије у уобичајеном Ц-у"
101 #: charset.c:1302
102 msgid "\\x used with no following hex digits"
103 msgstr "„\\x“ је коришћено са не пратећим хекса цифрама"
105 #: charset.c:1309
106 msgid "hex escape sequence out of range"
107 msgstr "хекс низ промене је изван опсега"
109 #: charset.c:1361
110 msgid "octal escape sequence out of range"
111 msgstr "октални низ промене је изван опсега"
113 #: charset.c:1443
114 msgid "the meaning of '\\a' is different in traditional C"
115 msgstr "значење „\\a“ је другачије у уобичајеном Ц-у"
117 #: charset.c:1450
118 #, c-format
119 msgid "non-ISO-standard escape sequence, '\\%c'"
120 msgstr "низ промене не-ИСО-стандарда, „\\%c“"
122 #: charset.c:1458
123 #, c-format
124 msgid "unknown escape sequence: '\\%c'"
125 msgstr "непознат низ промене: „\\%c“"
127 #: charset.c:1466
128 #, c-format
129 msgid "unknown escape sequence: '\\%s'"
130 msgstr "непознат низ промене: „\\%s“"
132 #: charset.c:1474
133 msgid "converting escape sequence to execution character set"
134 msgstr "претварам низ промене у знаковни скуп извршавања"
136 #: charset.c:1614
137 msgid "missing open quote"
138 msgstr ""
140 #: charset.c:1827 charset.c:1891
141 msgid "character constant too long for its type"
142 msgstr "константа знака је предуга за своју врсту"
144 #: charset.c:1830
145 msgid "multi-character character constant"
146 msgstr "више-знаковна константа знака"
148 #: charset.c:1931
149 msgid "empty character constant"
150 msgstr "празна константа знака"
152 #: charset.c:2047
153 #, c-format
154 msgid "failure to convert %s to %s"
155 msgstr "неуспех у претварању %s у %s"
157 #: directives.c:235 directives.c:278
158 #, c-format
159 msgid "extra tokens at end of #%s directive"
160 msgstr "посебни симболи на крају #%s директиве"
162 #: directives.c:385
163 #, c-format
164 msgid "#%s is a GCC extension"
165 msgstr "#%s је ГЦЦ проширење"
167 #: directives.c:390
168 #, c-format
169 msgid "#%s is a deprecated GCC extension"
170 msgstr "#%s је превазиђено ГЦЦ проширење"
172 #: directives.c:403
173 msgid "suggest not using #elif in traditional C"
174 msgstr "саветује да се не користи „#elif“ у уобичајеном Ц-у"
176 #: directives.c:406
177 #, c-format
178 msgid "traditional C ignores #%s with the # indented"
179 msgstr "уобичајени Ц занемарује #%s са # увученим"
181 #: directives.c:410
182 #, c-format
183 msgid "suggest hiding #%s from traditional C with an indented #"
184 msgstr "саветује скривање #%s из уобичајеног Ц-а са увученим #"
186 #: directives.c:436
187 msgid "embedding a directive within macro arguments is not portable"
188 msgstr "угнежђивање директиве унутар аргумената макроа није преносиво"
190 #: directives.c:456
191 msgid "style of line directive is a GCC extension"
192 msgstr "стил директиве реда је ГЦЦ проширење"
194 #: directives.c:537
195 #, c-format
196 msgid "invalid preprocessing directive #%s"
197 msgstr "неисправна директива предобраде #%s"
199 #: directives.c:606
200 msgid "\"defined\" cannot be used as a macro name"
201 msgstr "„defined“ не може бити коришћено као назив макроа"
203 #: directives.c:611
204 msgid "\"__has_include__\" cannot be used as a macro name"
205 msgstr "„__has_include__“ не може бити коришћено као назив макроа"
207 #: directives.c:617
208 #, c-format
209 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
210 msgstr "„%s“ не може бити коришћено као назив макроа јер је то оператор у Ц++-у"
212 #: directives.c:620
213 #, c-format
214 msgid "no macro name given in #%s directive"
215 msgstr "није дат назив макроа у #%s директиви"
217 #: directives.c:623
218 msgid "macro names must be identifiers"
219 msgstr "називи макроа морају бити одредници"
221 #: directives.c:672 directives.c:677
222 #, c-format
223 msgid "undefining \"%s\""
224 msgstr "неодређујем „%s“"
226 #: directives.c:732
227 msgid "missing terminating > character"
228 msgstr "недостаје завршни знак >"
230 #: directives.c:791
231 #, c-format
232 msgid "#%s expects \"FILENAME\" or <FILENAME>"
233 msgstr "#%s очекује „НАЗИВДАТОТЕКЕ“ или <НАЗИВДАТОТЕКЕ>"
235 #: directives.c:837
236 #, c-format
237 msgid "empty filename in #%s"
238 msgstr "празан назив датотеке у #%s"
240 #: directives.c:847
241 msgid "#include nested too deeply"
242 msgstr "#include је угнежђено превише дубоко"
244 #: directives.c:888
245 msgid "#include_next in primary source file"
246 msgstr "#include_next у примарној изворној датотеци"
248 #: directives.c:914
249 #, c-format
250 msgid "invalid flag \"%s\" in line directive"
251 msgstr "неисправна опција „%s“ у директиви реда"
253 #: directives.c:974
254 msgid "unexpected end of file after #line"
255 msgstr "неочекивани крај датотеке након „#line“"
257 #: directives.c:977
258 #, c-format
259 msgid "\"%s\" after #line is not a positive integer"
260 msgstr "„%s“ након „#line“ није позитиван цео број"
262 #: directives.c:983 directives.c:985
263 msgid "line number out of range"
264 msgstr "број реда је ван опсега"
266 #: directives.c:998 directives.c:1079
267 #, c-format
268 msgid "\"%s\" is not a valid filename"
269 msgstr "„%s“ није исправан назив датотеке"
271 #: directives.c:1039
272 #, c-format
273 msgid "\"%s\" after # is not a positive integer"
274 msgstr "„%s“ након „#“ није позитиван цео број"
276 #: directives.c:1098
277 #, c-format
278 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
279 msgstr "датотека „%s“ означавач реда занемаренa због нетачног угњежђавања"
281 #: directives.c:1157 directives.c:1159 directives.c:1161 directives.c:1747
282 #, c-format
283 msgid "%s"
284 msgstr "%s"
286 #: directives.c:1185
287 #, c-format
288 msgid "invalid #%s directive"
289 msgstr "неисправна #%s директива"
291 #: directives.c:1248
292 #, c-format
293 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
294 msgstr "бележим прагме у простору назива „%s“ са неодговарајућим ширењем назива"
296 #: directives.c:1257
297 #, c-format
298 msgid "registering pragma \"%s\" with name expansion and no namespace"
299 msgstr "бележим прагму „%s“ са ширењем назива и без простора назива"
301 #: directives.c:1275
302 #, c-format
303 msgid "registering \"%s\" as both a pragma and a pragma namespace"
304 msgstr "бележим „%s“ и као прагму и као простор назива прагме"
306 #: directives.c:1278
307 #, c-format
308 msgid "#pragma %s %s is already registered"
309 msgstr "#pragma %s %s је већ забележено"
311 #: directives.c:1281
312 #, c-format
313 msgid "#pragma %s is already registered"
314 msgstr "#pragma %s је већ забележено"
316 #: directives.c:1311
317 msgid "registering pragma with NULL handler"
318 msgstr "бележим прагму са НИШТАВНИМ руковаоцем"
320 #: directives.c:1528
321 msgid "#pragma once in main file"
322 msgstr "#pragma једном у главној датотеци"
324 #: directives.c:1551
325 msgid "invalid #pragma push_macro directive"
326 msgstr "неисправна „#pragma push_macro“ директива"
328 #: directives.c:1606
329 msgid "invalid #pragma pop_macro directive"
330 msgstr "неисправна „#pragma pop_macro“ директива"
332 #: directives.c:1661
333 msgid "invalid #pragma GCC poison directive"
334 msgstr "неисправна „#pragma GCC poison“ директива"
336 #: directives.c:1670
337 #, c-format
338 msgid "poisoning existing macro \"%s\""
339 msgstr "трујем постојећи макро „%s“"
341 #: directives.c:1689
342 msgid "#pragma system_header ignored outside include file"
343 msgstr "„#pragma system_header“ је занемарено изван датотеке укључивања"
345 #: directives.c:1714
346 #, c-format
347 msgid "cannot find source file %s"
348 msgstr "не могу да пронађем изворну датотеку „%s“"
350 #: directives.c:1718
351 #, c-format
352 msgid "current file is older than %s"
353 msgstr "текућа датотека је старија од %s"
355 #: directives.c:1742
356 #, c-format
357 msgid "invalid \"#pragma GCC %s\" directive"
358 msgstr "неисправна директива „#pragma GCC %s“"
360 #: directives.c:1943
361 msgid "_Pragma takes a parenthesized string literal"
362 msgstr "_Прагма узима словност ниске затворене заградом"
364 #: directives.c:2064
365 msgid "#else without #if"
366 msgstr "„#else“ без „#if“"
368 #: directives.c:2069
369 msgid "#else after #else"
370 msgstr "„#else“ након „#else“"
372 #: directives.c:2071 directives.c:2104
373 msgid "the conditional began here"
374 msgstr "условљеност почиње овде"
376 #: directives.c:2097
377 msgid "#elif without #if"
378 msgstr "„#elif“ без „#if“"
380 #: directives.c:2102
381 msgid "#elif after #else"
382 msgstr "„#elif“ након „#else“"
384 #: directives.c:2133
385 msgid "#endif without #if"
386 msgstr "„#endif“ без „#if“"
388 #: directives.c:2213
389 msgid "missing '(' after predicate"
390 msgstr "недостаје ( након предиката"
392 #: directives.c:2228
393 msgid "missing ')' to complete answer"
394 msgstr "недостаје ) да доврши одговор"
396 #: directives.c:2248
397 msgid "predicate's answer is empty"
398 msgstr "одговор предиката је празан"
400 #: directives.c:2275
401 msgid "assertion without predicate"
402 msgstr "тврдња без предиката"
404 #: directives.c:2278
405 msgid "predicate must be an identifier"
406 msgstr "предикат мора бити одредник"
408 #: directives.c:2364
409 #, c-format
410 msgid "\"%s\" re-asserted"
411 msgstr "„%s“ је поново утврђен"
413 #: directives.c:2656
414 #, c-format
415 msgid "unterminated #%s"
416 msgstr "неокончано #%s"
418 #: directives-only.c:221 lex.c:2819 traditional.c:167
419 msgid "unterminated comment"
420 msgstr "неокончана напомена"
422 #: errors.c:300
423 #, c-format
424 msgid "%s: %s"
425 msgstr "%s: %s"
427 #: errors.c:312
428 msgid "stdout"
429 msgstr "стдизлаз"
431 #: expr.c:601 expr.c:718
432 msgid "fixed-point constants are a GCC extension"
433 msgstr "константе сталне тачке су ГЦЦ проширења"
435 #: expr.c:626
436 msgid "invalid prefix \"0b\" for floating constant"
437 msgstr "неисправан префикс „0b“ за покретну константу"
439 #: expr.c:639
440 msgid "use of C++1z hexadecimal floating constant"
441 msgstr "употреба Ц+1z хексадецималне покретне константе"
443 #: expr.c:642
444 msgid "use of C99 hexadecimal floating constant"
445 msgstr "употреба Ц99 хексадецималне покретне константе"
447 #: expr.c:686
448 #, c-format
449 msgid "invalid suffix \"%.*s\" on floating constant"
450 msgstr "неисправан суфикс „%.*s“ на покретној константи"
452 #: expr.c:697 expr.c:757
453 #, c-format
454 msgid "traditional C rejects the \"%.*s\" suffix"
455 msgstr "уобичајени Ц одбацује „%.*s“ суфикс"
457 #: expr.c:705
458 msgid "suffix for double constant is a GCC extension"
459 msgstr "суфикс за двоструку константу је ГЦЦ проширење"
461 #: expr.c:711
462 #, c-format
463 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
464 msgstr "неисправан суфикс „%.*s“ са хексадецималном покретном константом"
466 #: expr.c:722
467 msgid "decimal float constants are a GCC extension"
468 msgstr "децималне покретне константе су ГЦЦ проширења"
470 #: expr.c:740
471 #, c-format
472 msgid "invalid suffix \"%.*s\" on integer constant"
473 msgstr "неисправан суфикс „%.*s“ на константи целог броја"
475 #: expr.c:765
476 msgid "use of C++11 long long integer constant"
477 msgstr "употреба Ц++11 дуге дуге константе целог броја"
479 #: expr.c:766
480 msgid "use of C99 long long integer constant"
481 msgstr "употреба Ц99 дуге дуге константе целог броја"
483 #: expr.c:782
484 msgid "imaginary constants are a GCC extension"
485 msgstr "имагинарне константе су ГЦЦ проширења"
487 #: expr.c:788
488 msgid "binary constants are a C++14 feature or GCC extension"
489 msgstr "бинарне константе су Ц++14 функције или ГЦЦ проширења"
491 #: expr.c:790
492 msgid "binary constants are a GCC extension"
493 msgstr "бинарне константе су ГЦЦ проширења"
495 #: expr.c:885
496 msgid "integer constant is too large for its type"
497 msgstr "константа целог броја је предуга за њену врсту"
499 #: expr.c:916
500 msgid "integer constant is so large that it is unsigned"
501 msgstr "константа целог броја је толико велика тако да је неозначена"
503 #: expr.c:1011
504 msgid "missing ')' after \"defined\""
505 msgstr "недостаје ( након „defined“"
507 #: expr.c:1018
508 msgid "operator \"defined\" requires an identifier"
509 msgstr "оператор „defined“ захтева одредника"
511 #: expr.c:1026
512 #, c-format
513 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
514 msgstr "(„%s“ је резервни симбол за „%s“ у Ц++-у)"
516 #: expr.c:1038
517 msgid "this use of \"defined\" may not be portable"
518 msgstr "ова употреба „defined“ не може бити преносива"
520 #: expr.c:1098
521 msgid "user-defined literal in preprocessor expression"
522 msgstr "словност коју је одредио корисник у изразу претпроцесора"
524 #: expr.c:1103
525 msgid "floating constant in preprocessor expression"
526 msgstr "покретна константа у изразу претптоцесора"
528 #: expr.c:1109
529 msgid "imaginary number in preprocessor expression"
530 msgstr "имагинаран број у изразу претптоцесора"
532 #: expr.c:1162
533 #, fuzzy, c-format
534 #| msgid "\"%s\" is not defined"
535 msgid "\"%s\" is not defined, evaluates to 0"
536 msgstr "„%s“ није одређено"
538 #: expr.c:1175
539 msgid "assertions are a GCC extension"
540 msgstr "тврдње су ГЦЦ проширења"
542 #: expr.c:1178
543 msgid "assertions are a deprecated extension"
544 msgstr "тврдње су застарела проширења"
546 #: expr.c:1424
547 #, c-format
548 msgid "unbalanced stack in %s"
549 msgstr "неуравнотежен стек у %s"
551 #: expr.c:1444
552 #, c-format
553 msgid "impossible operator '%u'"
554 msgstr "немогућ оператор у „%u“"
556 #: expr.c:1545
557 msgid "missing ')' in expression"
558 msgstr "недостаје ) у изразу"
560 #: expr.c:1574
561 msgid "'?' without following ':'"
562 msgstr "„?“ без пратећег „:“"
564 #: expr.c:1584
565 msgid "integer overflow in preprocessor expression"
566 msgstr "прекорачење целог броја у изразу претпроцесора"
568 #: expr.c:1589
569 msgid "missing '(' in expression"
570 msgstr "недостаје ( у изразу"
572 #: expr.c:1621
573 #, c-format
574 msgid "the left operand of \"%s\" changes sign when promoted"
575 msgstr "леви операнд за „%s“ мења знак када је претворен"
577 #: expr.c:1626
578 #, c-format
579 msgid "the right operand of \"%s\" changes sign when promoted"
580 msgstr "десни операнд за „%s“ мења знак када је претворен"
582 #: expr.c:1885
583 msgid "traditional C rejects the unary plus operator"
584 msgstr "уобичајени Ц одбацује унарни плус оператор"
586 #: expr.c:1983
587 msgid "comma operator in operand of #if"
588 msgstr "оператор зареза у операнду „#if“"
590 #: expr.c:2119
591 msgid "division by zero in #if"
592 msgstr "дељење нулом у „#if“"
594 #: expr.c:2216
595 msgid "operator \"__has_include__\" requires a header string"
596 msgstr "оператор „__has_include__“ захтева ниску заглавља"
598 #: expr.c:2232
599 msgid "missing ')' after \"__has_include__\""
600 msgstr "недостаје ) након „__has_include__“"
602 #: files.c:573
603 msgid "one or more PCH files were found, but they were invalid"
604 msgstr "једна или више ПЦХ датотека је пронађено, али су неисправне"
606 #: files.c:576
607 msgid "use -Winvalid-pch for more information"
608 msgstr "користите „-Winvalid-pch“ за више података"
610 #: files.c:981
611 #, c-format
612 msgid "no include path in which to search for %s"
613 msgstr "нема путање укључивања у којој потражити „%s“"
615 #: files.c:1441
616 msgid "Multiple include guards may be useful for:\n"
617 msgstr "Више чувара укључивања може бити корисно за:\n"
619 #: init.c:553
620 msgid "cppchar_t must be an unsigned type"
621 msgstr "„cppchar_t“ мора бити неозначена врста"
623 #: init.c:557
624 #, c-format
625 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
626 msgstr "аритметика претпроцесора има највећу тачност од %lu бита; мета затева %lu бита"
628 #: init.c:564
629 msgid "CPP arithmetic must be at least as precise as a target int"
630 msgstr "ЦПП аритметика мора бити тачна барем колико и циљни цео број"
632 #: init.c:567
633 msgid "target char is less than 8 bits wide"
634 msgstr "циљни знак је дужи мање од 8 бита"
636 #: init.c:571
637 msgid "target wchar_t is narrower than target char"
638 msgstr "циљни широки знак (wchar_t) је ужи од циљног знака"
640 #: init.c:575
641 msgid "target int is narrower than target char"
642 msgstr "циљни цео број је ужи од циљног знака"
644 #: init.c:580
645 msgid "CPP half-integer narrower than CPP character"
646 msgstr "ЦПП полуцео број је ужи од ЦПП знака"
648 #: init.c:584
649 #, c-format
650 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
651 msgstr "ЦПП на овом рачунару не може да рукује дуге константе знака преко %lu бита, али мета захтева %lu бита"
653 #: lex.c:1126
654 msgid "backslash and newline separated by space"
655 msgstr "контра коса и нови ред су раздвојени размаком"
657 #: lex.c:1131
658 msgid "backslash-newline at end of file"
659 msgstr "контра коса-нови ред на крају датотеке"
661 #: lex.c:1147
662 #, c-format
663 msgid "trigraph ??%c converted to %c"
664 msgstr "триграф ??%c је претворен у %c"
666 #: lex.c:1155
667 #, c-format
668 msgid "trigraph ??%c ignored, use -trigraphs to enable"
669 msgstr "триграф ??%c је занемарен, користите „-trigraphs“ да укључите"
671 #: lex.c:1204
672 msgid "\"/*\" within comment"
673 msgstr "„/*“ унутар напомене"
675 #: lex.c:1262
676 #, c-format
677 msgid "%s in preprocessing directive"
678 msgstr "%s у директиви претпроцесора"
680 #: lex.c:1271
681 msgid "null character(s) ignored"
682 msgstr "ништаван знак(ци) је занемарен(и)"
684 #: lex.c:1308
685 #, c-format
686 msgid "`%.*s' is not in NFKC"
687 msgstr "„%.*s“ није у НФКЦ-у"
689 #: lex.c:1311
690 #, c-format
691 msgid "`%.*s' is not in NFC"
692 msgstr "„%.*s“ није у НФЦ-у"
694 #: lex.c:1381 lex.c:1470
695 #, c-format
696 msgid "attempt to use poisoned \"%s\""
697 msgstr "покушај коришћења отрованог „%s“"
699 #: lex.c:1391 lex.c:1480
700 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
701 msgstr "„__VA_ARGS__“ може само да се појави у ширењу вариадик макроа Ц++11"
703 #: lex.c:1395 lex.c:1484
704 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
705 msgstr "„__VA_ARGS__“ може само да се појави у ширењу вариадик макроа Ц99"
707 #: lex.c:1402 lex.c:1491
708 #, c-format
709 msgid "identifier \"%s\" is a special operator name in C++"
710 msgstr "одредник „%s“ је назив посебног оператора у Ц++-у"
712 #: lex.c:1781
713 msgid "raw string delimiter longer than 16 characters"
714 msgstr "граничник сирове ниске је дужи од 16 знака"
716 #: lex.c:1785
717 msgid "invalid new-line in raw string delimiter"
718 msgstr "неисправан нови ред у граничнику сирове ниске"
720 #: lex.c:1789
721 #, c-format
722 msgid "invalid character '%c' in raw string delimiter"
723 msgstr "неисправан знак „%c“ у граничнику сирове ниске"
725 #: lex.c:1838 lex.c:1860
726 msgid "unterminated raw string"
727 msgstr "неокончана сирова ниска"
729 #: lex.c:1881 lex.c:2011
730 msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
731 msgstr "неисправан суфикс у словности; Ц++11 захтева размак између словности и макроа ниске"
733 #: lex.c:1993
734 msgid "null character(s) preserved in literal"
735 msgstr "ништаван знак је причуван у словности"
737 #: lex.c:1996
738 #, c-format
739 msgid "missing terminating %c character"
740 msgstr "недостаје завршни знак %c"
742 #: lex.c:2029
743 msgid "C++11 requires a space between string literal and macro"
744 msgstr "Ц++11 захтева размак између словности и макроа ниске"
746 #: lex.c:2833 lex.c:2867
747 msgid "C++ style comments are not allowed in ISO C90"
748 msgstr "Напомене Ц++ стила нису допуштене у ИСО Ц90"
750 #: lex.c:2835 lex.c:2846 lex.c:2869
751 msgid "(this will be reported only once per input file)"
752 msgstr "(ово ће бити извештено само једном по улазној датотеци)"
754 #: lex.c:2844
755 msgid "C++ style comments are incompatible with C90"
756 msgstr "Напомене Ц++ стила нису сагласне са Ц90"
758 #: lex.c:2875
759 msgid "multi-line comment"
760 msgstr "напомена више редова"
762 #: lex.c:3248
763 #, c-format
764 msgid "unspellable token %s"
765 msgstr "неизговорљив симбол %s"
767 #: macro.c:203
768 #, c-format
769 msgid "macro \"%s\" is not used"
770 msgstr "макро „%s“ није коришћен"
772 #: macro.c:242 macro.c:488
773 #, c-format
774 msgid "invalid built-in macro \"%s\""
775 msgstr "неисправан макро уградње „%s“"
777 #: macro.c:249 macro.c:349
778 #, c-format
779 msgid "macro \"%s\" might prevent reproducible builds"
780 msgstr "макро „%s“ може да спречи поновљиве изградње"
782 #: macro.c:280
783 msgid "could not determine file timestamp"
784 msgstr "не могу да одредим временску ознаку датотеке"
786 #: macro.c:395
787 msgid "could not determine date and time"
788 msgstr "не могу да одредим датум и време"
790 #: macro.c:411
791 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
792 msgstr "„__COUNTER__“ је проширен у директиви са „-fdirectives-only“"
794 #: macro.c:599
795 msgid "invalid string literal, ignoring final '\\'"
796 msgstr "неисправна словност ниске, занемарујем завршну \\"
798 #: macro.c:661
799 #, c-format
800 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
801 msgstr "налепљивање „%s“ и „%s“ не даје исправан симбол претпроцесора"
803 #: macro.c:785
804 msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
805 msgstr "ИСО Ц++11 захтева барем један аргумент за „...“ у вариадик макроу"
807 #: macro.c:789
808 msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
809 msgstr "ИСО Ц99 захтева барем један аргумент за „...“ у вариадик макроу"
811 #: macro.c:796
812 #, c-format
813 msgid "macro \"%s\" requires %u arguments, but only %u given"
814 msgstr "макро „%s“ захтева %u аргумента, али само %u су дата"
816 #: macro.c:801
817 #, c-format
818 msgid "macro \"%s\" passed %u arguments, but takes just %u"
819 msgstr "макро „%s“ је проследио %u аргумента, али узима само %u"
821 #: macro.c:995 traditional.c:819
822 #, c-format
823 msgid "unterminated argument list invoking macro \"%s\""
824 msgstr "бесконачан списак аргумената призивајући макро „%s“"
826 #: macro.c:1146
827 #, c-format
828 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
829 msgstr "макро налик функцији „%s“ мора бити коришћен са аргументима у уобичајеном Ц-у"
831 #: macro.c:1836
832 #, c-format
833 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
834 msgstr "призивајући макро %s аргумент %d: празни аргументи макроа нису одређени у ИСО Ц++98"
836 #: macro.c:1844 macro.c:1853
837 #, c-format
838 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
839 msgstr "призивајући макро %s аргумент %d: празни аргументи макроа нису одређени у ИСО Ц90"
841 #: macro.c:2817
842 #, c-format
843 msgid "duplicate macro parameter \"%s\""
844 msgstr "параметар двоструког макроа „%s“"
846 #: macro.c:2866
847 #, c-format
848 msgid "\"%s\" may not appear in macro parameter list"
849 msgstr "„%s“ не може да се појави у списку параметара макроа"
851 #: macro.c:2874
852 msgid "macro parameters must be comma-separated"
853 msgstr "параметри макроа морају бити раздвојени зарезом"
855 #: macro.c:2893
856 msgid "parameter name missing"
857 msgstr "недостаје назив параметра"
859 #: macro.c:2914
860 msgid "anonymous variadic macros were introduced in C++11"
861 msgstr "безимени вариадик макрои су уведени у Ц++11"
863 #: macro.c:2918 macro.c:2923
864 msgid "anonymous variadic macros were introduced in C99"
865 msgstr "безимени вариадик макрои су уведени у Ц99"
867 #: macro.c:2930
868 msgid "ISO C++ does not permit named variadic macros"
869 msgstr "ИСО Ц++ не дозвољава именоване вариадик макрое"
871 #: macro.c:2933
872 msgid "ISO C does not permit named variadic macros"
873 msgstr "ИСО Ц не дозвољава именоване вариадик макрое"
875 #: macro.c:2943
876 msgid "missing ')' in macro parameter list"
877 msgstr "недостаје ) у списку параметара макроа"
879 #: macro.c:2994
880 msgid "'##' cannot appear at either end of a macro expansion"
881 msgstr "„##“ не може да се појави у или на крају макро ширења"
883 #: macro.c:3031
884 msgid "ISO C++11 requires whitespace after the macro name"
885 msgstr "ИСО Ц++11 захтева празнине након назива макроа"
887 #: macro.c:3034
888 msgid "ISO C99 requires whitespace after the macro name"
889 msgstr "ИСО Ц99 захтева празнине након назива макроа"
891 #: macro.c:3059
892 msgid "missing whitespace after the macro name"
893 msgstr "недостаје празнина након назива макроа"
895 #: macro.c:3093
896 msgid "'#' is not followed by a macro parameter"
897 msgstr "за „#“ не следи параметар макроа"
899 #: macro.c:3254
900 #, c-format
901 msgid "\"%s\" redefined"
902 msgstr "„%s“ је поново одређено"
904 #: macro.c:3259
905 msgid "this is the location of the previous definition"
906 msgstr "ово је место претходне одреднице"
908 #: macro.c:3320
909 #, c-format
910 msgid "macro argument \"%s\" would be stringified in traditional C"
911 msgstr "макро аргумент „%s“ ће бити нискован у уобичајеном Ц-у"
913 #: macro.c:3356
914 #, c-format
915 msgid "invalid hash type %d in cpp_macro_definition"
916 msgstr "неисправна врста хеша %d у цпп_макро_одредници"
918 #: pch.c:89 pch.c:347 pch.c:361 pch.c:379 pch.c:385 pch.c:394 pch.c:401
919 msgid "while writing precompiled header"
920 msgstr "за време уписивања претходно преведеног заглавља"
922 #: pch.c:621
923 #, c-format
924 msgid "%s: not used because `%.*s' is poisoned"
925 msgstr "%s: није употребљено зато што је „%.*s“ отровано"
927 #: pch.c:643
928 #, c-format
929 msgid "%s: not used because `%.*s' not defined"
930 msgstr "%s: није употребљено зато што „%.*s“ није одређено"
932 #: pch.c:655
933 #, c-format
934 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
935 msgstr "%s: није употребљено зато што „%.*s“ одређено као „%s“ није „%.*s“"
937 #: pch.c:696
938 #, c-format
939 msgid "%s: not used because `%s' is defined"
940 msgstr "%s: није употребљено зато што је „%s“ одређено"
942 #: pch.c:716
943 #, c-format
944 msgid "%s: not used because `__COUNTER__' is invalid"
945 msgstr "%s: није употребљено зато што „__COUNTER__“ није исправно"
947 #: pch.c:725 pch.c:902
948 msgid "while reading precompiled header"
949 msgstr "за време читања претходно преведеног заглавља"
951 #: traditional.c:889
952 #, c-format
953 msgid "detected recursion whilst expanding macro \"%s\""
954 msgstr "откривено је дубачење за време ширења макроа „%s“"
956 #: traditional.c:1108
957 msgid "syntax error in macro parameter list"
958 msgstr "садржајна грешка у списку параметара макроа"
960 #~ msgid "NULL directory in find_file"
961 #~ msgstr "НИШТАВАН директоријум у пронађи_датотеку"
963 #~ msgid "%s is a block device"
964 #~ msgstr "%s је блок уређај"
966 #~ msgid "%s is too large"
967 #~ msgstr "%s је превелико"
969 #~ msgid "%s is shorter than expected"
970 #~ msgstr "%s је краће од очекиваног"
972 #~ msgid "Character %x might not be NFKC"
973 #~ msgstr "Знак %x не може бити НФКЦ"