Ignore:
Timestamp:
Oct 12, 2010, 2:33:55 PM (14 years ago)
Author:
kde-how-scripter
Message:

SF-KDE: Ažuriranje datoteka bazirano na zadnjim template datotekama.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde-croatia/kde4/summit/hr/summit/messages/kdesdk/kcachegrind_qt.po

    r555 r624  
    310310#. +> trunk stable
    311311#: libviews/callgraphview.cpp:1553
    312 msgid ""
    313 "<b>Call Graph around active Function</b>"
    314 "<p>Depending on configuration, this view shows the call graph environment of the active function. Note: the 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 is visible - should be the same as the cost of the active function, as that is the part of inclusive cost of main() spent while the active function was running.</p>"
    315 "<p>For cycles, blue call arrows indicate that this is an artificial call added for correct drawing which actually never happened.</p>"
    316 "<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>"
     312msgid "<b>Call Graph around active Function</b><p>Depending on configuration, this view shows the call graph environment of the active function. Note: the 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 is visible - should be the same as the cost of the active function, as that is 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>"
    317313msgstr ""
    318314
     
    677673#. +> trunk stable
    678674#: libviews/callmapview.cpp:101
    679 msgid ""
    680 "<b>Caller Map</b>"
    681 "<p>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 constraints).</p>"
     675msgid "<b>Caller Map</b><p>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 constraints).</p>"
    682676msgstr ""
    683677
    684678#. +> trunk stable
    685679#: libviews/callmapview.cpp:108
    686 msgid ""
    687 "<b>Call Map</b>"
    688 "<p>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 constraints).</p>"
     680msgid "<b>Call Map</b><p>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 constraints).</p>"
    689681msgstr ""
    690682
    691683#. +> trunk stable
    692684#: libviews/callmapview.cpp:116
    693 msgid ""
    694 "<p>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 <em>very</em> 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 <em>before</em> drawing children. Note that size proportions can get <em>heavily</em> wrong.</p>"
    695 "<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>"
     685msgid "<p>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 <em>very</em> 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 <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>"
    696686msgstr ""
    697687
     
    929919#. +> trunk stable
    930920#: libviews/callview.cpp:85
    931 msgid ""
    932 "<b>List of direct Callers</b>"
    933 "<p>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.</p>"
    934 "<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>"
    935 "<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>"
     921msgid "<b>List of direct Callers</b><p>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.</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 information panel. If there are two panels (Split mode), the function of the other panel is changed instead.</p>"
    936922msgstr ""
    937923
    938924#. +> trunk stable
    939925#: libviews/callview.cpp:98
    940 msgid ""
    941 "<b>List of direct Callees</b>"
    942 "<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>"
    943 "<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>"
     926msgid "<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>"
    944927msgstr ""
    945928
     
    975958#. +> trunk stable
    976959#: libviews/coverageview.cpp:94
    977 msgid ""
    978 "<b>List of all Callers</b>"
    979 "<p>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 <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>"
    980 "<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>"
    981 "<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>"
    982 "<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>"
     960msgid "<b>List of all Callers</b><p>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 <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>"
    983961msgstr ""
    984962
    985963#. +> trunk stable
    986964#: libviews/coverageview.cpp:124
    987 msgid ""
    988 "<b>List of all Callees</b>"
    989 "<p>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 <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>"
    990 "<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>"
    991 "<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>"
    992 "<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>"
     965msgid "<b>List of all Callees</b><p>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 <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>"
    993966msgstr ""
    994967
     
    1016989#. +> trunk stable
    1017990#: libviews/eventtypeview.cpp:86
    1018 msgid ""
    1019 "<b>Cost Types List</b>"
    1020 "<p>This list shows all cost types available and what the self/inclusive cost of the current selected function is for that cost type.</p>"
    1021 "<p>By choosing a cost type from the list, you change the cost type of costs shown all over KCachegrind to be the selected one.</p>"
     991msgid "<b>Cost Types List</b><p>This list shows all cost types available and what the self/inclusive cost of the current selected function is for that cost type.</p><p>By choosing a cost type from the list, you change the cost type of costs shown all over KCachegrind to be the selected one.</p>"
    1022992msgstr ""
    1023993
     
    11001070#: libviews/functionselection.cpp:162
    11011071#, no-c-format
    1102 msgid ""
    1103 "<b>The Flat Profile</b>"
    1104 "<p>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.</p>"
    1105 "<p>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.</p>"
     1072msgid "<b>The Flat Profile</b><p>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.</p><p>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.</p>"
    11061073msgstr ""
    11071074
     
    11621129#. +> trunk stable
    11631130#: libviews/instrview.cpp:184
    1164 msgid ""
    1165 "<b>Annotated Machine Code</b>"
    1166 "<p>The annotated machine code list shows the assembly 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.</p>"
    1167 "<p>The machine code shown is generated with the 'objdump' utility from the 'binutils' package.</p>"
    1168 "<p>Select a line with call information to make the destination function of this call current.</p>"
     1131msgid "<b>Annotated Machine Code</b><p>The annotated machine code list shows the assembly 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.</p><p>The machine code shown is generated with the 'objdump' utility from the 'binutils' package.</p><p>Select a line with call information to make the destination function of this call current.</p>"
    11691132msgstr ""
    11701133
     
    13111274#. +> trunk stable
    13121275#: libviews/partselection.cpp:107
    1313 msgid ""
    1314 "<b>The Parts Overview</b>"
    1315 "<p>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.</p>"
    1316 "<p>The parts are further subdivided: there is a partitioning and an callee split mode: "
    1317 "<ul>"
    1318 "<li>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.</li>"
    1319 "<li>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.</li>"
    1320 "</ul>"
    1321 "</p>"
     1276msgid "<b>The Parts Overview</b><p>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.</p><p>The parts are further subdivided: there is a partitioning and an callee split mode: <ul><li>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.</li><li>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.</li></ul></p>"
    13221277msgstr ""
    13231278
     
    14221377#. +> trunk stable
    14231378#: libviews/partview.cpp:71
    1424 msgid ""
    1425 "<b>Trace Part List</b>"
    1426 "<p>This list shows all trace parts of the loaded trace. For each part, the self/inclusive cost of the current selected function, spent in the part, is shown; percentage costs are always relative to the total cost <em>of the part</em> (not to the whole trace as in the Trace Part Overview). Also shown are the calls happening to/from the current function inside of the trace part.</p>"
    1427 "<p>By choosing one or more trace parts from the list, the costs shown all over KCachegrind will only be the ones spent in the selected part(s). If no list selection is shown, in fact all trace parts are selected implicitly.</p>"
    1428 "<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>"
    1429 "<p>Note that the list is hidden if only one trace part is loaded.</p>"
     1379msgid "<b>Trace Part List</b><p>This list shows all trace parts of the loaded trace. For each part, the self/inclusive cost of the current selected function, spent in the part, is shown; percentage costs are always relative to the total cost <em>of the part</em> (not to the whole trace as in the Trace Part Overview). Also shown are the calls happening to/from the current function inside of the trace part.</p><p>By choosing one or more trace parts from the list, the costs shown all over KCachegrind will only be the ones spent in the selected part(s). If no list selection is shown, in fact all 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>"
    14301380msgstr ""
    14311381
     
    14491399#. +> trunk stable
    14501400#: libviews/sourceview.cpp:88
    1451 msgid ""
    1452 "<b>Annotated Source</b>"
    1453 "<p>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.</p>"
    1454 "<p>Select a inserted call information line to make the destination function current.</p>"
     1401msgid "<b>Annotated Source</b><p>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.</p><p>Select a inserted call information line to make the destination function current.</p>"
    14551402msgstr ""
    14561403
     
    17021649#. +> trunk stable
    17031650#: libviews/tabview.cpp:651
    1704 msgid ""
    1705 "<b>Information Tabs</b>"
    1706 "<p>This widget shows information for the currently selected function in different tabs: "
    1707 "<ul>"
    1708 "<li>The Costs tab shows a list of available event types and the inclusive and self-costs related to these types.</li>"
    1709 "<li>The Parts tab shows a list of trace parts if the trace consists of more than one part (otherwise, this tab is hidden). The cost of the selected function spent in the different parts together with the calls happening is shown.</li>"
    1710 "<li>The Call Lists tab shows direct callers and callees of the function in more detail.</li>"
    1711 "<li>The Coverage tab shows the same as the Call Lists tab, but also shows indirect callers and callees, not just direct ones.</li>"
    1712 "<li>The Call Graph tab shows a graphical visualization of the calls made by this function.</li>"
    1713 "<li>The Source Code tab presents annotated source code if debugging information and the source file are available.</li>"
    1714 "<li>The Machine Code tab presents annotated assembly instructions if profile information at instruction level is available.</li>"
    1715 "</ul>"
    1716 "For more information, see the <em>What's This?</em> help of the corresponding tab widget.</p>"
     1651msgid "<b>Information Tabs</b><p>This widget shows information for the currently selected function in different tabs: <ul><li>The Costs tab shows a list of available event types and the inclusive and self-costs related to these types.</li><li>The Parts tab shows a list of trace parts if the trace consists of more than one part (otherwise, this tab is hidden). The cost of the selected function spent in the different parts together with the calls happening is shown.</li><li>The Call Lists tab shows direct callers and callees of the function in more detail.</li><li>The Coverage tab shows the same as the Call Lists tab, but also shows indirect callers and callees, not just direct ones.</li><li>The Call Graph tab shows a graphical visualization of the calls made by this function.</li><li>The Source Code tab presents annotated source code if debugging information and the source file are available.</li><li>The Machine Code tab presents annotated assembly instructions if profile information at instruction level is available.</li></ul>For more information, see the <em>What's This?</em> help of the corresponding tab widget.</p>"
    17171652msgstr ""
    17181653
Note: See TracChangeset for help on using the changeset viewer.