diff options
Diffstat (limited to '')
-rw-r--r-- | l10n-af/devtools/client/markers.properties | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/l10n-af/devtools/client/markers.properties b/l10n-af/devtools/client/markers.properties new file mode 100644 index 0000000000..035bf19cf8 --- /dev/null +++ b/l10n-af/devtools/client/markers.properties @@ -0,0 +1,62 @@ +# 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.unknown=Onbekend + +# LOCALIZATION NOTE (marker.label.javascript.*): +# These strings are displayed as JavaScript markers that have special +# reasons that can be translated. + +# LOCALIZATION NOTE (marker.field.*): +# Strings used in the waterfall sidebar as property names. + +# General marker fields +marker.field.start=Begin: + +# General "reason" for a marker (JavaScript, Garbage Collection) +# General "type" for a marker (Cycle Collection, Garbage Collection) +marker.field.type=Soort: +# General "label" for a marker (user defined) + +# Field names for stack values +marker.field.stack=Stapel: + +# %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 + +# For DOM Event markers + +# Non-incremental cause for a Garbage Collection marker + +# For "Recalculate Style" markers + +# The type of operation performed by a Worker. + +# The type of operation performed by a MessagePort + +# Strings used in the waterfall sidebar as values. +marker.value.DOMEventTargetPhase=Teiken + +# LOCALIZATION NOTE (marker.gcreason.label.*): +# These strings are used to give a concise but readable description of a GC reason. + +# The name of a nursery collection. + +# LOCALIZATION NOTE (marker.gcreason.description.*): +# These strings are used to give an expanded description of why a GC occurred. + |