Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(981)

Side by Side Diff: remoting/webapp/_locales/en/messages.json

Issue 9148043: Rename webapp_it2me to remoting_webapp and move it from webapp/me2mom to webapp/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add webapp_it2me back Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/webapp/_locales.official/zh_TW/messages.json ('k') | remoting/webapp/choice.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "ACCESS_CODE": { 2 "ACCESS_CODE": {
3 "message": "Access code", 3 "message": "Access code",
4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host." 4 "description": "Label for the access code entry box. This is where the clien t user enters the code that permits access to the host."
5 }, 5 },
6 "ACCESS_CODE_TIMER": { 6 "ACCESS_CODE_TIMER": {
7 "message": "This access code will expire in $timeout$", 7 "message": "This access code will expire in $timeout$",
8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.", 8 "description": "Text displayed when the access code is due to time out withi n 30 seconds.",
9 "placeholders": { 9 "placeholders": {
10 "timeout": { 10 "timeout": {
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 }, 219 },
220 "TOOLTIP_SCALING": { 220 "TOOLTIP_SCALING": {
221 "message": "Scale to fit", 221 "message": "Scale to fit",
222 "description": "The tool-tip shown when the user hovers over the scale to fi t button. Clicking this button toggles between scaling down the remote desktop t o fit it inside the Chromium browser window and displaying it at 1:1 scale." 222 "description": "The tool-tip shown when the user hovers over the scale to fi t button. Clicking this button toggles between scaling down the remote desktop t o fit it inside the Chromium browser window and displaying it at 1:1 scale."
223 }, 223 },
224 "WARNING_NAT_DISABLED": { 224 "WARNING_NAT_DISABLED": {
225 "message": "NOTE: Policy settings permit connections only between computers within your network.", 225 "message": "NOTE: Policy settings permit connections only between computers within your network.",
226 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work." 226 "description": "Message displayed at the bottom of the host screen if local policy dictates that NAT traversal is disabled, meaning that connections outside the local network will not work."
227 } 227 }
228 } 228 }
OLDNEW
« no previous file with comments | « remoting/webapp/_locales.official/zh_TW/messages.json ('k') | remoting/webapp/choice.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698