diff options
Diffstat (limited to 'toolkit/locales/en-US/chrome/global/headsUpDisplay.properties')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/headsUpDisplay.properties | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/headsUpDisplay.properties b/toolkit/locales/en-US/chrome/global/headsUpDisplay.properties new file mode 100644 index 000000000..6a95bb036 --- /dev/null +++ b/toolkit/locales/en-US/chrome/global/headsUpDisplay.properties @@ -0,0 +1,15 @@ +# 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 (stacktrace.anonymousFunction): +# This string is used to display JavaScript functions that have no given name - +# they are said to be anonymous. See stacktrace.outputMessage. +stacktrace.anonymousFunction=<anonymous> + +# LOCALIZATION NOTE (stacktrace.outputMessage): +# This string is used in the Web Console output to identify a web developer call +# to console.trace(). The stack trace of JavaScript function calls is displayed. +# In this minimal message we only show the last call. +stacktrace.outputMessage=Stack trace from %S, function %S, line %S. |