2012-05-21 11:12:37 +00:00
|
|
|
# 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/.
|
|
|
|
|
2012-01-16 16:51:44 +00:00
|
|
|
# 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 Firefox developer tools - current examples are the
|
|
|
|
# Scratchpad and the Style Editor tools.
|
|
|
|
|
|
|
|
# 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.promptTitle): This is the dialog title used
|
|
|
|
# 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.promptTitle=Find…
|
|
|
|
|
2014-06-18 11:14:00 +00:00
|
|
|
# LOCALIZATION NOTE (findCmd.promptMessage): This is the message shown when
|
2012-01-16 16:51:44 +00:00
|
|
|
# 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=Search for:
|
2012-01-16 11:59:39 +00:00
|
|
|
|
|
|
|
# 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=Go to line…
|
|
|
|
|
|
|
|
# LOCALIZATION NOTE (gotoLineCmd.promptMessage): This is the message shown 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.promptMessage=Jump to line number:
|
2012-02-18 10:58:54 +00:00
|
|
|
|
|
|
|
# LOCALIZATION NOTE (annotation.breakpoint.title): This is the text shown in
|
|
|
|
# front of any breakpoint annotation when it is displayed as a tooltip in one of
|
|
|
|
# the editor gutters. This feature is used in the JavaScript Debugger.
|
|
|
|
annotation.breakpoint.title=Breakpoint: %S
|
2012-02-08 20:49:10 +00:00
|
|
|
|
|
|
|
# LOCALIZATION NOTE (annotation.currentLine): This is the text shown in
|
|
|
|
# a tooltip displayed in any of the editor gutters when the user hovers the
|
|
|
|
# current line.
|
|
|
|
annotation.currentLine=Current line
|
2012-03-14 16:23:39 +00:00
|
|
|
|
|
|
|
# LOCALIZATION NOTE (annotation.debugLocation.title): This is the text shown in
|
|
|
|
# a tooltip displayed in any of the editor gutters when the user hovers the
|
|
|
|
# current debugger location. The debugger can pause the JavaScript execution at
|
|
|
|
# user-defined lines.
|
2013-11-07 22:39:31 +00:00
|
|
|
annotation.debugLocation.title=Current step: %S
|
|
|
|
|
2014-06-18 11:14:00 +00:00
|
|
|
# LOCALIZATION NOTE (autocompletion.docsLink): This is the text shown on
|
|
|
|
# the link inside of the documentation popup. If you type 'document' in Scratchpad
|
|
|
|
# then press Shift+Space you can see the popup.
|
|
|
|
autocompletion.docsLink=docs
|
|
|
|
|
|
|
|
# LOCALIZATION NOTE (autocompletion.notFound): This is the text shown in
|
|
|
|
# the documentation popup if Tern fails to find a type for the object.
|
|
|
|
autocompletion.notFound=not found
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (jumpToLine.commandkey): This is the key to use in
|
2013-11-07 22:39:31 +00:00
|
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to jump to
|
|
|
|
# a specific line in the editor.
|
|
|
|
jumpToLine.commandkey=J
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (toggleComment.commandkey): This is the key to use in
|
2013-11-07 22:39:31 +00:00
|
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to either
|
|
|
|
# comment or uncomment selected lines in the editor.
|
|
|
|
toggleComment.commandkey=/
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (indentLess.commandkey): This is the key to use in
|
2013-11-07 22:39:31 +00:00
|
|
|
# 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.
|
|
|
|
#
|
|
|
|
# DO NOT translate this key without proper synchronization with toolbox.dtd.
|
|
|
|
indentLess.commandkey=[
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (indentMore.commandkey): This is the key to use in
|
2013-11-07 22:39:31 +00:00
|
|
|
# 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
|
|
|
|
#
|
|
|
|
# DO NOT translate this key without proper synchronization with toolbox.dtd.
|
2013-11-26 03:06:42 +00:00
|
|
|
indentMore.commandkey=]
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (moveLineUp.commandkey): This is the key to use to move
|
2013-11-26 03:06:42 +00:00
|
|
|
# the selected lines up.
|
|
|
|
moveLineUp.commandkey=Alt-Up
|
|
|
|
|
2014-02-13 15:02:51 +00:00
|
|
|
# LOCALIZATION NOTE (moveLineDown.commandkey): This is the key to use to move
|
2013-11-26 03:06:42 +00:00
|
|
|
# the selected lines down.
|
|
|
|
moveLineDown.commandkey=Alt-Down
|
2014-04-16 20:49:28 +00:00
|
|
|
|
|
|
|
# LOCALIZATION NOTE (autocomplete.commandkey): This is the key to use
|
|
|
|
# in conjunction with Ctrl for autocompletion.
|
|
|
|
autocompletion.commandkey=Space
|
|
|
|
|
2014-07-16 05:11:00 +00:00
|
|
|
# LOCALIZATION NOTE (showInformation2.commandkey): This is the key to use to
|
2014-04-16 20:49:28 +00:00
|
|
|
# show more information, like type inference.
|
2014-07-16 05:11:00 +00:00
|
|
|
showInformation2.commandkey=Shift-Ctrl-Space
|
2015-06-24 00:18:55 +00:00
|
|
|
|
|
|
|
# LOCALIZATION NOTE (find.commandkey): This is the key to use in
|
|
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to find
|
|
|
|
# the typed search
|
|
|
|
find.commandkey=F
|
|
|
|
|
|
|
|
# LOCALIZATION NOTE (findAgain.commandkey): This is the key to use in
|
|
|
|
# conjunction with accel (Command on Mac or Ctrl on other platforms) to find
|
|
|
|
# again the typed search
|
|
|
|
findAgain.commandkey=G
|