summaryrefslogtreecommitdiffstats
path: root/l10n-tg/mobile/android
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-12 05:35:37 +0000
commita90a5cba08fdf6c0ceb95101c275108a152a3aed (patch)
tree532507288f3defd7f4dcf1af49698bcb76034855 /l10n-tg/mobile/android
parentAdding debian version 126.0.1-1. (diff)
downloadfirefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz
firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tg/mobile/android')
-rw-r--r--l10n-tg/mobile/android/chrome/browser.properties1
-rw-r--r--l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl5
2 files changed, 6 insertions, 0 deletions
diff --git a/l10n-tg/mobile/android/chrome/browser.properties b/l10n-tg/mobile/android/chrome/browser.properties
index 86bd907479..8a0cceb282 100644
--- a/l10n-tg/mobile/android/chrome/browser.properties
+++ b/l10n-tg/mobile/android/chrome/browser.properties
@@ -4,6 +4,7 @@
# Web Console API (in GeckoViewConsole.jsm)
stacktrace.anonymousFunction=<беном>
+stacktrace.outputMessage=Пайгирии даста аз %S, вазифаи %S, хати %S.
timer.start=%S: вақтсанҷ оғоз шуд
# LOCALIZATION NOTE (timer.end):
diff --git a/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl b/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl
index dd4a1c5bfc..cbb18a288d 100644
--- a/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl
+++ b/l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl
@@ -7,6 +7,11 @@
console-stacktrace-anonymous-function = <беном>
# Variables:
+# $filename (String): Source file name
+# $functionName (String): JavaScript function name
+# $lineNumber (String): The line number of the stacktrace call
+console-stacktrace = Пайгирии даста аз { $filename }, вазифаи { $functionName }, хати { $lineNumber }.
+# Variables:
# $name (String): user-defined name for the timer
console-timer-start = { $name }: вақтсанҷ оғоз шуд
# This string is used to display the result of the console.timeEnd() call.