summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/_locales/en
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:05:05 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-06 23:05:05 +0000
commit570f1398193401858dea40375ec221affea7b20d (patch)
tree1f431f12cf38287b4f1aa89be5445721a5284e0d /remoting/webapp/_locales/en
parent49b92f851a3a814cbf468164120bfd7222993687 (diff)
downloadchromium_src-570f1398193401858dea40375ec221affea7b20d.zip
chromium_src-570f1398193401858dea40375ec221affea7b20d.tar.gz
chromium_src-570f1398193401858dea40375ec221affea7b20d.tar.bz2
Include user or host in session-finished message.
BUG=113984 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9602027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/_locales/en')
-rw-r--r--remoting/webapp/_locales/en/messages.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/remoting/webapp/_locales/en/messages.json b/remoting/webapp/_locales/en/messages.json
index 6241329..d6e875f 100644
--- a/remoting/webapp/_locales/en/messages.json
+++ b/remoting/webapp/_locales/en/messages.json
@@ -275,6 +275,16 @@
"message": "PIN",
"description": "Label for the PIN entry box."
},
+ "PIN_MESSAGE": {
+ "message": "Please enter your PIN for $hostname$.",
+ "description": "Message displayed to the user asking them to enter a PIN for the host they are connecting to.",
+ "placeholders": {
+ "hostname": {
+ "content": "$1",
+ "example": "My Linux desktop"
+ }
+ }
+ },
"PRODUCT_DESCRIPTION": {
"message": "Access other computers or allow another user to access your computer securely over the Internet.",
"description": "Web-app description. Displayed in Chromium's extensions page."