30 lines
1.6 KiB
Properties
30 lines
1.6 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 (markupView.more.showing)
|
|
# When there are too many nodes to load at once, we will offer to
|
|
# show all the nodes.
|
|
markupView.more.showing = Some nodes were hidden.
|
|
# LOCALIZATION NOTE (inspector.menu.openUrlInNewTab.label): This is the label of
|
|
# a menu item in the inspector contextual-menu that appears when the user right-
|
|
# clicks on the attribute of a node in the inspector that is a URL, and that
|
|
# allows to open that URL in a new tab.
|
|
inspector.menu.openUrlInNewTab.label = Отвори во ново јазиче
|
|
# LOCALIZATION NOTE (inspector.browserStyles.label): This is the label for the checkbox
|
|
# that specifies whether the styles that are not from the user's stylesheet should be
|
|
# displayed or not.
|
|
inspector.browserStyles.label = Browser styles
|
|
# LOCALIZATION NOTE (inspector.noProperties): In the case where there are no CSS
|
|
# properties to display e.g. due to search criteria this message is
|
|
# displayed.
|
|
inspector.noProperties = No CSS properties found.
|