23 lines
1.2 KiB
Properties
23 lines
1.2 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 Source Editor component.
|
|
# This component is used whenever source code is displayed for the purpose of
|
|
# being edited, inside the IceCat developer tools (like Style Editor).
|
|
|
|
# LOCALIZATION NOTE 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 (findCmd.promptMessage): This is the message shown when
|
|
# the user wants to search for a string in the code. You can
|
|
# access this feature by pressing Ctrl-F on Windows/Linux or Cmd-F on Mac.
|
|
findCmd.promptMessage = Soek vir:
|
|
# LOCALIZATION NOTE (autocompletion.commandkey): This is the key, used with
|
|
# Ctrl, for code autocompletion.
|
|
# Do not localize "Space", it's the key identifier, not a message displayed to
|
|
# the user.
|
|
autocompletion.commandkey = Space
|