diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /l10n-fur/mobile | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'l10n-fur/mobile')
4 files changed, 47 insertions, 26 deletions
diff --git a/l10n-fur/mobile/android/chrome/browser.properties b/l10n-fur/mobile/android/chrome/browser.properties index 8483f3173d..047c66d5d9 100644 --- a/l10n-fur/mobile/android/chrome/browser.properties +++ b/l10n-fur/mobile/android/chrome/browser.properties @@ -2,35 +2,15 @@ # 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/. -# Popup Blocker - -# SafeBrowsing - - -# In Extension.jsm - - -# LOCALIZATION NOTE (geolocation.dontAskAgain): This label appears next to a -# checkbox to indicate whether or not the user wants to make a permanent decision. - -# LOCALIZATION NOTE (password.logins): Label that will be used in - # Text Selection - -#Input widgets UI - -# Web Console API +# Web Console API (in GeckoViewConsole.jsm) +stacktrace.anonymousFunction=<anonim> +stacktrace.outputMessage=Analisi dal stack di %S, funzion %S, rie %S. +timer.start=%S: temporizadôr inviât # LOCALIZATION NOTE (timer.end): # This string is used to display the result of the console.timeEnd() call. # %1$S=name of timer, %2$S=number of milliseconds - -# Site settings dialog -# LOCALIZATION NOTE (siteSettings.labelToValue): This string will be used to -# dislay a list of current permissions settings for a site. -# Example: "Store Offline Data: Allow" - - -# Site settings dialog +timer.end=%1$S: %2$Sms # In ContextualIdentityService.jsm @@ -53,4 +33,3 @@ userContextPersonal.label = Personal userContextWork.label = Work userContextBanking.label = Banking userContextShopping.label = Shopping - diff --git a/l10n-fur/mobile/android/chrome/passwordmgr.properties b/l10n-fur/mobile/android/chrome/passwordmgr.properties new file mode 100644 index 0000000000..625083a139 --- /dev/null +++ b/l10n-fur/mobile/android/chrome/passwordmgr.properties @@ -0,0 +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/. + +# String will be replaced by brandShortName. +saveLogin=Desideristu che %S si visi di cheste credenziâl? +rememberButton=Visiti +neverButton=Mai + +# String is the login's hostname +updatePassword=Inzornâ la password salvade par %S? +updatePasswordNoUser=Inzornâ la password salvade par cheste credenziâl? +updateButton=Inzorne +dontUpdateButton=No sta inzornâ + +# Copy of the toolkit's passwordmgr.properties +userSelectText2=Selezione la credenziâl di inzornâ: +passwordChangeTitle=Conferme il cambi de password + +# Strings used by PromptService.js +username=Non utent +password=Password diff --git a/l10n-fur/mobile/android/mobile/android/aboutConfig.ftl b/l10n-fur/mobile/android/mobile/android/aboutConfig.ftl index 5cb419181a..ed58df29ef 100644 --- a/l10n-fur/mobile/android/mobile/android/aboutConfig.ftl +++ b/l10n-fur/mobile/android/mobile/android/aboutConfig.ftl @@ -26,3 +26,4 @@ config-context-menu-copy-pref-name = .label = Copy Name config-context-menu-copy-pref-value = .label = Copy Value + diff --git a/l10n-fur/mobile/android/mobile/android/geckoViewConsole.ftl b/l10n-fur/mobile/android/mobile/android/geckoViewConsole.ftl index 6fbe8159b2..ee58dcb38b 100644 --- a/l10n-fur/mobile/android/mobile/android/geckoViewConsole.ftl +++ b/l10n-fur/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 = <anonim> +# Variables: +# $filename (String): Source file name +# $functionName (String): JavaScript function name +# $lineNumber (String): The line number of the stacktrace call +console-stacktrace = Analisi dal stack di { $filename }, funzion { $functionName }, rie { $lineNumber }. +# Variables: +# $name (String): user-defined name for the timer +console-timer-start = { $name }: temporizadôr inviât +# 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 |