diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:43:14 +0000 |
commit | 8dd16259287f58f9273002717ec4d27e97127719 (patch) | |
tree | 3863e62a53829a84037444beab3abd4ed9dfc7d0 /l10n-tg/mobile | |
parent | Releasing progress-linux version 126.0.1-1~progress7.99u1. (diff) | |
download | firefox-8dd16259287f58f9273002717ec4d27e97127719.tar.xz firefox-8dd16259287f58f9273002717ec4d27e97127719.zip |
Merging upstream version 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. |