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

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

Issue 8758001: Launch Me2Me connections in a new tab. Remove OK button from post-connect screens for Me2Me. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/choice.html » ('J')
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "description": "Instructions shown above the access code when it is ready to be conveyed to the client." 140 "description": "Instructions shown above the access code when it is ready to be conveyed to the client."
141 }, 141 },
142 "INSTRUCTIONS_SHARE_BELOW": { 142 "INSTRUCTIONS_SHARE_BELOW": {
143 "message": "Once they enter the code your sharing session will begin.", 143 "message": "Once they enter the code your sharing session will begin.",
144 "description": "Instructions shown below the access code when it is ready to be conveyed to the client." 144 "description": "Instructions shown below the access code when it is ready to be conveyed to the client."
145 }, 145 },
146 "LABEL_CONNECTED": { 146 "LABEL_CONNECTED": {
147 "message": "Connected:", 147 "message": "Connected:",
148 "description": "String displayed in front of the host when a connection is a ctive informing the client user who they are connected to." 148 "description": "String displayed in front of the host when a connection is a ctive informing the client user who they are connected to."
149 }, 149 },
150 "MESSAGE_CONNECTING": {
151 "message": "Connecting\u2026",
152 "description": "Message displayed on the client while a connection to the ho st is being established."
Jamie 2011/11/30 21:23:43 Since this message is displayed for both IT2Me and
153 },
150 "MESSAGE_GENERATING": { 154 "MESSAGE_GENERATING": {
151 "message": "Generating access code\u2026", 155 "message": "Generating access code\u2026",
152 "description": "Text shown while generating an access code." 156 "description": "Text shown while generating an access code."
153 }, 157 },
154 "MESSAGE_SESSION_FINISHED": { 158 "MESSAGE_SESSION_FINISHED": {
155 "message": "Your Chromoting session has ended.", 159 "message": "Your Chromoting session has ended.",
156 "description": "Message displayed when the client or host has disconnected." 160 "description": "Message displayed when the client or host has disconnected."
157 }, 161 },
158 "MESSAGE_SHARED": { 162 "MESSAGE_SHARED": {
159 "message": "Your desktop is currently being shared with $user$.", 163 "message": "Your desktop is currently being shared with $user$.",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "description": "Sign out button, visible if the user has authenticated. Clic king this clears authentication credentials and returns the web-app to the initi al 'unauthenticated' state." 202 "description": "Sign out button, visible if the user has authenticated. Clic king this clears authentication credentials and returns the web-app to the initi al 'unauthenticated' state."
199 }, 203 },
200 "STOP_SHARING_BUTTON": { 204 "STOP_SHARING_BUTTON": {
201 "message": "Stop Sharing", 205 "message": "Stop Sharing",
202 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client." 206 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client."
203 }, 207 },
204 "TOOLTIP_SCALING": { 208 "TOOLTIP_SCALING": {
205 "message": "Scale to fit", 209 "message": "Scale to fit",
206 "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." 210 "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."
207 }, 211 },
208 "VERIFYING_CODE": {
209 "message": "Verifying access code\u2026",
210 "description": "Message displayed on the client while the access code is ver ified."
211 },
212 "WARNING_NAT_DISABLED": { 212 "WARNING_NAT_DISABLED": {
213 "message": "NOTE: Policy settings permit connections only between computers within your network.", 213 "message": "NOTE: Policy settings permit connections only between computers within your network.",
214 "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." 214 "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."
215 } 215 }
216 } 216 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/me2mom/choice.html » ('j') | remoting/webapp/me2mom/choice.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698