28 lines
1.6 KiB
Properties
28 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 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 (gotoLineCmd.promptTitle): This is the dialog title used
|
|
# when the user wants to jump to a specific line number in the code. You can
|
|
# access this feature by pressing Ctrl-J on Windows/Linux or Cmd-J on Mac.
|
|
gotoLineCmd.promptTitle = Gang tae line…
|
|
# LOCALIZATION NOTE (indentLess.commandkey): This is the key to use in
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to reduce
|
|
# indentation level in CodeMirror. However, its default value also used by
|
|
# the Toolbox to switch between tools so we disable it.
|
|
indentLess.commandkey = [
|
|
# LOCALIZATION NOTE (indentMore.commandkey): This is the key to use in
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to increase
|
|
# indentation level in CodeMirror. However, its default value also used by
|
|
# the Toolbox to switch between tools
|
|
indentMore.commandkey = ]
|