26 lines
1.4 KiB
Properties
26 lines
1.4 KiB
Properties
# 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 Inspector
|
|
# which is available from the Browser Tools sub-menu -> 'Inspect'.
|
|
#
|
|
# 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 (inspector.searchResultsCount2): This is the label that
|
|
# will show up next to the inspector search box. %1$S is the current result
|
|
# index and %2$S is the total number of search results. For example: "3 of 9".
|
|
# This won't be visible until the search box is updated in Bug 835896.
|
|
inspector.searchResultsCount2 = %1$S van %2$S
|
|
# LOCALIZATION NOTE (inspector.searchResultsNone): This is the label that
|
|
# will show up next to the inspector search box when no matches were found
|
|
# for the given string.
|
|
# This won't be visible until the search box is updated in Bug 835896.
|
|
inspector.searchResultsNone = Niks wat pas nie
|
|
# LOCALIZATION NOTE (inspectorSearchHTML.label3): This is the label that is
|
|
# shown as the placeholder for the markup view search in the inspector.
|
|
inspectorSearchHTML.label3 = Deursoek HTML
|