summaryrefslogtreecommitdiffstats
path: root/l10n-hr/devtools/client/performance.dtd
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-28 14:29:10 +0000
commit2aa4a82499d4becd2284cdb482213d541b8804dd (patch)
treeb80bf8bf13c3766139fbacc530efd0dd9d54394c /l10n-hr/devtools/client/performance.dtd
parentInitial commit. (diff)
downloadfirefox-2aa4a82499d4becd2284cdb482213d541b8804dd.tar.xz
firefox-2aa4a82499d4becd2284cdb482213d541b8804dd.zip
Adding upstream version 86.0.1.upstream/86.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-hr/devtools/client/performance.dtd')
-rw-r--r--l10n-hr/devtools/client/performance.dtd130
1 files changed, 130 insertions, 0 deletions
diff --git a/l10n-hr/devtools/client/performance.dtd b/l10n-hr/devtools/client/performance.dtd
new file mode 100644
index 0000000000..8e2be7a52d
--- /dev/null
+++ b/l10n-hr/devtools/client/performance.dtd
@@ -0,0 +1,130 @@
+<!-- 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. -->
+<!ENTITY performanceUI.bufferStatusTooltip "Profiliranje sprema uzroke u cirkularni međuspremknik. Kad međuspremnik dosegne granicu za snimanje, novi uzorci počinju presnimavati uzorke s početka snimke.">
+
+<!-- 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. -->
+<!ENTITY performanceUI.disabledRealTime.disabledE10S "Za iscrtavanje snimljenih podataka u realnom vremenu, uključi višeprocesni Firefox u postavkama.">
+
+<!-- LOCALIZATION NOTE (performanceUI.bufferStatusFull): This string
+ - is displayed when the profiler's circular buffer has started to overlap. -->
+<!ENTITY performanceUI.bufferStatusFull "Međuspremnik je pun. Stari uzorci se sada presnimavaju.">
+
+<!-- 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. -->
+<!ENTITY performanceUI.unavailableNoticePB "Snimanje profila trenutačno nije dostupno. Zatvori sve prozore privatnog pregledavanja i pokušaj ponovo.">
+
+<!-- LOCALIZATION NOTE (performanceUI.loadingNotice): This is the label shown
+ - in the details view while loading a profile. -->
+<!ENTITY performanceUI.loadingNotice "Učitavanje…">
+
+<!-- LOCALIZATION NOTE (performanceUI.toolbar.*): These strings are displayed
+ - in the toolbar on buttons that select which view is currently shown. -->
+<!ENTITY performanceUI.toolbar.waterfall "Vodopad">
+<!ENTITY performanceUI.toolbar.waterfall.tooltiptext "Prikazuje različite operacije koje preglednik izvodi tijekom snimanja sekvencijalno u obliku vodopada.">
+<!ENTITY performanceUI.toolbar.js-calltree "Stablo poziva">
+<!ENTITY performanceUI.toolbar.js-calltree.tooltiptext "Ističe JavaScript funkcije gdje preglednik troši najviše vremena tijekom snimanja.">
+<!ENTITY performanceUI.toolbar.memory-calltree "Alokacije">
+<!ENTITY performanceUI.toolbar.allocations.tooltiptext "Prikazuje gdje je memorija alocirana tijekom snimanja.">
+<!ENTITY performanceUI.toolbar.js-flamegraph "JS Flame grafikon">
+<!ENTITY performanceUI.toolbar.js-flamegraph.tooltiptext "Prikazuje JavaScript praćenje poziva tijekom snimanja.">
+<!ENTITY performanceUI.toolbar.memory-flamegraph "Flame grafikon alokacija">
+
+<!-- LOCALIZATION NOTE (performanceUI.table.*): These strings are displayed
+ - in the call tree headers for a recording. -->
+<!ENTITY performanceUI.table.totalDuration "Ukupno vrijeme">
+<!ENTITY performanceUI.table.totalDuration.tooltip "Vrijeme provedeno u ovoj funkciji i funkcijama koje ona poziva.">
+<!ENTITY performanceUI.table.selfDuration "Vlastito vrijeme">
+<!ENTITY performanceUI.table.selfDuration.tooltip "Vrijeme provedeno samo u ovoj funkciji.">
+<!ENTITY performanceUI.table.totalPercentage "Ukupni trošak">
+<!ENTITY performanceUI.table.totalPercentage.tooltip "Postatak vremena provedenog u ovoj funkciji i funkcijama koje poziva.">
+<!ENTITY performanceUI.table.selfPercentage "Vlastiti trošak">
+<!ENTITY performanceUI.table.selfPercentage.tooltip "Postatak vremena provedenog samo u ovoj funkciji.">
+<!ENTITY performanceUI.table.samples "Uzorci">
+<!ENTITY performanceUI.table.samples.tooltip "Broj puta koliko je ova funkcija bila u stacku kad je profiler uzeo uzorak.">
+<!ENTITY performanceUI.table.function "Funkcija">
+<!ENTITY performanceUI.table.function.tooltip "Naziv i izvorna lokacija funkcije iz uzorka.">
+<!ENTITY performanceUI.table.totalAlloc "Ukupne uzorkovane alokacije">
+<!ENTITY performanceUI.table.totalAlloc.tooltip "Ukupan broj Object alokacija uzorkovanih na ovoj lokaciji i u pozivateljima.">
+
+<!-- LOCALIZATION NOTE (performanceUI.options.filter.tooltiptext): This string
+ - is displayed next to the filter button-->
+<!ENTITY performanceUI.options.filter.tooltiptext "Odaberi podatke koji se prikazuju na vremenskoj crti">
+
+<!-- LOCALIZATION NOTE (performanceUI.options.gear.tooltiptext): This is the
+ - tooltip for the options button. -->
+<!ENTITY performanceUI.options.gear.tooltiptext "Podesi postavke za performansu.">
+
+<!-- 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 "Preokreni stablo poziva">
+<!ENTITY performanceUI.invertTree.tooltiptext "Preokrenje stabla poziva prikazuje profilirane putanje poziva od najmlađih prema najstarijima.">
+
+<!-- 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 "Preokreni Flame grafikon">
+<!ENTITY performanceUI.invertFlameGraph.tooltiptext "Preokretanje &quot;flame&quot; grafikona prikazuje profilirane putanje poziva od najmlađih prema najstarijima.">
+
+<!-- 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 "Prikaži podatke Gecko platforme">
+<!ENTITY performanceUI.showPlatformData.tooltiptext "Prikazivanje informacija o platformi omogućuje dodavanje Gecko simbola platforme u izvještaje JavaScript profiliranja.">
+
+<!-- LOCALIZATION NOTE (performanceUI.showJITOptimizations): This string
+ - is displayed next to a checkbox determining whether or not JIT optimization data
+ - should be displayed. -->
+<!ENTITY performanceUI.showJITOptimizations "Prikaži JIT optimizacije">
+<!ENTITY performanceUI.showJITOptimizations.tooltiptext "Prikaži JIT optimizacijske podatke uzorkovane u svakom JavaScript okviru.">
+
+<!-- LOCALIZATION NOTE (performanceUI.flattenTreeRecursion): This is the
+ - label for the checkbox that toggles the flattening of tree recursion in inspected
+ - functions in the profiler. -->
+<!ENTITY performanceUI.flattenTreeRecursion "Sažmi rekurziju stabla">
+<!ENTITY performanceUI.flattenTreeRecursion.tooltiptext "Sažmi rekurziju pri ispitivanju funkcija.">
+
+<!-- LOCALIZATION NOTE (performanceUI.enableMemory): This string
+ - is displayed next to a checkbox determining whether or not memory
+ - measurements are enabled. -->
+<!ENTITY performanceUI.enableMemory "Spremi memoriju">
+<!ENTITY performanceUI.enableMemory.tooltiptext "Snimi potrošnju memorije kod profiliranja.">
+
+<!-- LOCALIZATION NOTE (performanceUI.enableAllocations): This string
+ - is displayed next to a checkbox determining whether or not allocation
+ - measurements are enabled. -->
+<!ENTITY performanceUI.enableAllocations "Snimi alokacije">
+<!ENTITY performanceUI.enableAllocations.tooltiptext "Snima alokacije objekata prilikom profiliranja.">
+
+<!-- LOCALIZATION NOTE (performanceUI.enableFramerate): This string
+ - is displayed next to a checkbox determining whether or not framerate
+ - is recorded. -->
+<!ENTITY performanceUI.enableFramerate "Snimi frekvenciju kadrova">
+<!ENTITY performanceUI.enableFramerate.tooltiptext "Snimi frekvenciju kadrova pri profiliranju.">
+
+<!-- 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 "Trenutačno se snima putem">
+<!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 "Zaustavi snimanje upisom">
+<!ENTITY performanceUI.console.stopCommandEnd "u konzolu.">