diff options
Diffstat (limited to 'template/messages/tdesdk/tdecachegrind.pot')
-rw-r--r-- | template/messages/tdesdk/tdecachegrind.pot | 156 |
1 files changed, 74 insertions, 82 deletions
diff --git a/template/messages/tdesdk/tdecachegrind.pot b/template/messages/tdesdk/tdecachegrind.pot index 97d50689ab7..6d361b371e9 100644 --- a/template/messages/tdesdk/tdecachegrind.pot +++ b/template/messages/tdesdk/tdecachegrind.pot @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2020-05-11 13:10+0200\n" +"POT-Creation-Date: 2021-07-07 22:24+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -57,12 +57,12 @@ msgid "" "shown cost is <b>only</b> the cost which is spent while the active function " "was actually running; i.e. the cost shown for main() - if it's visible - " "should be the same as the cost of the active function, as that's the part of " -"inclusive cost of main() spent while the active function was " -"running.</p><p>For cycles, blue call arrows indicate that this is an " -"artificial call added for correct drawing which actually never " -"happened.</p><p>If the graph is larger than the widget area, an overview " -"panner is shown in one edge. There are similar visualization options to the " -"Call Treemap; the selected function is highlighted.<p>" +"inclusive cost of main() spent while the active function was running.</" +"p><p>For cycles, blue call arrows indicate that this is an artificial call " +"added for correct drawing which actually never happened.</p><p>If the graph " +"is larger than the widget area, an overview panner is shown in one edge. " +"There are similar visualization options to the Call Treemap; the selected " +"function is highlighted.<p>" msgstr "" #: callgraphview.cpp:1789 @@ -291,8 +291,8 @@ msgstr "" msgid "BottomRight" msgstr "" -#: callgraphview.cpp:2562 configdlgbase.ui:246 -#: configdlgbase.ui:286 configdlgbase.ui:302 +#: callgraphview.cpp:2562 configdlgbase.ui:246 configdlgbase.ui:286 +#: configdlgbase.ui:302 #, no-c-format msgid "Automatic" msgstr "" @@ -324,14 +324,12 @@ msgstr "" msgid "Cost" msgstr "" -#: callmapview.cpp:61 dumpselectionbase.ui:950 -#: functionselectionbase.ui:147 +#: callmapview.cpp:61 dumpselectionbase.ui:950 functionselectionbase.ui:147 #, no-c-format msgid "Location" msgstr "" -#: callmapview.cpp:63 dumpselectionbase.ui:754 -#: stackselectionbase.ui:53 +#: callmapview.cpp:63 dumpselectionbase.ui:754 stackselectionbase.ui:53 #, no-c-format msgid "Calls" msgstr "" @@ -363,8 +361,8 @@ msgid "" "drawing <em>before</em> drawing children. Note that size proportions can get " "<em>heavily</em> wrong.</p><p>This is a <em>TreeMap</em> 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. " -"<em>Return</em> activates the current item.</p>" +"siblings, and up/down arrow keys to go a nesting level up/down. <em>Return</" +"em> activates the current item.</p>" msgstr "" #: callmapview.cpp:167 @@ -541,8 +539,8 @@ msgid "" "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.</p><p>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.</p><p>Selecting a function makes it the current selected one of this " +"a call inside of a recursive cycle. An inclusive cost makes no sense here.</" +"p><p>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.</p>" msgstr "" @@ -551,10 +549,10 @@ msgstr "" msgid "" "<b>List of direct Callees</b><p>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.</p><p>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.</p>" +"in this function while being called from the selected function.</" +"p><p>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.</p>" msgstr "" #: configdlg.cpp:58 dumpselectionbase.ui:824 @@ -689,9 +687,8 @@ msgstr "" msgid "Incl." msgstr "" -#: costtypeview.cpp:44 coverageview.cpp:53 -#: functionselectionbase.ui:62 functionselectionbase.ui:114 -#: partview.cpp:48 +#: costtypeview.cpp:44 coverageview.cpp:53 functionselectionbase.ui:62 +#: functionselectionbase.ui:114 partview.cpp:48 #, no-c-format msgid "Self" msgstr "" @@ -757,8 +754,8 @@ msgstr "" msgid "Distance" msgstr "" -#: coverageview.cpp:49 dumpselectionbase.ui:928 -#: functionselectionbase.ui:125 partview.cpp:49 +#: coverageview.cpp:49 dumpselectionbase.ui:928 functionselectionbase.ui:125 +#: partview.cpp:49 #, no-c-format msgid "Called" msgstr "" @@ -773,18 +770,17 @@ msgid "" "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 " "<em>Distance</em> (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).</p><p>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.</p><p>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.</p><p>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.</p>" +"when A calls B and B calls C, i.e. A => B => C. The distance here is 2).</" +"p><p>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.</" +"p><p>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.</p><p>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.</p>" msgstr "" #: coverageview.cpp:120 @@ -793,18 +789,17 @@ msgid "" "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 " "<em>Distance</em> (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).</p><p>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.</p><p>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.</p><p>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.</p>" +"when A calls B and B calls C, i.e. A => B => C. The distance here is 2).</" +"p><p>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.</" +"p><p>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.</p><p>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.</p>" msgstr "" #: functionselection.cpp:52 toplevel.cpp:772 @@ -1103,9 +1098,8 @@ msgid "" "trace parts are selected implicitly.</p><p>This is a multi-selection list. " "You can select ranges by dragging the mouse or use SHIFT/CTRL modifiers. " "Selection/Deselection of trace parts can also be done by using the Trace " -"Part Overview Dockable. This one also supports multiple " -"selection.</p><p>Note that the list is hidden if only one trace part is " -"loaded.</p>" +"Part Overview Dockable. This one also supports multiple selection.</" +"p><p>Note that the list is hidden if only one trace part is loaded.</p>" msgstr "" #: partview.cpp:106 @@ -1301,9 +1295,9 @@ msgid "" "same is the Call Lists tab, but not only direct callers and callees but also " "indirect ones.</li><li>The Call Graph tab shows a graphical visualization of " "the calls done by this function.</li><li>The Source tab presents annotated " -"source code if debugging information and the source file is " -"available.</li><li>The Assembler tab presents annotated assembler code if " -"trace information on instruction level is available.</li></ul>For more " +"source code if debugging information and the source file is available.</" +"li><li>The Assembler tab presents annotated assembler code if trace " +"information on instruction level is available.</li></ul>For more " "information, see the <em>What's This?</em> help of the corresponding tab " "widget</p>" msgstr "" @@ -1346,9 +1340,9 @@ msgstr "" msgid "" "<b>The Top Cost Call Stack</b><p>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.</p><p>The <b>Cost</b> and <b>Calls</b> columns show the cost used " -"for all calls from the function in the line above.</p>" +"and adds the callers/callees with highest cost at the top and to bottom.</" +"p><p>The <b>Cost</b> and <b>Calls</b> columns show the cost used for all " +"calls from the function in the line above.</p>" msgstr "" #: toplevel.cpp:328 @@ -1376,19 +1370,19 @@ msgid "" "loadable profile dumps in all subdirectories of: <ul><li>current working " "directory of KCachegrind, i.e. where it was started from, and <li>the " "default profile dump directory given in the configuration.</ul> The list is " -"sorted according the the target command profiled in the corresponding " -"dump.</p><p>On selecting a profile dump, information for it is shown in the " -"bottom area of the dockable: <ul><li><b>Options</b> 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 <b>Run Profile</b> " -"to start aprofile run with these options in the background. <li><b>Info</b> " -"gives detailed info on the selected dump like event cost summary and " -"properties of the simulated cache. <li><b>State</b> is only available for " -"current happening profiles runs. Press <b>Update</b> to see different " -"counters of the run, and a stack trace of the current position in the " -"program profiled. Check the <b>Every</b> option to let KCachegrind regularly " -"poll these data. Check the <b>Sync</b> option to let the dockable activate " -"the top function in the current loaded dump.</ul></p>" +"sorted according the the target command profiled in the corresponding dump.</" +"p><p>On selecting a profile dump, information for it is shown in the bottom " +"area of the dockable: <ul><li><b>Options</b> 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 <b>Run Profile</b> to start " +"aprofile run with these options in the background. <li><b>Info</b> gives " +"detailed info on the selected dump like event cost summary and properties of " +"the simulated cache. <li><b>State</b> is only available for current " +"happening profiles runs. Press <b>Update</b> to see different counters of " +"the run, and a stack trace of the current position in the program profiled. " +"Check the <b>Every</b> option to let KCachegrind regularly poll these data. " +"Check the <b>Sync</b> option to let the dockable activate the top function " +"in the current loaded dump.</ul></p>" msgstr "" #: toplevel.cpp:450 @@ -1544,14 +1538,13 @@ msgid "" "<b>Show percentage costs relative to parent</b><p>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.<ul><table><tr><td><b>Cost Type</td><td><b>Parent " -"Cost</td></tr><tr><td>Function " -"Cumulative</td><td>Total</td></tr><tr><td>Function Self</td><td>Function " -"Group (*) / Total</td></tr><tr><td>Call</td><td>Function " -"Cumulative</td></tr><tr><td>Source Line</td><td>Function " -"Cumulative</td></tr></table><p>(*) Only if function grouping is switched on " -"(e.g. ELF object grouping)." +"cost of shown cost items will be relative to the parent cost item." +"<ul><table><tr><td><b>Cost Type</td><td><b>Parent Cost</td></" +"tr><tr><td>Function Cumulative</td><td>Total</td></tr><tr><td>Function Self</" +"td><td>Function Group (*) / Total</td></tr><tr><td>Call</td><td>Function " +"Cumulative</td></tr><tr><td>Source Line</td><td>Function Cumulative</td></" +"tr></table><p>(*) Only if function grouping is switched on (e.g. ELF object " +"grouping)." msgstr "" #: toplevel.cpp:653 @@ -1782,8 +1775,7 @@ msgid "Function Source File" msgstr "" #: dumpselectionbase.ui:300 dumpselectionbase.ui:939 -#: functionselectionbase.ui:136 stackselectionbase.ui:64 -#: tracedata.cpp:171 +#: functionselectionbase.ui:136 stackselectionbase.ui:64 tracedata.cpp:171 #, no-c-format msgid "Function" msgstr "" |