mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
16 lines
770 B
Properties
16 lines
770 B
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 (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.
|