1# This Source Code Form is subject to the terms of the Mozilla Public
2# License, v. 2.0. If a copy of the MPL was not distributed with this
3# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
5addonsConfirmInstall.title=Installing Add-on
6addonsConfirmInstall.install=Install
7
8addonsConfirmInstallUnsigned.title=Unverified add-on
9addonsConfirmInstallUnsigned.message=This site would like to install an unverified add-on. Proceed at your own risk.
10
11# Alerts
12alertAddonsDownloading=Downloading add-on
13alertAddonsInstalledNoRestart.message=Installation complete
14
15# LOCALIZATION NOTE (alertAddonsInstalledNoRestart.action2): Ideally, this string is short (it's a
16# button label) and upper-case, to match Google and Android's convention.
17alertAddonsInstalledNoRestart.action2=ADD-ONS
18
19alertDownloadsStart2=Download starting
20alertDownloadsDone2=Download complete
21alertCantOpenDownload=Can't open file. Tap to save it.
22alertDownloadsSize=Download too big
23alertDownloadsNoSpace=Not enough storage space
24alertDownloadsToast=Download started…
25alertDownloadsPause=Pause
26alertDownloadsResume=Resume
27alertDownloadsCancel=Cancel
28# LOCALIZATION NOTE (alertDownloadSucceeded): This text is shown as a snackbar inside the app after a
29# successful download. %S will be replaced by the file name of the download.
30alertDownloadSucceeded=%S downloaded
31# LOCALIZATION NOTE (downloads.disabledInGuest): This message appears in a toast
32# when the user tries to download something in Guest mode.
33downloads.disabledInGuest=Downloads are disabled in guest sessions
34
35# LOCALIZATION NOTE (alertSearchEngineAddedToast, alertSearchEngineErrorToast, alertSearchEngineDuplicateToast)
36# %S will be replaced by the name of the search engine (exposed by the current page)
37# that has been added; for example, 'Google'.
38alertSearchEngineAddedToast='%S' has been added as a search engine
39alertSearchEngineErrorToast=Couldn't add '%S' as a search engine
40alertSearchEngineDuplicateToast='%S' is already one of your search engines
41
42# LOCALIZATION NOTE (alertShutdownSanitize): This text is shown as a snackbar during shutdown if the
43# user has enabled "Clear private data on exit".
44alertShutdownSanitize=Clearing private data…
45
46alertPrintjobToast=Printing…
47
48downloadCancelPromptTitle1=Abort Download
49downloadCancelPromptMessage1=Do you want to abort this download?
50download.blocked=Unable to download file
51
52addonError.titleError=Error
53addonError.titleBlocked=Blocked add-on
54addonError.learnMore=Learn more
55
56# LOCALIZATION NOTE (unsignedAddonsDisabled.title, unsignedAddonsDisabled.message):
57# These strings will appear in a dialog when Firefox detects that installed add-ons cannot be verified.
58unsignedAddonsDisabled.title=Unverified add-ons
59unsignedAddonsDisabled.message=One or more installed add-ons cannot be verified and have been disabled.
60unsignedAddonsDisabled.dismiss=Dismiss
61unsignedAddonsDisabled.viewAddons=View add-ons
62
63# LOCALIZATION NOTE (addonError-1, addonError-2, addonError-3, addonError-4, addonError-5):
64# #1 is the add-on name, #2 is the add-on host, #3 is the application name
65addonError-1=The add-on could not be downloaded because of a connection failure on #2.
66addonError-2=The add-on from #2 could not be installed because it does not match the add-on #3 expected.
67addonError-3=The add-on downloaded from #2 could not be installed because it appears to be corrupt.
68addonError-4=#1 could not be installed because #3 cannot modify the needed file.
69addonError-5=#3 has prevented #2 from installing an unverified add-on.
70
71# LOCALIZATION NOTE (addonLocalError-1, addonLocalError-2, addonLocalError-3, addonLocalError-4, addonLocalError-5, addonErrorIncompatible, addonErrorBlocklisted):
72# #1 is the add-on name, #3 is the application name, #4 is the application version
73addonLocalError-1=This add-on could not be installed because of a filesystem error.
74addonLocalError-2=This add-on could not be installed because it does not match the add-on #3 expected.
75addonLocalError-3=This add-on could not be installed because it appears to be corrupt.
76addonLocalError-4=#1 could not be installed because #3 cannot modify the needed file.
77addonLocalError-5=This add-on could not be installed because it has not been verified.
78addonErrorIncompatible=#1 could not be installed because it is not compatible with #3 #4.
79addonErrorBlocklisted=#1 could not be installed because it has a high risk of causing stability or security problems.
80
81# Notifications
82notificationRestart.normal=Restart to complete changes.
83notificationRestart.blocked=Unsafe add-ons installed. Restart to disable.
84notificationRestart.button=Restart
85doorhanger.learnMore=Learn more
86
87# Popup Blocker
88
89# LOCALIZATION NOTE (popup.message): Semicolon-separated list of plural forms.
90# #1 is brandShortName and #2 is the number of pop-ups blocked.
91popup.message=#1 prevented this site from opening a pop-up window. Would you like to show it?;#1 prevented this site from opening #2 pop-up windows. Would you like to show them?
92popup.dontAskAgain=Don't ask again for this site
93popup.show=Show
94popup.dontShow=Don't show
95
96# SafeBrowsing
97safeBrowsingDoorhanger=This site has been identified as containing malware or a phishing attempt. Be careful.
98
99# LOCALIZATION NOTE (blockPopups.label2): Label that will be used in
100# site settings dialog.
101blockPopups.label2=Popups
102
103# XPInstall
104xpinstallPromptWarning2=%S prevented this site (%S) from asking you to install software on your device.
105xpinstallPromptWarningLocal=%S prevented this add-on (%S) from installing on your device.
106xpinstallPromptWarningDirect=%S prevented an add-on from installing on your device.
107xpinstallPromptAllowButton=Allow
108xpinstallDisabledMessageLocked=Software installation has been disabled by your system administrator.
109xpinstallDisabledMessage2=Software installation is currently disabled. Press Enable and try again.
110xpinstallDisabledButton=Enable
111
112# LOCALIZATION NOTE (webextPerms.header)
113# This string is used as a header in the webextension permissions dialog,
114# %S is replaced with the localized name of the extension being installed.
115# See https://bug1308309.bmoattachments.org/attachment.cgi?id=8814612
116# for an example of the full dialog.
117# Note, this string will be used as raw markup. Avoid characters like <, >, &
118webextPerms.header=Add %S?
119
120# LOCALIZATION NOTE (webextPerms.listIntro)
121# This string will be followed by a list of permissions requested
122# by the webextension.
123webextPerms.listIntro=It requires your permission to:
124webextPerms.add.label=Add
125webextPerms.cancel.label=Cancel
126
127# LOCALIZATION NOTE (webextPerms.updateText)
128# %S is replaced with the localized name of the updated extension.
129webextPerms.updateText=%S has been updated. You must approve new permissions before the updated version will install. Choosing “Cancel” will maintain your current add-on version.
130
131webextPerms.updateAccept.label=Update
132
133# LOCALIZATION NOTE (webextPerms.optionalPermsHeader)
134# %S is replaced with the localized name of the extension requesting new
135# permissions.
136webextPerms.optionalPermsHeader=%S requests additional permissions.
137webextPerms.optionalPermsListIntro=It wants to:
138webextPerms.optionalPermsAllow.label=Allow
139webextPerms.optionalPermsDeny.label=Deny
140
141webextPerms.description.bookmarks=Read and modify bookmarks
142webextPerms.description.browserSettings=Read and modify browser settings
143webextPerms.description.browsingData=Clear recent browsing history, cookies, and related data
144webextPerms.description.clipboardRead=Get data from the clipboard
145webextPerms.description.clipboardWrite=Input data to the clipboard
146webextPerms.description.devtools=Extend developer tools to access your data in open tabs
147webextPerms.description.downloads=Download files and read and modify the browser’s download history
148webextPerms.description.downloads.open=Open files downloaded to your computer
149webextPerms.description.find=Read the text of all open tabs
150webextPerms.description.geolocation=Access your location
151webextPerms.description.history=Access browsing history
152webextPerms.description.management=Monitor extension usage and manage themes
153# LOCALIZATION NOTE (webextPerms.description.nativeMessaging)
154# %S will be replaced with the name of the application
155webextPerms.description.nativeMessaging=Exchange messages with programs other than %S
156webextPerms.description.notifications=Display notifications to you
157webextPerms.description.privacy=Read and modify privacy settings
158webextPerms.description.proxy=Control browser proxy settings
159webextPerms.description.sessions=Access recently closed tabs
160webextPerms.description.tabs=Access browser tabs
161webextPerms.description.topSites=Access browsing history
162webextPerms.description.unlimitedStorage=Store unlimited amount of client-side data
163webextPerms.description.webNavigation=Access browser activity during navigation
164
165webextPerms.hostDescription.allUrls=Access your data for all websites
166
167# LOCALIZATION NOTE (webextPerms.hostDescription.wildcard)
168# %S will be replaced by the DNS domain for which a webextension
169# is requesting access (e.g., mozilla.org)
170webextPerms.hostDescription.wildcard=Access your data for sites in the %S domain
171
172# LOCALIZATION NOTE (webextPerms.hostDescription.tooManyWildcards):
173# Semi-colon list of plural forms.
174# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
175# #1 will be replaced by an integer indicating the number of additional
176# domains for which this webextension is requesting permission.
177webextPerms.hostDescription.tooManyWildcards=Access your data in #1 other domain;Access your data in #1 other domains
178
179# LOCALIZATION NOTE (webextPerms.hostDescription.oneSite)
180# %S will be replaced by the DNS host name for which a webextension
181# is requesting access (e.g., www.mozilla.org)
182webextPerms.hostDescription.oneSite=Access your data for %S
183
184# LOCALIZATION NOTE (webextPerms.hostDescription.tooManySites)
185# Semi-colon list of plural forms.
186# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
187# #1 will be replaced by an integer indicating the number of additional
188# hosts for which this webextension is requesting permission.
189webextPerms.hostDescription.tooManySites=Access your data on #1 other site;Access your data on #1 other sites
190
191
192# Site Identity
193identity.identified.verifier=Verified by: %S
194identity.identified.verified_by_you=You have added a security exception for this site
195identity.identified.state_and_country=%S, %S
196identity.identified.title_with_country=%S (%S)
197
198# Geolocation UI
199geolocation.allow=Share
200geolocation.dontAllow=Don't share
201geolocation.ask=Share your location with %S?
202# LOCALIZATION NOTE (geolocation.location): Label that will be used in
203# site settings dialog.
204geolocation.location=Location
205# LOCALIZATION NOTE (geolocation.dontAskAgain): This label appears next to a
206# checkbox to indicate whether or not the user wants to make a permanent decision.
207geolocation.dontAskAgain=Don't ask again for this site
208
209# Desktop notification UI
210desktopNotification2.allow=Always
211desktopNotification2.dontAllow=Never
212desktopNotification2.ask=Would you like to receive notifications from this site?
213# LOCALIZATION NOTE (desktopNotification.notifications): Label that will be
214# used in site settings dialog.
215desktopNotification.notifications=Notifications
216
217# Imageblocking
218imageblocking.downloadedImage=Image unblocked
219imageblocking.showAllImages=Show All
220
221# New Tab Popup
222# LOCALIZATION NOTE (newtabpopup, newprivatetabpopup): Semicolon-separated list of plural forms.
223# See: http://developer.mozilla.org/en/docs/Localization_and_Plurals
224# #1 number of tabs
225newtabpopup.opened=New tab opened;#1 new tabs opened
226newprivatetabpopup.opened=New private tab opened;#1 new private tabs opened
227
228# LOCALIZATION NOTE (newtabpopup.switch): Ideally, this string is short (it's a
229# button label) and upper-case, to match Google and Android's convention.
230newtabpopup.switch=SWITCH
231
232# Undo close tab toast
233# LOCALIZATION NOTE (undoCloseToast.message): This message appears in a toast
234# when the user closes a tab. %S is the title of the tab that was closed.
235undoCloseToast.message=Closed %S
236
237# Private Tab closed message
238# LOCALIZATION NOTE (privateClosedMessage.message): This message appears
239# when the user closes a private tab.
240privateClosedMessage.message=Closed Private Browsing
241
242# LOCALIZATION NOTE (undoCloseToast.messageDefault): This message appears in a
243# toast when the user closes a tab if there is no title to display.
244undoCloseToast.messageDefault=Closed tab
245
246# LOCALIZATION NOTE (undoCloseToast.action2): Ideally, this string is short (it's a
247# button label) and upper-case, to match Google and Android's convention.
248undoCloseToast.action2=UNDO
249
250# Offline web applications
251offlineApps.ask=Allow %S to store data on your device for offline use?
252offlineApps.dontAskAgain=Don't ask again for this site
253offlineApps.allow=Allow
254offlineApps.dontAllow2=Don't allow
255
256# LOCALIZATION NOTE (offlineApps.offlineData): Label that will be used in
257# site settings dialog.
258offlineApps.offlineData=Offline Data
259
260# LOCALIZATION NOTE (password.logins): Label that will be used in
261 # site settings dialog.
262password.logins=Logins
263# LOCALIZATION NOTE (password.save): This should match
264# saveButton in passwordmgr.properties
265password.save=Save
266# LOCALIZATION NOTE (password.dontSave): This should match
267# dontSaveButton in passwordmgr.properties
268password.dontSave=Don't save
269
270# LOCALIZATION NOTE (browser.menu.showCharacterEncoding): Set to the string
271# "true" (spelled and capitalized exactly that way) to show the "Character
272# Encoding" menu in the site menu. Any other value will hide it. Without this
273# setting, the "Character Encoding" menu must be enabled via Preferences.
274# This is not a string to translate. If users frequently use the "Character Encoding"
275# menu, set this to "true". Otherwise, you can leave it as "false".
276browser.menu.showCharacterEncoding=false
277
278# Text Selection
279selectionHelper.textCopied=Text copied to clipboard
280
281# Casting
282# LOCALIZATION NOTE (casting.sendToDevice): Label that will be used in the
283# dialog/prompt.
284casting.sendToDevice=Send to Device
285
286# Context menu
287contextmenu.openInNewTab=Open Link in New Tab
288contextmenu.openInPrivateTab=Open Link in Private Tab
289contextmenu.share=Share
290contextmenu.copyLink=Copy Link
291contextmenu.shareLink=Share Link
292contextmenu.bookmarkLink=Bookmark Link
293contextmenu.copyEmailAddress=Copy Email Address
294contextmenu.shareEmailAddress=Share Email Address
295contextmenu.copyPhoneNumber=Copy Phone Number
296contextmenu.sharePhoneNumber=Share Phone Number
297contextmenu.changeInputMethod=Select Input Method
298contextmenu.fullScreen=Full Screen
299contextmenu.viewImage=View Image
300contextmenu.copyImageLocation=Copy Image Location
301contextmenu.shareImage=Share Image
302# LOCALIZATION NOTE (contextmenu.search):
303# The label of the contextmenu item which allows you to search with your default search engine for
304# the text you have selected. %S is the name of the search engine. For example, "Google".
305contextmenu.search=%S Search
306contextmenu.saveImage=Save Image
307contextmenu.showImage=Show Image
308contextmenu.setImageAs=Set Image As
309# LOCALIZATION NOTE (contextmenu.addSearchEngine3): This string should be rather short. If it is
310# significantly longer than the translation for the "Paste" action then this might trigger an
311# Android bug positioning the floating text selection partially off the screen. This issue heavily
312# depends on the screen size and the specific translations. For English "Paste" / "Add search engine"
313# is working while "Paste" / "Add as search engine" triggers the bug. See bug 1262098 for more details.
314# Manual testing the scenario described in bug 1262098 is highly recommended.
315contextmenu.addSearchEngine3=Add Search Engine
316contextmenu.playMedia=Play
317contextmenu.pauseMedia=Pause
318contextmenu.shareMedia2=Share Media
319contextmenu.shareVideo2=Share Video
320contextmenu.shareAudio2=Share Audio
321contextmenu.showControls2=Show Controls
322contextmenu.mute=Mute
323contextmenu.unmute=Unmute
324contextmenu.saveVideo=Save Video
325contextmenu.saveAudio=Save Audio
326# LOCALIZATION NOTE (contextmenu.saveMedia):
327# The label that will be used in the contextmenu in place of "Save Video" or "Save Audio", for
328# unloaded video elements.
329contextmenu.saveMedia=Save Media
330contextmenu.addToContacts=Add to Contacts
331# LOCALIZATION NOTE (contextmenu.sendToDevice):
332# The label that will be used in the contextmenu and the pageaction
333contextmenu.sendToDevice=Send to Device
334
335contextmenu.copy=Copy
336contextmenu.cut=Cut
337contextmenu.selectAll=Select All
338contextmenu.paste=Paste
339
340contextmenu.call=Call
341
342# Select UI
343selectHelper.closeMultipleSelectDialog=Done
344
345#Input widgets UI
346inputWidgetHelper.date=Pick a date
347inputWidgetHelper.datetime=Pick a date and a time
348inputWidgetHelper.datetime-local=Pick a date and a time
349inputWidgetHelper.time=Pick a time
350inputWidgetHelper.week=Pick a week
351inputWidgetHelper.month=Pick a month
352inputWidgetHelper.cancel=Cancel
353inputWidgetHelper.set=Set
354inputWidgetHelper.clear=Clear
355
356# Web Console API
357stacktrace.anonymousFunction=<anonymous>
358stacktrace.outputMessage=Stack trace from %S, function %S, line %S.
359timer.start=%S: timer started
360
361# LOCALIZATION NOTE (timer.end):
362# This string is used to display the result of the console.timeEnd() call.
363# %1$S=name of timer, %2$S=number of milliseconds
364timer.end=%1$S: %2$Sms
365
366# Click to play plugins
367clickToPlayPlugins.message2=%S contains plugin content. Would you like to activate it?
368clickToPlayPlugins.activate=Activate
369clickToPlayPlugins.dontActivate=Don't activate
370# LOCALIZATION NOTE (clickToPlayPlugins.dontAskAgain): This label appears next to a
371# checkbox to indicate whether or not the user wants to make a permanent decision.
372clickToPlayPlugins.dontAskAgain=Don't ask again for this site
373# LOCALIZATION NOTE (clickToPlayPlugins.plugins): Label that
374# will be used in site settings dialog.
375clickToPlayPlugins.plugins=Plugins
376
377# Site settings dialog
378# LOCALIZATION NOTE (siteSettings.labelToValue): This string will be used to
379# dislay a list of current permissions settings for a site.
380# Example: "Store Offline Data: Allow"
381siteSettings.labelToValue=%S: %S
382
383masterPassword.incorrect=Incorrect password
384
385# Debugger
386# LOCALIZATION NOTE (remoteIncomingPromptTitle): The title displayed on the
387# dialog that prompts the user to allow the incoming connection.
388remoteIncomingPromptTitle=Incoming Connection
389# LOCALIZATION NOTE (remoteIncomingPromptUSB): The message displayed on the
390# dialog that prompts the user to allow an incoming USB connection.
391remoteIncomingPromptUSB=Allow USB debugging connection?
392# LOCALIZATION NOTE (remoteIncomingPromptUSB): The message displayed on the
393# dialog that prompts the user to allow an incoming TCP connection.
394remoteIncomingPromptTCP=Allow remote debugging connection from %1$S:%2$S? This connection requires a QR code to be scanned in order to authenticate the remote device's certificate. You can avoid future scans by remembering the device.
395# LOCALIZATION NOTE (remoteIncomingPromptDeny): This button will deny an
396# an incoming remote debugger connection.
397remoteIncomingPromptDeny=Deny
398# LOCALIZATION NOTE (remoteIncomingPromptAllow): This button will allow an
399# an incoming remote debugger connection.
400remoteIncomingPromptAllow=Allow
401# LOCALIZATION NOTE (remoteIncomingPromptScan): This button will start a QR
402# code scanner to authenticate an incoming remote debugger connection.  The
403# connection will be allowed assuming the scan succeeds.
404remoteIncomingPromptScan=Scan
405# LOCALIZATION NOTE (remoteIncomingPromptScanAndRemember): This button will
406# start a QR code scanner to authenticate an incoming remote debugger
407# connection.  The connection will be allowed assuming the scan succeeds, and
408# the other endpoint's certificate will be saved to skip future scans for this
409# client.
410remoteIncomingPromptScanAndRemember=Scan and Remember
411# LOCALIZATION NOTE (remoteQRScanFailedPromptTitle): The title displayed in a
412# dialog when we are unable to complete the QR code scan for an incoming remote
413# debugging connection.
414remoteQRScanFailedPromptTitle=QR Scan Failed
415# LOCALIZATION NOTE (remoteQRScanFailedPromptMessage): The message displayed in
416# a dialog when we are unable to complete the QR code scan for an incoming
417# remote debugging connection.
418remoteQRScanFailedPromptMessage=Unable to scan QR code for remote debugging. Verify that the Barcode Scanner app is installed and retry connecting.
419# LOCALIZATION NOTE (remoteQRScanFailedPromptOK): This button dismisses the
420# dialog that appears when we are unable to complete the QR code scan for an
421# incoming remote debugging connection.
422remoteQRScanFailedPromptOK=OK
423
424# LOCALIZATION NOTE (remoteNotificationTitle): %S is the name of the app.
425remoteNotificationTitle=%S debugging enabled
426# LOCALIZATION NOTE (remoteNotificationGenericName): a generic name to use
427# if the name of the app is not available.
428remoteNotificationGenericName=App
429# LOCALIZATION NOTE (remoteNotificationMessage): %S is the port on which
430# the remote debugger server is listening.
431remoteNotificationMessage=Listening on port %S
432# LOCALIZATION NOTE (remoteStartNotificationTitle): %S is the name of the app.
433remoteStartNotificationTitle=Activate debugging for %S
434# LOCALIZATION NOTE (remoteStartNotificationMessage):
435remoteStartNotificationMessage=Touch to activate remote debugger
436
437# Helper apps
438helperapps.open=Open
439helperapps.ignore=Ignore
440helperapps.dontAskAgain=Don't ask again for this site
441helperapps.openWithApp2=Open With %S App
442helperapps.openWithList2=Open With an App
443helperapps.always=Always
444helperapps.never=Never
445helperapps.pick=Complete action using
446helperapps.saveToDisk=Download
447helperapps.alwaysUse=Always
448helperapps.useJustOnce=Just once
449
450#Lightweight themes
451# LOCALIZATION NOTE (lwthemeInstallRequest.message): %S will be replaced with
452# the host name of the site.
453lwthemeInstallRequest.message=This site (%S) attempted to install a theme.
454lwthemeInstallRequest.allowButton=Allow
455
456# LOCALIZATION NOTE (getUserMedia.shareCamera.message, getUserMedia.shareMicrophone.message, getUserMedia.shareCameraAndMicrophone.message, getUserMedia.sharingCamera.message, getUserMedia.sharingMicrophone.message, getUserMedia.sharingCameraAndMicrophone.message): %S is the website origin (e.g. www.mozilla.org)
457getUserMedia.shareCamera.message = Would you like to share your camera with %S?
458getUserMedia.shareMicrophone.message = Would you like to share your microphone with %S?
459getUserMedia.shareCameraAndMicrophone.message = Would you like to share your camera and microphone with %S?
460getUserMedia.denyRequest.label = Don't Share
461getUserMedia.shareRequest.label = Share
462getUserMedia.videoSource.default = Camera %S
463getUserMedia.videoSource.frontCamera = Front facing camera
464getUserMedia.videoSource.backCamera = Back facing camera
465getUserMedia.videoSource.none = No Video
466getUserMedia.videoSource.tabShare = Choose a tab to stream
467getUserMedia.videoSource.prompt = Video source
468getUserMedia.audioDevice.default = Microphone %S
469getUserMedia.audioDevice.none = No Audio
470getUserMedia.audioDevice.prompt = Microphone to use
471getUserMedia.sharingCamera.message2 = Camera is on
472getUserMedia.sharingMicrophone.message2 = Microphone is on
473getUserMedia.sharingCameraAndMicrophone.message2 = Camera and microphone are on
474getUserMedia.blockedCameraAccess = Camera has been blocked.
475getUserMedia.blockedMicrophoneAccess = Microphone has been blocked.
476getUserMedia.blockedCameraAndMicrophoneAccess = Camera and microphone have been blocked.
477
478# LOCALIZATION NOTE (userContextPersonal.label,
479#                    userContextWork.label,
480#                    userContextShopping.label,
481#                    userContextBanking.label,
482#                    userContextNone.label):
483# These strings specify the four predefined contexts included in support of the
484# Contextual Identity / Containers project. Each context is meant to represent
485# the context that the user is in when interacting with the site. Different
486# contexts will store cookies and other information from those sites in
487# different, isolated locations. You can enable the feature by typing
488# about:config in the URL bar and changing privacy.userContext.enabled to true.
489# Once enabled, you can open a new tab in a specific context by clicking
490# File > New Container Tab > (1 of 4 contexts). Once opened, you will see these
491# strings on the right-hand side of the URL bar.
492# In android this will be only exposed by web extensions
493userContextPersonal.label = Personal
494userContextWork.label = Work
495userContextBanking.label = Banking
496userContextShopping.label = Shopping
497
498# LOCALIZATION NOTE (readerMode.toolbarTip):
499# Tip shown to users the first time we hide the reader mode toolbar.
500readerMode.toolbarTip=Tap the screen to show reader options
501
502#Open in App
503openInApp.pageAction = Open in App
504openInApp.ok = OK
505openInApp.cancel = Cancel
506
507#Tab sharing
508tabshare.title = "Choose a tab to stream"
509#Tabs in context menus
510browser.menu.context.default = Link
511browser.menu.context.img = Image
512browser.menu.context.video = Video
513browser.menu.context.audio = Audio
514browser.menu.context.tel = Phone
515browser.menu.context.mailto = Mail
516
517# "Subscribe to page" prompts created in FeedHandler.js
518feedHandler.chooseFeed=Choose feed
519feedHandler.subscribeWith=Subscribe with
520
521# LOCALIZATION NOTE (nativeWindow.deprecated):
522# This string is shown in the console when someone uses deprecated NativeWindow apis.
523# %1$S=name of the api that's deprecated, %2$S=New API to use. This may be a url to
524# a file they should import or the name of an api.
525nativeWindow.deprecated=%1$S is deprecated. Please use %2$S instead
526
527# Vibration API permission prompt
528vibrationRequest.message = Allow this site to vibrate your device?
529vibrationRequest.denyButton = Don't allow
530vibrationRequest.allowButton = Allow
531