# 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 (multiProcessBrowserConsole.title): Title of the Browser # Console window when the pref `devtools.browsertoolbox.scope` is set to "everything". This # Browser Console will log messages from all processes, not just the the parent # process. # LOCALIZATION NOTE (parentProcessBrowserConsole.title): Title used for # the Browser Console when the pref `devtools.browsertoolbox.scope` is set to "parent-process". # LOCALIZATION NOTE (timestampFormat): %1$02S = hours (24-hour clock), # %2$02S = minutes, %3$02S = seconds, %4$03S = milliseconds. timestampFormat = %02S:%02S:%02S.%03S ConsoleAPIDisabled = Lapas skripts ir deaktivējis tīmekļa konsoles žurnalēšanas API (console.log, console.info, console.warn, console.error). # LOCALIZATION NOTE (webConsoleXhrIndicator): the indicator displayed before # a URL in the Web Console that was requested using an XMLHttpRequest. webConsoleXhrIndicator = XHR # LOCALIZATION NOTE (webConsoleMoreInfoLabel): the more info tag displayed # after security related web console messages. webConsoleMoreInfoLabel = Uzzināt vairāk # 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 = # LOCALIZATION NOTE (stacktrace.asyncStack): this string is used to # indicate that a given stack frame has an async parent. # %S is the "Async Cause" of the frame. stacktrace.asyncStack = (Asinhr: %S) # LOCALIZATION NOTE (timeLog): this string is used to display the result of # the console.timeLog() call. Parameters: %1$S is the name of the timer, %2$S # is the number of milliseconds. timeLog = %1$S: %2$Sms # LOCALIZATION NOTE (console.timeEnd): this string is used to display the result of # the console.timeEnd() call. Parameters: %1$S is the name of the timer, %2$S # is the number of milliseconds. # LOCALIZATION NOTE (consoleCleared): this string is displayed when receiving a # call to console.clear() to let the user know the previous messages of the # console have been removed programmatically. consoleCleared = Konsole tika notīrīta. # LOCALIZATION NOTE (preventedConsoleClear): this string is displayed when receiving a # call to console.clear() when the user has the "Persist logs" option enabled, to let the # user know the console method call was ignored. # "Persist Logs" should be kept in sync with webconsole.console.settings.menu.item.enablePersistentLogs.label # LOCALIZATION NOTE (noCounterLabel): this string is used to display # count-messages with no label provided. noCounterLabel =