# 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 = Search for: # 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…