Warning, /sdk/heaptrack/po/sv/heaptrack.po is written in an unsupported language. File is not indexed.

0001 # Copyright (C) YEAR This_file_is_part_of_KDE
0002 # This file is distributed under the same license as the PACKAGE package.
0003 #
0004 # Stefan Asserhäll <stefan.asserhall@bredband.net>, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2023.
0005 msgid ""
0006 msgstr ""
0007 "Project-Id-Version: \n"
0008 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
0009 "POT-Creation-Date: 2023-11-05 12:37+0000\n"
0010 "PO-Revision-Date: 2023-07-30 16:11+0200\n"
0011 "Last-Translator: Stefan Asserhäll <stefan.asserhall@bredband.net>\n"
0012 "Language-Team: Swedish <kde-i18n-doc@kde.org>\n"
0013 "Language: sv\n"
0014 "MIME-Version: 1.0\n"
0015 "Content-Type: text/plain; charset=UTF-8\n"
0016 "Content-Transfer-Encoding: 8bit\n"
0017 "Plural-Forms: nplurals=2; plural=n != 1;\n"
0018 "X-Generator: Lokalize 20.08.1\n"
0019 
0020 #, kde-format
0021 msgctxt "NAME OF TRANSLATORS"
0022 msgid "Your names"
0023 msgstr "Stefan Asserhäll"
0024 
0025 #, kde-format
0026 msgctxt "EMAIL OF TRANSLATORS"
0027 msgid "Your emails"
0028 msgstr "stefan.asserhall@bredband.net"
0029 
0030 #: gui/callercalleemodel.cpp:40 gui/callercalleemodel.h:333
0031 #: gui/treemodel.cpp:73
0032 #, kde-format
0033 msgid "Location"
0034 msgstr "Plats"
0035 
0036 #: gui/callercalleemodel.cpp:42 gui/callercalleemodel.h:335
0037 #, kde-format
0038 msgid "Allocations (Self)"
0039 msgstr "Tilldelningar (egna)"
0040 
0041 #: gui/callercalleemodel.cpp:44 gui/callercalleemodel.h:337
0042 #, kde-format
0043 msgid "Temporary (Self)"
0044 msgstr "Tillfällig (egen)"
0045 
0046 #: gui/callercalleemodel.cpp:46 gui/callercalleemodel.h:339
0047 #, kde-format
0048 msgid "Peak (Self)"
0049 msgstr "Störst (eget)"
0050 
0051 #: gui/callercalleemodel.cpp:48 gui/callercalleemodel.h:341
0052 #, kde-format
0053 msgid "Leaked (Self)"
0054 msgstr "Läckt (eget)"
0055 
0056 #: gui/callercalleemodel.cpp:50 gui/callercalleemodel.h:343
0057 #, kde-format
0058 msgid "Allocations (Incl.)"
0059 msgstr "Tilldelningar (sammanlagda)"
0060 
0061 #: gui/callercalleemodel.cpp:52 gui/callercalleemodel.h:345
0062 #, kde-format
0063 msgid "Temporary (Incl.)"
0064 msgstr "Tillfällig (sammanlagt)"
0065 
0066 #: gui/callercalleemodel.cpp:54 gui/callercalleemodel.h:347
0067 #, kde-format
0068 msgid "Peak (Incl.)"
0069 msgstr "Störst (sammanlagt)"
0070 
0071 #: gui/callercalleemodel.cpp:56 gui/callercalleemodel.h:349
0072 #, kde-format
0073 msgid "Leaked (Incl.)"
0074 msgstr "Läckt (sammanlagt)"
0075 
0076 #: gui/callercalleemodel.cpp:63
0077 #, kde-format
0078 msgid ""
0079 "<qt>The parent symbol that called an allocation function. The function name "
0080 "may be unresolved when debug information is missing.</qt>"
0081 msgstr ""
0082 "<qt>Överliggande funktion som anropade en tilldelningsfunktion. "
0083 "Funktionsnamnet kan vara okänd om avlusningsinformation saknas.</qt>"
0084 
0085 #: gui/callercalleemodel.cpp:66 gui/callercalleemodel.h:359
0086 #, kde-format
0087 msgid ""
0088 "<qt>The number of times an allocation function was directly called from this "
0089 "location.</qt>"
0090 msgstr ""
0091 "<qt>Antal gånger som en tilldelningsfunktion direkt anropades från platsen.</"
0092 "qt>"
0093 
0094 #: gui/callercalleemodel.cpp:69 gui/callercalleemodel.h:362
0095 #, kde-format
0096 msgid ""
0097 "<qt>The number of direct temporary allocations. These allocations are "
0098 "directly followed by a free without any other allocations in-between.</qt>"
0099 msgstr ""
0100 "<qt>Antal direkta tillfälliga tilldelningar. Dessa minnestilldelningar följs "
0101 "direkt av free utan några andra mellanliggande tilldelningar.</qt>"
0102 
0103 #: gui/callercalleemodel.cpp:73 gui/callercalleemodel.h:366
0104 #, kde-format
0105 msgid ""
0106 "<qt>The maximum heap memory in bytes consumed from allocations originating "
0107 "directly at this location. This takes deallocations into account.</qt>"
0108 msgstr ""
0109 "<qt>Maximalt antal heap-minne i byte som konsumerades via tilldelningar som "
0110 "direkt hade sitt ursprung från den här platsen. Detta tar hänsyn till "
0111 "frigjort minne.</qt>"
0112 
0113 #: gui/callercalleemodel.cpp:78 gui/callercalleemodel.h:371
0114 #, kde-format
0115 msgid ""
0116 "<qt>The bytes allocated directly at this location that have not been "
0117 "deallocated.</qt>"
0118 msgstr ""
0119 "<qt>Byte direkt tilldelade från den här platsen som inte har frigjorts.</qt>"
0120 
0121 #: gui/callercalleemodel.cpp:81 gui/callercalleemodel.h:181
0122 #: gui/callercalleemodel.h:374
0123 #, kde-format
0124 msgid ""
0125 "<qt>The inclusive number of times an allocation function was called from "
0126 "this location or any functions called from here.</qt>"
0127 msgstr ""
0128 "<qt>Sammanlagt antal gånger som en tilldelningsfunktion anropades från "
0129 "platsen eller någon funktion anropad härifrån.</qt>"
0130 
0131 #: gui/callercalleemodel.cpp:85 gui/callercalleemodel.h:185
0132 #: gui/callercalleemodel.h:378
0133 #, kde-format
0134 msgid ""
0135 "<qt>The number of inclusive temporary allocations. These allocations are "
0136 "directly followed by a free without any other allocations in-between.</qt>"
0137 msgstr ""
0138 "<qt>Sammanlagt antal tillfälliga tilldelningar. Dessa minnestilldelningar "
0139 "följs direkt av free utan några andra mellanliggande tilldelningar.</qt>"
0140 
0141 #: gui/callercalleemodel.cpp:89 gui/callercalleemodel.h:173
0142 #: gui/callercalleemodel.h:382
0143 #, kde-format
0144 msgid ""
0145 "<qt>The inclusive maximum heap memory in bytes consumed from allocations "
0146 "originating at this location or from functions called from here. This takes "
0147 "deallocations into account.</qt>"
0148 msgstr ""
0149 "<qt>Maximalt antal heap-minne i byte som konsumerades via tilldelningar som "
0150 "hade sitt ursprung från den här platsen eller från funktioner anropade "
0151 "härifrån. Det tar hänsyn till frigjort minne.</qt>"
0152 
0153 #: gui/callercalleemodel.cpp:94 gui/callercalleemodel.h:178
0154 #: gui/callercalleemodel.h:387 gui/treemodel.cpp:91
0155 #, kde-format
0156 msgid ""
0157 "<qt>The bytes allocated at this location that have not been deallocated.</qt>"
0158 msgstr "<qt>Byte tilldelade för den här platsen som inte har frigjorts.</qt>"
0159 
0160 #: gui/callercalleemodel.cpp:202
0161 #, kde-format
0162 msgid "Caller"
0163 msgstr "Den som anropar"
0164 
0165 #: gui/callercalleemodel.cpp:214
0166 #, kde-format
0167 msgid "Callee"
0168 msgstr "Den som blir anropad"
0169 
0170 #: gui/callercalleemodel.h:156 gui/treemodel.cpp:69 gui/util.cpp:112
0171 #: gui/util.cpp:141 gui/util.cpp:170
0172 #, kde-format
0173 msgid "Peak"
0174 msgstr "Störst"
0175 
0176 #: gui/callercalleemodel.h:158 gui/flamegraph.cpp:433 gui/treemodel.cpp:71
0177 #: gui/util.cpp:113 gui/util.cpp:142 gui/util.cpp:171
0178 #, kde-format
0179 msgid "Leaked"
0180 msgstr "Läckt"
0181 
0182 #: gui/callercalleemodel.h:160 gui/flamegraph.cpp:438 gui/mainwindow.cpp:477
0183 #: gui/treemodel.cpp:65 gui/util.cpp:114 gui/util.cpp:143 gui/util.cpp:172
0184 #, kde-format
0185 msgid "Allocations"
0186 msgstr "Tilldelningar"
0187 
0188 #: gui/callercalleemodel.h:162 gui/treemodel.cpp:67
0189 #, kde-format
0190 msgid "Temporary"
0191 msgstr "Tillfällig"
0192 
0193 #: gui/callercalleemodel.h:170
0194 #, kde-format
0195 msgid ""
0196 "The location of the %1. The function name may be unresolved when debug "
0197 "information is missing."
0198 msgstr ""
0199 "Plats för %1. Funktionsnamnet kan sakna upplösning om avlusningsinformation "
0200 "saknas."
0201 
0202 #: gui/callercalleemodel.h:356
0203 #, kde-format
0204 msgid ""
0205 "<qt>The source code location that called an allocation function. May be "
0206 "unknown when debug information is missing.</qt>"
0207 msgstr ""
0208 "<qt>Källkodsplatsen där en tilldelningsfunktion anropades. Kan vara okänd om "
0209 "avlusningsinformation saknas.</qt>"
0210 
0211 #: gui/chartmodel.cpp:52
0212 #, kde-format
0213 msgid "Memory Allocations"
0214 msgstr "Minnestilldelningar"
0215 
0216 #: gui/chartmodel.cpp:54
0217 #, kde-format
0218 msgid "Memory Consumed"
0219 msgstr "Använt minne"
0220 
0221 #: gui/chartmodel.cpp:56 gui/flamegraph.cpp:443 gui/mainwindow.cpp:479
0222 #: gui/util.cpp:115 gui/util.cpp:144 gui/util.cpp:173
0223 #, kde-format
0224 msgid "Temporary Allocations"
0225 msgstr "Tillfälliga tilldelningar"
0226 
0227 #: gui/chartmodel.cpp:76 gui/chartwidget.cpp:466
0228 #, kde-format
0229 msgid "Elapsed Time"
0230 msgstr "Förfluten tid"
0231 
0232 #: gui/chartmodel.cpp:83
0233 #, kde-format
0234 msgid "Total Memory Allocations"
0235 msgstr "Total minnestilldelning"
0236 
0237 #: gui/chartmodel.cpp:85
0238 #, kde-format
0239 msgid "Total Memory Consumption"
0240 msgstr "Total minnesanvändning"
0241 
0242 #: gui/chartmodel.cpp:87
0243 #, kde-format
0244 msgid "Total Temporary Allocations"
0245 msgstr "Total tillfällig minnestilldelning"
0246 
0247 #: gui/chartmodel.cpp:113
0248 #, kde-format
0249 msgid "%1"
0250 msgstr "%1"
0251 
0252 #: gui/chartmodel.cpp:166
0253 #, kde-format
0254 msgctxt ""
0255 "%1: the formatted byte size, e.g. \"1.2KB\", %2: the raw byte size, e.g. "
0256 "\"1300\""
0257 msgid "%1 (%2 bytes)"
0258 msgstr "%1 (%2 byte)"
0259 
0260 #: gui/chartmodel.cpp:174
0261 #, kde-format
0262 msgid "<qt>%1 allocations in total after %2</qt>"
0263 msgstr "<qt>Totalt %1 tilldelningar efter %2</qt>"
0264 
0265 #: gui/chartmodel.cpp:176
0266 #, kde-format
0267 msgid "<qt>%1 temporary allocations in total after %2</qt>"
0268 msgstr "<qt>Totalt %1 tillfälliga tilldelningar efter %2</qt>"
0269 
0270 #: gui/chartmodel.cpp:178
0271 #, kde-format
0272 msgid "<qt>%1 consumed in total after %2</qt>"
0273 msgstr "<qt>Totalt %1 använt efter %2</qt>"
0274 
0275 #: gui/chartmodel.cpp:184
0276 #, kde-format
0277 msgid ""
0278 "<qt>%2 allocations after %3 from:<p style='margin-left:10px;'>%1</p></qt>"
0279 msgstr ""
0280 "<qt>%2 tilldelningar efter %3 från: <p style='margin-left:10px;'>%1</p></qt>"
0281 
0282 #: gui/chartmodel.cpp:188
0283 #, kde-format
0284 msgid ""
0285 "<qt>%2 temporary allocations after %3 from:<p style='margin-left:10px'>%1</"
0286 "p></qt>"
0287 msgstr ""
0288 "<qt>%2 tillfälliga tilldelningar efter %3 från: <p style='margin-left:10px;'>"
0289 "%1</p></qt>"
0290 
0291 #: gui/chartmodel.cpp:192
0292 #, kde-format
0293 msgid "<qt>%2 consumed after %3 from:<p style='margin-left:10px'>%1</p></qt>"
0294 msgstr "<qt>%2 använt efter %3 från:<p style='margin-left:10px'>%1</p></qt>"
0295 
0296 #: gui/chartwidget.cpp:162
0297 #, kde-format
0298 msgid "Export As..."
0299 msgstr "Exportera som..."
0300 
0301 #: gui/chartwidget.cpp:165
0302 #, kde-format
0303 msgid "Show legend"
0304 msgstr "Visa förklaring"
0305 
0306 #: gui/chartwidget.cpp:172
0307 #, kde-format
0308 msgid "Show total cost graph"
0309 msgstr "Visa totalt kostnadsdiagram"
0310 
0311 #: gui/chartwidget.cpp:180
0312 #, kde-format
0313 msgid "Show detailed cost graph"
0314 msgstr "Visa detaljerat kostnadsdiagram"
0315 
0316 #: gui/chartwidget.cpp:187
0317 #, kde-format
0318 msgid "Stacked diagrams:"
0319 msgstr "Överlagrade diagram:"
0320 
0321 #: gui/chartwidget.cpp:234
0322 #, kde-format
0323 msgid "Filter In On Selection"
0324 msgstr "Filtrera in enligt markering"
0325 
0326 #. i18n: ectx: property (text), widget (QMenu, menuFilter)
0327 #: gui/chartwidget.cpp:244 gui/mainwindow.ui:891
0328 #, kde-format
0329 msgid "Reset Filter"
0330 msgstr "Nollställ filter"
0331 
0332 #: gui/chartwidget.cpp:383
0333 #, kde-format
0334 msgid "Save %1"
0335 msgstr "Spara %1"
0336 
0337 #: gui/chartwidget.cpp:384
0338 #, kde-format
0339 msgid "Raster Image (*.png *.jpg *.tiff);;Vector Image (*.svg)"
0340 msgstr "Rastreringsbild (*.png *.jpg *.tiff);;Vektorbild (*.svg)"
0341 
0342 #: gui/chartwidget.cpp:400
0343 #, kde-format
0344 msgid "Failed to save the image to %1"
0345 msgstr "Misslyckades spara bilden i %1"
0346 
0347 #: gui/chartwidget.cpp:420
0348 #, kde-format
0349 msgid "<tr><th></th><th>Start</th><th>End</th><th>Delta</th></tr>"
0350 msgstr "<tr><th></th><th>Start</th><th>Slut</th><th>Delta</th></tr>"
0351 
0352 #: gui/chartwidget.cpp:421
0353 #, kde-format
0354 msgid "<tr><th>Time</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0355 msgstr "<tr><th>Tid</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0356 
0357 #: gui/chartwidget.cpp:425
0358 #, kde-format
0359 msgid "<tr><th>Consumed</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0360 msgstr "<tr><th>Använt</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0361 
0362 #: gui/chartwidget.cpp:429
0363 #, kde-format
0364 msgid "<tr><th>Allocations</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0365 msgstr "<tr><th>Tilldelningar</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0366 
0367 #: gui/chartwidget.cpp:433
0368 #, kde-format
0369 msgid ""
0370 "<tr><th>Temporary Allocations</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0371 msgstr ""
0372 "<tr><th>Tillfälliga tilldelningar</th><td>%1</td><td>%2</td><td>%3</td></tr>"
0373 
0374 #: gui/chartwidget.cpp:441
0375 #, kde-format
0376 msgid ""
0377 "<qt>Shows the heap memory consumption over time.<br>Click and drag to select "
0378 "a time range for filtering.</qt>"
0379 msgstr ""
0380 "<qt>Visar heap-minnesanvändningen över tiden.<br>Klicka och dra för att "
0381 "välja ett tidsintervall för filtrering.</qt>"
0382 
0383 #: gui/chartwidget.cpp:445
0384 #, kde-format
0385 msgid ""
0386 "<qt>Shows number of memory allocations over time.<br>Click and drag to "
0387 "select a time range for filtering.</qt>"
0388 msgstr ""
0389 "<qt>Visar antal minnestilldelningar över tiden.<br>Klicka och dra för att "
0390 "välja ett tidsintervall för filtrering.</qt>"
0391 
0392 #: gui/chartwidget.cpp:449
0393 #, kde-format
0394 msgid ""
0395 "<qt>Shows number of temporary memory allocations over time. A temporary "
0396 "allocation is one that is followed immediately by its corresponding "
0397 "deallocation, without other allocations happening in-between.<br>Click and "
0398 "drag to select a time range for filtering.</qt>"
0399 msgstr ""
0400 "<qt>Visar antal tillfälliga minnestilldelningar över tiden. En tillfällig "
0401 "tilldelning är en som omedelbart följs av motsvarande frigörelse, utan några "
0402 "andra mellanliggande tilldelningar.<br>Klicka och dra för att välja ett "
0403 "tidsintervall för filtrering.</qt>"
0404 
0405 #: gui/chartwidget.cpp:471
0406 #, kde-format
0407 msgid "%1 (filtered from %2 to %3, Δ%4)"
0408 msgstr "%1 (filtrerat från %2 till %3, Δ%4)"
0409 
0410 #: gui/chartwidget.cpp:475
0411 #, kde-format
0412 msgid "%1 (filtered delta)"
0413 msgstr "%1 (filtrerat delta)"
0414 
0415 #: gui/chartwidget.cpp:564
0416 #, kde-format
0417 msgid "Click and drag to select time range for filtering."
0418 msgstr "Klicka och dra för att välja tidsintervall för filtrering."
0419 
0420 #: gui/chartwidget.cpp:570
0421 #, kde-format
0422 msgid ""
0423 "T = %1, Consumed: %2. Click and drag to select time range for filtering."
0424 msgstr ""
0425 "T = %1, använt: %2. Klicka och dra för att välja tidsintervall för "
0426 "filtrering."
0427 
0428 #: gui/chartwidget.cpp:574
0429 #, kde-format
0430 msgid ""
0431 "T = %1, Allocations: %2. Click and drag to select time range for filtering."
0432 msgstr ""
0433 "T = %1, tilldelningar: %2. Klicka och dra för att välja tidsintervall för "
0434 "filtrering."
0435 
0436 #: gui/chartwidget.cpp:578
0437 #, kde-format
0438 msgid ""
0439 "T = %1, Temporary Allocations: %2. Click and drag to select time range for "
0440 "filtering."
0441 msgstr ""
0442 "T = %1, tillfälliga tilldelningar: %2. Klicka och dra för att välja "
0443 "tidsintervall för filtrering."
0444 
0445 #: gui/flamegraph.cpp:175 gui/histogrammodel.cpp:63
0446 #, kde-format
0447 msgid "%1 allocations in total"
0448 msgstr "Totalt %1 tilldelningar"
0449 
0450 #: gui/flamegraph.cpp:177
0451 #, kde-format
0452 msgid "%1 temporary allocations in total"
0453 msgstr "Totalt %1 tillfälliga tilldelningar"
0454 
0455 #: gui/flamegraph.cpp:179
0456 #, kde-format
0457 msgid "%1 peak memory consumption"
0458 msgstr "%1 toppanvändning av minne"
0459 
0460 #: gui/flamegraph.cpp:181
0461 #, kde-format
0462 msgid "%1 leaked in total"
0463 msgstr "Totalt %1 läckt"
0464 
0465 #: gui/flamegraph.cpp:234
0466 #, kde-format
0467 msgctxt "%1: number of allocations, %2: relative number, %3: function label"
0468 msgid "%1 (%2%) allocations in %3 and below."
0469 msgstr "%1 (%2 %) tilldelningar i och under %3."
0470 
0471 #: gui/flamegraph.cpp:239
0472 #, kde-format
0473 msgctxt ""
0474 "%1: number of temporary allocations, %2: relative number, %3 function label"
0475 msgid "%1 (%2%) temporary allocations in %3 and below."
0476 msgstr "%1 (%2 %) tillfälliga tilldelningar i och under %3."
0477 
0478 #: gui/flamegraph.cpp:244
0479 #, kde-format
0480 msgctxt ""
0481 "%1: peak consumption in bytes, %2: relative number, %3: function label"
0482 msgid "%1 (%2%) contribution to peak consumption in %3 and below."
0483 msgstr "%1 (%2 %) bidrag till största användning i och under %3."
0484 
0485 #: gui/flamegraph.cpp:248
0486 #, kde-format
0487 msgctxt "%1: leaked bytes, %2: relative number, %3: function label"
0488 msgid "%1 (%2%) leaked in %3 and below."
0489 msgstr "%1 (%2 %) läckt i och under %3."
0490 
0491 #: gui/flamegraph.cpp:428
0492 #, kde-format
0493 msgid "Memory Peak"
0494 msgstr "Minnestopp"
0495 
0496 #: gui/flamegraph.cpp:430
0497 #, kde-format
0498 msgid ""
0499 "Show a flame graph over the contributions to the peak heap memory "
0500 "consumption of your application."
0501 msgstr ""
0502 "Visa ett flamdiagram över bidrag till största heap-minnesanvändningen i ditt "
0503 "program."
0504 
0505 #: gui/flamegraph.cpp:435
0506 #, kde-format
0507 msgid ""
0508 "Show a flame graph over the leaked heap memory of your application. Memory "
0509 "is considered to be leaked when it never got deallocated. "
0510 msgstr ""
0511 "Visa ett flamdiagram med läckt heap-minne i ditt program. Minne anses vara "
0512 "läckt om det aldrig frigörs."
0513 
0514 #: gui/flamegraph.cpp:440
0515 #, kde-format
0516 msgid ""
0517 "Show a flame graph over the number of allocations triggered by functions in "
0518 "your code."
0519 msgstr ""
0520 "Visa ett flamdiagram med antal tilldelningar utlösta av funktioner i din kod."
0521 
0522 #: gui/flamegraph.cpp:445
0523 #, kde-format
0524 msgid ""
0525 "Show a flame graph over the number of temporary allocations triggered by "
0526 "functions in your code. Allocations are marked as temporary when they are "
0527 "immediately followed by their deallocation."
0528 msgstr ""
0529 "Visa ett flamdiagram med antal tillfälliga tilldelningar utlösta av "
0530 "funktioner i din kod. Tilldelningar markeras som tillfälliga när de "
0531 "omedelbart följs av en frigörelse."
0532 
0533 #: gui/flamegraph.cpp:452
0534 #, kde-format
0535 msgid "Select the data source that should be visualized in the flame graph."
0536 msgstr "Välj datakällan som ska åskådliggöras i flamdiagrammet."
0537 
0538 #: gui/flamegraph.cpp:467
0539 #, kde-format
0540 msgid "Bottom-Up View"
0541 msgstr "Nerifrån och uppåt"
0542 
0543 #: gui/flamegraph.cpp:468
0544 #, kde-format
0545 msgid ""
0546 "Enable the bottom-up flame graph view. When this is unchecked, the top-down "
0547 "view is enabled by default."
0548 msgstr ""
0549 "Aktivera visning av flamdiagrammet nerifrån och uppåt. När det inte är "
0550 "markerat, aktiveras förvald visning uppifrån och neråt."
0551 
0552 #: gui/flamegraph.cpp:476
0553 #, kde-format
0554 msgid "Collapse Recursion"
0555 msgstr "Dra ihop rekursion"
0556 
0557 #: gui/flamegraph.cpp:478
0558 #, kde-format
0559 msgid ""
0560 "Collapse stack frames for functions calling themselves. When this is "
0561 "unchecked, recursive frames will be visualized separately."
0562 msgstr ""
0563 "Dra ihop anropsposter för funktioner som anropar sig själva. När det inte är "
0564 "markerat, är rekursiva anropsposter visualiserade separat."
0565 
0566 #: gui/flamegraph.cpp:490
0567 #, kde-format
0568 msgid "Cost Threshold: "
0569 msgstr "Kostnadströskel:"
0570 
0571 #: gui/flamegraph.cpp:494
0572 #, kde-format
0573 msgid ""
0574 "<qt>The cost threshold defines a fractional cut-off value. Items with a "
0575 "relative cost below this value will not be shown in the flame graph. This is "
0576 "done as an optimization to quickly generate graphs for large data sets with "
0577 "low memory overhead. If you need more details, decrease the threshold value, "
0578 "or set it to zero.</qt>"
0579 msgstr ""
0580 "<qt>Kostnadströskeln definierar ett bråkdelsbrytvärde. Objekt med en relativ "
0581 "kostnad lägre än värdet visas inte i flamdiagrammet. Det görs som en "
0582 "optimering för att snabbt skapa diagram för stora datamängder med låg "
0583 "minnesanvändning. Om du behöver mer detaljer, minska tröskelvärdet, eller "
0584 "ställa in det till noll.</qt>"
0585 
0586 #: gui/flamegraph.cpp:506
0587 #, kde-format
0588 msgid "Search..."
0589 msgstr "Sök..."
0590 
0591 #: gui/flamegraph.cpp:507
0592 #, kde-format
0593 msgid "<qt>Search the flame graph for a symbol.</qt>"
0594 msgstr "<qt>Sök i efter en symbol i flamdiagrammet.</qt>"
0595 
0596 #: gui/flamegraph.cpp:545
0597 #, kde-format
0598 msgid "Reset View"
0599 msgstr "Återställ vy"
0600 
0601 #: gui/flamegraph.cpp:555 gui/mainwindow.cpp:142
0602 #, kde-format
0603 msgid "View Caller/Callee"
0604 msgstr "Visa anropare och anropad"
0605 
0606 #: gui/flamegraph.cpp:696
0607 #, kde-format
0608 msgid "generating flame graph..."
0609 msgstr "skapar flamdiagram..."
0610 
0611 #: gui/flamegraph.cpp:773
0612 #, kde-format
0613 msgid "%1 (%2% of total of %3) allocations matched by search."
0614 msgstr "%1 (%2 % av totalt %3) tilldelningar matchade sökningen."
0615 
0616 #: gui/flamegraph.cpp:778
0617 #, kde-format
0618 msgid "%1 (%2% of total of %3) matched by search."
0619 msgstr "%1 (%2 % av totalt %3) matchade sökningen."
0620 
0621 #: gui/gui.cpp:67
0622 #, kde-format
0623 msgid "Heaptrack GUI"
0624 msgstr "Heaptrack grafiskt användargränssnitt"
0625 
0626 #: gui/gui.cpp:68
0627 #, kde-format
0628 msgid "A visualizer for heaptrack data files."
0629 msgstr "Ett visualiseringsverktyg för Heaptrack-datafiler."
0630 
0631 #: gui/gui.cpp:69
0632 #, kde-format
0633 msgid "Copyright 2015, Milian Wolff <mail@milianw.de>"
0634 msgstr "Copyright 2015, Milian Wolff <mail@milianw.de>"
0635 
0636 #: gui/gui.cpp:72
0637 #, kde-format
0638 msgid "Milian Wolff"
0639 msgstr "Milian Wolff"
0640 
0641 #: gui/gui.cpp:72
0642 #, kde-format
0643 msgid "Original author, maintainer"
0644 msgstr "Ursprunglig upphovsman, underhåll"
0645 
0646 #: gui/gui.cpp:86
0647 #, kde-format
0648 msgid "Base profile data to compare other files to."
0649 msgstr "Profileringsbasdata att jämföra med andra filer."
0650 
0651 #: gui/gui.cpp:91
0652 #, kde-format
0653 msgid ""
0654 "Load list of leak suppressions from the specified file. Specify one "
0655 "suppression per line, and start each line with 'leak:', i.e. use the LSAN "
0656 "suppression file format."
0657 msgstr ""
0658 "Läs  in lista över undertryckningar av läckor från den angivna filen. Ange "
0659 "en undertryckning per rad, och börja varje rad med 'leak:', dvs. använd LSAN-"
0660 "filformatet för undertryckningar."
0661 
0662 #: gui/gui.cpp:97 gui/mainwindow.cpp:642
0663 #, kde-format
0664 msgid ""
0665 "Ignore suppression definitions that are embedded into the heaptrack data "
0666 "file. By default, heaptrack will copy the suppressions optionally defined "
0667 "via a `const char *__lsan_default_suppressions()` symbol in the debuggee "
0668 "application.  These are then always applied when analyzing the data, unless "
0669 "this feature is explicitly disabled using this command line option."
0670 msgstr ""
0671 "Ignorera undertryckningsdefinitioner som är inbäddade i Heaptracks datafil. "
0672 "Normal kopierar Heaptrack undertryckningar valfritt definierade via symbolen "
0673 "`const char *__lsan_default_suppressions()` i det avlusade programmet. De "
0674 "används sedan alltid när data analyseras, om inte funktionen explicit "
0675 "inaktiveras genom att använda den här kommandoradsväljaren."
0676 
0677 #: gui/gui.cpp:105
0678 #, kde-format
0679 msgid ""
0680 "Ignore suppression definitions that are built into heaptrack. By default, "
0681 "heaptrack will suppress certain known leaks in common system libraries."
0682 msgstr ""
0683 "Ignorera undertryckningsdefinitioner som är inbyggda i heaptrack. Normalt "
0684 "undertrycker heaptrack vissa kända läckor i vanliga systembibliotek."
0685 
0686 #: gui/gui.cpp:108
0687 #, kde-format
0688 msgid "Files to load"
0689 msgstr "Filer att läsa in"
0690 
0691 #: gui/gui.cpp:108
0692 #, kde-format
0693 msgid "[FILE...]"
0694 msgstr "[FIL...]"
0695 
0696 #: gui/histogrammodel.cpp:65
0697 #, kde-format
0698 msgid ""
0699 "%1 allocations from %2, totalling %3 allocated with an average of %4 per "
0700 "allocation"
0701 msgstr ""
0702 "%1 tilldelningar från %2, totalt %3 tilldelade med medelvärde %4 per "
0703 "tilldelning"
0704 
0705 #: gui/histogramwidget.cpp:99
0706 #, kde-format
0707 msgid "Requested Allocation Size"
0708 msgstr "Begärd tilldelningsstorlek"
0709 
0710 #: gui/histogramwidget.cpp:105
0711 #, kde-format
0712 msgid "Number of Allocations"
0713 msgstr "Antal tilldelningar"
0714 
0715 #: gui/mainwindow.cpp:171
0716 #, kde-format
0717 msgid "Open file in editor"
0718 msgstr "Öppna fil i editor"
0719 
0720 #: gui/mainwindow.cpp:394
0721 #, kde-format
0722 msgid ""
0723 "<dt><b>debuggee</b>:</dt><dd style='font-family:monospace;'>%1 "
0724 "<i>(attached)</i></dd>"
0725 msgstr ""
0726 "<dt><b>avlusat program</b>:</dt><dd style='font-family:monospace;'>"
0727 "%1<i>(anslutet)</i></dd>"
0728 
0729 #: gui/mainwindow.cpp:397
0730 #, kde-format
0731 msgid "<dt><b>debuggee</b>:</dt><dd style='font-family:monospace;'>%1</dd>"
0732 msgstr ""
0733 "<dt><b>avlusat program</b>:</dt><dd style='font-family:monospace;'>%1</dd>"
0734 
0735 #: gui/mainwindow.cpp:401
0736 #, kde-format
0737 msgid "<dt><b>total runtime</b>:</dt><dd>%1, filtered from %2 to %3 (%4)</dd>"
0738 msgstr ""
0739 "<dt><b>total körtid</b>:</dt><dd>%1, filtrerad från %2 till %3 (%4)</dd>"
0740 
0741 #: gui/mainwindow.cpp:406
0742 #, kde-format
0743 msgid "<dt><b>total runtime</b>:</dt><dd>%1</dd>"
0744 msgstr "<dt><b>total körtid</b>:</dt><dd>%1</dd>"
0745 
0746 #: gui/mainwindow.cpp:408
0747 #, kde-format
0748 msgid "<dt><b>total system memory</b>:</dt><dd>%1</dd>"
0749 msgstr "<dt><b>totalt systemminne</b>:</dt><dd>%1</dd>"
0750 
0751 #: gui/mainwindow.cpp:415
0752 #, kde-format
0753 msgid "<dt><b>calls to allocation functions</b>:</dt><dd>%1 (%2/s)</dd>"
0754 msgstr "<dt><b>anrop till tilldelningsfunktioner</b>:</dt><dd>%1 (%2/s)</dd>"
0755 
0756 #: gui/mainwindow.cpp:418
0757 #, kde-format
0758 msgid "<dt><b>temporary allocations</b>:</dt><dd>%1 (%2%, %3/s)</dd>"
0759 msgstr "<dt><b>tillfälliga tilldelningar</b>:</dt><dd>%1 (%2%, %3/s)</dd>"
0760 
0761 #: gui/mainwindow.cpp:428
0762 #, kde-format
0763 msgid "<dt><b>peak heap memory consumption</b>:</dt><dd>%1 after %2</dd>"
0764 msgstr "<dt><b>största heap-minnesanvändning</b>:</dt><dd>%1 efter %2</dd>"
0765 
0766 #: gui/mainwindow.cpp:431
0767 #, kde-format
0768 msgid "<dt><b>peak RSS</b> (including heaptrack overhead):</dt><dd>%1</dd>"
0769 msgstr ""
0770 "<dt><b>topp-RSS</b> (inklusive overhead från heaptrack):</dt><dd>%1</dd>"
0771 
0772 #: gui/mainwindow.cpp:435
0773 #, kde-format
0774 msgid "<dt><b>memory consumption delta</b>:</dt><dd>%1</dd>"
0775 msgstr "<dt><b>deltaminnesanvändning</b>:</dt><dd>%1</dd>"
0776 
0777 #: gui/mainwindow.cpp:439
0778 #, kde-format
0779 msgid "<dt><b>total memory leaked</b>:</dt><dd>%1 (%2 suppressed)</dd>"
0780 msgstr "<dt><b>totalt läckt minne</b>:</dt><dd>%1 (%2 undertryckt)</dd>"
0781 
0782 #: gui/mainwindow.cpp:442
0783 #, kde-format
0784 msgid "<dt><b>total memory leaked</b>:</dt><dd>%1</dd>"
0785 msgstr "<dt><b>totalt läckt minne</b>:</dt><dd>%1</dd>"
0786 
0787 #: gui/mainwindow.cpp:470
0788 #, kde-format
0789 msgid "Failed to parse file %1."
0790 msgstr "Misslyckades tolka filen %1."
0791 
0792 #: gui/mainwindow.cpp:475
0793 #, kde-format
0794 msgid "Consumed"
0795 msgstr "Använt"
0796 
0797 #: gui/mainwindow.cpp:491
0798 #, kde-format
0799 msgid "Sizes"
0800 msgstr "Storlekar"
0801 
0802 #: gui/mainwindow.cpp:555
0803 #, kde-format
0804 msgid "Input data %1 does not exist."
0805 msgstr "Indata %1 finns inte."
0806 
0807 #: gui/mainwindow.cpp:557
0808 #, kde-format
0809 msgid "Input data %1 is not a file."
0810 msgstr "Indata %1 är inte en fil."
0811 
0812 #: gui/mainwindow.cpp:559
0813 #, kde-format
0814 msgid "Input data %1 is not readable."
0815 msgstr "Indata %1 är inte läsbar."
0816 
0817 #: gui/mainwindow.cpp:597
0818 #, kde-format
0819 msgid "Failed to parse suppression file."
0820 msgstr "Misslyckades tolka undertryckningsfil."
0821 
0822 #: gui/mainwindow.cpp:612
0823 #, kde-format
0824 msgid "Heaptrack"
0825 msgstr "Heaptrack"
0826 
0827 #: gui/mainwindow.cpp:640
0828 #, kde-format
0829 msgid "Disable Embedded Suppressions"
0830 msgstr "Inaktivera inbäddade undertryckningar"
0831 
0832 #: gui/mainwindow.cpp:652
0833 #, kde-format
0834 msgid "Disable Builtin Suppressions"
0835 msgstr "Inaktivera inbyggda undertryckningar"
0836 
0837 #: gui/mainwindow.cpp:654
0838 #, kde-format
0839 msgid ""
0840 "Ignore suppression definitions that are built into heaptrack. By default, "
0841 "heaptrack will suppress certain known leaks from common system libraries."
0842 msgstr ""
0843 "Ignorera undertryckningsdefinitioner som är inbyggda i heaptrack. Normalt "
0844 "undertrycker heaptrack vissa kända läckor från vanliga systembibliotek."
0845 
0846 #: gui/mainwindow.cpp:682
0847 #, kde-format
0848 msgid "Loading file %1, please wait..."
0849 msgstr "Läser in filen %1. Vänta..."
0850 
0851 #: gui/mainwindow.cpp:684
0852 #, kde-format
0853 msgctxt "%1: file name that is open"
0854 msgid "Heaptrack - %1"
0855 msgstr "Heaptrack - %1"
0856 
0857 #: gui/mainwindow.cpp:687
0858 #, kde-format
0859 msgctxt "%1, %2: file names that are open"
0860 msgid "Heaptrack - %1 compared to %2"
0861 msgstr "Heaptrack - %1 jämförd med %2"
0862 
0863 #: gui/mainwindow.cpp:703
0864 #, kde-format
0865 msgid "Reparsing file, please wait..."
0866 msgstr "Tolkar filen igen. Vänta..."
0867 
0868 #: gui/mainwindow.cpp:746
0869 #, kde-format
0870 msgid " / %1"
0871 msgstr " / %1"
0872 
0873 #: gui/mainwindow.cpp:786
0874 #, kde-format
0875 msgid "Code Navigation"
0876 msgstr "Kodnavigering"
0877 
0878 #: gui/mainwindow.cpp:813
0879 #, kde-format
0880 msgid "Custom..."
0881 msgstr "Egen..."
0882 
0883 #: gui/mainwindow.cpp:825
0884 #, kde-format
0885 msgid "Automatic (No Line numbers)"
0886 msgstr "Automatisk (inga radnummer)"
0887 
0888 #: gui/mainwindow.cpp:845
0889 #, kde-format
0890 msgid "Custom Code Navigation"
0891 msgstr "Egen kodnavigering"
0892 
0893 #: gui/mainwindow.cpp:846
0894 #, kde-format
0895 msgid ""
0896 "Specify command to use for code navigation, '%f' will be replaced by the "
0897 "file name, '%l' by the line number and '%c' by the column number."
0898 msgstr ""
0899 "Ange kommando för att använda för kodnavigering, '%f' ersätts av filnamnet, "
0900 "'%l' av radnumret och '%c' av kolumnnumret."
0901 
0902 #. i18n: ectx: property (windowTitle), widget (QMainWindow, MainWindow)
0903 #: gui/mainwindow.ui:14
0904 #, kde-format
0905 msgid "MainWindow"
0906 msgstr "Huvudfönster"
0907 
0908 #. i18n: ectx: property (toolTip), widget (QMainWindow, MainWindow)
0909 #. i18n: ectx: property (toolTip), widget (QLabel, suppressionsLabel)
0910 #: gui/mainwindow.ui:17 gui/mainwindow.ui:118
0911 #, kde-format
0912 msgid "Path to a file containing leak suppression rules in the LSAN format."
0913 msgstr ""
0914 "Sökväg till en fil som innehåller undertryckningsregler för läckor med LSAN-"
0915 "format."
0916 
0917 #. i18n: ectx: property (title), widget (QGroupBox, groupBox)
0918 #: gui/mainwindow.ui:63
0919 #, kde-format
0920 msgid "Open Heaptrack Data"
0921 msgstr "Öppna Heaptrack-data"
0922 
0923 #. i18n: ectx: property (toolTip), widget (KUrlRequester, openFile)
0924 #: gui/mainwindow.ui:72
0925 #, kde-format
0926 msgid ""
0927 "<qt><p>This field specifies the primary heaptrack data file. These files are "
0928 "called <tt>heaptrack.$APP.$PID.gz</tt> or <tt>heaptrack.$APP.$PID.zst</tt>. "
0929 "You can produce such a file by profiling your application, e.g. via:</p>\n"
0930 "<pre><code>heaptrack &lt;yourapplication&gt; ...</code></pre>\n"
0931 "<p>Or, alternatively, you can attach to a running process via</p>\n"
0932 "<pre><code>heaptrack --pid $(pidof &lt;yourapplication&gt;)</code></pre></qt>"
0933 msgstr ""
0934 "<qt><p>Fältet anger den primära heaptrack-datafilen. Filerna kallas "
0935 "<tt>heaptrack.$APP.$PID.gz</tt> eller <tt>heaptrack.$APP.$PID.zst</tt>. Det "
0936 "går att skapa en sådan fil genom att profilera programmet, t.ex. med:</p>\n"
0937 "<pre><code>heaptrack &lt;ditt_program&gt; ...</code></pre>\n"
0938 "<p>Som alternativ går det att ansluta till en process som kör med:</p>\n"
0939 "<pre><code>heaptrack --pid $(pidof &lt;ditt_program&gt;)</code></pre></qt>"
0940 
0941 #. i18n: ectx: property (placeholderText), widget (KUrlRequester, openFile)
0942 #. i18n: ectx: property (placeholderText), widget (KUrlRequester, compareTo)
0943 #: gui/mainwindow.ui:75 gui/mainwindow.ui:88
0944 #, kde-format
0945 msgid "path/to/heaptrack.$APP.$PID.{gz,zst}"
0946 msgstr "sökväg/till/heaptrack.$APP.$PID.{gz,zst}"
0947 
0948 #. i18n: ectx: property (toolTip), widget (KUrlRequester, compareTo)
0949 #: gui/mainwindow.ui:85
0950 #, kde-format
0951 msgid ""
0952 "<qt>You can optionally specify a second heaptrack data file to compare to. "
0953 "If set, this file will be used as a base and its cost gets subtracted from "
0954 "the primary data costs.</qt>"
0955 msgstr ""
0956 "<qt>En andra heaptrack-datafil att jämföra med kan valfritt anges. Om det "
0957 "görs används den här filen som bas och dess kostnad subtraheras från de "
0958 "primära datakostnaderna.</qt>"
0959 
0960 #. i18n: ectx: property (text), widget (QLabel, openFileLabel)
0961 #: gui/mainwindow.ui:98
0962 #, kde-format
0963 msgid "Profile &Data:"
0964 msgstr "Profilerings&data:"
0965 
0966 #. i18n: ectx: property (text), widget (QLabel, compareToLabel)
0967 #: gui/mainwindow.ui:108
0968 #, kde-format
0969 msgid "Compare to:"
0970 msgstr "Jämför med:"
0971 
0972 #. i18n: ectx: property (text), widget (QLabel, suppressionsLabel)
0973 #: gui/mainwindow.ui:121
0974 #, kde-format
0975 msgid "Suppressions:"
0976 msgstr "Undertryckningar:"
0977 
0978 #. i18n: ectx: property (placeholderText), widget (KUrlRequester, suppressions)
0979 #: gui/mainwindow.ui:131
0980 #, kde-format
0981 msgid "path/to/lsan_suppressions.txt"
0982 msgstr "sökväg/till/lsan_undertryckningar.txt"
0983 
0984 #. i18n: ectx: attribute (title), widget (QWidget, summaryTab)
0985 #: gui/mainwindow.ui:244
0986 #, kde-format
0987 msgid "Summary"
0988 msgstr "Sammanfattning"
0989 
0990 #. i18n: ectx: property (toolTip), widget (QLabel, topPeakLabel)
0991 #. i18n: ectx: property (toolTip), widget (QTreeView, topPeak)
0992 #: gui/mainwindow.ui:345 gui/mainwindow.ui:358
0993 #, kde-format
0994 msgid "List of functions that allocated the most memory at a given time."
0995 msgstr ""
0996 "Lista över funktioner som tilldelas mest minne vid ett givet tillfälle."
0997 
0998 #. i18n: ectx: property (text), widget (QLabel, topPeakLabel)
0999 #: gui/mainwindow.ui:348
1000 #, kde-format
1001 msgid "Peak Contributions"
1002 msgstr "Största bidrag"
1003 
1004 #. i18n: ectx: property (toolTip), widget (QLabel, topLeakedLabel)
1005 #. i18n: ectx: property (toolTip), widget (QTreeView, topLeaked)
1006 #: gui/mainwindow.ui:384 gui/mainwindow.ui:397
1007 #, kde-format
1008 msgid "List of functions that leak the most memory."
1009 msgstr "Lista över funktioner som läcker mest minne."
1010 
1011 #. i18n: ectx: property (text), widget (QLabel, topLeakedLabel)
1012 #: gui/mainwindow.ui:387
1013 #, kde-format
1014 msgid "Largest Memory Leaks"
1015 msgstr "Största minnesläckor"
1016 
1017 #. i18n: ectx: property (toolTip), widget (QLabel, topAllocationsLabel)
1018 #. i18n: ectx: property (toolTip), widget (QTreeView, topAllocations)
1019 #: gui/mainwindow.ui:423 gui/mainwindow.ui:436
1020 #, kde-format
1021 msgid "List of functions that allocate memory most often."
1022 msgstr "Lista över funktioner som oftast tilldelas minne."
1023 
1024 #. i18n: ectx: property (text), widget (QLabel, topAllocationsLabel)
1025 #: gui/mainwindow.ui:426
1026 #, kde-format
1027 msgid "Most Memory Allocations"
1028 msgstr "Flest minnestilldelningar"
1029 
1030 #. i18n: ectx: property (toolTip), widget (QLabel, topTemporaryLabel)
1031 #. i18n: ectx: property (toolTip), widget (QTreeView, topTemporary)
1032 #: gui/mainwindow.ui:465 gui/mainwindow.ui:478
1033 #, kde-format
1034 msgid "List of functions that produced the most temporary memory allocations."
1035 msgstr ""
1036 "Lista över funktioner som skapar flest tillfälliga minnestilldelningar."
1037 
1038 #. i18n: ectx: property (text), widget (QLabel, topTemporaryLabel)
1039 #: gui/mainwindow.ui:468
1040 #, kde-format
1041 msgid "Most Temporary Allocations"
1042 msgstr "Flest tillfälliga tilldelningar"
1043 
1044 #. i18n: ectx: property (title), widget (KCollapsibleGroupBox, suppressionBox)
1045 #: gui/mainwindow.ui:501
1046 #, kde-format
1047 msgid "Suppressions"
1048 msgstr "Undertryckningar"
1049 
1050 #. i18n: ectx: attribute (title), widget (QWidget, bottomUpTab)
1051 #: gui/mainwindow.ui:533
1052 #, kde-format
1053 msgid "Bottom-Up"
1054 msgstr "Nerifrån och upp"
1055 
1056 #. i18n: ectx: property (placeholderText), widget (QLineEdit, bottomUpFilterFunction)
1057 #. i18n: ectx: property (placeholderText), widget (QLineEdit, callerCalleeFilterFunction)
1058 #. i18n: ectx: property (placeholderText), widget (QLineEdit, topDownFilterFunction)
1059 #: gui/mainwindow.ui:557 gui/mainwindow.ui:625 gui/mainwindow.ui:746
1060 #, kde-format
1061 msgid "filter by function..."
1062 msgstr "filtrera enligt funktion..."
1063 
1064 #. i18n: ectx: property (placeholderText), widget (QLineEdit, bottomUpFilterFile)
1065 #. i18n: ectx: property (placeholderText), widget (QLineEdit, topDownFilterFile)
1066 #: gui/mainwindow.ui:564 gui/mainwindow.ui:753
1067 #, kde-format
1068 msgid "filter by file..."
1069 msgstr "filtrera enligt fil..."
1070 
1071 #. i18n: ectx: property (placeholderText), widget (QLineEdit, bottomUpFilterModule)
1072 #. i18n: ectx: property (placeholderText), widget (QLineEdit, callerCalleeFilterModule)
1073 #. i18n: ectx: property (placeholderText), widget (QLineEdit, topDownFilterModule)
1074 #: gui/mainwindow.ui:571 gui/mainwindow.ui:632 gui/mainwindow.ui:760
1075 #, kde-format
1076 msgid "filter by module..."
1077 msgstr "filtrera enligt modul..."
1078 
1079 #. i18n: ectx: attribute (title), widget (QWidget, callerCalleeTab)
1080 #: gui/mainwindow.ui:601
1081 #, kde-format
1082 msgid "Caller / Callee"
1083 msgstr "Anropare och anropad"
1084 
1085 #. i18n: ectx: attribute (title), widget (QWidget, topDownTab)
1086 #: gui/mainwindow.ui:725
1087 #, kde-format
1088 msgid "Top-Down"
1089 msgstr "Uppifrån och ner"
1090 
1091 #. i18n: ectx: attribute (title), widget (FlameGraph, flameGraphTab)
1092 #: gui/mainwindow.ui:790
1093 #, kde-format
1094 msgid "Flame Graph"
1095 msgstr "Flamdiagram"
1096 
1097 #. i18n: ectx: property (windowTitle), widget (QDockWidget, stacksDock)
1098 #: gui/mainwindow.ui:806
1099 #, kde-format
1100 msgid "S&tacks"
1101 msgstr "S&tackar"
1102 
1103 #. i18n: ectx: property (text), widget (QLabel, stackSpinnerLabel)
1104 #: gui/mainwindow.ui:831
1105 #, kde-format
1106 msgid "Selected Stack:"
1107 msgstr "Vald stack:"
1108 
1109 #. i18n: ectx: property (title), widget (QMenu, menu_File)
1110 #: gui/mainwindow.ui:868
1111 #, kde-format
1112 msgid "&File"
1113 msgstr "&Arkiv"
1114 
1115 #. i18n: ectx: property (title), widget (QMenu, menu_Settings)
1116 #: gui/mainwindow.ui:873
1117 #, kde-format
1118 msgid "Setti&ngs"
1119 msgstr "Inställ&ningar"
1120 
1121 #. i18n: ectx: property (title), widget (QMenu, menuFilter)
1122 #: gui/mainwindow.ui:878
1123 #, kde-format
1124 msgid "Filter"
1125 msgstr "Filter"
1126 
1127 #: gui/parser.cpp:387
1128 #, kde-format
1129 msgid "merging allocations... %1%"
1130 msgstr "sammanfogar tilldelningar... %1 %"
1131 
1132 #: gui/parser.cpp:557
1133 #, kde-format
1134 msgid "total"
1135 msgstr "totalt"
1136 
1137 #: gui/parser.cpp:559
1138 #, kde-format
1139 msgid "0B to 8B"
1140 msgstr "0 B till 8 B"
1141 
1142 #: gui/parser.cpp:560
1143 #, kde-format
1144 msgid "9B to 16B"
1145 msgstr "9 B till 16 B"
1146 
1147 #: gui/parser.cpp:561
1148 #, kde-format
1149 msgid "17B to 32B"
1150 msgstr "17 B till 32 B"
1151 
1152 #: gui/parser.cpp:562
1153 #, kde-format
1154 msgid "33B to 64B"
1155 msgstr "33 B till 64 B"
1156 
1157 #: gui/parser.cpp:563
1158 #, kde-format
1159 msgid "65B to 128B"
1160 msgstr "65 B till 128 B"
1161 
1162 #: gui/parser.cpp:564
1163 #, kde-format
1164 msgid "129B to 256B"
1165 msgstr "129 B till 256 B"
1166 
1167 #: gui/parser.cpp:565
1168 #, kde-format
1169 msgid "257B to 512B"
1170 msgstr "257 B till 512 B"
1171 
1172 #: gui/parser.cpp:566
1173 #, kde-format
1174 msgid "512B to 1KB"
1175 msgstr "512 B till 1 KB"
1176 
1177 #: gui/parser.cpp:567
1178 #, kde-format
1179 msgid "more than 1KB"
1180 msgstr "mer än 1 KB"
1181 
1182 #: gui/parser.cpp:645
1183 #, kde-format
1184 msgid "reparsing data"
1185 msgstr "tolkar data igen"
1186 
1187 #: gui/parser.cpp:645
1188 #, kde-format
1189 msgid "parsing data"
1190 msgstr "tolkar data"
1191 
1192 #: gui/parser.cpp:659
1193 #, kde-format
1194 msgid "%1 pass: %2/%3  spent: %4  remaining: %5"
1195 msgstr "%1 passerade: %2/%3  använda: %4  återstående: %5"
1196 
1197 #: gui/parser.cpp:715
1198 #, kde-format
1199 msgid "merging allocations..."
1200 msgstr "sammanfogar tilldelningar..."
1201 
1202 #: gui/parser.cpp:726
1203 #, kde-format
1204 msgid "building size histogram..."
1205 msgstr "skapar storlekshistogram..."
1206 
1207 #: gui/parser.cpp:739
1208 #, kde-format
1209 msgid "building charts..."
1210 msgstr "skapar diagram..."
1211 
1212 #: gui/stacksmodel.cpp:99
1213 #, kde-format
1214 msgid "Backtrace"
1215 msgstr "Bakåtspårning"
1216 
1217 #: gui/treemodel.cpp:80
1218 #, kde-format
1219 msgid ""
1220 "<qt>The number of times an allocation function was called from this location."
1221 "</qt>"
1222 msgstr ""
1223 "<qt>Antal gånger som en tilldelningsfunktion anropades från platsen.</qt>"
1224 
1225 #: gui/treemodel.cpp:83
1226 #, kde-format
1227 msgid ""
1228 "<qt>The number of temporary allocations. These allocations are directly "
1229 "followed by a free without any other allocations in-between.</qt>"
1230 msgstr ""
1231 "<qt>Antal tillfälliga tilldelningar. Dessa minnestilldelningar följs direkt "
1232 "av free utan några andra mellanliggande tilldelningar.</qt>"
1233 
1234 #: gui/treemodel.cpp:87
1235 #, kde-format
1236 msgid ""
1237 "<qt>The contributions from a given location to the maximum heap memory "
1238 "consumption in bytes. This takes deallocations into account.</qt>"
1239 msgstr ""
1240 "<qt>Bidragen från en given plats till maximal heap-minnesanvändning i byte. "
1241 "Detta tar hänsyn till frigjort minne.</qt>"
1242 
1243 #: gui/treemodel.cpp:94
1244 #, kde-format
1245 msgid ""
1246 "<qt>The location from which an allocation function was called. Function "
1247 "symbol and file information may be unknown when debug information was "
1248 "missing when heaptrack was run.</qt>"
1249 msgstr ""
1250 "<qt>Platsen som en tilldelningsfunktion anropades från. Funktionssymbol och "
1251 "filinformation kan vara okänd om avlusningsinformation saknades när "
1252 "Heaptrack kördes.</qt>"
1253 
1254 #: gui/treemodel.cpp:149 gui/treemodel.cpp:173
1255 #, kde-format
1256 msgctxt "1: function, 2: module, 3: module path"
1257 msgid ""
1258 "%1\n"
1259 "  in %2 (%3)"
1260 msgstr ""
1261 "%1\n"
1262 "  i %2 (%3)"
1263 
1264 #: gui/treemodel.cpp:159
1265 #, kde-format
1266 msgid "peak contribution: %1 (%2% of total)\n"
1267 msgstr "toppbidrag: %1 (%2 % av totala minnet)\n"
1268 
1269 #: gui/treemodel.cpp:160
1270 #, kde-format
1271 msgid "leaked: %1 (%2% of total)\n"
1272 msgstr "läckt: %1 (%2 % av totala minnet)\n"
1273 
1274 #: gui/treemodel.cpp:161
1275 #, kde-format
1276 msgid "allocations: %1 (%2% of total)\n"
1277 msgstr "tilldelningar: %1 (%2 % av totala minnet)\n"
1278 
1279 #: gui/treemodel.cpp:162
1280 #, kde-format
1281 msgid "temporary: %1 (%2% of allocations, %3% of total)\n"
1282 msgstr "tillfälligt: %1 (%2 % av tilldelningar, %3 % av totala minnet)\n"
1283 
1284 #: gui/treemodel.cpp:168
1285 #, kde-format
1286 msgid "backtrace:"
1287 msgstr "bakåtspårning:"
1288 
1289 #: gui/treemodel.cpp:180
1290 #, kde-format
1291 msgid "called from one location"
1292 msgid_plural "called from %1 locations"
1293 msgstr[0] "anropade från en plats"
1294 msgstr[1] "anropade från %1 platser"
1295 
1296 #: gui/util.cpp:32
1297 #, kde-format
1298 msgid "??"
1299 msgstr "??"
1300 
1301 #: gui/util.cpp:108
1302 #, kde-format
1303 msgid "%1: %2<br/>&nbsp;&nbsp;%4% out of %3 total"
1304 msgstr "%1: %2<br/>&nbsp;&nbsp;%4 % av totalt %3"
1305 
1306 #: gui/util.cpp:134 gui/util.cpp:163
1307 #, kde-format
1308 msgid "%1 (self): %2<br/>&nbsp;&nbsp;%4% out of %3 total"
1309 msgstr "%1 (själv): %2<br/>&nbsp;&nbsp;%4 % av totalt %3"
1310 
1311 #: gui/util.cpp:137 gui/util.cpp:166
1312 #, kde-format
1313 msgid "%1 (inclusive): %2<br/>&nbsp;&nbsp;%4% out of %3 total"
1314 msgstr "%1 (inklusive): %2<br/>&nbsp;&nbsp;%4 % av totalt %3"
1315 
1316 #: gui/util.cpp:183
1317 #, kde-format
1318 msgid "symbol: <tt>%1</tt><br/>binary: <tt>%2 (%3)</tt>"
1319 msgstr "symbol: <tt>%1</tt><br/>binärfil: <tt>%2 (%3)</tt>"
1320 
1321 #: gui/util.cpp:187
1322 #, kde-format
1323 msgctxt "%1: function name, %2: binary basename"
1324 msgid "%1 in %2"
1325 msgstr "%1 i %2"
1326 
1327 #: gui/util.cpp:209
1328 #, kde-format
1329 msgid "<unresolved function>"
1330 msgstr "<oupplöst funktion>"
1331 
1332 #~ msgid "heaptrack.*.*.gz heaptrack.*.*.zst"
1333 #~ msgstr "heaptrack.*.*.gz heaptrack.*.*.zst"
1334 
1335 #~ msgid "KDevelop"
1336 #~ msgstr "KDevelop"
1337 
1338 #~ msgid "Kate"
1339 #~ msgstr "Kate"
1340 
1341 #~ msgid "KWrite"
1342 #~ msgstr "Kwrite"
1343 
1344 #~ msgid "gedit"
1345 #~ msgstr "gedit"
1346 
1347 #~ msgid "gvim"
1348 #~ msgstr "gvim"
1349 
1350 #~ msgid "Qt Creator"
1351 #~ msgstr "Qt Creator"
1352 
1353 #~ msgid "%1 allocations from %2"
1354 #~ msgstr "%1 tilldelningar från %2"
1355 
1356 #~ msgctxt "%1: function, %2: binary"
1357 #~ msgid "%1 (%2)"
1358 #~ msgstr "%1 (%2)"
1359 
1360 #~ msgid "%1 in %2 (%3)"
1361 #~ msgstr "%1 i %2 (%3)"
1362 
1363 #~ msgid "Symbol"
1364 #~ msgstr "Symbol"
1365 
1366 #~ msgid "Binary"
1367 #~ msgstr "Binärprogram"
1368 
1369 #~ msgid ""
1370 #~ "<qt>The parent function that called an allocation function. May be "
1371 #~ "unresolved when debug information is missing.</qt>"
1372 #~ msgstr ""
1373 #~ "<qt>Överliggande funktion som anropade en tilldelningsfunktion. Kan sakna "
1374 #~ "upplösning om avlusningsinformation saknas.</qt>"
1375 
1376 #~ msgid ""
1377 #~ "<qt>The module, i.e. executable or shared library, from which an "
1378 #~ "allocation function was called.</qt>"
1379 #~ msgstr ""
1380 #~ "<qt>Modulen, dvs. körbart program eller delat bibliotek, som en "
1381 #~ "tilldelningsfunktion anropades från.</qt>"
1382 
1383 #~ msgid ""
1384 #~ "The function name of the %1. May be unresolved when debug information is "
1385 #~ "missing."
1386 #~ msgstr ""
1387 #~ "Funktionsnamnet för %1. Kan sakna upplösning om avlusningsinformation "
1388 #~ "saknas."
1389 
1390 #~ msgid "The name of the executable the symbol resides in."
1391 #~ msgstr "Namnet på den körbara fil som symbolen finns i."
1392 
1393 #~ msgid "Function"
1394 #~ msgstr "Funktion"
1395 
1396 #~ msgid "Module"
1397 #~ msgstr "Modul"
1398 
1399 #~ msgid ""
1400 #~ "<qt>The parent function that called an allocation function. May be "
1401 #~ "unknown when debug information is missing.</qt>"
1402 #~ msgstr ""
1403 #~ "<qt>Överliggande funktion som anropade en tilldelningsfunktion. Kan vara "
1404 #~ "okänd om avlusningsinformation saknas.</qt>"
1405 
1406 #~| msgctxt "1: function, 2: module"
1407 #~| msgid ""
1408 #~| "%1\n"
1409 #~| "  in %2"
1410 #~ msgctxt "1: function, 2: module, 3: module path"
1411 #~ msgid ""
1412 #~ "%1\n"
1413 #~ "  in %2"
1414 #~ msgstr ""
1415 #~ "%1\n"
1416 #~ "  i %2"
1417 
1418 #~ msgid "File"
1419 #~ msgstr "Arkiv"
1420 
1421 #~ msgid "Line"
1422 #~ msgstr "Rad"
1423 
1424 #~ msgid "Allocated (Self)"
1425 #~ msgstr "Tilldelat (eget)"
1426 
1427 #~ msgid "Allocated (Incl.)"
1428 #~ msgstr "Tilldelat (sammanlagt)"
1429 
1430 #~ msgid ""
1431 #~ "<qt>The file where the allocation function was called from. May be empty "
1432 #~ "when debug information is missing.</qt>"
1433 #~ msgstr ""
1434 #~ "<qt>Filen tilldelningsfunktionen anropades från. Kan vara tomt om "
1435 #~ "avlusningsinformation saknas.</qt>"
1436 
1437 #~ msgid ""
1438 #~ "<qt>The line number where the allocation function was called from. May be "
1439 #~ "empty when debug information is missing.</qt>"
1440 #~ msgstr ""
1441 #~ "<qt>Radnumret tilldelningsfunktionen anropades från. Kan vara tomt om "
1442 #~ "avlusningsinformation saknas.</qt>"
1443 
1444 #~ msgid ""
1445 #~ "<qt>The sum of all bytes directly allocated from this location, ignoring "
1446 #~ "deallocations.</qt>"
1447 #~ msgstr ""
1448 #~ "<qt>Summan av alla byte direkt tilldelade från den här platsen, utan att "
1449 #~ "ta hänsyn till frigjort minne.</qt>"
1450 
1451 #~ msgid ""
1452 #~ "<qt>The inclusive sum of all bytes allocated from this location or "
1453 #~ "functions called from here, ignoring deallocations.</qt>"
1454 #~ msgstr ""
1455 #~ "<qt>Sammanlagd summa av alla byte tilldelade från den här platsen eller "
1456 #~ "från funktioner anropade härifrån, utan att ta hänsyn till frigjort minne."
1457 #~ "</qt>"
1458 
1459 #~ msgctxt "1: function, 2: file, 3: line, 4: module"
1460 #~ msgid ""
1461 #~ "%1\n"
1462 #~ "  at %2:%3\n"
1463 #~ "  in %4"
1464 #~ msgstr ""
1465 #~ "%1\n"
1466 #~ "  från %2:%3\n"
1467 #~ "  i %4"
1468 
1469 #~ msgid ""
1470 #~ "inclusive: allocated %1 over %2 calls (%3 temporary, i.e. %4%), peak at "
1471 #~ "%5, leaked %6"
1472 #~ msgstr ""
1473 #~ "inklusive: tilldelade %1 med %2 anrop (%3 tillfälliga, dvs. %4 %), störst "
1474 #~ "%5, läckt %6"
1475 
1476 #~ msgid ""
1477 #~ "self: allocated %1 over %2 calls (%3 temporary, i.e. %4%), peak at %5, "
1478 #~ "leaked %6"
1479 #~ msgstr ""
1480 #~ "egna: tilldelade %1 med %2 anrop (%3 tillfälliga, dvs. %4 %), störst %5, "
1481 #~ "läckt %6"
1482 
1483 #~ msgid "Memory Allocated"
1484 #~ msgstr "Tilldelat minne"
1485 
1486 #~ msgid "<qt>%1 allocated in total after %2</qt>"
1487 #~ msgstr "<qt>Totalt %1 tilldelningar efter %2</qt>"
1488 
1489 #~ msgid ""
1490 #~ "<qt>%2 allocated after %3 from:<p style='margin-left:10px'>%1</p></qt>"
1491 #~ msgstr ""
1492 #~ "<qt>%2 tilldelat efter %3 från:<p style='margin-left:10px'>%1</p></qt>"
1493 
1494 #~ msgid ""
1495 #~ "<qt>Displays total memory allocated over time. This value ignores "
1496 #~ "deallocations and just measures heap allocation throughput.</qt>"
1497 #~ msgstr ""
1498 #~ "<qt>Visar total minnestilldelning över tiden. Värdet ignorerar frigjort "
1499 #~ "minne och mäter bara genomströmningen av heap-tilldelningar.</qt>"
1500 
1501 #~ msgctxt "%1: allocated bytes, %2: relative number, %3: function label"
1502 #~ msgid "%1 (%2%) allocated in %3 and below."
1503 #~ msgstr "%1 (%2 %) tilldelat i och under %3."
1504 
1505 #~ msgid "%1 contribution to peak consumption"
1506 #~ msgstr "%1 bidrag till största användning"
1507 
1508 #~ msgid "%1 allocated in total"
1509 #~ msgstr "Totalt %1 tilldelningar"
1510 
1511 #~ msgid "Allocated"
1512 #~ msgstr "Tilldelat"
1513 
1514 #~ msgid ""
1515 #~ "Show a flame graph over the total memory allocated by functions in your "
1516 #~ "code. This aggregates all memory allocations and ignores deallocations."
1517 #~ msgstr ""
1518 #~ "Visa ett flamdiagram med totalt minne tilldelat av funktioner i din kod. "
1519 #~ "Det kombinerar alla minnestilldelningar och ignorerar frigjort minne."
1520 
1521 #~ msgid "%1 allocations from %2 at %3:%4 in %5"
1522 #~ msgstr "%1 tilldelningar från %2 på %3:%4 i %5"
1523 
1524 #~ msgid ""
1525 #~ "<dt><b>bytes allocated in total</b> (ignoring deallocations):</dt><dd>%1 "
1526 #~ "(%2/s)</dd>"
1527 #~ msgstr ""
1528 #~ "<dt><b>totalt antal tilldelade byte</b> (frigjort minne ignorerat):</"
1529 #~ "dt><dd>%1 (%2/s)</dd>"
1530 
1531 #~ msgid ""
1532 #~ "List of functions that allocated the most memory overall, ignoring "
1533 #~ "deallocations."
1534 #~ msgstr ""
1535 #~ "Lista över funktioner som oftast tilldelas minne, som ignorerar frigjort "
1536 #~ "minne."
1537 
1538 #~ msgid "Most Memory Allocated"
1539 #~ msgstr "Mest tilldelat minne"
1540 
1541 #~ msgid ""
1542 #~ "<qt>The sum of all bytes allocated from this location, ignoring "
1543 #~ "deallocations.</qt>"
1544 #~ msgstr ""
1545 #~ "<qt>Summan av alla byte tilldelade från den här platsen, utan att ta "
1546 #~ "hänsyn till frigjort minne.</qt>"
1547 
1548 #~ msgid "allocated: %1 (%2% of total)\n"
1549 #~ msgstr "tilldelat: %1 (%2 % av totala minnet)\n"
1550 
1551 #~ msgid "Open Heaptrack Output File"
1552 #~ msgstr "Öppna Heaptrack-utdatafil"
1553 
1554 #~ msgid "Heaptrack data files (heaptrack.*)"
1555 #~ msgstr "Heaptrack-datafiler (heaptrack.*)"
1556 
1557 #~ msgid "&Graphs"
1558 #~ msgstr "&Diagram"
1559 
1560 #~ msgid ""
1561 #~ "allocated %1 over %2 calls (%3 temporary, i.e. %4%), peak at %5, leaked %6"
1562 #~ msgstr ""
1563 #~ "tilldelade %1 med %2 anrop (%3 tillfälliga, dvs. %4 %), störst %5, läckt "
1564 #~ "%6"
1565 
1566 #~ msgid "<strong>debuggee</strong>: <code>%1</code>"
1567 #~ msgstr "<strong>avlusad modul</strong>: <code>%1</code>"
1568 
1569 #~ msgid "<strong>total runtime</strong>: %1s"
1570 #~ msgstr "<strong>total körtid</strong>: %1 s"
1571 
1572 #~ msgid "%1: %2 at %3"
1573 #~ msgstr "%1: %2 vid %3"
1574 
1575 #~ msgid "Allocations [-]"
1576 #~ msgstr "Tilldelningar [-]"
1577 
1578 #~ msgid "Temporary Allocations [-]"
1579 #~ msgstr "Tillfälliga tilldelningar [-]"
1580 
1581 #~ msgid "Leaked [B]"
1582 #~ msgstr "Läckt [B]"
1583 
1584 #~ msgid "Allocated [B]"
1585 #~ msgstr "Tilldelat [B]"
1586 
1587 #~ msgid "time in ms"
1588 #~ msgstr "tid i ms"
1589 
1590 #~ msgid "memory heap size"
1591 #~ msgstr "heap-minnesstorlek"