-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update prompt and menu text to match patch in bug 1399481
- Loading branch information
1 parent
5113367
commit d4c741e
Showing
4 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!ENTITY menuItem.label "WebRTC Override"> | ||
<!ENTITY menuItem.label "Enable WebRTC"> | ||
<!ENTITY menuItem.accesskey "R"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title=WebRTC Permissions UI Toggle | ||
overrideOn=WebRTC Override (On) | ||
overrideOff=WebRTC Override (Off) | ||
overrideOn=Enable WebRTC (On) | ||
overrideOff=Enable WebRTC (Off) | ||
enableOrReinstallRequired=To use this extension, you must enable or reinstall it. | ||
confirmationPromptMessage=Only use this feature with sites you trust. Sharing can allow deceptive sites to browse as you and steal your private data.\nAre you sure you want to share your camera, microphone, and screen with all open web sites?\n | ||
turnedOn=Automatic WebRTC connection has been turned on. Make sure to turn it off when you're done!\nYou might need to refresh the current page. | ||
turnedOff=Automatic WebRTC connection has been turned off. | ||
turnedOn=WebRTC has been turned on. All open websites will be able to access your camera and screen without prompting, so make sure to turn it off when you're done.\nYou might need to refresh the current page. | ||
turnedOff=WebRTC has been turned off. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
<!ENTITY menuItem.label "Forcer le WebRTC"> | ||
<!ENTITY menuItem.label "Activer le WebRTC"> | ||
<!ENTITY menuItem.accesskey "R"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title=Connexion automatique de WebRTC | ||
overrideOn=Forcer le WebRTC (activé) | ||
overrideOff=Forcer le WebRTC (desactivé) | ||
overrideOn=Activer le WebRTC (activé) | ||
overrideOff=Activer le WebRTC (desactivé) | ||
enableOrReinstallRequired=Pour utiliser cette extension, il faut l'activer ou la réinstaller. | ||
confirmationPromptMessage=Partagez utiliser cette fonctionnalité avec les sites en lesquels vous avez confiance. Le partage peut permettre à des sites trompeurs de naviguer en votre nom et de dérober des informations.\nVoulez-vous vraiment partager votre caméra, microphone, et écran avec tout les sites ouverts?\n | ||
turnedOn=La connexion automatique de WebRTC est activé. Ne pas oublier la desactiver quand vous êtes fini!\nIl est possible qu'il faut rafraîchir la page. | ||
turnedOff=La connexion automatique de WebRTC est desactivé. | ||
turnedOn=WebRTC a été activé. Tout les sites ouverts pourront accéder à votre caméra, microphone, et écran sans une demande, donc n'oubliez pas la desactiver quand vous êtes fini!\nIl est possible qu'il faudra rafraîchir la page. | ||
turnedOff=WebRTC est desactivé. |