mobile/android/chrome/browser.properties
author trybld
Tue, 25 Jun 2024 11:23:55 +0000
changeset 15386 5af6f59131e1740f12fc8ca40758e16819ac3220
parent 15113 dd0eeb21db5fe5b1385c0fce2dbba0e20a9c36ff
permissions -rw-r--r--
cross-channel content for 2024-06-25 11:09 X-Task-ID: A0WKUAGET9eFCGA3tO1QcQ X-Channel-Repo: mozilla-central X-Channel-Revision: 653f0dc8442dd9cae70845896eb3c0a0252677b3 X-Channel-Repo: releases/mozilla-beta X-Channel-Revision: eb520c39465e6bca7a969e56a7d98f22c092d2ff X-Channel-Repo: releases/mozilla-release X-Channel-Revision: 73e5ae55efa548f49a9077d7dd25414046e9557d X-Channel-Repo: releases/mozilla-esr128 X-Channel-Revision: 58a7e32914a4e0287439958933bbf31df383ee53 X-Channel-Repo: releases/mozilla-esr115 X-Channel-Revision: 78004f787960b91294c458666ebda213fd56420e

# 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.jsm)
stacktrace.anonymousFunction=<anonymous>
stacktrace.outputMessage=Stack trace from %S, function %S, line %S.
timer.start=%S: timer started

# 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
timer.end=%1$S: %2$Sms

# In ContextualIdentityService.jsm

# LOCALIZATION NOTE (userContextPersonal.label,
#                    userContextWork.label,
#                    userContextShopping.label,
#                    userContextBanking.label,
#                    userContextNone.label):
# These strings specify the four predefined contexts included in support of the
# Contextual Identity / Containers project. Each context is meant to represent
# the context that the user is in when interacting with the site. Different
# contexts will store cookies and other information from those sites in
# different, isolated locations. You can enable the feature by typing
# about:config in the URL bar and changing privacy.userContext.enabled to true.
# Once enabled, you can open a new tab in a specific context by clicking
# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these
# strings on the right-hand side of the URL bar.
# In android this will be only exposed by web extensions
userContextPersonal.label = Personal
userContextWork.label = Work
userContextBanking.label = Banking
userContextShopping.label = Shopping