Update ChangeLog and version files for release
[official-gcc.git] / libcpp / po / sv.po
blobc801d975467b71b595790d2f7ada7912b1ab1749
1 # Swedish messages for cpplib.
2 # Copyright © 2000, 2005, 2006, 2007, 2008, 2009, 2010, 2012, 2013, 2014, 2015 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.
7 # Remember: GCC team does not want RCS keywords in the header!
9 msgid ""
10 msgstr ""
11 "Project-Id-Version: cpplib 5.1.0\n"
12 "Report-Msgid-Bugs-To: http://gcc.gnu.org/bugs.html\n"
13 "POT-Creation-Date: 2015-04-13 20:12+0000\n"
14 "PO-Revision-Date: 2015-05-01 14:05+0200\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"
22 #: charset.c:674
23 #, c-format
24 msgid "conversion from %s to %s not supported by iconv"
25 msgstr "konvertering från %s till %s stödjs inte av iconv"
27 #: charset.c:677
28 msgid "iconv_open"
29 msgstr "iconv_open"
31 #: charset.c:685
32 #, c-format
33 msgid "no iconv implementation, cannot convert from %s to %s"
34 msgstr "ingen iconv-implementation, kan inte konvertera från %s till %s"
36 #: charset.c:781
37 #, c-format
38 msgid "character 0x%lx is not in the basic source character set\n"
39 msgstr "tecken 0x%lx finns inte i källkodens grundteckenuppsättning\n"
41 #: charset.c:798 charset.c:1452
42 msgid "converting to execution character set"
43 msgstr "konverterar till teckenuppsättning för körning"
45 #: charset.c:804
46 #, c-format
47 msgid "character 0x%lx is not unibyte in execution character set"
48 msgstr "tecken 0x%lx är inte en byte i teckenuppsättning för körning"
50 #: charset.c:998
51 msgid "universal character names are only valid in C++ and C99"
52 msgstr "universella teckennamn är endast giltiga i C++ och C99"
54 #: charset.c:1002
55 msgid "C99's universal character names are incompatible with C90"
56 msgstr "C99:s universella teckennamn är inkompatibla med C90"
58 #: charset.c:1005
59 #, c-format
60 msgid "the meaning of '\\%c' is different in traditional C"
61 msgstr "betydelsen av ”\\%c” är annorlunda i traditionell C"
63 #: charset.c:1014
64 msgid "In _cpp_valid_ucn but not a UCN"
65 msgstr "I _cpp_valid_ucn men inte en UCN"
67 #: charset.c:1039
68 #, c-format
69 msgid "incomplete universal character name %.*s"
70 msgstr "ofullständigt universellt teckennamn %.*s"
72 #: charset.c:1054
73 #, c-format
74 msgid "%.*s is not a valid universal character"
75 msgstr "%.*s är inte ett giltigt universellt tecken"
77 #: charset.c:1064 lex.c:1218
78 msgid "'$' in identifier or number"
79 msgstr "”$” i identifierare eller tal"
81 #: charset.c:1074
82 #, c-format
83 msgid "universal character %.*s is not valid in an identifier"
84 msgstr "universellt tecken %.*s är inte giltigt i en identifierare"
86 #: charset.c:1078
87 #, c-format
88 msgid "universal character %.*s is not valid at the start of an identifier"
89 msgstr "universellt tecken %.*s är inte giltigt vid början av en identifierare"
91 #: charset.c:1110 charset.c:1682
92 msgid "converting UCN to source character set"
93 msgstr "vid konvertering av UCN källteckenuppsättning"
95 #: charset.c:1114
96 msgid "converting UCN to execution character set"
97 msgstr "vid konvertering av UCN till teckenuppsättning för körning"
99 #: charset.c:1186
100 msgid "the meaning of '\\x' is different in traditional C"
101 msgstr "betydelsen av ”\\x” är annorlunda i traditionell C"
103 #: charset.c:1203
104 msgid "\\x used with no following hex digits"
105 msgstr "\\x använt utan några följande hexadecimala siffror"
107 #: charset.c:1210
108 msgid "hex escape sequence out of range"
109 msgstr "hexadecimal specialsekvens utanför intervallet"
111 #: charset.c:1248
112 msgid "octal escape sequence out of range"
113 msgstr "oktal specialsekvens utanför intervallet"
115 #: charset.c:1314
116 msgid "the meaning of '\\a' is different in traditional C"
117 msgstr "betydelsen av ”\\a” är annorlunda i traditionell C"
119 #: charset.c:1321
120 #, c-format
121 msgid "non-ISO-standard escape sequence, '\\%c'"
122 msgstr "icke-ISO-standardspecialsekvens, ”\\%c”"
124 #: charset.c:1329
125 #, c-format
126 msgid "unknown escape sequence: '\\%c'"
127 msgstr "okänd specialsekvens: ”\\%c”"
129 #: charset.c:1337
130 #, c-format
131 msgid "unknown escape sequence: '\\%s'"
132 msgstr "okänd specialsekvens: ”\\%s”"
134 #: charset.c:1344
135 msgid "converting escape sequence to execution character set"
136 msgstr "vid konvertering av specialsekvens till teckenuppsättning för körning"
138 #: charset.c:1517 charset.c:1581
139 msgid "character constant too long for its type"
140 msgstr "teckenkonstant för lång för sin typ"
142 #: charset.c:1520
143 msgid "multi-character character constant"
144 msgstr "flerteckens teckenkonstant"
146 #: charset.c:1620
147 msgid "empty character constant"
148 msgstr "tom teckenkonstant"
150 #: charset.c:1729
151 #, c-format
152 msgid "failure to convert %s to %s"
153 msgstr "misslyckades att konvertera %s till %s"
155 #: directives.c:224 directives.c:267
156 #, c-format
157 msgid "extra tokens at end of #%s directive"
158 msgstr "extra symboler vid slutet av direktivet #%s"
160 #: directives.c:374
161 #, c-format
162 msgid "#%s is a GCC extension"
163 msgstr "#%s är en GCC-utvidgning"
165 #: directives.c:379
166 #, c-format
167 msgid "#%s is a deprecated GCC extension"
168 msgstr "#%s är en GCC-utvidgning som avrådes ifrån"
170 #: directives.c:392
171 msgid "suggest not using #elif in traditional C"
172 msgstr "föreslår att inte använda #elif i traditionell C"
174 #: directives.c:395
175 #, c-format
176 msgid "traditional C ignores #%s with the # indented"
177 msgstr "traditionell C ignorerar #%s där tecknet # är indenterat"
179 #: directives.c:399
180 #, c-format
181 msgid "suggest hiding #%s from traditional C with an indented #"
182 msgstr "föreslår att dölja #%s från traditionell C med en indenterad #"
184 #: directives.c:425
185 msgid "embedding a directive within macro arguments is not portable"
186 msgstr "att bädda in ett direktiv i makroargument är inte portabelt"
188 #: directives.c:445
189 msgid "style of line directive is a GCC extension"
190 msgstr "stil på raddirektiv är en GCC-utvidgning"
192 #: directives.c:500
193 #, c-format
194 msgid "invalid preprocessing directive #%s"
195 msgstr "ogiltigt preprocessordirektiv #%s"
197 #: directives.c:568
198 msgid "\"defined\" cannot be used as a macro name"
199 msgstr "”defined” kan inte användas som ett makronamn"
201 #: directives.c:573
202 msgid "\"__has_include__\" cannot be used as a macro name"
203 msgstr "”__has_include__” kan inte användas som ett makronamn"
205 #: directives.c:579
206 #, c-format
207 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
208 msgstr "”%s” kan inte användas som ett makronamn eftersom det är en operator i C++"
210 #: directives.c:582
211 #, c-format
212 msgid "no macro name given in #%s directive"
213 msgstr "inget makronamn angivet i direktivet #%s"
215 #: directives.c:585
216 msgid "macro names must be identifiers"
217 msgstr "makronamn måste vara identifierare"
219 #: directives.c:634 directives.c:639
220 #, c-format
221 msgid "undefining \"%s\""
222 msgstr "avdefinierar ”%s”"
224 #: directives.c:694
225 msgid "missing terminating > character"
226 msgstr "saknar avslutande tecken >"
228 #: directives.c:753
229 #, c-format
230 msgid "#%s expects \"FILENAME\" or <FILENAME>"
231 msgstr "#%s förväntar ”FILNAMN” eller <FILNAMN>"
233 #: directives.c:799
234 #, c-format
235 msgid "empty filename in #%s"
236 msgstr "tomt filnamn i #%s"
238 #: directives.c:809
239 msgid "#include nested too deeply"
240 msgstr "#include nästlad för djupt"
242 #: directives.c:850
243 msgid "#include_next in primary source file"
244 msgstr "#include_next i primär källkodsfil"
246 #: directives.c:876
247 #, c-format
248 msgid "invalid flag \"%s\" in line directive"
249 msgstr "ogiltig flagga ”%s” i line-direktiv"
251 #: directives.c:936
252 msgid "unexpected end of file after #line"
253 msgstr "oväntat filslut efter #line"
255 #: directives.c:939
256 #, c-format
257 msgid "\"%s\" after #line is not a positive integer"
258 msgstr "”%s” efter #line är inte ett positivt heltal"
260 #: directives.c:945 directives.c:947
261 msgid "line number out of range"
262 msgstr "radnummer utanför möjligt intervall"
264 #: directives.c:960 directives.c:1040
265 #, c-format
266 msgid "\"%s\" is not a valid filename"
267 msgstr "”%s” är inte ett giltigt filnamn"
269 #: directives.c:1000
270 #, c-format
271 msgid "\"%s\" after # is not a positive integer"
272 msgstr "”%s” efter # är inte ett positivt heltal"
274 #: directives.c:1095 directives.c:1097 directives.c:1099 directives.c:1685
275 #, c-format
276 msgid "%s"
277 msgstr "%s"
279 #: directives.c:1123
280 #, c-format
281 msgid "invalid #%s directive"
282 msgstr "ogiltigt #%s-direktiv"
284 #: directives.c:1186
285 #, c-format
286 msgid "registering pragmas in namespace \"%s\" with mismatched name expansion"
287 msgstr "registrerar pragman i namnrymden ”%s” med namnexpansion som inte passar ihop"
289 #: directives.c:1195
290 #, c-format
291 msgid "registering pragma \"%s\" with name expansion and no namespace"
292 msgstr "registrerar pragma ”%s” med namnexpansion och utan namnrymd"
294 #: directives.c:1213
295 #, c-format
296 msgid "registering \"%s\" as both a pragma and a pragma namespace"
297 msgstr "registrerar ”%s” både som ett pragma och ett pragma namespace"
299 #: directives.c:1216
300 #, c-format
301 msgid "#pragma %s %s is already registered"
302 msgstr "#pragma %s %s är redan registrerat"
304 #: directives.c:1219
305 #, c-format
306 msgid "#pragma %s is already registered"
307 msgstr "#pragma %s är redan registrerat"
309 #: directives.c:1249
310 msgid "registering pragma with NULL handler"
311 msgstr "registrerar pragma med NULL-hanterare"
313 #: directives.c:1466
314 msgid "#pragma once in main file"
315 msgstr "#pragma once i huvudfil"
317 #: directives.c:1489
318 msgid "invalid #pragma push_macro directive"
319 msgstr "ogiltigt direktiv #pragma push_macro"
321 #: directives.c:1544
322 msgid "invalid #pragma pop_macro directive"
323 msgstr "ogiltigt direktiv #pragma pop_macro"
325 #: directives.c:1599
326 msgid "invalid #pragma GCC poison directive"
327 msgstr "ogiltigt direktiv #pragma GCC poison"
329 #: directives.c:1608
330 #, c-format
331 msgid "poisoning existing macro \"%s\""
332 msgstr "förgiftar existerande makro ”%s”"
334 #: directives.c:1627
335 msgid "#pragma system_header ignored outside include file"
336 msgstr "#pragma system_header ignorerat utanför huvudfil"
338 #: directives.c:1652
339 #, c-format
340 msgid "cannot find source file %s"
341 msgstr "kan inte hitta källfil %s"
343 #: directives.c:1656
344 #, c-format
345 msgid "current file is older than %s"
346 msgstr "aktuell fil är äldre än %s"
348 #: directives.c:1680
349 #, c-format
350 msgid "invalid \"#pragma GCC %s\" directive"
351 msgstr "ogiltigt direktiv ”#pragma GCC %s”"
353 #: directives.c:1874
354 msgid "_Pragma takes a parenthesized string literal"
355 msgstr "_Pragma tar en strängkonstant inom parenteser"
357 #: directives.c:1995
358 msgid "#else without #if"
359 msgstr "#else utan #if"
361 #: directives.c:2000
362 msgid "#else after #else"
363 msgstr "#else efter #else"
365 #: directives.c:2002 directives.c:2035
366 msgid "the conditional began here"
367 msgstr "villkorssatsen började här"
369 #: directives.c:2028
370 msgid "#elif without #if"
371 msgstr "#elif utan #if"
373 #: directives.c:2033
374 msgid "#elif after #else"
375 msgstr "#elif efter #else"
377 #: directives.c:2064
378 msgid "#endif without #if"
379 msgstr "#endif utan #if"
381 #: directives.c:2144
382 msgid "missing '(' after predicate"
383 msgstr "saknas '(' efter predikat"
385 #: directives.c:2159
386 msgid "missing ')' to complete answer"
387 msgstr "saknas ')' för att avsluta svaret"
389 #: directives.c:2179
390 msgid "predicate's answer is empty"
391 msgstr "predikatets svar är tomt"
393 #: directives.c:2206
394 msgid "assertion without predicate"
395 msgstr "försäkran utan predikat"
397 #: directives.c:2209
398 msgid "predicate must be an identifier"
399 msgstr "predikat måste vara en identifierare"
401 #: directives.c:2295
402 #, c-format
403 msgid "\"%s\" re-asserted"
404 msgstr "”%s” omförsäkrat"
406 #: directives.c:2587
407 #, c-format
408 msgid "unterminated #%s"
409 msgstr "oavslutad #%s"
411 #: directives-only.c:221 lex.c:2433 traditional.c:167
412 msgid "unterminated comment"
413 msgstr "ej avslutad kommentar"
415 #: errors.c:231
416 msgid "stdout"
417 msgstr "standard ut"
419 #: errors.c:233
420 #, c-format
421 msgid "%s: %s"
422 msgstr "%s: %s"
424 #: expr.c:512 expr.c:629
425 msgid "fixed-point constants are a GCC extension"
426 msgstr "fastdecimalskonstanter är en GCC-utvidgning"
428 #: expr.c:537
429 msgid "invalid prefix \"0b\" for floating constant"
430 msgstr "ogiltigt prefix ”0b” på flyttalskonstant"
432 #: expr.c:550
433 msgid "use of C++11 hexadecimal floating constant"
434 msgstr "användning av hexadecimal flyttalskonstant enligt C++11"
436 #: expr.c:553
437 msgid "use of C99 hexadecimal floating constant"
438 msgstr "användning av hexadecimal flyttalskonstant enligt C99"
440 #: expr.c:597
441 #, c-format
442 msgid "invalid suffix \"%.*s\" on floating constant"
443 msgstr "ogiltigt suffix ”%.*s” på flyttalskonstant"
445 #: expr.c:608 expr.c:668
446 #, c-format
447 msgid "traditional C rejects the \"%.*s\" suffix"
448 msgstr "traditionell C tillåter inte suffixet ”%.*s”"
450 #: expr.c:616
451 msgid "suffix for double constant is a GCC extension"
452 msgstr "suffix för double-konstanter är en GCC-utvidgning"
454 #: expr.c:622
455 #, c-format
456 msgid "invalid suffix \"%.*s\" with hexadecimal floating constant"
457 msgstr "ogiltigt suffix ”%.*s” på hexadecimal flyttalskonstant"
459 #: expr.c:633
460 msgid "decimal float constants are a GCC extension"
461 msgstr "decimala flyttalskonstanter är en GCC-utvidgning"
463 #: expr.c:651
464 #, c-format
465 msgid "invalid suffix \"%.*s\" on integer constant"
466 msgstr "ogiltig ändelse ”%.*s” på heltalskonstant"
468 #: expr.c:676
469 msgid "use of C++11 long long integer constant"
470 msgstr "användning av long long heltalskonstant enligt C++11"
472 #: expr.c:677
473 msgid "use of C99 long long integer constant"
474 msgstr "användning av long long heltalskonstant enligt C99"
476 #: expr.c:693
477 msgid "imaginary constants are a GCC extension"
478 msgstr "imaginära konstanter är en GCC-utvidgning"
480 #: expr.c:699
481 msgid "binary constants are a C++14 feature or GCC extension"
482 msgstr "binära konstanter är C++14-funktion eller GCC-utvidgning"
484 #: expr.c:701
485 msgid "binary constants are a GCC extension"
486 msgstr "binära konstanter är en GCC-utvidgning"
488 #: expr.c:796
489 msgid "integer constant is too large for its type"
490 msgstr "heltalskonstant är för stor för sin typ"
492 #: expr.c:827
493 msgid "integer constant is so large that it is unsigned"
494 msgstr "heltalskonstant är så stor att den är teckenlös"
496 #: expr.c:922
497 msgid "missing ')' after \"defined\""
498 msgstr "saknar ')' efter ”defined”"
500 #: expr.c:929
501 msgid "operator \"defined\" requires an identifier"
502 msgstr "operatorn ”defined” måste ha en identifierare"
504 #: expr.c:937
505 #, c-format
506 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
507 msgstr "(”%s” är en alternativ symbol för ”%s” i C++)"
509 #: expr.c:947
510 msgid "this use of \"defined\" may not be portable"
511 msgstr "denna användning av ”defined” är kanske inte portabel"
513 #: expr.c:1007
514 msgid "user-defined literal in preprocessor expression"
515 msgstr "användardefinierad konstant i preprocessoruttryck"
517 #: expr.c:1012
518 msgid "floating constant in preprocessor expression"
519 msgstr "flyttalskonstant i preprocessoruttryck"
521 #: expr.c:1018
522 msgid "imaginary number in preprocessor expression"
523 msgstr "imaginärt tal i preprocessoruttryck"
525 #: expr.c:1070
526 #, c-format
527 msgid "\"%s\" is not defined"
528 msgstr "”%s” är inte definierad"
530 #: expr.c:1083
531 msgid "assertions are a GCC extension"
532 msgstr "försäkringar är en GCC-utvidgning"
534 #: expr.c:1086
535 msgid "assertions are a deprecated extension"
536 msgstr "försäkringar är en GCC-utvidgning som avrådes ifrån"
538 #: expr.c:1331
539 #, c-format
540 msgid "unbalanced stack in %s"
541 msgstr "obalanserad stack i %s"
543 #: expr.c:1351
544 #, c-format
545 msgid "impossible operator '%u'"
546 msgstr "omöjlig operator ”%u”"
548 #: expr.c:1452
549 msgid "missing ')' in expression"
550 msgstr "saknad ”)” i uttryck"
552 #: expr.c:1481
553 msgid "'?' without following ':'"
554 msgstr "”?” utan följande ”:”"
556 #: expr.c:1491
557 msgid "integer overflow in preprocessor expression"
558 msgstr "heltalsspill i preprocessoruttryck"
560 #: expr.c:1496
561 msgid "missing '(' in expression"
562 msgstr "saknad ”(” i uttryck"
564 #: expr.c:1528
565 #, c-format
566 msgid "the left operand of \"%s\" changes sign when promoted"
567 msgstr "vänsteroperanden till ”%s” byter tecken vid befordran"
569 #: expr.c:1533
570 #, c-format
571 msgid "the right operand of \"%s\" changes sign when promoted"
572 msgstr "högeroperanden till ”%s” byter tecken vid befordran"
574 #: expr.c:1792
575 msgid "traditional C rejects the unary plus operator"
576 msgstr "traditionell C hanterar inte operatorn unärt plus"
578 #: expr.c:1890
579 msgid "comma operator in operand of #if"
580 msgstr "kommaoperator i operand till #if"
582 #: expr.c:2026
583 msgid "division by zero in #if"
584 msgstr "division med noll i #if"
586 #: expr.c:2123
587 msgid "operator \"__has_include__\" requires a header string"
588 msgstr "operatorn ”__has_include__” måste ha en huvudsträng"
590 #: expr.c:2139
591 msgid "missing ')' after \"__has_include__\""
592 msgstr "saknar ')' efter ”__has_include__”"
594 #: files.c:513
595 msgid "NULL directory in find_file"
596 msgstr "NOLL-katalog i find_file"
598 #: files.c:561
599 msgid "one or more PCH files were found, but they were invalid"
600 msgstr "en eller flera PCH-filer hittades, men de var inte korrekta"
602 #: files.c:564
603 msgid "use -Winvalid-pch for more information"
604 msgstr "använd -Winvalid-pch för mer information"
606 #: files.c:668
607 #, c-format
608 msgid "%s is a block device"
609 msgstr "%s är en blockenhet"
611 #: files.c:685
612 #, c-format
613 msgid "%s is too large"
614 msgstr "%s är för stor"
616 #: files.c:725
617 #, c-format
618 msgid "%s is shorter than expected"
619 msgstr "%s är kortare än förväntat"
621 #: files.c:961
622 #, c-format
623 msgid "no include path in which to search for %s"
624 msgstr "ingen huvudfilssökväg att leta efter %s i"
626 #: files.c:1411
627 msgid "Multiple include guards may be useful for:\n"
628 msgstr "Multipla inkluderingsvakter kan vara användbart för:\n"
630 #: init.c:546
631 msgid "cppchar_t must be an unsigned type"
632 msgstr "cppchar_t måste vare en teckenlös typ"
634 #: init.c:550
635 #, c-format
636 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
637 msgstr "preprocessoraritmetik har en högsta precision på %lu bitar; målet kräver %lu bitar"
639 #: init.c:557
640 msgid "CPP arithmetic must be at least as precise as a target int"
641 msgstr "CPP-aritmetik måste vara åtminstone så precis som målets int"
643 #: init.c:560
644 msgid "target char is less than 8 bits wide"
645 msgstr "målets char är mindre än 8 bitar bred"
647 #: init.c:564
648 msgid "target wchar_t is narrower than target char"
649 msgstr "målets wchar_t är smalare än målets char"
651 #: init.c:568
652 msgid "target int is narrower than target char"
653 msgstr "målets int är smalare än målets char"
655 #: init.c:573
656 msgid "CPP half-integer narrower than CPP character"
657 msgstr "CPP:s halva heltal är smalare än CPP:s tecken"
659 #: init.c:577
660 #, c-format
661 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
662 msgstr "CPP på denna värd kan inte hantera breda teckenkonstanter över %lu bitar, men målet kräver %lu bitar"
664 #: lex.c:1011
665 msgid "backslash and newline separated by space"
666 msgstr "bakåtstreck och nyrad skiljda av mellanrum"
668 #: lex.c:1016
669 msgid "backslash-newline at end of file"
670 msgstr "bakåtstreck-nyrad vid filslut"
672 #: lex.c:1032
673 #, c-format
674 msgid "trigraph ??%c converted to %c"
675 msgstr "trigraph ??%c konverterad till %c"
677 #: lex.c:1040
678 #, c-format
679 msgid "trigraph ??%c ignored, use -trigraphs to enable"
680 msgstr "trigraph ??%c ignorerad, använd -trigraphs för att aktivera"
682 #: lex.c:1089
683 msgid "\"/*\" within comment"
684 msgstr "”/*” i kommentar"
686 #: lex.c:1147
687 #, c-format
688 msgid "%s in preprocessing directive"
689 msgstr "%s i preprocessordirektiv"
691 #: lex.c:1156
692 msgid "null character(s) ignored"
693 msgstr "nolltecken ignorerat"
695 #: lex.c:1193
696 #, c-format
697 msgid "`%.*s' is not in NFKC"
698 msgstr "”%.*s” är inte i NFKC"
700 #: lex.c:1196
701 #, c-format
702 msgid "`%.*s' is not in NFC"
703 msgstr "”%.*s” är inte i NFC"
705 #: lex.c:1265 lex.c:1354
706 #, c-format
707 msgid "attempt to use poisoned \"%s\""
708 msgstr "försök att använda förgiftad ”%s”"
710 #: lex.c:1275 lex.c:1364
711 msgid "__VA_ARGS__ can only appear in the expansion of a C++11 variadic macro"
712 msgstr "__VA_ARGS__ kan endast dyka upp i expansionen av ett C++11-makro med variabelt argumentantal"
714 #: lex.c:1279 lex.c:1368
715 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
716 msgstr "__VA_ARGS__ kan endast dyka upp i expansionen av ett C99-makro med variabelt argumentantal"
718 #: lex.c:1286 lex.c:1375
719 #, c-format
720 msgid "identifier \"%s\" is a special operator name in C++"
721 msgstr "identifieraren ”%s” är ett speciellt operatornamn i C++"
723 #: lex.c:1665
724 msgid "raw string delimiter longer than 16 characters"
725 msgstr "avgränsare för rå sträng längre än 16 tecken"
727 #: lex.c:1669
728 msgid "invalid new-line in raw string delimiter"
729 msgstr "felaktig nyrad i rå sträng-avgränsare"
731 #: lex.c:1673
732 #, c-format
733 msgid "invalid character '%c' in raw string delimiter"
734 msgstr "ogiltigt tecken ”%c” i avgränsare för rå sträng"
736 #: lex.c:1722 lex.c:1744
737 msgid "unterminated raw string"
738 msgstr "oavslutad rå sträng"
740 #: lex.c:1765 lex.c:1894
741 msgid "invalid suffix on literal; C++11 requires a space between literal and string macro"
742 msgstr "ogiltigt suffix på konstant; C++11 kräver ett mellanrum mellan konstant och strängmakro"
744 #: lex.c:1876
745 msgid "null character(s) preserved in literal"
746 msgstr "nolltecken bevarade i konstant"
748 #: lex.c:1879
749 #, c-format
750 msgid "missing terminating %c character"
751 msgstr "avslutande %c-tecken saknas"
753 #: lex.c:2447 lex.c:2481
754 msgid "C++ style comments are not allowed in ISO C90"
755 msgstr "C++ kommentarer tillåts inte i ISO C90"
757 #: lex.c:2449 lex.c:2460 lex.c:2483
758 msgid "(this will be reported only once per input file)"
759 msgstr "(detta rapporteras bara en gång per infil)"
761 #: lex.c:2458
762 msgid "C++ style comments are incompatible with C90"
763 msgstr "kommentarer i C++-stil är inkompatibla med C90"
765 #: lex.c:2489
766 msgid "multi-line comment"
767 msgstr "flerradskommentar"
769 #: lex.c:2833
770 #, c-format
771 msgid "unspellable token %s"
772 msgstr "ostavbar symbol %s"
774 #: macro.c:200
775 #, c-format
776 msgid "macro \"%s\" is not used"
777 msgstr "makrot ”%s” är inte använt"
779 #: macro.c:238 macro.c:470
780 #, c-format
781 msgid "invalid built-in macro \"%s\""
782 msgstr "ogiltigt inbyggt makro ”%s”"
784 #: macro.c:245 macro.c:342
785 #, c-format
786 msgid "macro \"%s\" might prevent reproducible builds"
787 msgstr "makrot ”%s” kan förhindra reproducerbara byggen"
789 #: macro.c:276
790 msgid "could not determine file timestamp"
791 msgstr "det gick inte att avgöra fils tidsstämpel"
793 #: macro.c:377
794 msgid "could not determine date and time"
795 msgstr "det gick inte att avgöra datum och tid"
797 #: macro.c:393
798 msgid "__COUNTER__ expanded inside directive with -fdirectives-only"
799 msgstr "__COUNTER__ expanderad inuti direktiv med -fdirectives-only"
801 #: macro.c:581
802 msgid "invalid string literal, ignoring final '\\'"
803 msgstr "ogiltig strängkonstant, ignorerar avslutande ”\\”"
805 #: macro.c:643
806 #, c-format
807 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
808 msgstr "att sätta ihop ”%s” och ”%s” ger inte en giltig preprocessorsymbol"
810 #: macro.c:767
811 msgid "ISO C++11 requires at least one argument for the \"...\" in a variadic macro"
812 msgstr "ISO C++11 kräver åtminstone ett argument för ”...” i ett makro med variabelt antal argument"
814 #: macro.c:771
815 msgid "ISO C99 requires at least one argument for the \"...\" in a variadic macro"
816 msgstr "ISO C99 kräver åtminstone ett argument för ”...” i ett makro med variabelt antal argument"
818 #: macro.c:778
819 #, c-format
820 msgid "macro \"%s\" requires %u arguments, but only %u given"
821 msgstr "makrot ”%s” kräver %u argument, men endast %u anges"
823 #: macro.c:783
824 #, c-format
825 msgid "macro \"%s\" passed %u arguments, but takes just %u"
826 msgstr "makro ”%s” skickade %u argument, men det tar bara %u"
828 #: macro.c:977 traditional.c:819
829 #, c-format
830 msgid "unterminated argument list invoking macro \"%s\""
831 msgstr "oavslutad argumentlista vid anrop av makrot ”%s”"
833 #: macro.c:1128
834 #, c-format
835 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
836 msgstr "funktionsliknande makrot ”%s” måste användas med ett argument i traditionell C"
838 #: macro.c:1814
839 #, c-format
840 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C++98"
841 msgstr "vid anrop av makro %s argument %d: tomma makroargument är odefinierade i ISO C++98"
843 #: macro.c:1822 macro.c:1831
844 #, c-format
845 msgid "invoking macro %s argument %d: empty macro arguments are undefined in ISO C90"
846 msgstr "vid anrop av makro %s argument %d: tomma makroargument är odefinierade i ISO C90"
848 #: macro.c:2800
849 #, c-format
850 msgid "duplicate macro parameter \"%s\""
851 msgstr "dubblerad makroparameter ”%s”"
853 #: macro.c:2849
854 #, c-format
855 msgid "\"%s\" may not appear in macro parameter list"
856 msgstr "”%s” får inte förekomma i en makroparameterlista"
858 #: macro.c:2857
859 msgid "macro parameters must be comma-separated"
860 msgstr "makroparametrar måste avdelas av komman"
862 #: macro.c:2875
863 msgid "parameter name missing"
864 msgstr "parameternamn saknas"
866 #: macro.c:2896
867 msgid "anonymous variadic macros were introduced in C++11"
868 msgstr "anonyma variabla makron introducerades i C++11"
870 #: macro.c:2900 macro.c:2905
871 msgid "anonymous variadic macros were introduced in C99"
872 msgstr "anonyma variabla makron introducerades i C99"
874 #: macro.c:2912
875 msgid "ISO C++ does not permit named variadic macros"
876 msgstr "ISO C++ tillåter inte namngivna variabla makron"
878 #: macro.c:2915
879 msgid "ISO C does not permit named variadic macros"
880 msgstr "ISO C tillåter inte namngivna variabla makron"
882 #: macro.c:2925
883 msgid "missing ')' in macro parameter list"
884 msgstr "saknad ”)” i makroparameterlista"
886 #: macro.c:2976
887 msgid "'##' cannot appear at either end of a macro expansion"
888 msgstr "”##” kan inte förekomma vid någon av ändarna av makroexpansionen"
890 #: macro.c:3013
891 msgid "ISO C++11 requires whitespace after the macro name"
892 msgstr "ISO C++11 kräver mellanrum efter makronamnet"
894 #: macro.c:3016
895 msgid "ISO C99 requires whitespace after the macro name"
896 msgstr "ISO C99 kräver mellanrum efter makronamnet"
898 #: macro.c:3041
899 msgid "missing whitespace after the macro name"
900 msgstr "mellanrum saknas efter makronamn"
902 #: macro.c:3075
903 msgid "'#' is not followed by a macro parameter"
904 msgstr "”#” följs inte av en makroparameter"
906 #: macro.c:3236
907 #, c-format
908 msgid "\"%s\" redefined"
909 msgstr "”%s” omdefinierad"
911 #: macro.c:3241
912 msgid "this is the location of the previous definition"
913 msgstr "detta är platsen för den tidigare definitionen"
915 #: macro.c:3302
916 #, c-format
917 msgid "macro argument \"%s\" would be stringified in traditional C"
918 msgstr "makroargumentet ”%s” skulle bli gjort till sträng i traditionell C"
920 #: macro.c:3329
921 #, c-format
922 msgid "invalid hash type %d in cpp_macro_definition"
923 msgstr "ogiltig hash-typ %d i cpp_macro_definition"
925 #: pch.c:87 pch.c:345 pch.c:359 pch.c:377 pch.c:383 pch.c:392 pch.c:399
926 msgid "while writing precompiled header"
927 msgstr "vid skrivning av förkompilerat huvud"
929 #: pch.c:619
930 #, c-format
931 msgid "%s: not used because `%.*s' is poisoned"
932 msgstr "%s: inte använd för att ”%.*s” är förgiftad"
934 #: pch.c:641
935 #, c-format
936 msgid "%s: not used because `%.*s' not defined"
937 msgstr "%s: inte använd för att ”%.*s” inte är definierad"
939 #: pch.c:653
940 #, c-format
941 msgid "%s: not used because `%.*s' defined as `%s' not `%.*s'"
942 msgstr "%s: används inte för att ”%.*s” definieras som ”%s” inte ”%.*s”"
944 #: pch.c:694
945 #, c-format
946 msgid "%s: not used because `%s' is defined"
947 msgstr "%s: inte använd för att ”%s” är definierad"
949 #: pch.c:714
950 #, c-format
951 msgid "%s: not used because `__COUNTER__' is invalid"
952 msgstr "%s: inte använd för att ”__COUNTER__” är ogiltig"
954 #: pch.c:723 pch.c:900
955 msgid "while reading precompiled header"
956 msgstr "vid läsning av förkompilerat huvud"
958 #: traditional.c:889
959 #, c-format
960 msgid "detected recursion whilst expanding macro \"%s\""
961 msgstr "upptäckte rekursion vid under expansion av makrot ”%s”"
963 #: traditional.c:1108
964 msgid "syntax error in macro parameter list"
965 msgstr "syntaxfel i makroparameterlista"