diff options
Diffstat (limited to 'l10n-ta/devtools/client/performance.dtd')
-rw-r--r-- | l10n-ta/devtools/client/performance.dtd | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/l10n-ta/devtools/client/performance.dtd b/l10n-ta/devtools/client/performance.dtd new file mode 100644 index 0000000000..32ad310dac --- /dev/null +++ b/l10n-ta/devtools/client/performance.dtd @@ -0,0 +1,100 @@ +<!-- This Source Code Form is subject to the terms of the Mozilla Public + - License, v. 2.0. If a copy of the MPL was not distributed with this + - file, You can obtain one at http://mozilla.org/MPL/2.0/. --> + +<!-- LOCALIZATION NOTE : FILE This file contains the Performance strings --> +<!-- LOCALIZATION NOTE : FILE Do not translate commandkey --> + +<!-- LOCALIZATION NOTE : FILE The correct localization of this file might be to + - keep it in English, or another language commonly spoken among web developers. + - You want to make that choice consistent across the developer tools. + - A good criteria is the language in which you'd find the best + - documentation on web development on the web. --> + +<!-- LOCALIZATION NOTE (performanceUI.bufferStatusTooltip): This string + - is displayed as the tooltip for the buffer capacity during a recording. --> + +<!-- LOCALIZATION NOTE (performanceUI.disabledRealTime.disabledE10S): This string + - is displayed as a message for why the real time overview graph is disabled + - when running on a build that can run multiprocess Firefox, but just is not enabled. --> + +<!-- LOCALIZATION NOTE (performanceUI.bufferStatusFull): This string + - is displayed when the profiler's circular buffer has started to overlap. --> + +<!-- LOCALIZATION NOTE (performanceUI.unavailableNoticePB): This is the label shown + - in the details view while the profiler is unavailable, for example, while + - in Private Browsing mode. --> + +<!-- LOCALIZATION NOTE (performanceUI.loadingNotice): This is the label shown + - in the details view while loading a profile. --> +<!ENTITY performanceUI.loadingNotice "ஏற்றுகிறது…"> + +<!-- LOCALIZATION NOTE (performanceUI.toolbar.*): These strings are displayed + - in the toolbar on buttons that select which view is currently shown. --> +<!ENTITY performanceUI.toolbar.waterfall "நீர் வீழ்ச்சி"> +<!ENTITY performanceUI.toolbar.memory-calltree "ஒதுக்கீடுகள்"> + +<!-- LOCALIZATION NOTE (performanceUI.table.*): These strings are displayed + - in the call tree headers for a recording. --> +<!ENTITY performanceUI.table.totalDuration "மொத்த நேரம்"> +<!ENTITY performanceUI.table.selfDuration "சுய நேரம்"> +<!ENTITY performanceUI.table.totalPercentage "மொத்த பணம்"> +<!ENTITY performanceUI.table.selfPercentage "சுய பணம்"> +<!ENTITY performanceUI.table.samples "மாதிரிகள்"> +<!ENTITY performanceUI.table.function "செயல்"> +<!ENTITY performanceUI.table.totalAlloc "மொத்த மாதிரி ஒதுக்கீடுகள்"> + +<!-- LOCALIZATION NOTE (performanceUI.options.filter.tooltiptext): This string + - is displayed next to the filter button--> + +<!-- LOCALIZATION NOTE (performanceUI.options.gear.tooltiptext): This is the + - tooltip for the options button. --> + +<!-- LOCALIZATION NOTE (performanceUI.invertTree): This is the label shown next to + - a checkbox that inverts and un-inverts the profiler's call tree. --> +<!ENTITY performanceUI.invertTree "அழைப்பு வரிசைகளை தலை கீழாக்கு"> +<!ENTITY performanceUI.invertTree.tooltiptext "இளம் சட்டங்களிலிருந்து தொடங்கி பழைய சட்டங்களாக வெளிப்படும் அழைப்பு பாதை விவரக்குறிப்புகளை வரிசைகளை தழைகீழாக்குகிறது."> + +<!-- LOCALIZATION NOTE (performanceUI.invertFlameGraph): This is the label shown next to + - a checkbox that inverts and un-inverts the profiler's flame graph. --> +<!ENTITY performanceUI.invertFlameGraph.tooltiptext "பிளேம் அட்டவணை வரிசைகளை தலைகீழாக்குவது இளம் சட்டங்களிலிருந்து தொடங்கி பழைய சட்டங்கள் வரை அழைப்பு பாதை விவரக்குறிப்புகளைக் காட்டுகிறது."> + +<!-- LOCALIZATION NOTE (performanceUI.showPlatformData): This is the + - label for the checkbox that toggles whether or not Gecko platform data + - is displayed in the profiler. --> +<!ENTITY performanceUI.showPlatformData "கெக்கோ தள தரவைக் காட்டு"> + +<!-- LOCALIZATION NOTE (performanceUI.showJITOptimizations): This string + - is displayed next to a checkbox determining whether or not JIT optimization data + - should be displayed. --> + +<!-- LOCALIZATION NOTE (performanceUI.flattenTreeRecursion): This is the + - label for the checkbox that toggles the flattening of tree recursion in inspected + - functions in the profiler. --> + +<!-- LOCALIZATION NOTE (performanceUI.enableMemory): This string + - is displayed next to a checkbox determining whether or not memory + - measurements are enabled. --> +<!ENTITY performanceUI.enableMemory "பதிவு நினைவகம்"> + +<!-- LOCALIZATION NOTE (performanceUI.enableAllocations): This string + - is displayed next to a checkbox determining whether or not allocation + - measurements are enabled. --> +<!ENTITY performanceUI.enableAllocations "பதிவு ஒதுக்கீடுகள்"> + +<!-- LOCALIZATION NOTE (performanceUI.enableFramerate): This string + - is displayed next to a checkbox determining whether or not framerate + - is recorded. --> + +<!-- LOCALIZATION NOTE (performanceUI.console.recordingNoticeStart/recordingNoticeEnd): + - This string is displayed when a recording is selected that started via console.profile. + - Wraps the command used to start, like "Currently recording via console.profile("label")" --> +<!ENTITY performanceUI.console.recordingNoticeStart "இதன் மூலமாக தற்போது பதிவுச் செய்கிறது"> +<!ENTITY performanceUI.console.recordingNoticeEnd ""> + +<!-- LOCALIZATION NOTE (performanceUI.console.stopCommandStart/stopCommandEnd): + - This string is displayed when a recording is selected that started via console.profile. + - Indicates how to stop the recording, wrapping the command, like + - "Stop recording by entering console.profileEnd("label") into the console." --> +<!ENTITY performanceUI.console.stopCommandStart "நுழைவதன் மூலம் பதிவு செய்வதை நிறுத்துங்கள்"> +<!ENTITY performanceUI.console.stopCommandEnd "பணிமுனையினுள்."> |