diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-sq/devtools/client/markers.properties | 117 |
1 files changed, 117 insertions, 0 deletions
diff --git a/l10n-sq/devtools/client/markers.properties b/l10n-sq/devtools/client/markers.properties new file mode 100644 index 0000000000..bfa689ac14 --- /dev/null +++ b/l10n-sq/devtools/client/markers.properties @@ -0,0 +1,117 @@ +# 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 These strings are used inside the Performance Tools +# which is available from the Web Developer sub-menu -> 'Performance'. +# 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. These strings +# are specifically for marker names in the performance tool. + +# LOCALIZATION NOTE (marker.label.*): +# These strings are displayed in the Performance Tool waterfall, identifying markers. +# We want to use the same wording as Google Chrome when appropriate. +marker.label.styles=Ripërllogaritni Stilin +marker.label.stylesApplyChanges=Zbato Ndryshime Stili +marker.label.reflow=Skemë +marker.label.javascript=Thirrje Funksioni +marker.label.parseHTML=Përtyp HTML +marker.label.parseXML=Përtyp XML +marker.label.domevent=Akt DOM +marker.label.consoleTime=Konsol +marker.label.garbageCollection2=Grumbullim Hedhurinash +marker.label.garbageCollection.incremental=GH Shtues +marker.label.garbageCollection.nonIncremental=GH Joshtues +marker.label.cycleCollection.forgetSkippable=Reduktim Grafiku CC +marker.label.timestamp=Vulë kohore +marker.label.worker=Worker +marker.label.messagePort=MessagePort +marker.label.unknown=E panjohur + +# LOCALIZATION NOTE (marker.label.javascript.*): +# These strings are displayed as JavaScript markers that have special +# reasons that can be translated. +marker.label.javascript.scriptElement=Etiketë Programthi +marker.label.javascript.workerRunnable=Worker +marker.label.javascript.jsURI=URI JavaScript-i +marker.label.javascript.eventHandler=Trajtues Akti + +# LOCALIZATION NOTE (marker.field.*): +# Strings used in the waterfall sidebar as property names. + +# General marker fields +marker.field.start=Fillim: +marker.field.end=Fund: +marker.field.duration=Kohëzgjatje: + +# General "reason" for a marker (JavaScript, Garbage Collection) +marker.field.causeName=Shkak: +# General "type" for a marker (Cycle Collection, Garbage Collection) +marker.field.type=Lloj: +# General "label" for a marker (user defined) +marker.field.label=Etiketë: + +# Field names for stack values +marker.field.stack=Stack: +marker.field.startStack=Stack në fillim: +marker.field.endStack=Stack në fund: + +# %S is the "Async Cause" of a marker, and this signifies that the cause +# was an asynchronous one in a displayed stack. + +# For console.time markers +marker.field.consoleTimerName=Emër Kohëmatësi: + +# For DOM Event markers +marker.field.DOMEventType=Lloj Akti: +marker.field.DOMEventPhase=Fazë: + +# Non-incremental cause for a Garbage Collection marker + +# For "Recalculate Style" markers +marker.field.isAnimationOnly=Vetëm Animacion: + +# The type of operation performed by a Worker. +marker.worker.serializeDataOffMainThread=Serializoji të dhënat në Worker +marker.worker.serializeDataOnMainThread=Serializoji të dhënat te rrjedha kryesore +marker.worker.deserializeDataOffMainThread=Çserializoji të dhënat në Worker +marker.worker.deserializeDataOnMainThread=Çserializoji të dhënat te rrjedha kryesore + +# The type of operation performed by a MessagePort +marker.messagePort.serializeData=Serializoji të dhënat +marker.messagePort.deserializeData=Çserializoji të dhënat + +# Strings used in the waterfall sidebar as values. +marker.value.unknownFrame=<vendndodhje e panjohur> +marker.value.DOMEventTargetPhase=Objektiv + +# LOCALIZATION NOTE (marker.gcreason.label.*): +# These strings are used to give a concise but readable description of a GC reason. +marker.gcreason.label.API=Thirrje API +marker.gcreason.label.DESTROY_RUNTIME=Mbyllje +marker.gcreason.label.LAST_DITCH=Mbarim Kujtese +marker.gcreason.label.TOO_MUCH_MALLOC=Shumë Bajte të Shpërndarë +marker.gcreason.label.ALLOC_TRIGGER=Shumë Shpërndarje +marker.gcreason.label.DEBUG_GC=Diagnostikim GH-je +marker.gcreason.label.RESET=Përfundim Cikli Shtues +marker.gcreason.label.SHARED_MEMORY_LIMIT=Dështim Shpërndarjeje të Madhe +marker.gcreason.label.PERIODIC_FULL_GC=GH i Plotë Periodik +marker.gcreason.label.INCREMENTAL_TOO_SLOW=Shpejtësi Shpërndarjesh Shumë e Lartë +marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC +marker.gcreason.label.MEM_PRESSURE=Kujtesë e Pakët +marker.gcreason.label.LOAD_END=Ngarkimi i Faqes Mbaroi +marker.gcreason.label.PAGE_HIDE=Kaluar në Prapaskenë +marker.gcreason.label.NSJSCONTEXT_DESTROY=Asgjëso Kontekst JS +marker.gcreason.label.SET_NEW_DOCUMENT=Dokument i Ri +marker.gcreason.label.SET_DOC_SHELL=Dokument i Ri +marker.gcreason.label.DOM_UTILS=Thirrje API +marker.gcreason.label.DOM_IPC=IPC +marker.gcreason.label.SHUTDOWN_CC=Mbyllje +marker.gcreason.label.DOM_WINDOW_UTILS=Përdorues Joaktiv +marker.gcreason.label.USER_INACTIVE=Përdorues Joaktiv + +# The name of a nursery collection. + |