Commit 3e15fdfe authored by jamiewalch@google.com's avatar jamiewalch@google.com

Rebrand to use Chromoting more consistently.

BUG=91760
TEST=Manual

Review URL: http://codereview.chromium.org/7566051

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95858 0039d316-1c4b-4281-b951-d872f2087c98
parent 019a1647
......@@ -112,7 +112,7 @@
"description": "Logout button, visible if the user has authenticated"
},
"messageAuthorize": {
"message": "In order to use IT2Me you must first grant extended access permissions to your computer. Click Continue to authorize. You only have to do this once.",
"message": "In order to use Chromoting you must first grant extended access permissions to your computer. Click Continue to authorize. You only have to do this once.",
"description": "Text shown when the app first starts, or if the access token is invalidated"
},
"messageGenerating": {
......@@ -149,9 +149,11 @@
"message": "OK",
"description": "Label for general-purpose OK buttons"
},
"pageTitle": {
"message": "Chromoting",
"description": "Title of the main page"
"productName": {
"message": "Chromoting"
},
"productNameAndVersion": {
"message": "Chromoting v1.0"
},
"scaleButton": {
"message": "Fit Screen",
......@@ -174,11 +176,7 @@
"description": "Message displayed while the access code is verified"
},
"webappDescription": {
"message": "IT2Me-style remote support in Chrome.",
"message": "Remote support in Chrome.",
"description": "Web-app description"
},
"webappName": {
"message": "Remoting IT2Me",
"description": "Web-app name"
}
}
\ No newline at end of file
......@@ -22,7 +22,7 @@ found in the LICENSE file.
<script src="plugin_settings.js"></script>
<script src="remoting.js"></script>
<script src="xhr.js"></script>
<title i18n-content="pageTitle"></title>
<title i18n-content="productName"></title>
</head>
<body onBeforeUnload="return remoting.promptClose();"
......@@ -79,7 +79,7 @@ found in the LICENSE file.
<header class="choice-header">
<img id="icon" src="chromoting128.png">
<h1 class="icon-label">
<span i18n-content="pageTitle">
<span i18n-content="productName">
</span>&nbsp;&rsaquo;&nbsp;<span i18n-content="modeAuthorize"
data-ui-mode="auth">
</span><span i18n-content="modeConnect" data-ui-mode="client">
......
{
"name": "__MSG_webappName__ NAME_SUFFIX",
"name": "__MSG_productNameAndVersion__ NAME_SUFFIX",
"version": "1.0.UNIQUE_VERSION",
"description": "__MSG_webappDescription__",
"default_locale": "en",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment