debugger.properties 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. # LOCALIZATION NOTE These strings are used inside the Debugger
  5. # which is available from the Web Developer sub-menu -> 'Debugger'.
  6. # The correct localization of this file might be to keep it in
  7. # English, or another language commonly spoken among web developers.
  8. # You want to make that choice consistent across the developer tools.
  9. # A good criteria is the language in which you'd find the best
  10. # documentation on web development on the web.
  11. # LOCALIZATION NOTE (remoteIncomingPromptTitle): The title displayed on the
  12. # dialog that prompts the user to allow the incoming connection.
  13. remoteIncomingPromptTitle=Incoming Connection
  14. # LOCALIZATION NOTE (remoteIncomingPromptHeader): Header displayed on the
  15. # dialog that prompts the user to allow the incoming connection.
  16. remoteIncomingPromptHeader=An incoming request to permit remote debugging connection was detected. A remote client can take complete control over your browser!
  17. # LOCALIZATION NOTE (remoteIncomingPromptClientEndpoint): Part of the prompt
  18. # dialog for the user to choose whether an incoming connection should be
  19. # allowed.
  20. # %1$S: The host and port of the client such as "127.0.0.1:6000"
  21. remoteIncomingPromptClientEndpoint=Client Endpoint: %1$S
  22. # LOCALIZATION NOTE (remoteIncomingPromptServerEndpoint): Part of the prompt
  23. # dialog for the user to choose whether an incoming connection should be
  24. # allowed.
  25. # %1$S: The host and port of the server such as "127.0.0.1:6000"
  26. remoteIncomingPromptServerEndpoint=Server Endpoint: %1$S
  27. # LOCALIZATION NOTE (remoteIncomingPromptFooter): Footer displayed on the
  28. # dialog that prompts the user to allow the incoming connection.
  29. remoteIncomingPromptFooter=Allow connection?
  30. # LOCALIZATION NOTE (remoteIncomingPromptDisable): The label displayed on the
  31. # third button in the incoming connection dialog that lets the user disable the
  32. # remote debugger server.
  33. remoteIncomingPromptDisable=Disable
  34. # LOCALIZATION NOTE (clientSendOOBTitle): The title displayed on the dialog that
  35. # instructs the user to transfer an authentication token to the server.
  36. clientSendOOBTitle=Client Identification
  37. # LOCALIZATION NOTE (clientSendOOBHeader): Header displayed on the dialog that
  38. # instructs the user to transfer an authentication token to the server.
  39. clientSendOOBHeader=The endpoint you are connecting to needs more information to authenticate this connection. Please provide the token below in the prompt that appears on the other end.
  40. # LOCALIZATION NOTE (clientSendOOBHash): Part of the dialog that instructs the
  41. # user to transfer an authentication token to the server.
  42. # %1$S: The client's cert fingerprint
  43. clientSendOOBHash=My Cert: %1$S
  44. # LOCALIZATION NOTE (clientSendOOBToken): Part of the dialog that instructs the
  45. # user to transfer an authentication token to the server.
  46. # %1$S: The authentication token that the user will transfer.
  47. clientSendOOBToken=Token: %1$S
  48. # LOCALIZATION NOTE (serverReceiveOOBTitle): The title displayed on the dialog
  49. # that instructs the user to provide an authentication token from the client.
  50. serverReceiveOOBTitle=Provide Client Token
  51. # LOCALIZATION NOTE (serverReceiveOOBBody): Main text displayed on the dialog
  52. # that instructs the user to provide an authentication token from the client.
  53. serverReceiveOOBBody=The client should be displaying a token value. Enter that token value here to complete authentication with this client.