diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:29 +0000 |
commit | 59203c63bb777a3bacec32fb8830fba33540e809 (patch) | |
tree | 58298e711c0ff0575818c30485b44a2f21bf28a0 /l10n-tg/mobile | |
parent | Adding upstream version 126.0.1. (diff) | |
download | firefox-59203c63bb777a3bacec32fb8830fba33540e809.tar.xz firefox-59203c63bb777a3bacec32fb8830fba33540e809.zip |
Adding upstream version 127.0.upstream/127.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-tg/mobile')
-rw-r--r-- | l10n-tg/mobile/android/chrome/browser.properties | 1 | ||||
-rw-r--r-- | l10n-tg/mobile/android/mobile/android/geckoViewConsole.ftl | 5 |
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. |