# HG changeset patch
# User Sander Lepik <
sander...@eesti.ee>
# Date 1701890554 28800
# Node ID 7feb0396e22715fdb6a15d4f5c9d7ebb5a920297
# Parent 6fa165e0079a871d13cc7dc9af2fa83aedf72d94
Bug 1866268 - Convert GeckoViewConsole strings to Fluent, part 1.
diff --git a/mobile/android/mobile/android/geckoViewConsole.ftl b/mobile/android/mobile/android/geckoViewConsole.ftl
--- a/mobile/android/mobile/android/geckoViewConsole.ftl
+++ b/mobile/android/mobile/android/geckoViewConsole.ftl
@@ -1,3 +1,22 @@
# 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/.
+
+
+## Web Console API (in GeckoViewConsole.sys.mjs)
+
+console-stacktrace-anonymous-function = <anonüümne>
+# Variables:
+# $filename (String): Source file name
+# $functionName (String): JavaScript function name
+# $lineNumber (String): The line number of the stacktrace call
+console-stacktrace = Stack trace from { $filename }, function { $functionName }, line { $lineNumber }.
+# Variables:
+# $name (String): user-defined name for the timer
+console-timer-start = { $name }: taimer käivitatud
+# This string is used to display the result of the console.timeEnd() call.
+#
+# Variables:
+# $name (String): user-defined name for the timer
+# $duration (String): number of milliseconds
+console-timer-end = { $name }: { $duration }ms