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