# 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=Recalculate Style marker.label.stylesApplyChanges=Apply Style Changes marker.label.reflow=Layout marker.label.paint=Kulayan marker.label.composite=Mga Composite Layer marker.label.compositeForwardTransaction=Naipadala na ang Composite Request marker.label.javascript=Function Call marker.label.parseHTML=Parse HTML marker.label.parseXML=Parse XML marker.label.domevent=DOM Event marker.label.consoleTime=Console marker.label.garbageCollection2=Garbage Collection marker.label.garbageCollection.incremental=Incremental GC marker.label.garbageCollection.nonIncremental=Non-incremental GC marker.label.minorGC=Minor GC marker.label.cycleCollection=Cycle Collection marker.label.cycleCollection.forgetSkippable=CC Graph Reduction marker.label.timestamp=Timestamp marker.label.worker=Worker marker.label.messagePort=MessagePort marker.label.unknown=Unknown # LOCALIZATION NOTE (marker.label.javascript.*): # These strings are displayed as JavaScript markers that have special # reasons that can be translated. marker.label.javascript.scriptElement=Script Tag marker.label.javascript.promiseCallback=Promise Callback marker.label.javascript.promiseInit=Promise Init marker.label.javascript.workerRunnable=Worker marker.label.javascript.jsURI=JavaScript URI marker.label.javascript.eventHandler=Event Handler # LOCALIZATION NOTE (marker.field.*): # Strings used in the waterfall sidebar as property names. # General marker fields marker.field.start=Simula: marker.field.end=Kataposan: marker.field.duration=Haba: # General "reason" for a marker (JavaScript, Garbage Collection) marker.field.causeName=Dahilan: # General "type" for a marker (Cycle Collection, Garbage Collection) marker.field.type=Uri: # General "label" for a marker (user defined) marker.field.label=Label: # Field names for stack values marker.field.stack=Stack: marker.field.startStack=Stack na sa simula: marker.field.endStack=Stack sa dulo: # %S is the "Async Cause" of a marker, and this signifies that the cause # was an asynchronous one in a displayed stack. marker.field.asyncStack=(Async: %S) # For console.time markers marker.field.consoleTimerName=Pangalan ng Timer: # For DOM Event markers marker.field.DOMEventType=Uri ng Event: marker.field.DOMEventPhase=Phase: # Non-incremental cause for a Garbage Collection marker marker.field.nonIncrementalCause=Non-incremental Cause: # For "Recalculate Style" markers marker.field.isAnimationOnly=Animation Lamang: # The type of operation performed by a Worker. marker.worker.serializeDataOffMainThread=I-serialize ang data sa Worker marker.worker.serializeDataOnMainThread=I-serialize ang data sa main thread marker.worker.deserializeDataOffMainThread=I-deserialize ang data sa Worker marker.worker.deserializeDataOnMainThread=I-deserialize ang data sa main thread # The type of operation performed by a MessagePort marker.messagePort.serializeData=I-serialize ang data marker.messagePort.deserializeData=I-deserialize ang data # Strings used in the waterfall sidebar as values. marker.value.unknownFrame= marker.value.DOMEventTargetPhase=Target marker.value.DOMEventCapturingPhase=Capture marker.value.DOMEventBubblingPhase=Bubbling # LOCALIZATION NOTE (marker.gcreason.label.*): # These strings are used to give a concise but readable description of a GC reason. marker.gcreason.label.API=API Call marker.gcreason.label.EAGER_ALLOC_TRIGGER=Eager Allocation Trigger marker.gcreason.label.DESTROY_RUNTIME=Shutdown marker.gcreason.label.LAST_DITCH=Naubusan ng Memory marker.gcreason.label.TOO_MUCH_MALLOC=Masyadong Maraming Bytes na Inilaan marker.gcreason.label.ALLOC_TRIGGER=Masyadong Maraming Allocation marker.gcreason.label.DEBUG_GC=Debug GC marker.gcreason.label.COMPARTMENT_REVIVED=Dead Global Revived marker.gcreason.label.RESET=Finish Incremental Cycle marker.gcreason.label.OUT_OF_NURSERY=Puno na ang Nursery marker.gcreason.label.EVICT_NURSERY=Nursery Eviction marker.gcreason.label.FULL_STORE_BUFFER=Masyadong Aktibo ang mga Nursery Object marker.gcreason.label.SHARED_MEMORY_LIMIT=Bigo ang Malaking Allocation marker.gcreason.label.PERIODIC_FULL_GC=Periodic Full GC marker.gcreason.label.INCREMENTAL_TOO_SLOW=Masyadong Mabilis ang Allocation Rate marker.gcreason.label.COMPONENT_UTILS=Cu.forceGC marker.gcreason.label.MEM_PRESSURE=Kaunti na lang ang Memory marker.gcreason.label.CC_WAITING=Napwersa ng Cycle Collection marker.gcreason.label.CC_FORCED=Napwersa ng Cycle Collection marker.gcreason.label.LOAD_END=Natapos na ang Pag-load ng Pahina marker.gcreason.label.PAGE_HIDE=Nailipat sa Background marker.gcreason.label.NSJSCONTEXT_DESTROY=Sirain ang JS Context marker.gcreason.label.SET_NEW_DOCUMENT=Bagong Dokumento marker.gcreason.label.SET_DOC_SHELL=Bagong Dokumento marker.gcreason.label.DOM_UTILS=API Call marker.gcreason.label.DOM_IPC=IPC marker.gcreason.label.DOM_WORKER=Periodic Worker GC marker.gcreason.label.INTER_SLICE_GC=Periodic Incremental GC Slice marker.gcreason.label.FULL_GC_TIMER=Periodic Full GC marker.gcreason.label.SHUTDOWN_CC=Shutdown marker.gcreason.label.DOM_WINDOW_UTILS=Hindi Aktibo ang User marker.gcreason.label.USER_INACTIVE=Hindi Aktibo ang User # The name of a nursery collection. marker.nurseryCollection=Nursery Collection