22 lines
1.5 KiB
Properties
22 lines
1.5 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
|
||
# 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 (timestampFormat): %1$02S = hours (24-hour clock),
|
||
# %2$02S = minutes, %3$02S = seconds, %4$03S = milliseconds.
|
||
timestampFormat = %02S:%02S:%02S.%03S
|
||
ConsoleAPIDisabled = API-то за логирање во мрежната конзолата (console.log, console.info, console.warn, console.error) е исклучено од скрипта на оваа страница.
|
||
# LOCALIZATION NOTE (stacktrace.anonymousFunction): this string is used to
|
||
# display JavaScript functions that have no given name - they are said to be
|
||
# anonymous. Test console.trace() in the webconsole.
|
||
stacktrace.anonymousFunction = <anonymous>
|
||
maxTimersExceeded = The maximum allowed number of timers in this page was exceeded.
|
||
# LOCALIZATION NOTE (connectionTimeout): message displayed when the Remote Web
|
||
# Console fails to connect to the server due to a timeout.
|
||
connectionTimeout = Connection timeout. Check the Error Console on both ends for potential error messages. Reopen the Web Console to try again.
|