PR rtl-optimization/82913
[official-gcc.git] / libcpp / po / sv.po
blobb9860732eeaae50833d2be67cc0c5881bc63a882
1 # Swedish messages for cpplib.
2 # Copyright © 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the gcc package.
4 # Dennis Björklund <db@zigo.dhs.org>, 2000, 2001, 2002.
5 # Göran Uddeborg <goeran@uddeborg.se>, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015, 2016, 2017.
7 # Remember: GCC team does not want RCS keywords in the header!
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: cpplib 7.1-b20170101\n"
12 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
13 "POT-Creation-Date: 2017-01-01 00:51+0000\n"
14 "PO-Revision-Date: 2017-01-03 18:12+0100\n"
15 "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
16 "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n"
17 "Language: sv\n"
18 "MIME-Version: 1.0\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8-bit\n"
21 "X-Bugs: Report translation errors to the Language-Team address.\n"
23 #: charset.c:674
24 #, c-format
25 msgid "conversion from %s to %s not supported by iconv"
26 msgstr "konvertering från %s till %s stödjs inte av iconv"
28 #: charset.c:677
29 msgid "iconv_open"
30 msgstr "iconv_open"
32 #: charset.c:685
33 #, c-format
34 msgid "no iconv implementation, cannot convert from %s to %s"
35 msgstr "ingen iconv-implementation, kan inte konvertera från %s till %s"
37 #: charset.c:781
38 #, c-format
39 msgid "character 0x%lx is not in the basic source character set\n"
40 msgstr "tecken 0x%lx finns inte i källkodens grundteckenuppsättning\n"
42 #: charset.c:798 charset.c:1677
43 msgid "converting to execution character set"
44 msgstr "konverterar till teckenuppsättning för körning"
46 #: charset.c:804
47 #, c-format
48 msgid "character 0x%lx is not unibyte in execution character set"
49 msgstr "tecken 0x%lx är inte en byte i teckenuppsättning för körning"
51 #: charset.c:1047
52 msgid "universal character names are only valid in C++ and C99"
53 msgstr "universella teckennamn är endast giltiga i C++ och C99"
55 #: charset.c:1051
56 msgid "C99's universal character names are incompatible with C90"
57 msgstr "C99:s universella teckennamn är inkompatibla med C90"
59 #: charset.c:1054
60 #, c-format
61 msgid "the meaning of '\\%c' is different in traditional C"
62 msgstr "betydelsen av ”\\%c” är annorlunda i traditionell C"
64 #: charset.c:1063
65 msgid "In _cpp_valid_ucn but not a UCN"
66 msgstr "I _cpp_valid_ucn men inte en UCN"
68 #: charset.c:1096
69 #, c-format
70 msgid "incomplete universal character name %.*s"
71 msgstr "ofullständigt universellt teckennamn %.*s"
73 #: charset.c:1111
74 #, c-format
75 msgid "%.*s is not a valid universal character"
76 msgstr "%.*s är inte ett giltigt universellt tecken"
78 #: charset.c:1121 lex.c:1333
79 msgid "'$' in identifier or number"
80 msgstr "”$” i identifierare eller tal"
82 #: charset.c:1131
83 #, c-format
84 msgid "universal character %.*s is not valid in an identifier"
85 msgstr "universellt tecken %.*s är inte giltigt i en identifierare"
87 #: charset.c:1135
88 #, c-format
89 msgid "universal character %.*s is not valid at the start of an identifier"
90 msgstr "universellt tecken %.*s är inte giltigt vid början av en identifierare"
92 #: charset.c:1181 charset.c:2000
93 msgid "converting UCN to source character set"
94 msgstr "vid konvertering av UCN källteckenuppsättning"
96 #: charset.c:1188
97 msgid "converting UCN to execution character set"
98 msgstr "vid konvertering av UCN till teckenuppsättning för körning"
100 #: charset.c:1277
101 msgid "the meaning of '\\x' is different in traditional C"
102 msgstr "betydelsen av ”\\x” är annorlunda i traditionell C"
104 #: charset.c:1302
105 msgid "\\x used with no following hex digits"
106 msgstr "\\x använt utan några följande hexadecimala siffror"
108 #: charset.c:1309
109 msgid "hex escape sequence out of range"
110 msgstr "hexadecimal specialsekvens utanför intervallet"
112 #: charset.c:1361
113 msgid "octal escape sequence out of range"
114 msgstr "oktal specialsekvens utanför intervallet"
116 #: charset.c:1443
117 msgid "the meaning of '\\a' is different in traditional C"
118 msgstr "betydelsen av ”\\a” är annorlunda i traditionell C"
120 #: charset.c:1450
121 #, c-format
122 msgid "non-ISO-standard escape sequence, '\\%c'"
123 msgstr "icke-ISO-standardspecialsekvens, ”\\%c”"
125 #: charset.c:1458
126 #, c-format
127 msgid "unknown escape sequence: '\\%c'"
128 msgstr "okänd specialsekvens: ”\\%c”"
130 #: charset.c:1466
131 #, c-format
132 msgid "unknown escape sequence: '\\%s'"
133 msgstr "okänd specialsekvens: ”\\%s”"
135 #: charset.c:1474
136 msgid "converting escape sequence to execution character set"
137 msgstr "vid konvertering av specialsekvens till teckenuppsättning för körning"
139 #: charset.c:1614
140 msgid "missing open quote"
141 msgstr "inledande citationstecken saknas"
143 #: charset.c:1827 charset.c:1891
144 msgid "character constant too long for its type"
145 msgstr "teckenkonstant för lång för sin typ"
147 #: charset.c:1830
148 msgid "multi-character character constant"
149 msgstr "flerteckens teckenkonstant"
151 #: charset.c:1931
152 msgid "empty character constant"
153 msgstr "tom teckenkonstant"
155 #: charset.c:2047
156 #, c-format
157 msgid "failure to convert %s to %s"
158 msgstr "misslyckades att konvertera %s till %s"
160 #: directives.c:235 directives.c:278
161 #, c-format
162 msgid "extra tokens at end of #%s directive"
163 msgstr "extra symboler vid slutet av direktivet #%s"
165 #: directives.c:385
166 #, c-format
167 msgid "#%s is a GCC extension"
168 msgstr "#%s är en GCC-utvidgning"
170 #: directives.c:390
171 #, c-format
172 msgid "#%s is a deprecated GCC extension"
173 msgstr "#%s är en GCC-utvidgning som avrådes ifrån"
175 #: directives.c:403
176 msgid "suggest not using #elif in traditional C"
177 msgstr "föreslår att inte använda #elif i traditionell C"
179 #: directives.c:406
180 #, c-format
181 msgid "traditional C ignores #%s with the # indented"
182 msgstr "traditionell C ignorerar #%s där tecknet # är indenterat"
184 #: directives.c:410
185 #, c-format
186 msgid "suggest hiding #%s from traditional C with an indented #"
187 msgstr "föreslår att dölja #%s från traditionell C med en indenterad #"
189 #: directives.c:436
190 msgid "embedding a directive within macro arguments is not portable"
191 msgstr "att bädda in ett direktiv i makroargument är inte portabelt"
193 #: directives.c:456
194 msgid "style of line directive is a GCC extension"
195 msgstr "stil på raddirektiv är en GCC-utvidgning"
197 #: directives.c:537
198 #, c-format
199 msgid "invalid preprocessing directive #%s"
200 msgstr "ogiltigt preprocessordirektiv #%s"
202 #: directives.c:606
203 msgid "\"defined\" cannot be used as a macro name"
204 msgstr "”defined” kan inte användas som ett makronamn"
206 #: directives.c:611
207 msgid "\"__has_include__\" cannot be used as a macro name"
208 msgstr "”__has_include__” kan inte användas som ett makronamn"
210 #: directives.c:617
211 #, c-format
212 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
213 msgstr "”%s” kan inte användas som ett makronamn eftersom det är en operator i C++"
215 #: directives.c:620
216 #, c-format
217 msgid "no macro name given in #%s directive"
218 msgstr "inget makronamn angivet i direktivet #%s"
220 #: directives.c:623
221 msgid "macro names must be identifiers"
222 msgstr "makronamn måste vara identifierare"
224 #: directives.c:672 directives.c:677
225 #, c-format
226 msgid "undefining \"%s\""
227 msgstr "avdefinierar ”%s”"
229 #: directives.c:732
230 msgid "missing terminating > character"
231 msgstr "saknar avslutande tecken >"
233 #: directives.c:791
234 #, c-format
235 msgid "#%s expects \"FILENAME\" or <FILENAME>"
236 msgstr "#%s förväntar ”FILNAMN” eller <FILNAMN>"
238 #: directives.c:837
239 #, c-format
240 msgid "empty filename in #%s"
241 msgstr "tomt filnamn i #%s"
243 #: directives.c:847
244 msgid "#include nested too deeply"
245 msgstr "#include nästlad för djupt"
247 #: directives.c:888
248 msgid "#include_next in primary source file"
249 msgstr "#include_next i primär källkodsfil"
251 #: directives.c:914
252 #, c-format
253 msgid "invalid flag \"%s\" in line directive"
254 msgstr "ogiltig flagga ”%s” i line-direktiv"
256 #: directives.c:974
257 msgid "unexpected end of file after #line"
258 msgstr "oväntat filslut efter #line"
260 #: directives.c:977
261 #, c-format
262 msgid "\"%s\" after #line is not a positive integer"
263 msgstr "”%s” efter #line är inte ett positivt heltal"
265 #: directives.c:983 directives.c:985
266 msgid "line number out of range"
267 msgstr "radnummer utanför möjligt intervall"
269 #: directives.c:998 directives.c:1079
270 #, c-format
271 msgid "\"%s\" is not a valid filename"
272 msgstr "”%s” är inte ett giltigt filnamn"
274 #: directives.c:1039
275 #, c-format
276 msgid "\"%s\" after # is not a positive integer"
277 msgstr "”%s” efter # är inte ett positivt heltal"
279 #: directives.c:1098
280 #, c-format
281 msgid "file \"%s\" linemarker ignored due to incorrect nesting"
282 msgstr "filen ”%s” linjemarkör ignoreras på grund av felaktig nästning"
284 #: directives.c:1157 directives.c:1159 directives.c:1161 directives.c:1747
285 #, c-format
286 msgid "%s"
287 msgstr "%s"
289 #: directives.c:1185
290 #, c-format
291 msgid "invalid #%s directive"
292 msgstr "ogiltigt #%s-direktiv"
294 #: directives.c:1248
295 #, c-format
296 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
297 msgstr "registrerar pragman i namnrymden ”%s” med namnexpansion som inte passar ihop"
299 #: directives.c:1257
300 #, c-format
301 msgid "registering pragma \"%s\" with name expansion and no namespace"
302 msgstr "registrerar pragma ”%s” med namnexpansion och utan namnrymd"
304 #: directives.c:1275
305 #, c-format
306 msgid "registering \"%s\" as both a pragma and a pragma namespace"
307 msgstr "registrerar ”%s” både som ett pragma och ett pragma namespace"
309 #: directives.c:1278
310 #, c-format
311 msgid "#pragma %s %s is already registered"
312 msgstr "#pragma %s %s är redan registrerat"
314 #: directives.c:1281
315 #, c-format
316 msgid "#pragma %s is already registered"
317 msgstr "#pragma %s är redan registrerat"
319 #: directives.c:1311
320 msgid "registering pragma with NULL handler"
321 msgstr "registrerar pragma med NULL-hanterare"
323 #: directives.c:1528
324 msgid "#pragma once in main file"
325 msgstr "#pragma once i huvudfil"
327 #: directives.c:1551
328 msgid "invalid #pragma push_macro directive"
329 msgstr "ogiltigt direktiv #pragma push_macro"
331 #: directives.c:1606
332 msgid "invalid #pragma pop_macro directive"
333 msgstr "ogiltigt direktiv #pragma pop_macro"
335 #: directives.c:1661
336 msgid "invalid #pragma GCC poison directive"
337 msgstr "ogiltigt direktiv #pragma GCC poison"
339 #: directives.c:1670
340 #, c-format
341 msgid "poisoning existing macro \"%s\""
342 msgstr "förgiftar existerande makro ”%s”"
344 #: directives.c:1689
345 msgid "#pragma system_header ignored outside include file"
346 msgstr "#pragma system_header ignorerat utanför huvudfil"
348 #: directives.c:1714
349 #, c-format
350 msgid "cannot find source file %s"
351 msgstr "kan inte hitta källfil %s"
353 #: directives.c:1718
354 #, c-format
355 msgid "current file is older than %s"
356 msgstr "aktuell fil är äldre än %s"
358 #: directives.c:1742
359 #, c-format
360 msgid "invalid \"#pragma GCC %s\" directive"
361 msgstr "ogiltigt direktiv ”#pragma GCC %s”"
363 #: directives.c:1943
364 msgid "_Pragma takes a parenthesized string literal"
365 msgstr "_Pragma tar en strängkonstant inom parenteser"
367 #: directives.c:2064
368 msgid "#else without #if"
369 msgstr "#else utan #if"
371 #: directives.c:2069
372 msgid "#else after #else"
373 msgstr "#else efter #else"
375 #: directives.c:2071 directives.c:2104
376 msgid "the conditional began here"
377 msgstr "villkorssatsen började här"
379 #: directives.c:2097
380 msgid "#elif without #if"
381 msgstr "#elif utan #if"
383 #: directives.c:2102
384 msgid "#elif after #else"
385 msgstr "#elif efter #else"
387 #: directives.c:2133
388 msgid "#endif without #if"
389 msgstr "#endif utan #if"
391 #: directives.c:2213
392 msgid "missing '(' after predicate"
393 msgstr "saknas '(' efter predikat"
395 #: directives.c:2228
396 msgid "missing ')' to complete answer"
397 msgstr "saknas ')' för att avsluta svaret"
399 #: directives.c:2248
400 msgid "predicate's answer is empty"
401 msgstr "predikatets svar är tomt"
403 #: directives.c:2275
404 msgid "assertion without predicate"
405 msgstr "försäkran utan predikat"
407 #: directives.c:2278
408 msgid "predicate must be an identifier"
409 msgstr "predikat måste vara en identifierare"
411 #: directives.c:2364
412 #, c-format
413 msgid "\"%s\" re-asserted"
414 msgstr "”%s” omförsäkrat"
416 #: directives.c:2656
417 #, c-format
418 msgid "unterminated #%s"
419 msgstr "oavslutad #%s"
421 #: directives-only.c:221 lex.c:2819 traditional.c:167
422 msgid "unterminated comment"
423 msgstr "ej avslutad kommentar"
425 #: errors.c:300
426 #, c-format
427 msgid "%s: %s"
428 msgstr "%s: %s"
430 #: errors.c:312
431 msgid "stdout"
432 msgstr "standard ut"
434 #: expr.c:601 expr.c:718
435 msgid "fixed-point constants are a GCC extension"
436 msgstr "fastdecimalskonstanter är en GCC-utvidgning"
438 #: expr.c:626
439 msgid "invalid prefix \"0b\" for floating constant"
440 msgstr "ogiltigt prefix ”0b” på flyttalskonstant"
442 #: expr.c:639
443 msgid "use of C++1z hexadecimal floating constant"
444 msgstr "användning av hexadecimal flyttalskonstant enligt C++1z"
446 #: expr.c:642
447 msgid "use of C99 hexadecimal floating constant"
448 msgstr "användning av hexadecimal flyttalskonstant enligt C99"
450 #: expr.c:686
451 #, c-format
452 msgid "invalid suffix \"%.*s\" on floating constant"
453 msgstr "ogiltigt suffix ”%.*s” på flyttalskonstant"
455 #: expr.c:697 expr.c:757
456 #, c-format
457 msgid "traditional C rejects the \"%.*s\" suffix"
458 msgstr "traditionell C tillåter inte suffixet ”%.*s”"
460 #: expr.c:705
461 msgid "suffix for double constant is a GCC extension"
462 msgstr "suffix för double-konstanter är en GCC-utvidgning"
464 #: expr.c:711
465 #, c-format
466 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
467 msgstr "ogiltigt suffix ”%.*s” på hexadecimal flyttalskonstant"
469 #: expr.c:722
470 msgid "decimal float constants are a GCC extension"
471 msgstr "decimala flyttalskonstanter är en GCC-utvidgning"
473 #: expr.c:740
474 #, c-format
475 msgid "invalid suffix \"%.*s\" on integer constant"
476 msgstr "ogiltig ändelse ”%.*s” på heltalskonstant"
478 #: expr.c:765
479 msgid "use of C++11 long long integer constant"
480 msgstr "användning av long long heltalskonstant enligt C++11"
482 #: expr.c:766
483 msgid "use of C99 long long integer constant"
484 msgstr "användning av long long heltalskonstant enligt C99"
486 #: expr.c:782
487 msgid "imaginary constants are a GCC extension"
488 msgstr "imaginära konstanter är en GCC-utvidgning"
490 #: expr.c:788
491 msgid "binary constants are a C++14 feature or GCC extension"
492 msgstr "binära konstanter är C++14-funktion eller GCC-utvidgning"
494 #: expr.c:790
495 msgid "binary constants are a GCC extension"
496 msgstr "binära konstanter är en GCC-utvidgning"
498 #: expr.c:885
499 msgid "integer constant is too large for its type"
500 msgstr "heltalskonstant är för stor för sin typ"
502 #: expr.c:916
503 msgid "integer constant is so large that it is unsigned"
504 msgstr "heltalskonstant är så stor att den är teckenlös"
506 #: expr.c:1011
507 msgid "missing ')' after \"defined\""
508 msgstr "saknar ')' efter ”defined”"
510 #: expr.c:1018
511 msgid "operator \"defined\" requires an identifier"
512 msgstr "operatorn ”defined” måste ha en identifierare"
514 #: expr.c:1026
515 #, c-format
516 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
517 msgstr "(”%s” är en alternativ symbol för ”%s” i C++)"
519 #: expr.c:1038
520 msgid "this use of \"defined\" may not be portable"
521 msgstr "denna användning av ”defined” är kanske inte portabel"
523 #: expr.c:1098
524 msgid "user-defined literal in preprocessor expression"
525 msgstr "användardefinierad konstant i preprocessoruttryck"
527 #: expr.c:1103
528 msgid "floating constant in preprocessor expression"
529 msgstr "flyttalskonstant i preprocessoruttryck"
531 #: expr.c:1109
532 msgid "imaginary number in preprocessor expression"
533 msgstr "imaginärt tal i preprocessoruttryck"
535 #: expr.c:1162
536 #, c-format
537 msgid "\"%s\" is not defined, evaluates to 0"
538 msgstr "”%s” är inte definierad, beräknas till 0"
540 #: expr.c:1175
541 msgid "assertions are a GCC extension"
542 msgstr "försäkringar är en GCC-utvidgning"
544 #: expr.c:1178
545 msgid "assertions are a deprecated extension"
546 msgstr "försäkringar är en utvidgning som avrådes ifrån"
548 #: expr.c:1424
549 #, c-format
550 msgid "unbalanced stack in %s"
551 msgstr "obalanserad stack i %s"
553 #: expr.c:1444
554 #, c-format
555 msgid "impossible operator '%u'"
556 msgstr "omöjlig operator ”%u”"
558 #: expr.c:1545
559 msgid "missing ')' in expression"
560 msgstr "saknad ”)” i uttryck"
562 #: expr.c:1574
563 msgid "'?' without following ':'"
564 msgstr "”?” utan följande ”:”"
566 #: expr.c:1584
567 msgid "integer overflow in preprocessor expression"
568 msgstr "heltalsspill i preprocessoruttryck"
570 #: expr.c:1589
571 msgid "missing '(' in expression"
572 msgstr "saknad ”(” i uttryck"
574 #: expr.c:1621
575 #, c-format
576 msgid "the left operand of \"%s\" changes sign when promoted"
577 msgstr "vänsteroperanden till ”%s” byter tecken vid befordran"
579 #: expr.c:1626
580 #, c-format
581 msgid "the right operand of \"%s\" changes sign when promoted"
582 msgstr "högeroperanden till ”%s” byter tecken vid befordran"
584 #: expr.c:1885
585 msgid "traditional C rejects the unary plus operator"
586 msgstr "traditionell C hanterar inte operatorn unärt plus"
588 #: expr.c:1983
589 msgid "comma operator in operand of #if"
590 msgstr "kommaoperator i operand till #if"
592 #: expr.c:2119
593 msgid "division by zero in #if"
594 msgstr "division med noll i #if"
596 #: expr.c:2216
597 msgid "operator \"__has_include__\" requires a header string"
598 msgstr "operatorn ”__has_include__” måste ha en huvudsträng"
600 #: expr.c:2232
601 msgid "missing ')' after \"__has_include__\""
602 msgstr "saknar ')' efter ”__has_include__”"
604 #: files.c:573
605 msgid "one or more PCH files were found, but they were invalid"
606 msgstr "en eller flera PCH-filer hittades, men de var inte korrekta"
608 #: files.c:576
609 msgid "use -Winvalid-pch for more information"
610 msgstr "använd -Winvalid-pch för mer information"
612 #: files.c:981
613 #, c-format
614 msgid "no include path in which to search for %s"
615 msgstr "ingen huvudfilssökväg att leta efter %s i"
617 #: files.c:1441
618 msgid "Multiple include guards may be useful for:\n"
619 msgstr "Multipla inkluderingsvakter kan vara användbart för:\n"
621 #: init.c:553
622 msgid "cppchar_t must be an unsigned type"
623 msgstr "cppchar_t måste vare en teckenlös typ"
625 #: init.c:557
626 #, c-format
627 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
628 msgstr "preprocessoraritmetik har en högsta precision på %lu bitar; målet kräver %lu bitar"
630 #: init.c:564
631 msgid "CPP arithmetic must be at least as precise as a target int"
632 msgstr "CPP-aritmetik måste vara åtminstone så precis som målets int"
634 #: init.c:567
635 msgid "target char is less than 8 bits wide"
636 msgstr "målets char är mindre än 8 bitar bred"
638 #: init.c:571
639 msgid "target wchar_t is narrower than target char"
640 msgstr "målets wchar_t är smalare än målets char"
642 #: init.c:575
643 msgid "target int is narrower than target char"
644 msgstr "målets int är smalare än målets char"
646 #: init.c:580
647 msgid "CPP half-integer narrower than CPP character"
648 msgstr "CPP:s halva heltal är smalare än CPP:s tecken"
650 #: init.c:584
651 #, c-format
652 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
653 msgstr "CPP på denna värd kan inte hantera breda teckenkonstanter över %lu bitar, men målet kräver %lu bitar"
655 #: lex.c:1126
656 msgid "backslash and newline separated by space"
657 msgstr "bakåtstreck och nyrad skiljda av mellanrum"
659 #: lex.c:1131
660 msgid "backslash-newline at end of file"
661 msgstr "bakåtstreck-nyrad vid filslut"
663 #: lex.c:1147
664 #, c-format
665 msgid "trigraph ??%c converted to %c"
666 msgstr "trigraph ??%c konverterad till %c"
668 #: lex.c:1155
669 #, c-format
670 msgid "trigraph ??%c ignored, use -trigraphs to enable"
671 msgstr "trigraph ??%c ignorerad, använd -trigraphs för att aktivera"
673 #: lex.c:1204
674 msgid "\"/*\" within comment"
675 msgstr "”/*” i kommentar"
677 #: lex.c:1262
678 #, c-format
679 msgid "%s in preprocessing directive"
680 msgstr "%s i preprocessordirektiv"
682 #: lex.c:1271
683 msgid "null character(s) ignored"
684 msgstr "nolltecken ignorerat"
686 #: lex.c:1308
687 #, c-format
688 msgid "`%.*s' is not in NFKC"
689 msgstr "”%.*s” är inte i NFKC"
691 #: lex.c:1311
692 #, c-format
693 msgid "`%.*s' is not in NFC"
694 msgstr "”%.*s” är inte i NFC"
696 #: lex.c:1381 lex.c:1470
697 #, c-format
698 msgid "attempt to use poisoned \"%s\""
699 msgstr "försök att använda förgiftad ”%s”"
701 #: lex.c:1391 lex.c:1480
702 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
703 msgstr "__VA_ARGS__ kan endast dyka upp i expansionen av ett C++11-makro med variabelt argumentantal"
705 #: lex.c:1395 lex.c:1484
706 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
707 msgstr "__VA_ARGS__ kan endast dyka upp i expansionen av ett C99-makro med variabelt argumentantal"
709 #: lex.c:1402 lex.c:1491
710 #, c-format
711 msgid "identifier \"%s\" is a special operator name in C++"
712 msgstr "identifieraren ”%s” är ett speciellt operatornamn i C++"
714 #: lex.c:1781
715 msgid "raw string delimiter longer than 16 characters"
716 msgstr "avgränsare för rå sträng längre än 16 tecken"
718 #: lex.c:1785
719 msgid "invalid new-line in raw string delimiter"
720 msgstr "felaktig nyrad i rå sträng-avgränsare"
722 #: lex.c:1789
723 #, c-format
724 msgid "invalid character '%c' in raw string delimiter"
725 msgstr "ogiltigt tecken ”%c” i avgränsare för rå sträng"
727 #: lex.c:1838 lex.c:1860
728 msgid "unterminated raw string"
729 msgstr "oavslutad rå sträng"
731 #: lex.c:1881 lex.c:2011
732 msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
733 msgstr "ogiltigt suffix på konstant; C++11 kräver ett mellanrum mellan konstant och strängmakro"
735 #: lex.c:1993
736 msgid "null character(s) preserved in literal"
737 msgstr "nolltecken bevarade i konstant"
739 #: lex.c:1996
740 #, c-format
741 msgid "missing terminating %c character"
742 msgstr "avslutande %c-tecken saknas"
744 #: lex.c:2029
745 msgid "C++11 requires a space between string literal and macro"
746 msgstr "C++11 kräver ett mellanrum mellan en strängkonstant och ett makro"
748 #: lex.c:2833 lex.c:2867
749 msgid "C++ style comments are not allowed in ISO C90"
750 msgstr "C++ kommentarer tillåts inte i ISO C90"
752 #: lex.c:2835 lex.c:2846 lex.c:2869
753 msgid "(this will be reported only once per input file)"
754 msgstr "(detta rapporteras bara en gång per infil)"
756 #: lex.c:2844
757 msgid "C++ style comments are incompatible with C90"
758 msgstr "kommentarer i C++-stil är inkompatibla med C90"
760 #: lex.c:2875
761 msgid "multi-line comment"
762 msgstr "flerradskommentar"
764 #: lex.c:3248
765 #, c-format
766 msgid "unspellable token %s"
767 msgstr "ostavbar symbol %s"
769 #: macro.c:203
770 #, c-format
771 msgid "macro \"%s\" is not used"
772 msgstr "makrot ”%s” är inte använt"
774 #: macro.c:242 macro.c:488
775 #, c-format
776 msgid "invalid built-in macro \"%s\""
777 msgstr "ogiltigt inbyggt makro ”%s”"
779 #: macro.c:249 macro.c:349
780 #, c-format
781 msgid "macro \"%s\" might prevent reproducible builds"
782 msgstr "makrot ”%s” kan förhindra reproducerbara byggen"
784 #: macro.c:280
785 msgid "could not determine file timestamp"
786 msgstr "det gick inte att avgöra fils tidsstämpel"
788 #: macro.c:395
789 msgid "could not determine date and time"
790 msgstr "det gick inte att avgöra datum och tid"
792 #: macro.c:411
793 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
794 msgstr "__COUNTER__ expanderad inuti direktiv med -fdirectives-only"
796 #: macro.c:599
797 msgid "invalid string literal, ignoring final '\\'"
798 msgstr "ogiltig strängkonstant, ignorerar avslutande ”\\”"
800 #: macro.c:661
801 #, c-format
802 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
803 msgstr "att sätta ihop ”%s” och ”%s” ger inte en giltig preprocessorsymbol"
805 #: macro.c:785
806 msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
807 msgstr "ISO C++11 kräver åtminstone ett argument för ”...” i ett makro med variabelt antal argument"
809 #: macro.c:789
810 msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
811 msgstr "ISO C99 kräver åtminstone ett argument för ”...” i ett makro med variabelt antal argument"
813 #: macro.c:796
814 #, c-format
815 msgid "macro \"%s\" requires %u arguments, but only %u given"
816 msgstr "makrot ”%s” kräver %u argument, men endast %u anges"
818 #: macro.c:801
819 #, c-format
820 msgid "macro \"%s\" passed %u arguments, but takes just %u"
821 msgstr "makro ”%s” skickade %u argument, men det tar bara %u"
823 #: macro.c:995 traditional.c:819
824 #, c-format
825 msgid "unterminated argument list invoking macro \"%s\""
826 msgstr "oavslutad argumentlista vid anrop av makrot ”%s”"
828 #: macro.c:1146
829 #, c-format
830 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
831 msgstr "funktionsliknande makrot ”%s” måste användas med ett argument i traditionell C"
833 #: macro.c:1836
834 #, c-format
835 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
836 msgstr "vid anrop av makro %s argument %d: tomma makroargument är odefinierade i ISO C++98"
838 #: macro.c:1844 macro.c:1853
839 #, c-format
840 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
841 msgstr "vid anrop av makro %s argument %d: tomma makroargument är odefinierade i ISO C90"
843 #: macro.c:2817
844 #, c-format
845 msgid "duplicate macro parameter \"%s\""
846 msgstr "dubblerad makroparameter ”%s”"
848 #: macro.c:2866
849 #, c-format
850 msgid "\"%s\" may not appear in macro parameter list"
851 msgstr "”%s” får inte förekomma i en makroparameterlista"
853 #: macro.c:2874
854 msgid "macro parameters must be comma-separated"
855 msgstr "makroparametrar måste avdelas av komman"
857 #: macro.c:2893
858 msgid "parameter name missing"
859 msgstr "parameternamn saknas"
861 #: macro.c:2914
862 msgid "anonymous variadic macros were introduced in C++11"
863 msgstr "anonyma variabla makron introducerades i C++11"
865 #: macro.c:2918 macro.c:2923
866 msgid "anonymous variadic macros were introduced in C99"
867 msgstr "anonyma variabla makron introducerades i C99"
869 #: macro.c:2930
870 msgid "ISO C++ does not permit named variadic macros"
871 msgstr "ISO C++ tillåter inte namngivna variabla makron"
873 #: macro.c:2933
874 msgid "ISO C does not permit named variadic macros"
875 msgstr "ISO C tillåter inte namngivna variabla makron"
877 #: macro.c:2943
878 msgid "missing ')' in macro parameter list"
879 msgstr "saknad ”)” i makroparameterlista"
881 #: macro.c:2994
882 msgid "'##' cannot appear at either end of a macro expansion"
883 msgstr "”##” kan inte förekomma vid någon av ändarna av makroexpansionen"
885 #: macro.c:3031
886 msgid "ISO C++11 requires whitespace after the macro name"
887 msgstr "ISO C++11 kräver mellanrum efter makronamnet"
889 #: macro.c:3034
890 msgid "ISO C99 requires whitespace after the macro name"
891 msgstr "ISO C99 kräver mellanrum efter makronamnet"
893 #: macro.c:3059
894 msgid "missing whitespace after the macro name"
895 msgstr "mellanrum saknas efter makronamn"
897 #: macro.c:3093
898 msgid "'#' is not followed by a macro parameter"
899 msgstr "”#” följs inte av en makroparameter"
901 #: macro.c:3254
902 #, c-format
903 msgid "\"%s\" redefined"
904 msgstr "”%s” omdefinierad"
906 #: macro.c:3259
907 msgid "this is the location of the previous definition"
908 msgstr "detta är platsen för den tidigare definitionen"
910 #: macro.c:3320
911 #, c-format
912 msgid "macro argument \"%s\" would be stringified in traditional C"
913 msgstr "makroargumentet ”%s” skulle bli gjort till sträng i traditionell C"
915 #: macro.c:3356
916 #, c-format
917 msgid "invalid hash type %d in cpp_macro_definition"
918 msgstr "ogiltig hash-typ %d i cpp_macro_definition"
920 #: pch.c:89 pch.c:347 pch.c:361 pch.c:379 pch.c:385 pch.c:394 pch.c:401
921 msgid "while writing precompiled header"
922 msgstr "vid skrivning av förkompilerat huvud"
924 #: pch.c:621
925 #, c-format
926 msgid "%s: not used because `%.*s' is poisoned"
927 msgstr "%s: inte använd för att ”%.*s” är förgiftad"
929 #: pch.c:643
930 #, c-format
931 msgid "%s: not used because `%.*s' not defined"
932 msgstr "%s: inte använd för att ”%.*s” inte är definierad"
934 #: pch.c:655
935 #, c-format
936 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
937 msgstr "%s: används inte för att ”%.*s” definieras som ”%s” inte ”%.*s”"
939 #: pch.c:696
940 #, c-format
941 msgid "%s: not used because `%s' is defined"
942 msgstr "%s: inte använd för att ”%s” är definierad"
944 #: pch.c:716
945 #, c-format
946 msgid "%s: not used because `__COUNTER__' is invalid"
947 msgstr "%s: inte använd för att ”__COUNTER__” är ogiltig"
949 #: pch.c:725 pch.c:902
950 msgid "while reading precompiled header"
951 msgstr "vid läsning av förkompilerat huvud"
953 #: traditional.c:889
954 #, c-format
955 msgid "detected recursion whilst expanding macro \"%s\""
956 msgstr "upptäckte rekursion vid under expansion av makrot ”%s”"
958 #: traditional.c:1108
959 msgid "syntax error in macro parameter list"
960 msgstr "syntaxfel i makroparameterlista"