From ff4fa4a4bcbcb8f46cd9231b0a5f3b3d19f5989c Mon Sep 17 00:00:00 2001 From: Automated System Date: Mon, 29 Sep 2014 12:26:02 -0500 Subject: Automated l10n update (.po files) --- tde-i18n-ca/messages/tdesdk/tdecachegrind.po | 3244 +++++++++++++------------- 1 file changed, 1622 insertions(+), 1622 deletions(-) (limited to 'tde-i18n-ca/messages/tdesdk/tdecachegrind.po') diff --git a/tde-i18n-ca/messages/tdesdk/tdecachegrind.po b/tde-i18n-ca/messages/tdesdk/tdecachegrind.po index 8e3ec352f0d..36146c28649 100644 --- a/tde-i18n-ca/messages/tdesdk/tdecachegrind.po +++ b/tde-i18n-ca/messages/tdesdk/tdecachegrind.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: tdecachegrind\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-09-29 00:48-0500\n" +"POT-Creation-Date: 2014-09-29 12:05-0500\n" "PO-Revision-Date: 2005-07-12 17:40+0200\n" "Last-Translator: Albert Astals Cid \n" "Language-Team: Catalan \n" @@ -16,27 +16,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: _translatorinfo.cpp:1 -msgid "" -"_: NAME OF TRANSLATORS\n" -"Your names" -msgstr "Orestes Mas" - -#: _translatorinfo.cpp:3 -msgid "" -"_: EMAIL OF TRANSLATORS\n" -"Your emails" -msgstr "orestes@tsc.upc.es" - -#: cachegrindloader.cpp:141 -msgid "Import filter for Cachegrind/Callgrind generated profile data files" -msgstr "" - -#: cachegrindloader.cpp:738 -#, c-format -msgid "Loading %1" -msgstr "S'està carregant %1" - #: tabview.cpp:64 msgid "Move to Top" msgstr "Mou a dalt" @@ -158,740 +137,663 @@ msgstr "" msgid "(No function selected)" msgstr "(Cap funció seleccionada)" -#: tips.txt:3 -msgid "" -"

...that the What's This? help for every GUI widget\n" -"in KCachegrind contains detailed usage information for this widget?\n" -"It is highly recommended to read at least these help texts on first\n" -"use. Request What's This? help by pressing\n" -"Shift+F1 and clicking on the widget.

\n" -msgstr "" - -#: tips.txt:12 -msgid "" -"

...that you can get profile information at instruction level\n" -"with Calltree when you provide the option --dump-instr=yes?\n" -"Use the Assembler View for the instruction annotations.\n" -"

\n" -msgstr "" - -#: tips.txt:20 -msgid "" -"

...that you can use Alt-Left/Right keys of your keyboard to go\n" -"back/forward in the active object history ?

\n" -msgstr "" - -#: tips.txt:26 -msgid "" -"

...that you can navigate in the Callee/Caller Map View using\n" -"arrow keys? Use Left/Right to change to siblings of the current\n" -"item; use Up/Down to go one nesting level up/down. To select\n" -"the current item, press Space, and to activate it, press Return.\n" -"

\n" -msgstr "" +#: tracedata.cpp:153 +msgid "Abstract Item" +msgstr "Element abstracte" -#: tips.txt:35 -msgid "" -"

...that you can navigate in the Call Graph View using\n" -"arrow keys? Use Up/Down to go one calling level up/down, alternating\n" -"between calls and functions. Use Left/Right to change to siblings of a current\n" -"selected call. To activate the current item, press Return.\n" -"

\n" -msgstr "" +#: tracedata.cpp:154 +msgid "Cost Item" +msgstr "Element de cost" -#: tips.txt:44 -msgid "" -"

...that you can rapidly locate a function by entering part of its\n" -"name (case-insensitive) into the edit line of the toolbar\n" -"and hit return?

\n" -msgstr "" +#: tracedata.cpp:155 +#, fuzzy +msgid "Part Source Line" +msgstr "Línia font de fragment" -#: tips.txt:51 -msgid "" -"

...that you can assign custom colors to \n" -"ELF objects/C++ Classes/Source Files for graph coloring\n" -"in Settings->Configure KCachegrind...?

\n" -msgstr "" +#: tracedata.cpp:156 +msgid "Source Line" +msgstr "Línia font" -#: tips.txt:58 -msgid "" -"

...that you can see if debug info is available for a selected \n" -"function by looking at the location label in the Info tab or\n" -"the source listing header in the source tab?

\n" -"

There must be the name of the source file (with extension).\n" -"If KCachegrind still doesn't show the source, make sure that you\n" -"have added the directory of the source file to the\n" -"Source Directories list in the configuration.\n" -msgstr "" +#: tracedata.cpp:157 +msgid "Part Line Call" +msgstr "Crida a línia del fragment" -#: tips.txt:69 -msgid "" -"

...that you can configure whether KCachgrind should\n" -"show absolute event counts or relative ones (percentage display)?

\n" -msgstr "" +#: tracedata.cpp:158 +msgid "Line Call" +msgstr "Crida a línia" -#: tips.txt:75 -msgid "" -"

...that you can configure the maximum number of items\n" -"for all function lists in KCachegrind? Limiting the number\n" -"of items is done to get a fast reacting GUI. The last item in\n" -"the list will show you the number of skipped functions, together\n" -"with a cost condition for these skipped functions.

\n" -"

To activate a function with small costs, search for it and select\n" -"it in the flat profile. Selecting functions with small cost will\n" -"temporarily add them to the flat profile list.

\n" -msgstr "" +#: tracedata.cpp:159 +msgid "Part Jump" +msgstr "Salt a fragment" -#: tips.txt:87 -msgid "" -"

...that the Coverage tab - in contrast to the Call Lists tab -\n" -"shows all functions that are calling the selected function\n" -"(upper part) / are called by the selected function (bottom part),\n" -"no matter how many function are between them on the stack?

\n" -"

Examples:

\n" -"

An entry in the upper list for function foo1() with a value of 50%\n" -"with function bar() selected means that 50% of all the cost of function\n" -"bar() happened while called from function foo1().

\n" -"

An entry in the bottom list for function foo2() with a value of 50%\n" -"with function bar() selected means that 50% of all the cost of function\n" -"bar() happened while calling foo2() from bar().

\n" -msgstr "" +#: tracedata.cpp:160 +msgid "Jump" +msgstr "Salta" -#: tips.txt:102 -msgid "" -"

...that waiting for the tool tip inside of a tree map\n" -"shows the list of names of the nested rectangles the mouse\n" -"pointer is over?

\n" -"

Items from this list can be selected by pressing the right\n" -"mouse button.

\n" -msgstr "" +#: tracedata.cpp:161 +msgid "Part Instruction" +msgstr "Instrucció de fragment" -#: tips.txt:111 -msgid "" -"

...that you can constrain the cost counts shown to only a\n" -"few parts of the whole trace by selecting these parts in the\n" -"\"Trace Selection\" Dockable?

\n" -"

To generate multiple parts in a profiling run with\n" -"cachegrind, use e.g. option --cachedumps=xxx for parts\n" -"of a length of xxx basic blocks (A basic block is a run\n" -"of not-branching assembler statements inside of your program\n" -"code).

\n" -msgstr "" +#: tracedata.cpp:162 +msgid "Instruction" +msgstr "Instrucció" -#. i18n: file dumpselectionbase.ui line 824 -#: configdlg.cpp:58 rc.cpp:249 -#, no-c-format -msgid "ELF Objects" -msgstr "Objectes ELF" +#: tracedata.cpp:163 +msgid "Part Instruction Jump" +msgstr "Salt a instrucció de fragment" -#: configdlg.cpp:60 -msgid "Source Files" -msgstr "Fitxers font" +#: tracedata.cpp:164 +msgid "Instruction Jump" +msgstr "Salt a instrucció" -#: configdlg.cpp:61 -msgid "C++ Classes" -msgstr "Classes C++" +#: tracedata.cpp:165 +msgid "Part Instruction Call" +msgstr "Crida a instrucció de fragment" -#: configdlg.cpp:62 -msgid "Function (no Grouping)" -msgstr "" +#: tracedata.cpp:166 +msgid "Instruction Call" +msgstr "Crda a instrucció" -#: configdlg.cpp:157 configdlg.cpp:350 configdlg.cpp:371 -msgid "(always)" -msgstr "(sempre)" +#: tracedata.cpp:167 +msgid "Part Call" +msgstr "Crida a fragment" -#: configdlg.cpp:210 -msgid "KCachegrind Configuration" -msgstr "Configuració del KCachegrind" +#: tracedata.cpp:168 +msgid "Call" +msgstr "Crida" -#: configdlg.cpp:211 -msgid "" -"The Maximum Number of List Items should be below 500.The previous set value " -"(%1) will still be used." -msgstr "" +#: tracedata.cpp:169 +msgid "Part Function" +msgstr "Funció de fragment" -#: configdlg.cpp:384 -msgid "Choose Source Folder" -msgstr "Escolliu la carpeta font" +#: tracedata.cpp:170 +msgid "Function Source File" +msgstr "Fitxer font de funció" -#. i18n: file dumpselectionbase.ui line 550 -#: callmapview.cpp:59 partselection.cpp:58 rc.cpp:192 +#. i18n: file dumpselectionbase.ui line 300 +#: rc.cpp:144 rc.cpp:273 rc.cpp:318 rc.cpp:342 tracedata.cpp:171 #, no-c-format -msgid "Name" -msgstr "Nom" +msgid "Function" +msgstr "Funció" -#. i18n: file stackselectionbase.ui line 31 -#: callmapview.cpp:60 callview.cpp:44 instrview.cpp:126 partselection.cpp:59 -#: rc.cpp:333 sourceview.cpp:51 -#, no-c-format -msgid "Cost" -msgstr "Cost" +#: tracedata.cpp:172 +msgid "Function Cycle" +msgstr "Cicle de funció" -#: partselection.cpp:151 -#, fuzzy -msgid "Profile Part Overview: Current is '%1'" -msgstr "Resum de la traça del fragment: L'actual és '%1'" +#: tracedata.cpp:173 +msgid "Part Class" +msgstr "Classe de fragment" -#: partselection.cpp:287 -msgid "Deselect" -msgstr "Deselecciona" +#: tracedata.cpp:174 +msgid "Class" +msgstr "Classe" -#: partselection.cpp:287 partselection.cpp:311 -msgid "Select" -msgstr "Selecciona" +#: tracedata.cpp:175 +msgid "Part Source File" +msgstr "Fitxer font de fragment" -#: partselection.cpp:292 -msgid "Select All Parts" -msgstr "Selecciona tots els fragments" +#: tracedata.cpp:176 +msgid "Source File" +msgstr "Fitxer font" -#: partselection.cpp:294 -msgid "Visible Parts" -msgstr "Fragments visibles" - -#: partselection.cpp:296 -msgid "Hide Selected Parts" -msgstr "Oculta els fragments seleccionats" - -#: partselection.cpp:297 -msgid "Unhide Hidden Parts" -msgstr "Mostra els fragments ocults" - -#: partselection.cpp:302 toplevel.cpp:1687 -msgid "Go Back" -msgstr "Retrocedeix" - -#: callgraphview.cpp:2570 partselection.cpp:320 -msgid "Visualization" -msgstr "Visualització" - -#: partselection.cpp:322 -msgid "Partitioning Mode" -msgstr "Mode de particionat" +#: tracedata.cpp:177 +msgid "Part ELF Object" +msgstr "Objecte ELF del fragment" -#: partselection.cpp:323 -msgid "Diagram Mode" -msgstr "" +#: tracedata.cpp:178 +msgid "ELF Object" +msgstr "Objecte ELF" -#: partselection.cpp:324 -msgid "Zoom Function" -msgstr "Funció de zoom" +#: partview.cpp:46 tracedata.cpp:179 +#, fuzzy +msgid "Profile Part" +msgstr "Fragments visibles" -#: partselection.cpp:325 -msgid "Show Direct Calls" -msgstr "Mostra les crides directes" +#: tracedata.cpp:180 +msgid "Program Trace" +msgstr "Traça el programa" -#: partselection.cpp:326 -msgid "Increment Shown Call Levels" -msgstr "Incrementa els nivells de crida mostrats" +#: tracedata.cpp:241 +msgid "%1 from %2" +msgstr "%1 des del %2" -#: partselection.cpp:340 -msgid "Draw Names" -msgstr "Dibuixa els noms" +#: partgraph.cpp:423 tracedata.cpp:249 tracedata.cpp:254 tracedata.cpp:2824 +#: tracedata.cpp:3241 tracedata.cpp:3327 tracedata.cpp:4165 tracedata.cpp:4173 +#: tracedata.cpp:4238 +msgid "(unknown)" +msgstr "(desconegut)" -#: partselection.cpp:341 -msgid "Draw Costs" -msgstr "Dibuixa els costos" +#: tracedata.cpp:2583 +msgid "(no caller)" +msgstr "(sense cridant)" -#: callmapview.cpp:303 partselection.cpp:342 -msgid "Ignore Proportions" -msgstr "Ignora proporcions" +#: tracedata.cpp:2590 tracedata.cpp:2609 +msgid "%1 via %2" +msgstr "%1 via %2" -#: partselection.cpp:343 -#, fuzzy -msgid "Draw Frames" -msgstr "Dibuixa els noms" +#: tracedata.cpp:2599 +msgid "(no callee)" +msgstr "(sense cridat)" -#: callmapview.cpp:304 partselection.cpp:344 treemap.cpp:2887 -msgid "Allow Rotation" -msgstr "Permet rotació" +#: tracedata.cpp:4467 +msgid "(not found)" +msgstr "(no s'ha trobat)" -#: partselection.cpp:359 -msgid "Hide Info" -msgstr "Oculta la informació" +#: tracedata.cpp:5017 +msgid "Recalculating Function Cycles..." +msgstr "Recalculant els cicles de la funció..." -#: partselection.cpp:361 -msgid "Show Info" -msgstr "Mostra la informació" +#. i18n: file tdecachegrindui.rc line 15 +#: rc.cpp:9 +#, no-c-format +msgid "&Layout" +msgstr "&Disposició" -#: partselection.cpp:541 -msgid "(no trace loaded)" -msgstr "(cap traça carregada)" +#. i18n: file tdecachegrindui.rc line 32 +#: rc.cpp:12 +#, no-c-format +msgid "Sidebars" +msgstr "Barres laterals" -#. i18n: file dumpselectionbase.ui line 950 -#: callmapview.cpp:61 rc.cpp:276 rc.cpp:321 +#. i18n: file tdecachegrindui.rc line 54 +#: rc.cpp:18 #, no-c-format -msgid "Location" -msgstr "Ubicació" +msgid "State Toolbar" +msgstr "" -#. i18n: file dumpselectionbase.ui line 754 -#: callmapview.cpp:63 rc.cpp:234 rc.cpp:339 +#. i18n: file configdlgbase.ui line 37 +#: rc.cpp:24 #, no-c-format -msgid "Calls" -msgstr "Crides" +msgid "General" +msgstr "General" -#: callmapview.cpp:98 -msgid "" -"Caller Map" -"

This graph shows the nested hierarchy of all callers of the current " -"activated function. Each colored rectangle represents a function; its size " -"tries to be proportional to the cost spent therein while the active function is " -"running (however, there are drawing constrains).

" +#. i18n: file configdlgbase.ui line 69 +#: rc.cpp:27 +#, no-c-format +msgid "Truncated when more/longer than:" msgstr "" -#: callmapview.cpp:105 -msgid "" -"Call Map" -"

This graph shows the nested hierarchy of all callees of the current " -"activated function. Each colored rectangle represents a function; its size " -"tries to be proportional to the cost spent therein while the active function is " -"running (however, there are drawing constrains).

" +#. i18n: file configdlgbase.ui line 77 +#: rc.cpp:30 +#, no-c-format +msgid "Precision of percentage values:" msgstr "" -#: callmapview.cpp:113 -msgid "" -"

Appearance options can be found in the in the context menu. To get exact " -"size proportions, choose 'Hide incorrect borders'. As this mode can be " -"very time consuming, you may want to limit the maximum drawn nesting level " -"before. 'Best' determinates the split direction for children from the aspect " -"ratio of the parent. 'Always Best' decides on remaining space for each sibling. " -"'Ignore Proportions' takes space for function name drawing before " -"drawing children. Note that size proportions can get heavily wrong.

" -"

This is a TreeMap widget. Keyboard navigation is available with the " -"left/right arrow keys for traversing siblings, and up/down arrow keys to go a " -"nesting level up/down. Return activates the current item.

" +#. i18n: file configdlgbase.ui line 85 +#: rc.cpp:33 +#, no-c-format +msgid "Symbols in tooltips and context menus" msgstr "" -#: callmapview.cpp:167 -msgid "Go To" -msgstr "Vés a" +#. i18n: file configdlgbase.ui line 141 +#: rc.cpp:36 +#, no-c-format +msgid "Maximum number of items in lists:" +msgstr "Nombre màxim d'entrades a les llistes:" -#: callmapview.cpp:184 -msgid "Stop at Depth" -msgstr "Atura a la profunditat" +#. i18n: file configdlgbase.ui line 162 +#: rc.cpp:39 +#, fuzzy, no-c-format +msgid "Cost Item Colors" +msgstr "Element de cost" -#: callmapview.cpp:187 treemap.cpp:3101 -msgid "No Depth Limit" -msgstr "Sense límit de profunditat" +#. i18n: file configdlgbase.ui line 246 +#: callgraphview.cpp:2562 rc.cpp:42 rc.cpp:51 rc.cpp:54 +#, no-c-format +msgid "Automatic" +msgstr "Automàtic" -#: callmapview.cpp:190 -msgid "Depth 10" -msgstr "Profunditat 10" +#. i18n: file configdlgbase.ui line 254 +#: rc.cpp:45 +#, no-c-format +msgid "Object:" +msgstr "Objecte:" -#: callmapview.cpp:192 -msgid "Depth 15" -msgstr "Profunditat 15" +#. i18n: file configdlgbase.ui line 262 +#: rc.cpp:48 +#, no-c-format +msgid "Class:" +msgstr "Classe:" -#: callmapview.cpp:194 -msgid "Depth 20" -msgstr "Profunditat 20" +#. i18n: file configdlgbase.ui line 310 +#: rc.cpp:57 +#, no-c-format +msgid "File:" +msgstr "Fitxer:" -#: callmapview.cpp:198 treemap.cpp:3107 -msgid "Depth of '%1' (%2)" -msgstr "Profunditat de '%1' (%2)" +#. i18n: file configdlgbase.ui line 376 +#: rc.cpp:60 +#, no-c-format +msgid "Annotations" +msgstr "" -#: callmapview.cpp:204 -msgid "Decrement Depth (to %1)" -msgstr "Decrementa la profunditat (a %1)" +#. i18n: file configdlgbase.ui line 395 +#: rc.cpp:63 +#, no-c-format +msgid "Context lines in annotations:" +msgstr "" -#: callmapview.cpp:205 -msgid "Increment Depth (to %1)" -msgstr "Incrementa la profunditat (a %1)" +#. i18n: file configdlgbase.ui line 423 +#: rc.cpp:66 +#, no-c-format +msgid "Source Folders" +msgstr "Carpetes font" -#: callmapview.cpp:209 -msgid "Stop at Function" -msgstr "Atura a la funció" +#. i18n: file configdlgbase.ui line 454 +#: rc.cpp:69 +#, no-c-format +msgid "Object / Related Source Base" +msgstr "" -#: callmapview.cpp:210 -msgid "No Function Limit" -msgstr "Sense funció límit" +#. i18n: file configdlgbase.ui line 483 +#: rc.cpp:72 +#, no-c-format +msgid "Add..." +msgstr "Afegeix..." -#: callmapview.cpp:240 -msgid "Stop at Area" -msgstr "Atura a l'àrea" +#. i18n: file dumpselectionbase.ui line 16 +#: rc.cpp:84 toplevel.cpp:352 toplevel.cpp:604 +#, no-c-format +msgid "Profile Dumps" +msgstr "" -#: callmapview.cpp:243 treemap.cpp:3039 -msgid "No Area Limit" -msgstr "Sense límit d'àrea" +#. i18n: file dumpselectionbase.ui line 32 +#: rc.cpp:87 +#, no-c-format +msgid "Target" +msgstr "Objectiu" -#: callmapview.cpp:246 -msgid "50 Pixels" -msgstr "50 Píxels" +#. i18n: file dumpselectionbase.ui line 54 +#: rc.cpp:90 +#, no-c-format +msgid "Time" +msgstr "Temps" -#: callmapview.cpp:248 -msgid "100 Pixels" -msgstr "100 píxels" +#. i18n: file dumpselectionbase.ui line 65 +#: rc.cpp:93 +#, no-c-format +msgid "Path" +msgstr "Camí" -#: callmapview.cpp:250 -msgid "200 Pixels" -msgstr "200 Píxels" +#. i18n: file dumpselectionbase.ui line 106 +#: rc.cpp:99 +#, no-c-format +msgid "Target command:" +msgstr "" -#: callmapview.cpp:252 -msgid "500 Pixels" -msgstr "500 Píxels" +#. i18n: file dumpselectionbase.ui line 119 +#: rc.cpp:102 +#, no-c-format +msgid "Profiler options:" +msgstr "" -#: callmapview.cpp:258 treemap.cpp:3045 -msgid "Area of '%1' (%2)" -msgstr "Àrea de '%1' (%2)" +#. i18n: file dumpselectionbase.ui line 125 +#: rc.cpp:105 +#, no-c-format +msgid "Option" +msgstr "Opció" -#: callmapview.cpp:264 treemap.cpp:3071 -msgid "Double Area Limit (to %1)" -msgstr "Dobla el límit de l'àrea (a %1)" +#. i18n: file dumpselectionbase.ui line 136 +#: rc.cpp:108 rc.cpp:219 +#, no-c-format +msgid "Value" +msgstr "Valor" -#: callmapview.cpp:266 -msgid "Half Area Limit (to %1)" +#. i18n: file dumpselectionbase.ui line 147 +#: rc.cpp:111 +#, no-c-format +msgid "Trace" msgstr "" -#: callmapview.cpp:273 -msgid "Visualisation" -msgstr "Visualització" +#. i18n: file dumpselectionbase.ui line 160 +#: rc.cpp:114 rc.cpp:237 +#, no-c-format +msgid "Jumps" +msgstr "Salts" -#: callmapview.cpp:277 -msgid "Split Direction" -msgstr "" +#. i18n: file dumpselectionbase.ui line 174 +#: rc.cpp:117 +#, no-c-format +msgid "Instructions" +msgstr "Instruccions" -#: callmapview.cpp:279 -msgid "Skip Incorrect Borders" +#. i18n: file dumpselectionbase.ui line 189 +#: rc.cpp:120 rc.cpp:240 +#, no-c-format +msgid "Events" +msgstr "Esdeveniments" + +#. i18n: file dumpselectionbase.ui line 202 +#: rc.cpp:123 +#, no-c-format +msgid "Full Cache" msgstr "" -#: callmapview.cpp:284 -msgid "Border Width" -msgstr "Amplada de la vora" +#. i18n: file dumpselectionbase.ui line 216 +#: rc.cpp:126 +#, fuzzy, no-c-format +msgid "Custom" +msgstr "Personal" -#: callmapview.cpp:285 -msgid "Border 0" -msgstr "Vora 0" +#. i18n: file dumpselectionbase.ui line 231 +#: rc.cpp:129 +#, fuzzy, no-c-format +msgid "Collect" +msgstr "Recull, recolir?" -#: callmapview.cpp:288 -msgid "Border 1" -msgstr "Vora 1" +#. i18n: file dumpselectionbase.ui line 244 +#: rc.cpp:132 +#, no-c-format +msgid "At Startup" +msgstr "A l'inici" -#: callmapview.cpp:290 -msgid "Border 2" -msgstr "Vora 2" +#. i18n: file dumpselectionbase.ui line 258 +#: rc.cpp:135 +#, no-c-format +msgid "While In" +msgstr "" -#: callmapview.cpp:292 -msgid "Border 3" -msgstr "Vora 3" +#. i18n: file dumpselectionbase.ui line 273 +#: rc.cpp:138 +#, fuzzy, no-c-format +msgid "Skip" +msgstr "Omet" -#: callmapview.cpp:297 -msgid "Draw Symbol Names" -msgstr "Dibuixa els noms dels símbols" +#. i18n: file dumpselectionbase.ui line 286 +#: rc.cpp:141 +#, no-c-format +msgid "PLT" +msgstr "" -#: callmapview.cpp:298 -msgid "Draw Cost" -msgstr "Dibuixa el cost" +#. i18n: file dumpselectionbase.ui line 315 +#: rc.cpp:147 +#, no-c-format +msgid "Dump Profile" +msgstr "Perfil del bolcat" -#: callmapview.cpp:299 -msgid "Draw Location" -msgstr "Dibuixa la ubicació" +#. i18n: file dumpselectionbase.ui line 328 +#: rc.cpp:150 +#, no-c-format +msgid "Every BBs" +msgstr "" -#: callmapview.cpp:300 -msgid "Draw Calls" -msgstr "Dibuixa crides" +#. i18n: file dumpselectionbase.ui line 342 +#: rc.cpp:153 rc.cpp:162 +#, no-c-format +msgid "On Entering" +msgstr "" -#: callmapview.cpp:321 treemap.cpp:2889 -#, fuzzy -msgid "Shading" -msgstr "Representació" +#. i18n: file dumpselectionbase.ui line 356 +#: rc.cpp:156 +#, no-c-format +msgid "On Leaving" +msgstr "" -#: callmapview.cpp:431 -msgid "Call Map: Current is '%1'" -msgstr "Mapa de la crida: L'actual és '%1'" +#. i18n: file dumpselectionbase.ui line 371 +#: rc.cpp:159 +#, no-c-format +msgid "Zero Events" +msgstr "" -#: callmapview.cpp:599 -msgid "(no function)" -msgstr "(cap funció)" +#. i18n: file dumpselectionbase.ui line 399 +#: rc.cpp:165 +#, no-c-format +msgid "Separate" +msgstr "" -#: callmapview.cpp:741 callmapview.cpp:858 -msgid "(no call)" +#. i18n: file dumpselectionbase.ui line 412 +#: rc.cpp:168 +#, no-c-format +msgid "Threads" msgstr "" -#. i18n: file dumpselectionbase.ui line 917 -#: costtypeview.cpp:43 coverageview.cpp:46 partview.cpp:47 rc.cpp:267 -#: rc.cpp:309 +#. i18n: file dumpselectionbase.ui line 426 +#: rc.cpp:171 #, no-c-format -msgid "Incl." -msgstr "Incl." +msgid "Recursions" +msgstr "" -#: coverageview.cpp:48 coverageview.cpp:54 -msgid "Distance" -msgstr "Distància" +#. i18n: file dumpselectionbase.ui line 440 +#: rc.cpp:174 +#, no-c-format +msgid "Call Chain" +msgstr "Cadena de crides" -#. i18n: file dumpselectionbase.ui line 928 -#: coverageview.cpp:49 partview.cpp:49 rc.cpp:270 rc.cpp:315 +#. i18n: file dumpselectionbase.ui line 470 +#: rc.cpp:177 #, no-c-format -msgid "Called" -msgstr "Cridat" +msgid "Custom profiler options:" +msgstr "Opccions personalitzades del perfilador:" -#: callview.cpp:48 coverageview.cpp:50 -msgid "Caller" -msgstr "Cridador" +#. i18n: file dumpselectionbase.ui line 508 +#: rc.cpp:180 +#, no-c-format +msgid "Run New Profile" +msgstr "" -#. i18n: file functionselectionbase.ui line 62 -#: costtypeview.cpp:44 coverageview.cpp:53 partview.cpp:48 rc.cpp:303 -#: rc.cpp:312 +#. i18n: file dumpselectionbase.ui line 520 +#: rc.cpp:183 #, no-c-format -msgid "Self" -msgstr "Propi" +msgid "Info" +msgstr "Informació" -#: coverageview.cpp:55 -msgid "Calling" -msgstr "Cridant" +#. i18n: file dumpselectionbase.ui line 531 +#: rc.cpp:186 +#, no-c-format +msgid "Dump reason:" +msgstr "Motiu del bolcat" -#: callview.cpp:52 coverageview.cpp:56 -msgid "Callee" -msgstr "Cridat" +#. i18n: file dumpselectionbase.ui line 544 +#: rc.cpp:189 +#, no-c-format +msgid "Event summary:" +msgstr "" -#: coverageview.cpp:90 -msgid "" -"List of all Callers" -"

This list shows all functions calling the current selected one, either " -"directly or with several functions in-between on the stack; the number of " -"functions in-between plus one is called the Distance " -"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " -"calls C, i.e. A => B => C. The distance here is 2).

" -"

Absolute cost shown is the cost spent in the selected function while a " -"listed function is active; relative cost is the percentage of all cost spent in " -"the selected function while the listed one is active. The cost graphic shows " -"logarithmic percentage with a different color for each distance.

" -"

As there can be many calls from the same function, the distance column " -"sometimes shows the range of distances for all calls happening; then, in " -"parentheses, there is the medium distance, i.e. the distance where most of the " -"call costs happened.

" -"

Selecting a function makes it the current selected one of this information " -"panel. If there are two panels (Split mode), the function of the other panel is " -"changed instead.

" -msgstr "" - -#: coverageview.cpp:120 -msgid "" -"List of all Callees" -"

This list shows all functions called by the current selected one, either " -"directly or with several function in-between on the stack; the number of " -"function in-between plus one is called the Distance " -"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " -"calls C, i.e. A => B => C. The distance here is 2).

" -"

Absolute cost shown is the cost spent in the listed function while the " -"selected is active; relative cost is the percentage of all cost spent in the " -"listed function while the selected one is active. The cost graphic always shows " -"logarithmic percentage with a different color for each distance.

" -"

As there can be many calls to the same function, the distance column " -"sometimes shows the range of distances for all calls happening; then, in " -"parentheses, there is the medium distance, i.e. the distance where most of the " -"call costs happened.

" -"

Selecting a function makes it the current selected one of this information " -"panel. If there are two panels (Split mode), the function of the other panel is " -"changed instead.

" -msgstr "" +#. i18n: file dumpselectionbase.ui line 550 +#: callmapview.cpp:59 partselection.cpp:58 rc.cpp:192 +#, no-c-format +msgid "Name" +msgstr "Nom" -#: callgraphview.cpp:2396 callgraphview.cpp:2400 callgraphview.cpp:2418 -#: callview.cpp:123 callview.cpp:128 coverageview.cpp:166 instrview.cpp:191 -#: sourceview.cpp:116 -msgid "Go to '%1'" -msgstr "Ves a '%1'" +#. i18n: file dumpselectionbase.ui line 561 +#: rc.cpp:195 +#, no-c-format +msgid "Sum" +msgstr "Suma" -#: callview.cpp:45 instrview.cpp:127 sourceview.cpp:52 -msgid "Cost 2" -msgstr "Cost 2" +#. i18n: file dumpselectionbase.ui line 579 +#: rc.cpp:198 +#, no-c-format +msgid "Miscellaneous:" +msgstr "" -#: callview.cpp:47 callview.cpp:51 -#, fuzzy -msgid "Count" -msgstr "Compte" +#. i18n: file dumpselectionbase.ui line 617 +#: rc.cpp:201 +#, no-c-format +msgid "Show" +msgstr "Mostra" -#: callview.cpp:85 -msgid "" -"List of direct Callers" -"

This list shows all functions calling the current selected one directly, " -"together with a call count and the cost spent in the current selected function " -"while being called from the function from the list.

" -"

An icon instead of an inclusive cost specifies that this is a call inside of " -"a recursive cycle. An inclusive cost makes no sense here.

" -"

Selecting a function makes it the current selected one of this information " -"panel. If there are two panels (Split mode), the function of the other panel is " -"changed instead.

" -msgstr "" +#. i18n: file dumpselectionbase.ui line 625 +#: rc.cpp:204 +#, no-c-format +msgid "Compare" +msgstr "Compara" -#: callview.cpp:98 -msgid "" -"List of direct Callees" -"

This list shows all functions called by the current selected one directly, " -"together with a call count and the cost spent in this function while being " -"called from the selected function.

" -"

Selecting a function makes it the current selected one of this information " -"panel. If there are two panels (Split mode), the function of the other panel is " -"changed instead.

" -msgstr "" +#. i18n: file dumpselectionbase.ui line 637 +#: rc.cpp:207 +#, no-c-format +msgid "State" +msgstr "Estat" -#: instritem.cpp:106 sourceitem.cpp:86 -msgid "Active call to '%1'" -msgstr "Crida a '%1' activa" +#. i18n: file dumpselectionbase.ui line 656 +#: rc.cpp:210 +#, no-c-format +msgid "Update" +msgstr "Actualitza" -#: instritem.cpp:108 sourceitem.cpp:88 -msgid "" -"_n: %n call to '%1'\n" -"%n calls to '%1'" +#. i18n: file dumpselectionbase.ui line 664 +#: rc.cpp:213 +#, no-c-format +msgid "Every [s]:" msgstr "" -"%n crida a '%1'\n" -"%n crides a '%1'" -#: instritem.cpp:137 -msgid "Jump %1 of %2 times to 0x%3" -msgstr "Salt %1 de %2 vegades a 0x%3" +#. i18n: file dumpselectionbase.ui line 677 +#: rc.cpp:216 +#, no-c-format +msgid "Counter" +msgstr "Comptador" -#: instritem.cpp:142 -msgid "Jump %1 times to 0x%2" -msgstr "Salt %1 vegades a 0x%2" +#. i18n: file dumpselectionbase.ui line 699 +#: rc.cpp:222 +#, no-c-format +msgid "Dumps Done" +msgstr "Bolcats fets" -#: instritem.cpp:185 sourceitem.cpp:169 -msgid "(cycle)" -msgstr "(cicle)" +#. i18n: file dumpselectionbase.ui line 713 +#: rc.cpp:225 +#, no-c-format +msgid "Is Collecting" +msgstr "" -#: tracedata.cpp:153 -msgid "Abstract Item" -msgstr "Element abstracte" +#. i18n: file dumpselectionbase.ui line 727 +#: rc.cpp:228 +#, no-c-format +msgid "Executed" +msgstr "Executat" -#: tracedata.cpp:154 -msgid "Cost Item" -msgstr "Element de cost" +#. i18n: file dumpselectionbase.ui line 740 +#: rc.cpp:231 +#, no-c-format +msgid "Basic Blocks" +msgstr "Blocs bàsics" -#: tracedata.cpp:155 -#, fuzzy -msgid "Part Source Line" -msgstr "Línia font de fragment" +#. i18n: file dumpselectionbase.ui line 754 +#: callmapview.cpp:63 rc.cpp:234 rc.cpp:339 +#, no-c-format +msgid "Calls" +msgstr "Crides" -#: tracedata.cpp:156 -msgid "Source Line" -msgstr "Línia font" +#. i18n: file dumpselectionbase.ui line 796 +#: rc.cpp:243 +#, no-c-format +msgid "Ir" +msgstr "" -#: tracedata.cpp:157 -msgid "Part Line Call" -msgstr "Crida a línia del fragment" +#. i18n: file dumpselectionbase.ui line 811 +#: rc.cpp:246 +#, no-c-format +msgid "Distinct" +msgstr "Distints" -#: tracedata.cpp:158 -msgid "Line Call" -msgstr "Crida a línia" +#. i18n: file dumpselectionbase.ui line 824 +#: configdlg.cpp:58 rc.cpp:249 +#, no-c-format +msgid "ELF Objects" +msgstr "Objectes ELF" -#: tracedata.cpp:159 -msgid "Part Jump" -msgstr "Salt a fragment" +#. i18n: file dumpselectionbase.ui line 838 +#: rc.cpp:252 +#, no-c-format +msgid "Functions" +msgstr "Funcions" -#: tracedata.cpp:160 -msgid "Jump" -msgstr "Salta" +#. i18n: file dumpselectionbase.ui line 852 +#: rc.cpp:255 +#, no-c-format +msgid "Contexts" +msgstr "Contexts" -#: tracedata.cpp:161 -msgid "Part Instruction" -msgstr "Instrucció de fragment" +#. i18n: file dumpselectionbase.ui line 890 +#: rc.cpp:258 +#, no-c-format +msgid "Stack trace:" +msgstr "" -#: tracedata.cpp:162 -msgid "Instruction" -msgstr "Instrucció" +#. i18n: file dumpselectionbase.ui line 898 +#: rc.cpp:261 +#, no-c-format +msgid "Sync." +msgstr "" -#: tracedata.cpp:163 -msgid "Part Instruction Jump" -msgstr "Salt a instrucció de fragment" +#. i18n: file dumpselectionbase.ui line 906 +#: instrview.cpp:125 rc.cpp:264 sourceview.cpp:50 +#, no-c-format +msgid "#" +msgstr "#" -#: tracedata.cpp:164 -msgid "Instruction Jump" -msgstr "Salt a instrucció" +#. i18n: file dumpselectionbase.ui line 917 +#: costtypeview.cpp:43 coverageview.cpp:46 partview.cpp:47 rc.cpp:267 +#: rc.cpp:309 +#, no-c-format +msgid "Incl." +msgstr "Incl." -#: tracedata.cpp:165 -msgid "Part Instruction Call" -msgstr "Crida a instrucció de fragment" +#. i18n: file dumpselectionbase.ui line 928 +#: coverageview.cpp:49 partview.cpp:49 rc.cpp:270 rc.cpp:315 +#, no-c-format +msgid "Called" +msgstr "Cridat" -#: tracedata.cpp:166 -msgid "Instruction Call" -msgstr "Crda a instrucció" +#. i18n: file dumpselectionbase.ui line 950 +#: callmapview.cpp:61 rc.cpp:276 rc.cpp:321 +#, no-c-format +msgid "Location" +msgstr "Ubicació" -#: tracedata.cpp:167 -msgid "Part Call" -msgstr "Crida a fragment" +#. i18n: file dumpselectionbase.ui line 976 +#: rc.cpp:279 +#, no-c-format +msgid "Start" +msgstr "Inici" -#: tracedata.cpp:168 -msgid "Call" -msgstr "Crida" +#. i18n: file dumpselectionbase.ui line 1001 +#: rc.cpp:282 +#, no-c-format +msgid "Zero" +msgstr "Zero" -#: tracedata.cpp:169 -msgid "Part Function" -msgstr "Funció de fragment" +#. i18n: file dumpselectionbase.ui line 1009 +#: rc.cpp:285 +#, no-c-format +msgid "Dump" +msgstr "Bolcat" -#: tracedata.cpp:170 -msgid "Function Source File" -msgstr "Fitxer font de funció" +#. i18n: file dumpselectionbase.ui line 1021 +#: rc.cpp:288 +#, no-c-format +msgid "Messages" +msgstr "Missatges" -#. i18n: file dumpselectionbase.ui line 300 -#: rc.cpp:144 rc.cpp:273 rc.cpp:318 rc.cpp:342 tracedata.cpp:171 +#. i18n: file dumpselectionbase.ui line 1045 +#: rc.cpp:291 #, no-c-format -msgid "Function" -msgstr "Funció" +msgid "Kill Run" +msgstr "" -#: tracedata.cpp:172 -msgid "Function Cycle" +#. i18n: file functionselectionbase.ui line 16 +#: rc.cpp:297 toplevel.cpp:594 +#, fuzzy, no-c-format +msgid "Function Profile" msgstr "Cicle de funció" -#: tracedata.cpp:173 -msgid "Part Class" -msgstr "Classe de fragment" - -#: tracedata.cpp:174 -msgid "Class" -msgstr "Classe" - -#: tracedata.cpp:175 -msgid "Part Source File" -msgstr "Fitxer font de fragment" - -#: tracedata.cpp:176 -msgid "Source File" -msgstr "Fitxer font" - -#: tracedata.cpp:177 -msgid "Part ELF Object" -msgstr "Objecte ELF del fragment" - -#: tracedata.cpp:178 -msgid "ELF Object" -msgstr "Objecte ELF" - -#: partview.cpp:46 tracedata.cpp:179 -#, fuzzy -msgid "Profile Part" -msgstr "Fragments visibles" - -#: tracedata.cpp:180 -msgid "Program Trace" -msgstr "Traça el programa" - -#: tracedata.cpp:241 -msgid "%1 from %2" -msgstr "%1 des del %2" - -#: partgraph.cpp:423 tracedata.cpp:249 tracedata.cpp:254 tracedata.cpp:2824 -#: tracedata.cpp:3241 tracedata.cpp:3327 tracedata.cpp:4165 tracedata.cpp:4173 -#: tracedata.cpp:4238 -msgid "(unknown)" -msgstr "(desconegut)" - -#: tracedata.cpp:2583 -msgid "(no caller)" -msgstr "(sense cridant)" - -#: tracedata.cpp:2590 tracedata.cpp:2609 -msgid "%1 via %2" -msgstr "%1 via %2" - -#: tracedata.cpp:2599 -msgid "(no callee)" -msgstr "(sense cridat)" +#. i18n: file functionselectionbase.ui line 41 +#: rc.cpp:300 +#, no-c-format +msgid "&Search:" +msgstr "&Cerca:" -#: tracedata.cpp:4467 -msgid "(not found)" -msgstr "(no s'ha trobat)" +#. i18n: file functionselectionbase.ui line 62 +#: costtypeview.cpp:44 coverageview.cpp:53 partview.cpp:48 rc.cpp:303 +#: rc.cpp:312 +#, no-c-format +msgid "Self" +msgstr "Propi" -#: tracedata.cpp:5017 -msgid "Recalculating Function Cycles..." -msgstr "Recalculant els cicles de la funció..." +#. i18n: file functionselectionbase.ui line 73 +#: rc.cpp:306 +#, no-c-format +msgid "Group" +msgstr "Grup" #. i18n: file partselectionbase.ui line 16 #: rc.cpp:324 toplevel.cpp:276 toplevel.cpp:576 @@ -899,462 +801,412 @@ msgstr "Recalculant els cicles de la funció..." msgid "Parts Overview" msgstr "Resum de la traça del fragment" -#: toplevel.cpp:283 -#, fuzzy -msgid "" -"The Parts Overview" -"

A trace consists of multiple trace parts when there are several profile data " -"files from one profile run. The Trace Part Overview dockable shows these, " -"horizontally ordered in execution time; the rectangle sizes are proportional to " -"the total cost spent in the parts. You can select one or several parts to " -"constrain all costs shown to these parts only.

" -"

The parts are further subdivided: there is a partitioning and an callee " -"split mode: " -"

    " -"
  • Partitioning: You see the partitioning into groups for a trace part, " -"according to the group type selected. E.g. if ELF object groups are selected, " -"you see colored rectangles for each used ELF object (shared library or " -"executable), sized according to the cost spent therein.
  • " -"
  • Callee: A rectangle showing the inclusive cost of the current selected " -"function in the trace part is shown. This is split up into smaller rectangles " -"to show the costs of its callees.

" -msgstr "" -"El resum de la traça del fragment" -"

Una traça consisteix en múltiples fragments de traça quan hi ha diversos " -"fitxers de traça d'una execució de perfilat. " - -#: toplevel.cpp:313 -msgid "Top Cost Call Stack" -msgstr "Pila de crides de cost superior" - -#: toplevel.cpp:315 -#, fuzzy -msgid "" -"The Top Cost Call Stack" -"

This is a purely fictional 'most probable' call stack. It is built up by " -"starting with the current selected function and adds the callers/callees with " -"highest cost at the top and to bottom.

" -"

The Cost and Calls columns show the cost used for all calls " -"from the function in the line above.

" -msgstr "" -"La pila de crides de cost superior" -"

Aquesta és una pila de crides 'més probables' purament fictícia. Està " -"construïda començant amb la funció seleccionada actualment i afegeix els " -"cridadors/cridats amb cost més alt a la part superior i inferior

" -"

Les columnes Cost i Crides mostren el cost emprat per totes " -"les crides des de la funció de la línia de sobre.

" +#. i18n: file partselectionbase.ui line 60 +#: rc.cpp:327 +#, no-c-format +msgid "(no trace parts)" +msgstr "(cap fragment per traçar)" -#: toplevel.cpp:328 -msgid "Flat Profile" +#. i18n: file stackselectionbase.ui line 16 +#: rc.cpp:330 +#, no-c-format +msgid "Stack Selection" msgstr "" -#: toplevel.cpp:338 -msgid "" -"The Flat Profile" -"

The flat profile contains a group and a function selection list. The group " -"list contains all groups where costs are spent in, depending on the chosen " -"group type. The group list is hidden when group type 'Function' is selected." -"

" -"

The function list contains the functions of the selected group (or all for " -"'Function' group type), ordered by the costs spent therein. Functions with " -"costs less than 1% are hidden on default.

" -msgstr "" +#. i18n: file stackselectionbase.ui line 31 +#: callmapview.cpp:60 callview.cpp:44 instrview.cpp:126 partselection.cpp:59 +#: rc.cpp:333 sourceview.cpp:51 +#, no-c-format +msgid "Cost" +msgstr "Cost" -#. i18n: file dumpselectionbase.ui line 16 -#: rc.cpp:84 toplevel.cpp:352 toplevel.cpp:604 +#. i18n: file stackselectionbase.ui line 42 +#: rc.cpp:336 #, no-c-format -msgid "Profile Dumps" +msgid "Cost2" +msgstr "Cost2" + +#: partgraph.cpp:167 +#, c-format +msgid "Profile Part %1" msgstr "" -#: toplevel.cpp:362 -msgid "" -"Profile Dumps" -"

This dockable shows in the top part the list of loadable profile dumps in " -"all subdirectories of: " -"

    " -"
  • current working directory of KCachegrind, i.e. where it was started from, " -"and " -"
  • the default profile dump directory given in the configuration.
" -"The list is sorted according the the target command profiled in the " -"corresponding dump.

" -"

On selecting a profile dump, information for it is shown in the bottom area " -"of the dockable: " -"

    " -"
  • Options allows you to view the profiled command and profile options " -"of this dump. By changing any item, a new (yet unexisting) profile template is " -"created. Press Run Profile to start aprofile run with these options in " -"the background. " -"
  • Info gives detailed info on the selected dump like event cost " -"summary and properties of the simulated cache. " -"
  • State is only available for current happening profiles runs. Press " -"Update to see different counters of the run, and a stack trace of the " -"current position in the program profiled. Check the Every " -"option to let KCachegrind regularly poll these data. Check the Sync " -"option to let the dockable activate the top function in the current loaded " -"dump.

" +#: partgraph.cpp:226 +msgid "(no trace)" msgstr "" -#: toplevel.cpp:450 -msgid "&Duplicate" -msgstr "&Duplica" +#: partgraph.cpp:229 +msgid "(no part)" +msgstr "" -#: toplevel.cpp:454 +#: tips.txt:3 msgid "" -"Duplicate Current Layout" -"

Make a copy of the current layout.

" +"

...that the What's This? help for every GUI widget\n" +"in KCachegrind contains detailed usage information for this widget?\n" +"It is highly recommended to read at least these help texts on first\n" +"use. Request What's This? help by pressing\n" +"Shift+F1 and clicking on the widget.

\n" msgstr "" -#: toplevel.cpp:461 +#: tips.txt:12 msgid "" -"Remove Current Layout" -"

Delete current layout and make the previous active.

" +"

...that you can get profile information at instruction level\n" +"with Calltree when you provide the option --dump-instr=yes?\n" +"Use the Assembler View for the instruction annotations.\n" +"

\n" msgstr "" -#: toplevel.cpp:465 -#, fuzzy -msgid "&Go to Next" -msgstr "Ves a %1" - -#: toplevel.cpp:469 -msgid "Go to Next Layout" +#: tips.txt:20 +msgid "" +"

...that you can use Alt-Left/Right keys of your keyboard to go\n" +"back/forward in the active object history ?

\n" msgstr "" -#: toplevel.cpp:472 -msgid "&Go to Previous" +#: tips.txt:26 +msgid "" +"

...that you can navigate in the Callee/Caller Map View using\n" +"arrow keys? Use Left/Right to change to siblings of the current\n" +"item; use Up/Down to go one nesting level up/down. To select\n" +"the current item, press Space, and to activate it, press Return.\n" +"

\n" msgstr "" -#: toplevel.cpp:476 -msgid "Go to Previous Layout" +#: tips.txt:35 +msgid "" +"

...that you can navigate in the Call Graph View using\n" +"arrow keys? Use Up/Down to go one calling level up/down, alternating\n" +"between calls and functions. Use Left/Right to change to siblings of a current\n" +"selected call. To activate the current item, press Return.\n" +"

\n" msgstr "" -#: toplevel.cpp:479 -msgid "&Restore to Default" +#: tips.txt:44 +msgid "" +"

...that you can rapidly locate a function by entering part of its\n" +"name (case-insensitive) into the edit line of the toolbar\n" +"and hit return?

\n" msgstr "" -#: toplevel.cpp:482 -msgid "Restore Layouts to Default" +#: tips.txt:51 +msgid "" +"

...that you can assign custom colors to \n" +"ELF objects/C++ Classes/Source Files for graph coloring\n" +"in Settings->Configure KCachegrind...?

\n" msgstr "" -#: toplevel.cpp:485 -msgid "&Save as Default" -msgstr "&Desa com a predeterminat" - -#: toplevel.cpp:488 -msgid "Save Layouts as Default" +#: tips.txt:58 +msgid "" +"

...that you can see if debug info is available for a selected \n" +"function by looking at the location label in the Info tab or\n" +"the source listing header in the source tab?

\n" +"

There must be the name of the source file (with extension).\n" +"If KCachegrind still doesn't show the source, make sure that you\n" +"have added the directory of the source file to the\n" +"Source Directories list in the configuration.\n" msgstr "" -#: toplevel.cpp:499 -msgid "New

Open new empty KCachegrind window.

" -msgstr "Nou

Obre una nova finestra buida de KCachegrind.

" - -#: toplevel.cpp:502 -msgid "&Add..." -msgstr "&Afegeix..." - -#: toplevel.cpp:505 +#: tips.txt:69 msgid "" -"Add Profile Data" -"

This opens an additional profile data file in the current window.

" +"

...that you can configure whether KCachgrind should\n" +"show absolute event counts or relative ones (percentage display)?

\n" msgstr "" -#: toplevel.cpp:517 -msgid "Reload Profile Data

This loads any new created parts, too.

" +#: tips.txt:75 +msgid "" +"

...that you can configure the maximum number of items\n" +"for all function lists in KCachegrind? Limiting the number\n" +"of items is done to get a fast reacting GUI. The last item in\n" +"the list will show you the number of skipped functions, together\n" +"with a cost condition for these skipped functions.

\n" +"

To activate a function with small costs, search for it and select\n" +"it in the flat profile. Selecting functions with small cost will\n" +"temporarily add them to the flat profile list.

\n" msgstr "" -#: toplevel.cpp:521 -msgid "&Export Graph" -msgstr "&Exporta el gràfic" - -#: toplevel.cpp:525 +#: tips.txt:87 msgid "" -"Export Call Graph" -"

Generates a file with extension .dot for the tools of the GraphViz " -"package.

" +"

...that the Coverage tab - in contrast to the Call Lists tab -\n" +"shows all functions that are calling the selected function\n" +"(upper part) / are called by the selected function (bottom part),\n" +"no matter how many function are between them on the stack?

\n" +"

Examples:

\n" +"

An entry in the upper list for function foo1() with a value of 50%\n" +"with function bar() selected means that 50% of all the cost of function\n" +"bar() happened while called from function foo1().

\n" +"

An entry in the bottom list for function foo2() with a value of 50%\n" +"with function bar() selected means that 50% of all the cost of function\n" +"bar() happened while calling foo2() from bar().

\n" msgstr "" -#: toplevel.cpp:531 -msgid "&Force Dump" +#: tips.txt:102 +msgid "" +"

...that waiting for the tool tip inside of a tree map\n" +"shows the list of names of the nested rectangles the mouse\n" +"pointer is over?

\n" +"

Items from this list can be selected by pressing the right\n" +"mouse button.

\n" msgstr "" -#: toplevel.cpp:540 +#: tips.txt:111 msgid "" -"Force Dump" -"

This forces a dump for a Callgrind profile run in the current directory. " -"This action is checked while KCachegrind looks for the dump. If the dump is " -"finished, it automatically reloads the current trace. If this is the one from " -"the running Callgrind, the new created trace part will be loaded, too.

" -"

Force dump creates a file 'callgrind.cmd', and checks every second for its " -"existence. A running Callgrind will detect this file, dump a trace part, and " -"delete 'callgrind.cmd'. The deletion is detected by KCachegrind, and it does a " -"Reload. If there's no Callgrind running, press 'Force Dump' again to " -"cancel the dump request. This deletes 'callgrind.cmd' itself and stops polling " -"for a new dump.

" -"

Note: A Callgrind run only detects existence of 'callgrind.cmd' " -"when actively running a few milliseconds, i.e. not " -"sleeping. Tip: For a profiled GUI program, you can awake Callgrind e.g. by " -"resizing a window of the program.

" +"

...that you can constrain the cost counts shown to only a\n" +"few parts of the whole trace by selecting these parts in the\n" +"\"Trace Selection\" Dockable?

\n" +"

To generate multiple parts in a profiling run with\n" +"cachegrind, use e.g. option --cachedumps=xxx for parts\n" +"of a length of xxx basic blocks (A basic block is a run\n" +"of not-branching assembler statements inside of your program\n" +"code).

\n" msgstr "" -#: toplevel.cpp:565 -msgid "" -"Open Profile Data" -"

This opens a profile data file, with possible multiple parts

" +#: main.cpp:38 +msgid "Run under cachegrind" msgstr "" -#: toplevel.cpp:581 -msgid "Show/Hide the Parts Overview Dockable" +#: main.cpp:39 +msgid "Show information of this trace" msgstr "" -#: toplevel.cpp:585 -msgid "Call Stack" -msgstr "Pila de crides" +#: main.cpp:46 +msgid "KCachegrind" +msgstr "KCachegrind" -#: toplevel.cpp:590 -msgid "Show/Hide the Call Stack Dockable" -msgstr "" +#: main.cpp:48 +msgid "TDE Frontend for Cachegrind" +msgstr "Frontal TDE pel Cachegrind" -#. i18n: file functionselectionbase.ui line 16 -#: rc.cpp:297 toplevel.cpp:594 -#, fuzzy, no-c-format -msgid "Function Profile" -msgstr "Cicle de funció" +#: main.cpp:50 +msgid "(C) 2002, 2003, 2004" +msgstr "(C) 2002, 2003, 2004" + +#: main.cpp:53 +msgid "Author/Maintainer" +msgstr "Autor/mantenidor" -#: toplevel.cpp:599 -msgid "Show/Hide the Function Profile Dockable" +#: coverageitem.cpp:65 coverageitem.cpp:205 functionitem.cpp:72 +#, c-format +msgid "" +"_n: (%n function skipped)\n" +"(%n functions skipped)" msgstr "" -#: toplevel.cpp:609 -msgid "Show/Hide the Profile Dumps Dockable" +#: costlistitem.cpp:60 +#, c-format +msgid "" +"_n: (%n item skipped)\n" +"(%n items skipped)" msgstr "" +"(%n element omès)\n" +"(%n elements omesos)" -#: toplevel.cpp:614 -msgid "Show Relative Costs" -msgstr "Mostra els costos relatius" - -#: toplevel.cpp:621 -msgid "Show Absolute Costs" -msgstr "Mostra els costos absoluts" +#: _translatorinfo.cpp:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" +msgstr "Orestes Mas" -#: toplevel.cpp:624 -msgid "Show relative instead of absolute costs" -msgstr "Mostra els costos relatius en comptes dels absoluts" +#: _translatorinfo.cpp:3 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" +msgstr "orestes@tsc.upc.es" -#: toplevel.cpp:628 -msgid "Percentage Relative to Parent" -msgstr "Percentatge relatiu al pare" +#: callmapview.cpp:98 +msgid "" +"Caller Map" +"

This graph shows the nested hierarchy of all callers of the current " +"activated function. Each colored rectangle represents a function; its size " +"tries to be proportional to the cost spent therein while the active function is " +"running (however, there are drawing constrains).

" +msgstr "" -#: toplevel.cpp:634 -msgid "Show percentage costs relative to parent" +#: callmapview.cpp:105 +msgid "" +"Call Map" +"

This graph shows the nested hierarchy of all callees of the current " +"activated function. Each colored rectangle represents a function; its size " +"tries to be proportional to the cost spent therein while the active function is " +"running (however, there are drawing constrains).

" msgstr "" -#: toplevel.cpp:638 +#: callmapview.cpp:113 msgid "" -"Show percentage costs relative to parent" -"

If this is switched off, percentage costs are always shown relative to the " -"total cost of the profile part(s) that are currently browsed. By turning on " -"this option, percentage cost of shown cost items will be relative to the parent " -"cost item." -"

    " -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"" -"
    Cost TypeParent Cost
    Function CumulativeTotal
    Function SelfFunction Group (*) / Total
    CallFunction Cumulative
    Source LineFunction Cumulative
    " -"

    (*) Only if function grouping is switched on (e.g. ELF object grouping)." +"

    Appearance options can be found in the in the context menu. To get exact " +"size proportions, choose 'Hide incorrect borders'. As this mode can be " +"very time consuming, you may want to limit the maximum drawn nesting level " +"before. 'Best' determinates the split direction for children from the aspect " +"ratio of the parent. 'Always Best' decides on remaining space for each sibling. " +"'Ignore Proportions' takes space for function name drawing before " +"drawing children. Note that size proportions can get heavily wrong.

    " +"

    This is a TreeMap widget. Keyboard navigation is available with the " +"left/right arrow keys for traversing siblings, and up/down arrow keys to go a " +"nesting level up/down. Return activates the current item.

    " msgstr "" -#: toplevel.cpp:653 -#, fuzzy -msgid "Do Cycle Detection" -msgstr "Estimació del cicle" +#: callmapview.cpp:167 +msgid "Go To" +msgstr "Vés a" -#: toplevel.cpp:659 -#, fuzzy -msgid "Skip Cycle Detection" -msgstr "Estimació del cicle" +#: callmapview.cpp:184 +msgid "Stop at Depth" +msgstr "Atura a la profunditat" -#: toplevel.cpp:662 -msgid "" -"Detect recursive cycles" -"

    If this is switched off, the treemap drawing will show black areas when a " -"recursive call is made instead of drawing the recursion ad infinitum. Note that " -"the size of black areas often will be wrong, as inside recursive cycles the " -"cost of calls cannot be determined; the error is small, however, for false " -"cycles (see documentation)." -"

    The correct handling for cycles is to detect them and collapse all functions " -"of a cycle into a virtual function, which is done when this option is selected. " -"Unfortunately, with GUI applications, this often will lead to huge false " -"cycles, making the analysis impossible; therefore, there is the option to " -"switch this off." -msgstr "" +#: callmapview.cpp:187 treemap.cpp:3101 +msgid "No Depth Limit" +msgstr "Sense límit de profunditat" -#: toplevel.cpp:684 toplevel.cpp:724 -msgid "Go back in function selection history" -msgstr "Retrocedeix en l'historial de selecció de funcions" +#: callmapview.cpp:190 +msgid "Depth 10" +msgstr "Profunditat 10" -#: toplevel.cpp:690 toplevel.cpp:736 -msgid "Go forward in function selection history" -msgstr "Avança en l'historial de selecció defuncions" +#: callmapview.cpp:192 +msgid "Depth 15" +msgstr "Profunditat 15" -#: toplevel.cpp:696 toplevel.cpp:710 -msgid "" -"Go Up" -"

    Go to last selected caller of current function. If no caller was visited, " -"use that with highest cost.

    " -msgstr "" +#: callmapview.cpp:194 +msgid "Depth 20" +msgstr "Profunditat 20" -#: toplevel.cpp:702 -msgid "&Up" -msgstr "&Amunt" +#: callmapview.cpp:198 treemap.cpp:3107 +msgid "Depth of '%1' (%2)" +msgstr "Profunditat de '%1' (%2)" -#: toplevel.cpp:741 toplevel.cpp:1646 -msgid "Primary Event Type" -msgstr "Tipus d'event primari" +#: callmapview.cpp:204 +msgid "Decrement Depth (to %1)" +msgstr "Decrementa la profunditat (a %1)" -#: toplevel.cpp:743 -msgid "Select primary event type of costs" -msgstr "" +#: callmapview.cpp:205 +msgid "Increment Depth (to %1)" +msgstr "Incrementa la profunditat (a %1)" -#: toplevel.cpp:753 toplevel.cpp:1649 -msgid "Secondary Event Type" -msgstr "Tipus d'event secundari" +#: callmapview.cpp:209 +msgid "Stop at Function" +msgstr "Atura a la funció" -#: toplevel.cpp:755 -msgid "Select secondary event type for cost e.g. shown in annotations" -msgstr "" +#: callmapview.cpp:210 +msgid "No Function Limit" +msgstr "Sense funció límit" -#: functionselection.cpp:243 toplevel.cpp:763 -msgid "Grouping" -msgstr "Agrupament" +#: callmapview.cpp:240 +msgid "Stop at Area" +msgstr "Atura a l'àrea" -#: toplevel.cpp:766 -msgid "Select how functions are grouped into higher level cost items" -msgstr "" +#: callmapview.cpp:243 treemap.cpp:3039 +msgid "No Area Limit" +msgstr "Sense límit d'àrea" -#: functionselection.cpp:52 toplevel.cpp:772 -msgid "(No Grouping)" -msgstr "(Cap agrupament)" +#: callmapview.cpp:246 +msgid "50 Pixels" +msgstr "50 Píxels" -#: toplevel.cpp:782 -msgid "Split" -msgstr "Divideix" +#: callmapview.cpp:248 +msgid "100 Pixels" +msgstr "100 píxels" -#: toplevel.cpp:786 -msgid "Show two information panels" -msgstr "" +#: callmapview.cpp:250 +msgid "200 Pixels" +msgstr "200 Píxels" -#: toplevel.cpp:790 -#, fuzzy -msgid "SplitQt::Horizontal" -msgstr "Divisió horitzontal" +#: callmapview.cpp:252 +msgid "500 Pixels" +msgstr "500 Píxels" -#: toplevel.cpp:795 -#, fuzzy -msgid "Change Split Qt::Orientation when main window is split." -msgstr "" -"Canvia l'orientació de la divisió quan es divideix la finestra principal." +#: callmapview.cpp:258 treemap.cpp:3045 +msgid "Area of '%1' (%2)" +msgstr "Àrea de '%1' (%2)" -#: toplevel.cpp:803 -msgid "Tip of the &Day..." -msgstr "&Consell del dia..." +#: callmapview.cpp:264 treemap.cpp:3071 +msgid "Double Area Limit (to %1)" +msgstr "Dobla el límit de l'àrea (a %1)" -#: toplevel.cpp:804 -msgid "Show \"Tip of the Day\"" -msgstr "Mostra el \"Consell del dia\"" +#: callmapview.cpp:266 +msgid "Half Area Limit (to %1)" +msgstr "" -#: toplevel.cpp:1007 toplevel.cpp:1056 -msgid "" -"cachegrind.out* callgrind.out*|Callgrind Profile Data\n" -"*|All Files" +#: callmapview.cpp:273 +msgid "Visualisation" +msgstr "Visualització" + +#: callmapview.cpp:277 +msgid "Split Direction" msgstr "" -"cachegrind.out* callgrind.out*|Traça de Cachegrind\n" -"*|Tots els fitxers" -#: toplevel.cpp:1009 -msgid "Select Callgrind Profile Data" +#: callmapview.cpp:279 +msgid "Skip Incorrect Borders" msgstr "" -#: toplevel.cpp:1058 -#, fuzzy -msgid "Add Callgrind Profile Data" -msgstr "Configuració del KCachegrind" +#: callmapview.cpp:284 +msgid "Border Width" +msgstr "Amplada de la vora" + +#: callmapview.cpp:285 +msgid "Border 0" +msgstr "Vora 0" -#: toplevel.cpp:1216 toplevel.cpp:1569 -msgid "(Hidden)" -msgstr "(Ocult)" +#: callmapview.cpp:288 +msgid "Border 1" +msgstr "Vora 1" -#: toplevel.cpp:1621 -msgid "Hide" -msgstr "Oculta" +#: callmapview.cpp:290 +msgid "Border 2" +msgstr "Vora 2" -#: toplevel.cpp:1654 -msgid "Show Absolute Cost" -msgstr "Mostra el cost absolut" +#: callmapview.cpp:292 +msgid "Border 3" +msgstr "Vora 3" -#: toplevel.cpp:1657 -msgid "Show Relative Cost" -msgstr "Mostra el cost relatiu" +#: callmapview.cpp:297 +msgid "Draw Symbol Names" +msgstr "Dibuixa els noms dels símbols" -#: toplevel.cpp:1688 -msgid "Go Forward" -msgstr "Avança" +#: callmapview.cpp:298 +msgid "Draw Cost" +msgstr "Dibuixa el cost" -#: toplevel.cpp:1689 -msgid "Go Up" -msgstr "Puja" +#: callmapview.cpp:299 +msgid "Draw Location" +msgstr "Dibuixa la ubicació" -#: toplevel.cpp:1921 -#, c-format -msgid "Layout Count: %1" -msgstr "" +#: callmapview.cpp:300 +msgid "Draw Calls" +msgstr "Dibuixa crides" -#: toplevel.cpp:1928 -msgid "No profile data file loaded." -msgstr "" +#: callmapview.cpp:303 partselection.cpp:342 +msgid "Ignore Proportions" +msgstr "Ignora proporcions" -#: toplevel.cpp:1937 -msgid "Total %1 Cost: %2" -msgstr "" +#: callmapview.cpp:304 partselection.cpp:344 treemap.cpp:2887 +msgid "Allow Rotation" +msgstr "Permet rotació" -#: toplevel.cpp:1949 -msgid "No event type selected" -msgstr "" +#: callmapview.cpp:321 treemap.cpp:2889 +#, fuzzy +msgid "Shading" +msgstr "Representació" -#: toplevel.cpp:2194 toplevel.cpp:2230 toplevel.cpp:2266 -msgid "(No Stack)" -msgstr "" +#: callmapview.cpp:431 +msgid "Call Map: Current is '%1'" +msgstr "Mapa de la crida: L'actual és '%1'" -#: toplevel.cpp:2200 -msgid "(No next function)" -msgstr "" +#: callmapview.cpp:599 +msgid "(no function)" +msgstr "(cap funció)" -#: toplevel.cpp:2236 -msgid "(No previous function)" +#: callmapview.cpp:741 callmapview.cpp:858 +msgid "(no call)" msgstr "" -#: toplevel.cpp:2271 -msgid "(No Function Up)" -msgstr "" +#: instritem.cpp:106 sourceitem.cpp:86 +msgid "Active call to '%1'" +msgstr "Crida a '%1' activa" -#: costlistitem.cpp:60 -#, c-format +#: instritem.cpp:108 sourceitem.cpp:88 msgid "" -"_n: (%n item skipped)\n" -"(%n items skipped)" +"_n: %n call to '%1'\n" +"%n calls to '%1'" msgstr "" -"(%n element omès)\n" -"(%n elements omesos)" +"%n crida a '%1'\n" +"%n crides a '%1'" #: sourceitem.cpp:125 msgid "Jump %1 of %2 times to %3" @@ -1364,6 +1216,10 @@ msgstr "Salta %1 de %2 vegades a %3" msgid "Jump %1 times to %2" msgstr "Salta %1 vegades a %2" +#: instritem.cpp:185 sourceitem.cpp:169 +msgid "(cycle)" +msgstr "(cicle)" + #: costtypeview.cpp:42 msgid "Event Type" msgstr "Tipus d'event" @@ -1409,599 +1265,608 @@ msgstr "Edita la fórmula" msgid "New Cost Type ..." msgstr "" -#: costtypeview.cpp:149 costtypeview.cpp:154 -#, fuzzy, c-format -msgid "New%1" -msgstr "Nou" - -#: costtypeview.cpp:155 -#, fuzzy, c-format -msgid "New Cost Type %1" -msgstr "Tipus de cost" - -#: costtypeitem.cpp:56 -msgid "Unknown Type" -msgstr "Tipus desconegut" - -#. i18n: file dumpselectionbase.ui line 906 -#: instrview.cpp:125 rc.cpp:264 sourceview.cpp:50 -#, no-c-format -msgid "#" -msgstr "#" +#: costtypeview.cpp:149 costtypeview.cpp:154 +#, fuzzy, c-format +msgid "New%1" +msgstr "Nou" + +#: costtypeview.cpp:155 +#, fuzzy, c-format +msgid "New Cost Type %1" +msgstr "Tipus de cost" + +#: callview.cpp:45 instrview.cpp:127 sourceview.cpp:52 +msgid "Cost 2" +msgstr "Cost 2" + +#: callview.cpp:47 callview.cpp:51 +#, fuzzy +msgid "Count" +msgstr "Compte" + +#: callview.cpp:48 coverageview.cpp:50 +msgid "Caller" +msgstr "Cridador" + +#: callview.cpp:52 coverageview.cpp:56 +msgid "Callee" +msgstr "Cridat" + +#: callview.cpp:85 +msgid "" +"List of direct Callers" +"

    This list shows all functions calling the current selected one directly, " +"together with a call count and the cost spent in the current selected function " +"while being called from the function from the list.

    " +"

    An icon instead of an inclusive cost specifies that this is a call inside of " +"a recursive cycle. An inclusive cost makes no sense here.

    " +"

    Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.

    " +msgstr "" + +#: callview.cpp:98 +msgid "" +"List of direct Callees" +"

    This list shows all functions called by the current selected one directly, " +"together with a call count and the cost spent in this function while being " +"called from the selected function.

    " +"

    Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.

    " +msgstr "" + +#: callgraphview.cpp:2396 callgraphview.cpp:2400 callgraphview.cpp:2418 +#: callview.cpp:123 callview.cpp:128 coverageview.cpp:166 instrview.cpp:191 +#: sourceview.cpp:116 +msgid "Go to '%1'" +msgstr "Ves a '%1'" + +#: cachegrindloader.cpp:141 +msgid "Import filter for Cachegrind/Callgrind generated profile data files" +msgstr "" + +#: cachegrindloader.cpp:738 +#, c-format +msgid "Loading %1" +msgstr "S'està carregant %1" + +#: toplevel.cpp:283 +#, fuzzy +msgid "" +"The Parts Overview" +"

    A trace consists of multiple trace parts when there are several profile data " +"files from one profile run. The Trace Part Overview dockable shows these, " +"horizontally ordered in execution time; the rectangle sizes are proportional to " +"the total cost spent in the parts. You can select one or several parts to " +"constrain all costs shown to these parts only.

    " +"

    The parts are further subdivided: there is a partitioning and an callee " +"split mode: " +"

      " +"
    • Partitioning: You see the partitioning into groups for a trace part, " +"according to the group type selected. E.g. if ELF object groups are selected, " +"you see colored rectangles for each used ELF object (shared library or " +"executable), sized according to the cost spent therein.
    • " +"
    • Callee: A rectangle showing the inclusive cost of the current selected " +"function in the trace part is shown. This is split up into smaller rectangles " +"to show the costs of its callees.

    " +msgstr "" +"El resum de la traça del fragment" +"

    Una traça consisteix en múltiples fragments de traça quan hi ha diversos " +"fitxers de traça d'una execució de perfilat. " + +#: toplevel.cpp:313 +msgid "Top Cost Call Stack" +msgstr "Pila de crides de cost superior" + +#: toplevel.cpp:315 +#, fuzzy +msgid "" +"The Top Cost Call Stack" +"

    This is a purely fictional 'most probable' call stack. It is built up by " +"starting with the current selected function and adds the callers/callees with " +"highest cost at the top and to bottom.

    " +"

    The Cost and Calls columns show the cost used for all calls " +"from the function in the line above.

    " +msgstr "" +"La pila de crides de cost superior" +"

    Aquesta és una pila de crides 'més probables' purament fictícia. Està " +"construïda començant amb la funció seleccionada actualment i afegeix els " +"cridadors/cridats amb cost més alt a la part superior i inferior

    " +"

    Les columnes Cost i Crides mostren el cost emprat per totes " +"les crides des de la funció de la línia de sobre.

    " + +#: toplevel.cpp:328 +msgid "Flat Profile" +msgstr "" + +#: toplevel.cpp:338 +msgid "" +"The Flat Profile" +"

    The flat profile contains a group and a function selection list. The group " +"list contains all groups where costs are spent in, depending on the chosen " +"group type. The group list is hidden when group type 'Function' is selected." +"

    " +"

    The function list contains the functions of the selected group (or all for " +"'Function' group type), ordered by the costs spent therein. Functions with " +"costs less than 1% are hidden on default.

    " +msgstr "" + +#: toplevel.cpp:362 +msgid "" +"Profile Dumps" +"

    This dockable shows in the top part the list of loadable profile dumps in " +"all subdirectories of: " +"

      " +"
    • current working directory of KCachegrind, i.e. where it was started from, " +"and " +"
    • the default profile dump directory given in the configuration.
    " +"The list is sorted according the the target command profiled in the " +"corresponding dump.

    " +"

    On selecting a profile dump, information for it is shown in the bottom area " +"of the dockable: " +"

      " +"
    • Options allows you to view the profiled command and profile options " +"of this dump. By changing any item, a new (yet unexisting) profile template is " +"created. Press Run Profile to start aprofile run with these options in " +"the background. " +"
    • Info gives detailed info on the selected dump like event cost " +"summary and properties of the simulated cache. " +"
    • State is only available for current happening profiles runs. Press " +"Update to see different counters of the run, and a stack trace of the " +"current position in the program profiled. Check the Every " +"option to let KCachegrind regularly poll these data. Check the Sync " +"option to let the dockable activate the top function in the current loaded " +"dump.

    " +msgstr "" + +#: toplevel.cpp:450 +msgid "&Duplicate" +msgstr "&Duplica" -#: sourceview.cpp:54 sourceview.cpp:554 -msgid "Source (unknown)" +#: toplevel.cpp:454 +msgid "" +"Duplicate Current Layout" +"

    Make a copy of the current layout.

    " msgstr "" -#: sourceview.cpp:89 +#: toplevel.cpp:461 msgid "" -"Annotated Source" -"

    The annotated source list shows the source lines of the current selected " -"function together with (self) cost spent while executing the code of this " -"source line. If there was a call in a source line, lines with details on the " -"call happening are inserted into the source: the cost spent inside of the call, " -"the number of calls happening, and the call destination.

    " -"

    Select a inserted call information line to make the destination function " -"current.

    " +"Remove Current Layout" +"

    Delete current layout and make the previous active.

    " msgstr "" -#: sourceview.cpp:120 -#, c-format -msgid "Go to Line %1" -msgstr "Ves a la línia %1" +#: toplevel.cpp:465 +#, fuzzy +msgid "&Go to Next" +msgstr "Ves a %1" -#: sourceview.cpp:293 -msgid "(No Source)" +#: toplevel.cpp:469 +msgid "Go to Next Layout" msgstr "" -#: sourceview.cpp:512 -msgid "There is no cost of current selected type associated" +#: toplevel.cpp:472 +msgid "&Go to Previous" msgstr "" -#: sourceview.cpp:514 -msgid "with any source line of this function in file" +#: toplevel.cpp:476 +msgid "Go to Previous Layout" msgstr "" -#: sourceview.cpp:518 -msgid "Thus, no annotated source can be shown." +#: toplevel.cpp:479 +msgid "&Restore to Default" msgstr "" -#: sourceview.cpp:553 -msgid "Source ('%1')" +#: toplevel.cpp:482 +msgid "Restore Layouts to Default" msgstr "" -#: sourceview.cpp:559 -msgid "--- Inlined from '%1' ---" -msgstr "" +#: toplevel.cpp:485 +msgid "&Save as Default" +msgstr "&Desa com a predeterminat" -#: sourceview.cpp:560 -msgid "--- Inlined from unknown source ---" +#: toplevel.cpp:488 +msgid "Save Layouts as Default" msgstr "" -#: sourceview.cpp:565 -msgid "There is no source available for the following function:" -msgstr "El codi font de la següent funció no està disponible:" +#: toplevel.cpp:499 +msgid "New

    Open new empty KCachegrind window.

    " +msgstr "Nou

    Obre una nova finestra buida de KCachegrind.

    " -#: sourceview.cpp:570 -#, fuzzy -msgid "This is because no debug information is present." -msgstr "perquè no hi ha informació de depuració" +#: toplevel.cpp:502 +msgid "&Add..." +msgstr "&Afegeix..." -#: sourceview.cpp:572 -msgid "Recompile source and redo the profile run." +#: toplevel.cpp:505 +msgid "" +"Add Profile Data" +"

    This opens an additional profile data file in the current window.

    " msgstr "" -#: sourceview.cpp:575 -#, fuzzy -msgid "The function is located in this ELF object:" -msgstr "Nota: la funció està ubicada dins l'objecte ELF" - -#: sourceview.cpp:583 -msgid "This is because its source file cannot be found:" -msgstr "Això es degut a que no s'ha pogut trobar el seu fitxer font:" - -#: sourceview.cpp:587 -msgid "Add the folder of this file to the source folder list." -msgstr "Afegiu la carpeta d'aquest fitxer a la llista de carpetes font." - -#: sourceview.cpp:589 -msgid "The list can be found in the configuration dialog." -msgstr "Aquesta llista es pot trobar al diàleg de configuració." - -#: functionselection.cpp:176 -#, c-format -msgid "Go to %1" -msgstr "Ves a %1" - -#: functionselection.cpp:203 -msgid "Show All Items" +#: toplevel.cpp:517 +msgid "Reload Profile Data

    This loads any new created parts, too.

    " msgstr "" -#: functionselection.cpp:226 -#, fuzzy -msgid "No Grouping" -msgstr "(Cap agrupament)" - -#. i18n: file tdecachegrindui.rc line 15 -#: rc.cpp:9 -#, no-c-format -msgid "&Layout" -msgstr "&Disposició" - -#. i18n: file tdecachegrindui.rc line 32 -#: rc.cpp:12 -#, no-c-format -msgid "Sidebars" -msgstr "Barres laterals" +#: toplevel.cpp:521 +msgid "&Export Graph" +msgstr "&Exporta el gràfic" -#. i18n: file tdecachegrindui.rc line 54 -#: rc.cpp:18 -#, no-c-format -msgid "State Toolbar" +#: toplevel.cpp:525 +msgid "" +"Export Call Graph" +"

    Generates a file with extension .dot for the tools of the GraphViz " +"package.

    " msgstr "" -#. i18n: file configdlgbase.ui line 37 -#: rc.cpp:24 -#, no-c-format -msgid "General" -msgstr "General" - -#. i18n: file configdlgbase.ui line 69 -#: rc.cpp:27 -#, no-c-format -msgid "Truncated when more/longer than:" +#: toplevel.cpp:531 +msgid "&Force Dump" msgstr "" -#. i18n: file configdlgbase.ui line 77 -#: rc.cpp:30 -#, no-c-format -msgid "Precision of percentage values:" +#: toplevel.cpp:540 +msgid "" +"Force Dump" +"

    This forces a dump for a Callgrind profile run in the current directory. " +"This action is checked while KCachegrind looks for the dump. If the dump is " +"finished, it automatically reloads the current trace. If this is the one from " +"the running Callgrind, the new created trace part will be loaded, too.

    " +"

    Force dump creates a file 'callgrind.cmd', and checks every second for its " +"existence. A running Callgrind will detect this file, dump a trace part, and " +"delete 'callgrind.cmd'. The deletion is detected by KCachegrind, and it does a " +"Reload. If there's no Callgrind running, press 'Force Dump' again to " +"cancel the dump request. This deletes 'callgrind.cmd' itself and stops polling " +"for a new dump.

    " +"

    Note: A Callgrind run only detects existence of 'callgrind.cmd' " +"when actively running a few milliseconds, i.e. not " +"sleeping. Tip: For a profiled GUI program, you can awake Callgrind e.g. by " +"resizing a window of the program.

    " msgstr "" -#. i18n: file configdlgbase.ui line 85 -#: rc.cpp:33 -#, no-c-format -msgid "Symbols in tooltips and context menus" +#: toplevel.cpp:565 +msgid "" +"Open Profile Data" +"

    This opens a profile data file, with possible multiple parts

    " msgstr "" -#. i18n: file configdlgbase.ui line 141 -#: rc.cpp:36 -#, no-c-format -msgid "Maximum number of items in lists:" -msgstr "Nombre màxim d'entrades a les llistes:" - -#. i18n: file configdlgbase.ui line 162 -#: rc.cpp:39 -#, fuzzy, no-c-format -msgid "Cost Item Colors" -msgstr "Element de cost" - -#. i18n: file configdlgbase.ui line 246 -#: callgraphview.cpp:2562 rc.cpp:42 rc.cpp:51 rc.cpp:54 -#, no-c-format -msgid "Automatic" -msgstr "Automàtic" - -#. i18n: file configdlgbase.ui line 254 -#: rc.cpp:45 -#, no-c-format -msgid "Object:" -msgstr "Objecte:" - -#. i18n: file configdlgbase.ui line 262 -#: rc.cpp:48 -#, no-c-format -msgid "Class:" -msgstr "Classe:" +#: toplevel.cpp:581 +msgid "Show/Hide the Parts Overview Dockable" +msgstr "" -#. i18n: file configdlgbase.ui line 310 -#: rc.cpp:57 -#, no-c-format -msgid "File:" -msgstr "Fitxer:" +#: toplevel.cpp:585 +msgid "Call Stack" +msgstr "Pila de crides" -#. i18n: file configdlgbase.ui line 376 -#: rc.cpp:60 -#, no-c-format -msgid "Annotations" +#: toplevel.cpp:590 +msgid "Show/Hide the Call Stack Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 395 -#: rc.cpp:63 -#, no-c-format -msgid "Context lines in annotations:" +#: toplevel.cpp:599 +msgid "Show/Hide the Function Profile Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 423 -#: rc.cpp:66 -#, no-c-format -msgid "Source Folders" -msgstr "Carpetes font" - -#. i18n: file configdlgbase.ui line 454 -#: rc.cpp:69 -#, no-c-format -msgid "Object / Related Source Base" +#: toplevel.cpp:609 +msgid "Show/Hide the Profile Dumps Dockable" msgstr "" -#. i18n: file configdlgbase.ui line 483 -#: rc.cpp:72 -#, no-c-format -msgid "Add..." -msgstr "Afegeix..." +#: toplevel.cpp:614 +msgid "Show Relative Costs" +msgstr "Mostra els costos relatius" -#. i18n: file dumpselectionbase.ui line 32 -#: rc.cpp:87 -#, no-c-format -msgid "Target" -msgstr "Objectiu" +#: toplevel.cpp:621 +msgid "Show Absolute Costs" +msgstr "Mostra els costos absoluts" -#. i18n: file dumpselectionbase.ui line 54 -#: rc.cpp:90 -#, no-c-format -msgid "Time" -msgstr "Temps" +#: toplevel.cpp:624 +msgid "Show relative instead of absolute costs" +msgstr "Mostra els costos relatius en comptes dels absoluts" -#. i18n: file dumpselectionbase.ui line 65 -#: rc.cpp:93 -#, no-c-format -msgid "Path" -msgstr "Camí" +#: toplevel.cpp:628 +msgid "Percentage Relative to Parent" +msgstr "Percentatge relatiu al pare" -#. i18n: file dumpselectionbase.ui line 106 -#: rc.cpp:99 -#, no-c-format -msgid "Target command:" +#: toplevel.cpp:634 +msgid "Show percentage costs relative to parent" msgstr "" -#. i18n: file dumpselectionbase.ui line 119 -#: rc.cpp:102 -#, no-c-format -msgid "Profiler options:" +#: toplevel.cpp:638 +msgid "" +"Show percentage costs relative to parent" +"

    If this is switched off, percentage costs are always shown relative to the " +"total cost of the profile part(s) that are currently browsed. By turning on " +"this option, percentage cost of shown cost items will be relative to the parent " +"cost item." +"

      " +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"" +"
      Cost TypeParent Cost
      Function CumulativeTotal
      Function SelfFunction Group (*) / Total
      CallFunction Cumulative
      Source LineFunction Cumulative
      " +"

      (*) Only if function grouping is switched on (e.g. ELF object grouping)." msgstr "" -#. i18n: file dumpselectionbase.ui line 125 -#: rc.cpp:105 -#, no-c-format -msgid "Option" -msgstr "Opció" +#: toplevel.cpp:653 +#, fuzzy +msgid "Do Cycle Detection" +msgstr "Estimació del cicle" -#. i18n: file dumpselectionbase.ui line 136 -#: rc.cpp:108 rc.cpp:219 -#, no-c-format -msgid "Value" -msgstr "Valor" +#: toplevel.cpp:659 +#, fuzzy +msgid "Skip Cycle Detection" +msgstr "Estimació del cicle" -#. i18n: file dumpselectionbase.ui line 147 -#: rc.cpp:111 -#, no-c-format -msgid "Trace" +#: toplevel.cpp:662 +msgid "" +"Detect recursive cycles" +"

      If this is switched off, the treemap drawing will show black areas when a " +"recursive call is made instead of drawing the recursion ad infinitum. Note that " +"the size of black areas often will be wrong, as inside recursive cycles the " +"cost of calls cannot be determined; the error is small, however, for false " +"cycles (see documentation)." +"

      The correct handling for cycles is to detect them and collapse all functions " +"of a cycle into a virtual function, which is done when this option is selected. " +"Unfortunately, with GUI applications, this often will lead to huge false " +"cycles, making the analysis impossible; therefore, there is the option to " +"switch this off." msgstr "" -#. i18n: file dumpselectionbase.ui line 160 -#: rc.cpp:114 rc.cpp:237 -#, no-c-format -msgid "Jumps" -msgstr "Salts" - -#. i18n: file dumpselectionbase.ui line 174 -#: rc.cpp:117 -#, no-c-format -msgid "Instructions" -msgstr "Instruccions" +#: toplevel.cpp:684 toplevel.cpp:724 +msgid "Go back in function selection history" +msgstr "Retrocedeix en l'historial de selecció de funcions" -#. i18n: file dumpselectionbase.ui line 189 -#: rc.cpp:120 rc.cpp:240 -#, no-c-format -msgid "Events" -msgstr "Esdeveniments" +#: toplevel.cpp:690 toplevel.cpp:736 +msgid "Go forward in function selection history" +msgstr "Avança en l'historial de selecció defuncions" -#. i18n: file dumpselectionbase.ui line 202 -#: rc.cpp:123 -#, no-c-format -msgid "Full Cache" +#: toplevel.cpp:696 toplevel.cpp:710 +msgid "" +"Go Up" +"

      Go to last selected caller of current function. If no caller was visited, " +"use that with highest cost.

      " msgstr "" -#. i18n: file dumpselectionbase.ui line 216 -#: rc.cpp:126 -#, fuzzy, no-c-format -msgid "Custom" -msgstr "Personal" - -#. i18n: file dumpselectionbase.ui line 231 -#: rc.cpp:129 -#, fuzzy, no-c-format -msgid "Collect" -msgstr "Recull, recolir?" +#: toplevel.cpp:702 +msgid "&Up" +msgstr "&Amunt" -#. i18n: file dumpselectionbase.ui line 244 -#: rc.cpp:132 -#, no-c-format -msgid "At Startup" -msgstr "A l'inici" +#: toplevel.cpp:741 toplevel.cpp:1646 +msgid "Primary Event Type" +msgstr "Tipus d'event primari" -#. i18n: file dumpselectionbase.ui line 258 -#: rc.cpp:135 -#, no-c-format -msgid "While In" +#: toplevel.cpp:743 +msgid "Select primary event type of costs" msgstr "" -#. i18n: file dumpselectionbase.ui line 273 -#: rc.cpp:138 -#, fuzzy, no-c-format -msgid "Skip" -msgstr "Omet" +#: toplevel.cpp:753 toplevel.cpp:1649 +msgid "Secondary Event Type" +msgstr "Tipus d'event secundari" -#. i18n: file dumpselectionbase.ui line 286 -#: rc.cpp:141 -#, no-c-format -msgid "PLT" +#: toplevel.cpp:755 +msgid "Select secondary event type for cost e.g. shown in annotations" msgstr "" -#. i18n: file dumpselectionbase.ui line 315 -#: rc.cpp:147 -#, no-c-format -msgid "Dump Profile" -msgstr "Perfil del bolcat" +#: functionselection.cpp:243 toplevel.cpp:763 +msgid "Grouping" +msgstr "Agrupament" -#. i18n: file dumpselectionbase.ui line 328 -#: rc.cpp:150 -#, no-c-format -msgid "Every BBs" +#: toplevel.cpp:766 +msgid "Select how functions are grouped into higher level cost items" msgstr "" -#. i18n: file dumpselectionbase.ui line 342 -#: rc.cpp:153 rc.cpp:162 -#, no-c-format -msgid "On Entering" -msgstr "" +#: functionselection.cpp:52 toplevel.cpp:772 +msgid "(No Grouping)" +msgstr "(Cap agrupament)" -#. i18n: file dumpselectionbase.ui line 356 -#: rc.cpp:156 -#, no-c-format -msgid "On Leaving" -msgstr "" +#: toplevel.cpp:782 +msgid "Split" +msgstr "Divideix" -#. i18n: file dumpselectionbase.ui line 371 -#: rc.cpp:159 -#, no-c-format -msgid "Zero Events" +#: toplevel.cpp:786 +msgid "Show two information panels" msgstr "" -#. i18n: file dumpselectionbase.ui line 399 -#: rc.cpp:165 -#, no-c-format -msgid "Separate" -msgstr "" +#: toplevel.cpp:790 +#, fuzzy +msgid "SplitQt::Horizontal" +msgstr "Divisió horitzontal" -#. i18n: file dumpselectionbase.ui line 412 -#: rc.cpp:168 -#, no-c-format -msgid "Threads" +#: toplevel.cpp:795 +#, fuzzy +msgid "Change Split Qt::Orientation when main window is split." msgstr "" +"Canvia l'orientació de la divisió quan es divideix la finestra principal." -#. i18n: file dumpselectionbase.ui line 426 -#: rc.cpp:171 -#, no-c-format -msgid "Recursions" -msgstr "" +#: toplevel.cpp:803 +msgid "Tip of the &Day..." +msgstr "&Consell del dia..." -#. i18n: file dumpselectionbase.ui line 440 -#: rc.cpp:174 -#, no-c-format -msgid "Call Chain" -msgstr "Cadena de crides" +#: toplevel.cpp:804 +msgid "Show \"Tip of the Day\"" +msgstr "Mostra el \"Consell del dia\"" -#. i18n: file dumpselectionbase.ui line 470 -#: rc.cpp:177 -#, no-c-format -msgid "Custom profiler options:" -msgstr "Opccions personalitzades del perfilador:" +#: toplevel.cpp:1007 toplevel.cpp:1056 +msgid "" +"cachegrind.out* callgrind.out*|Callgrind Profile Data\n" +"*|All Files" +msgstr "" +"cachegrind.out* callgrind.out*|Traça de Cachegrind\n" +"*|Tots els fitxers" -#. i18n: file dumpselectionbase.ui line 508 -#: rc.cpp:180 -#, no-c-format -msgid "Run New Profile" +#: toplevel.cpp:1009 +msgid "Select Callgrind Profile Data" msgstr "" -#. i18n: file dumpselectionbase.ui line 520 -#: rc.cpp:183 -#, no-c-format -msgid "Info" -msgstr "Informació" +#: toplevel.cpp:1058 +#, fuzzy +msgid "Add Callgrind Profile Data" +msgstr "Configuració del KCachegrind" -#. i18n: file dumpselectionbase.ui line 531 -#: rc.cpp:186 -#, no-c-format -msgid "Dump reason:" -msgstr "Motiu del bolcat" +#: toplevel.cpp:1216 toplevel.cpp:1569 +msgid "(Hidden)" +msgstr "(Ocult)" -#. i18n: file dumpselectionbase.ui line 544 -#: rc.cpp:189 -#, no-c-format -msgid "Event summary:" -msgstr "" +#: toplevel.cpp:1621 +msgid "Hide" +msgstr "Oculta" -#. i18n: file dumpselectionbase.ui line 561 -#: rc.cpp:195 -#, no-c-format -msgid "Sum" -msgstr "Suma" +#: toplevel.cpp:1654 +msgid "Show Absolute Cost" +msgstr "Mostra el cost absolut" -#. i18n: file dumpselectionbase.ui line 579 -#: rc.cpp:198 -#, no-c-format -msgid "Miscellaneous:" -msgstr "" +#: toplevel.cpp:1657 +msgid "Show Relative Cost" +msgstr "Mostra el cost relatiu" -#. i18n: file dumpselectionbase.ui line 617 -#: rc.cpp:201 -#, no-c-format -msgid "Show" -msgstr "Mostra" +#: partselection.cpp:302 toplevel.cpp:1687 +msgid "Go Back" +msgstr "Retrocedeix" -#. i18n: file dumpselectionbase.ui line 625 -#: rc.cpp:204 -#, no-c-format -msgid "Compare" -msgstr "Compara" +#: toplevel.cpp:1688 +msgid "Go Forward" +msgstr "Avança" -#. i18n: file dumpselectionbase.ui line 637 -#: rc.cpp:207 -#, no-c-format -msgid "State" -msgstr "Estat" +#: toplevel.cpp:1689 +msgid "Go Up" +msgstr "Puja" -#. i18n: file dumpselectionbase.ui line 656 -#: rc.cpp:210 -#, no-c-format -msgid "Update" -msgstr "Actualitza" +#: toplevel.cpp:1921 +#, c-format +msgid "Layout Count: %1" +msgstr "" -#. i18n: file dumpselectionbase.ui line 664 -#: rc.cpp:213 -#, no-c-format -msgid "Every [s]:" +#: toplevel.cpp:1928 +msgid "No profile data file loaded." msgstr "" -#. i18n: file dumpselectionbase.ui line 677 -#: rc.cpp:216 -#, no-c-format -msgid "Counter" -msgstr "Comptador" +#: toplevel.cpp:1937 +msgid "Total %1 Cost: %2" +msgstr "" -#. i18n: file dumpselectionbase.ui line 699 -#: rc.cpp:222 -#, no-c-format -msgid "Dumps Done" -msgstr "Bolcats fets" +#: toplevel.cpp:1949 +msgid "No event type selected" +msgstr "" -#. i18n: file dumpselectionbase.ui line 713 -#: rc.cpp:225 -#, no-c-format -msgid "Is Collecting" +#: toplevel.cpp:2194 toplevel.cpp:2230 toplevel.cpp:2266 +msgid "(No Stack)" msgstr "" -#. i18n: file dumpselectionbase.ui line 727 -#: rc.cpp:228 -#, no-c-format -msgid "Executed" -msgstr "Executat" +#: toplevel.cpp:2200 +msgid "(No next function)" +msgstr "" -#. i18n: file dumpselectionbase.ui line 740 -#: rc.cpp:231 -#, no-c-format -msgid "Basic Blocks" -msgstr "Blocs bàsics" +#: toplevel.cpp:2236 +msgid "(No previous function)" +msgstr "" -#. i18n: file dumpselectionbase.ui line 796 -#: rc.cpp:243 -#, no-c-format -msgid "Ir" +#: toplevel.cpp:2271 +msgid "(No Function Up)" msgstr "" -#. i18n: file dumpselectionbase.ui line 811 -#: rc.cpp:246 -#, no-c-format -msgid "Distinct" -msgstr "Distints" +#: costtypeitem.cpp:56 +msgid "Unknown Type" +msgstr "Tipus desconegut" -#. i18n: file dumpselectionbase.ui line 838 -#: rc.cpp:252 -#, no-c-format -msgid "Functions" -msgstr "Funcions" +#: functionselection.cpp:176 +#, c-format +msgid "Go to %1" +msgstr "Ves a %1" -#. i18n: file dumpselectionbase.ui line 852 -#: rc.cpp:255 -#, no-c-format -msgid "Contexts" -msgstr "Contexts" +#: functionselection.cpp:203 +msgid "Show All Items" +msgstr "" -#. i18n: file dumpselectionbase.ui line 890 -#: rc.cpp:258 -#, no-c-format -msgid "Stack trace:" +#: functionselection.cpp:226 +#, fuzzy +msgid "No Grouping" +msgstr "(Cap agrupament)" + +#: sourceview.cpp:54 sourceview.cpp:554 +msgid "Source (unknown)" msgstr "" -#. i18n: file dumpselectionbase.ui line 898 -#: rc.cpp:261 -#, no-c-format -msgid "Sync." +#: sourceview.cpp:89 +msgid "" +"Annotated Source" +"

      The annotated source list shows the source lines of the current selected " +"function together with (self) cost spent while executing the code of this " +"source line. If there was a call in a source line, lines with details on the " +"call happening are inserted into the source: the cost spent inside of the call, " +"the number of calls happening, and the call destination.

      " +"

      Select a inserted call information line to make the destination function " +"current.

      " msgstr "" -#. i18n: file dumpselectionbase.ui line 976 -#: rc.cpp:279 -#, no-c-format -msgid "Start" -msgstr "Inici" +#: sourceview.cpp:120 +#, c-format +msgid "Go to Line %1" +msgstr "Ves a la línia %1" -#. i18n: file dumpselectionbase.ui line 1001 -#: rc.cpp:282 -#, no-c-format -msgid "Zero" -msgstr "Zero" +#: sourceview.cpp:293 +msgid "(No Source)" +msgstr "" -#. i18n: file dumpselectionbase.ui line 1009 -#: rc.cpp:285 -#, no-c-format -msgid "Dump" -msgstr "Bolcat" +#: sourceview.cpp:512 +msgid "There is no cost of current selected type associated" +msgstr "" -#. i18n: file dumpselectionbase.ui line 1021 -#: rc.cpp:288 -#, no-c-format -msgid "Messages" -msgstr "Missatges" +#: sourceview.cpp:514 +msgid "with any source line of this function in file" +msgstr "" -#. i18n: file dumpselectionbase.ui line 1045 -#: rc.cpp:291 -#, no-c-format -msgid "Kill Run" +#: sourceview.cpp:518 +msgid "Thus, no annotated source can be shown." msgstr "" -#. i18n: file functionselectionbase.ui line 41 -#: rc.cpp:300 -#, no-c-format -msgid "&Search:" -msgstr "&Cerca:" +#: sourceview.cpp:553 +msgid "Source ('%1')" +msgstr "" -#. i18n: file functionselectionbase.ui line 73 -#: rc.cpp:306 -#, no-c-format -msgid "Group" -msgstr "Grup" +#: sourceview.cpp:559 +msgid "--- Inlined from '%1' ---" +msgstr "" -#. i18n: file partselectionbase.ui line 60 -#: rc.cpp:327 -#, no-c-format -msgid "(no trace parts)" -msgstr "(cap fragment per traçar)" +#: sourceview.cpp:560 +msgid "--- Inlined from unknown source ---" +msgstr "" -#. i18n: file stackselectionbase.ui line 16 -#: rc.cpp:330 -#, no-c-format -msgid "Stack Selection" +#: sourceview.cpp:565 +msgid "There is no source available for the following function:" +msgstr "El codi font de la següent funció no està disponible:" + +#: sourceview.cpp:570 +#, fuzzy +msgid "This is because no debug information is present." +msgstr "perquè no hi ha informació de depuració" + +#: sourceview.cpp:572 +msgid "Recompile source and redo the profile run." msgstr "" -#. i18n: file stackselectionbase.ui line 42 -#: rc.cpp:336 -#, no-c-format -msgid "Cost2" -msgstr "Cost2" +#: sourceview.cpp:575 +#, fuzzy +msgid "The function is located in this ELF object:" +msgstr "Nota: la funció està ubicada dins l'objecte ELF" -#: partgraph.cpp:167 -#, c-format -msgid "Profile Part %1" -msgstr "" +#: sourceview.cpp:583 +msgid "This is because its source file cannot be found:" +msgstr "Això es degut a que no s'ha pogut trobar el seu fitxer font:" -#: partgraph.cpp:226 -msgid "(no trace)" -msgstr "" +#: sourceview.cpp:587 +msgid "Add the folder of this file to the source folder list." +msgstr "Afegiu la carpeta d'aquest fitxer a la llista de carpetes font." -#: partgraph.cpp:229 -msgid "(no part)" -msgstr "" +#: sourceview.cpp:589 +msgid "The list can be found in the configuration dialog." +msgstr "Aquesta llista es pot trobar al diàleg de configuració." #: configuration.cpp:67 #, fuzzy @@ -2081,6 +1946,36 @@ msgstr "" msgid "Cycle Estimation" msgstr "Estimació del cicle" +#: configdlg.cpp:60 +msgid "Source Files" +msgstr "Fitxers font" + +#: configdlg.cpp:61 +msgid "C++ Classes" +msgstr "Classes C++" + +#: configdlg.cpp:62 +msgid "Function (no Grouping)" +msgstr "" + +#: configdlg.cpp:157 configdlg.cpp:350 configdlg.cpp:371 +msgid "(always)" +msgstr "(sempre)" + +#: configdlg.cpp:210 +msgid "KCachegrind Configuration" +msgstr "Configuració del KCachegrind" + +#: configdlg.cpp:211 +msgid "" +"The Maximum Number of List Items should be below 500.The previous set value " +"(%1) will still be used." +msgstr "" + +#: configdlg.cpp:384 +msgid "Choose Source Folder" +msgstr "Escolliu la carpeta font" + #: partview.cpp:51 msgid "Comment" msgstr "Comentari" @@ -2120,17 +2015,6 @@ msgstr "" msgid "Show All" msgstr "Mostra'ls tots" -#: traceitemview.cpp:53 -msgid "No description available" -msgstr "Cap descripció disponible" - -#: coverageitem.cpp:65 coverageitem.cpp:205 functionitem.cpp:72 -#, c-format -msgid "" -"_n: (%n function skipped)\n" -"(%n functions skipped)" -msgstr "" - #: callgraphview.cpp:306 #, c-format msgid "Call(s) from %1" @@ -2347,53 +2231,251 @@ msgstr "" msgid "Cluster Groups" msgstr "" -#: callgraphview.cpp:2543 -msgid "Compact" -msgstr "Compacte" +#: callgraphview.cpp:2543 +msgid "Compact" +msgstr "Compacte" + +#: callgraphview.cpp:2544 +msgid "Normal" +msgstr "Normal" + +#: callgraphview.cpp:2545 +msgid "Tall" +msgstr "" + +#: callgraphview.cpp:2550 +msgid "Top to Down" +msgstr "De dalt a baix" + +#: callgraphview.cpp:2551 +msgid "Left to Right" +msgstr "D'esquerra a dreta" + +#: callgraphview.cpp:2552 +msgid "Circular" +msgstr "Circular" + +#: callgraphview.cpp:2558 +msgid "TopLeft" +msgstr "Superior esquerra" + +#: callgraphview.cpp:2559 +msgid "TopRight" +msgstr "Superior dreta" + +#: callgraphview.cpp:2560 +msgid "BottomLeft" +msgstr "Inferior esquerra" + +#: callgraphview.cpp:2561 +msgid "BottomRight" +msgstr "Inferior dreta" + +#: callgraphview.cpp:2569 +msgid "Graph" +msgstr "Gràfic" + +#: callgraphview.cpp:2570 partselection.cpp:320 +msgid "Visualization" +msgstr "Visualització" + +#: callgraphview.cpp:2571 +msgid "Birds-eye View" +msgstr "Vista d'ocell" + +#: partlistitem.cpp:49 +msgid " (Thread %1)" +msgstr "" + +#: partlistitem.cpp:56 +msgid "(none)" +msgstr "(cap)" + +#: callitem.cpp:82 partlistitem.cpp:152 +msgid "(active)" +msgstr "(actiu)" + +#: partselection.cpp:151 +#, fuzzy +msgid "Profile Part Overview: Current is '%1'" +msgstr "Resum de la traça del fragment: L'actual és '%1'" + +#: partselection.cpp:287 +msgid "Deselect" +msgstr "Deselecciona" + +#: partselection.cpp:287 partselection.cpp:311 +msgid "Select" +msgstr "Selecciona" + +#: partselection.cpp:292 +msgid "Select All Parts" +msgstr "Selecciona tots els fragments" + +#: partselection.cpp:294 +msgid "Visible Parts" +msgstr "Fragments visibles" + +#: partselection.cpp:296 +msgid "Hide Selected Parts" +msgstr "Oculta els fragments seleccionats" + +#: partselection.cpp:297 +msgid "Unhide Hidden Parts" +msgstr "Mostra els fragments ocults" + +#: partselection.cpp:322 +msgid "Partitioning Mode" +msgstr "Mode de particionat" + +#: partselection.cpp:323 +msgid "Diagram Mode" +msgstr "" + +#: partselection.cpp:324 +msgid "Zoom Function" +msgstr "Funció de zoom" + +#: partselection.cpp:325 +msgid "Show Direct Calls" +msgstr "Mostra les crides directes" + +#: partselection.cpp:326 +msgid "Increment Shown Call Levels" +msgstr "Incrementa els nivells de crida mostrats" + +#: partselection.cpp:340 +msgid "Draw Names" +msgstr "Dibuixa els noms" + +#: partselection.cpp:341 +msgid "Draw Costs" +msgstr "Dibuixa els costos" + +#: partselection.cpp:343 +#, fuzzy +msgid "Draw Frames" +msgstr "Dibuixa els noms" + +#: partselection.cpp:359 +msgid "Hide Info" +msgstr "Oculta la informació" + +#: partselection.cpp:361 +msgid "Show Info" +msgstr "Mostra la informació" + +#: partselection.cpp:541 +msgid "(no trace loaded)" +msgstr "(cap traça carregada)" + +#: instrview.cpp:129 +msgid "Hex" +msgstr "Hex" + +#: instrview.cpp:132 +msgid "Source Position" +msgstr "" + +#: instrview.cpp:163 +msgid "" +"Annotated Assembler" +"

      The annotated assembler list shows the machine code instructions of the " +"current selected function together with (self) cost spent while executing an " +"instruction. If this is a call instruction, lines with details on the call " +"happening are inserted into the source: the cost spent inside of the call, the " +"number of calls happening, and the call destination.

      " +"

      The disassembler output shown is generated with the 'objdump' utility from " +"the 'binutils' package.

      " +"

      Select a line with call information to make the destination function of this " +"call current.

      " +msgstr "" + +#: instrview.cpp:195 +#, c-format +msgid "Go to Address %1" +msgstr "Ves a l'adreça '%1'" + +#: instrview.cpp:207 +msgid "Hex Code" +msgstr "" + +#: instrview.cpp:426 +msgid "There is no instruction info in the profile data file." +msgstr "" + +#: instrview.cpp:428 +msgid "For the Valgrind Calltree Skin, rerun with option" +msgstr "" + +#: instrview.cpp:429 +msgid " --dump-instr=yes" +msgstr " --dump-instr=yes" + +#: instrview.cpp:430 +msgid "To see (conditional) jumps, additionally specify" +msgstr "" + +#: instrview.cpp:431 +msgid " --trace-jump=yes" +msgstr " --trace-jump=yes" -#: callgraphview.cpp:2544 -msgid "Normal" -msgstr "Normal" +#: instrview.cpp:629 +msgid "There is an error trying to execute the command" +msgstr "Hi hagut un error al intentar executar l'ordre" -#: callgraphview.cpp:2545 -msgid "Tall" +#: instrview.cpp:634 instrview.cpp:900 +msgid "Check that you have installed 'objdump'." +msgstr "Comproveu que teniu instal·lat 'objdump'." + +#: instrview.cpp:636 instrview.cpp:902 +msgid "This utility can be found in the 'binutils' package." +msgstr "Aquesta utilitat es pot trobar al paquet 'binutils'." + +#: instrview.cpp:739 +msgid "(No Assembler)" msgstr "" -#: callgraphview.cpp:2550 -msgid "Top to Down" -msgstr "De dalt a baix" +#: instrview.cpp:875 +#, c-format +msgid "" +"_n: There is %n cost line without assembler code.\n" +"There are %n cost lines without assembler code." +msgstr "" -#: callgraphview.cpp:2551 -msgid "Left to Right" -msgstr "D'esquerra a dreta" +#: instrview.cpp:877 +msgid "This happens because the code of" +msgstr "" -#: callgraphview.cpp:2552 -msgid "Circular" -msgstr "Circular" +#: instrview.cpp:880 +#, fuzzy +msgid "does not seem to match the profile data file." +msgstr "no sembla coincidir amb el fitxer de traces." -#: callgraphview.cpp:2558 -msgid "TopLeft" -msgstr "Superior esquerra" +#: instrview.cpp:883 +#, fuzzy +msgid "Are you using an old profile data file or is the above mentioned" +msgstr "Esteu emprant un fitxer de traces antic o és el mencionat més amunt?" -#: callgraphview.cpp:2559 -msgid "TopRight" -msgstr "Superior dreta" +#: instrview.cpp:885 +msgid "ELF object from an updated installation/another machine?" +msgstr "Objecte ELF des d'una instal·lació actualitzada o d'una altra màquina?" -#: callgraphview.cpp:2560 -msgid "BottomLeft" -msgstr "Inferior esquerra" +#: instrview.cpp:893 +msgid "There seems to be an error trying to execute the command" +msgstr "" -#: callgraphview.cpp:2561 -msgid "BottomRight" -msgstr "Inferior dreta" +#: instrview.cpp:898 +msgid "Check that the ELF object used in the command exists." +msgstr "Comproveu que l'objecte ELF emprat a l'odre existeixi." -#: callgraphview.cpp:2569 -msgid "Graph" -msgstr "Gràfic" +#: instritem.cpp:137 +msgid "Jump %1 of %2 times to 0x%3" +msgstr "Salt %1 de %2 vegades a 0x%3" -#: callgraphview.cpp:2571 -msgid "Birds-eye View" -msgstr "Vista d'ocell" +#: instritem.cpp:142 +msgid "Jump %1 times to 0x%2" +msgstr "Salt %1 vegades a 0x%2" #: treemap.cpp:1281 #, c-format @@ -2505,142 +2587,60 @@ msgstr "Decrement (a %1)" msgid "Increment (to %1)" msgstr "Increment (a %1)" -#: callitem.cpp:82 partlistitem.cpp:152 -msgid "(active)" -msgstr "(actiu)" +#: traceitemview.cpp:53 +msgid "No description available" +msgstr "Cap descripció disponible" -#: instrview.cpp:129 -msgid "Hex" -msgstr "Hex" +#: coverageview.cpp:48 coverageview.cpp:54 +msgid "Distance" +msgstr "Distància" -#: instrview.cpp:132 -msgid "Source Position" -msgstr "" +#: coverageview.cpp:55 +msgid "Calling" +msgstr "Cridant" -#: instrview.cpp:163 +#: coverageview.cpp:90 msgid "" -"Annotated Assembler" -"

      The annotated assembler list shows the machine code instructions of the " -"current selected function together with (self) cost spent while executing an " -"instruction. If this is a call instruction, lines with details on the call " -"happening are inserted into the source: the cost spent inside of the call, the " -"number of calls happening, and the call destination.

      " -"

      The disassembler output shown is generated with the 'objdump' utility from " -"the 'binutils' package.

      " -"

      Select a line with call information to make the destination function of this " -"call current.

      " -msgstr "" - -#: instrview.cpp:195 -#, c-format -msgid "Go to Address %1" -msgstr "Ves a l'adreça '%1'" - -#: instrview.cpp:207 -msgid "Hex Code" -msgstr "" - -#: instrview.cpp:426 -msgid "There is no instruction info in the profile data file." -msgstr "" - -#: instrview.cpp:428 -msgid "For the Valgrind Calltree Skin, rerun with option" -msgstr "" - -#: instrview.cpp:429 -msgid " --dump-instr=yes" -msgstr " --dump-instr=yes" - -#: instrview.cpp:430 -msgid "To see (conditional) jumps, additionally specify" -msgstr "" - -#: instrview.cpp:431 -msgid " --trace-jump=yes" -msgstr " --trace-jump=yes" - -#: instrview.cpp:629 -msgid "There is an error trying to execute the command" -msgstr "Hi hagut un error al intentar executar l'ordre" - -#: instrview.cpp:634 instrview.cpp:900 -msgid "Check that you have installed 'objdump'." -msgstr "Comproveu que teniu instal·lat 'objdump'." - -#: instrview.cpp:636 instrview.cpp:902 -msgid "This utility can be found in the 'binutils' package." -msgstr "Aquesta utilitat es pot trobar al paquet 'binutils'." - -#: instrview.cpp:739 -msgid "(No Assembler)" +"List of all Callers" +"

      This list shows all functions calling the current selected one, either " +"directly or with several functions in-between on the stack; the number of " +"functions in-between plus one is called the Distance " +"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " +"calls C, i.e. A => B => C. The distance here is 2).

      " +"

      Absolute cost shown is the cost spent in the selected function while a " +"listed function is active; relative cost is the percentage of all cost spent in " +"the selected function while the listed one is active. The cost graphic shows " +"logarithmic percentage with a different color for each distance.

      " +"

      As there can be many calls from the same function, the distance column " +"sometimes shows the range of distances for all calls happening; then, in " +"parentheses, there is the medium distance, i.e. the distance where most of the " +"call costs happened.

      " +"

      Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.

      " msgstr "" -#: instrview.cpp:875 -#, c-format +#: coverageview.cpp:120 msgid "" -"_n: There is %n cost line without assembler code.\n" -"There are %n cost lines without assembler code." -msgstr "" - -#: instrview.cpp:877 -msgid "This happens because the code of" -msgstr "" - -#: instrview.cpp:880 -#, fuzzy -msgid "does not seem to match the profile data file." -msgstr "no sembla coincidir amb el fitxer de traces." - -#: instrview.cpp:883 -#, fuzzy -msgid "Are you using an old profile data file or is the above mentioned" -msgstr "Esteu emprant un fitxer de traces antic o és el mencionat més amunt?" - -#: instrview.cpp:885 -msgid "ELF object from an updated installation/another machine?" -msgstr "Objecte ELF des d'una instal·lació actualitzada o d'una altra màquina?" - -#: instrview.cpp:893 -msgid "There seems to be an error trying to execute the command" -msgstr "" - -#: instrview.cpp:898 -msgid "Check that the ELF object used in the command exists." -msgstr "Comproveu que l'objecte ELF emprat a l'odre existeixi." - -#: partlistitem.cpp:49 -msgid " (Thread %1)" -msgstr "" - -#: partlistitem.cpp:56 -msgid "(none)" -msgstr "(cap)" - -#: main.cpp:38 -msgid "Run under cachegrind" -msgstr "" - -#: main.cpp:39 -msgid "Show information of this trace" +"List of all Callees" +"

      This list shows all functions called by the current selected one, either " +"directly or with several function in-between on the stack; the number of " +"function in-between plus one is called the Distance " +"(e.g. for function A,B,C there exists a call from A to C when A calls B and B " +"calls C, i.e. A => B => C. The distance here is 2).

      " +"

      Absolute cost shown is the cost spent in the listed function while the " +"selected is active; relative cost is the percentage of all cost spent in the " +"listed function while the selected one is active. The cost graphic always shows " +"logarithmic percentage with a different color for each distance.

      " +"

      As there can be many calls to the same function, the distance column " +"sometimes shows the range of distances for all calls happening; then, in " +"parentheses, there is the medium distance, i.e. the distance where most of the " +"call costs happened.

      " +"

      Selecting a function makes it the current selected one of this information " +"panel. If there are two panels (Split mode), the function of the other panel is " +"changed instead.

      " msgstr "" -#: main.cpp:46 -msgid "KCachegrind" -msgstr "KCachegrind" - -#: main.cpp:48 -msgid "TDE Frontend for Cachegrind" -msgstr "Frontal TDE pel Cachegrind" - -#: main.cpp:50 -msgid "(C) 2002, 2003, 2004" -msgstr "(C) 2002, 2003, 2004" - -#: main.cpp:53 -msgid "Author/Maintainer" -msgstr "Autor/mantenidor" - #~ msgid "(unnamed)" #~ msgstr "(sense nom)" -- cgit v1.2.1