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

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

Issue 9562044: Added connection history (minus the history data) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Don't instantiate the connection history dialog. Created 8 years, 9 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/resources/disclosure_arrow_right.png ('k') | remoting/webapp/connection_history.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": {
11 "content": "$1", 11 "content": "$1",
12 "example": "0:30" 12 "example": "0:30"
13 } 13 }
14 } 14 }
15 }, 15 },
16 "ALL_CONNECTIONS": {
17 "message": "All connections",
18 "description": "In the connection history dialog, clicking this button shows all recent connections unfiltered."
19 },
16 "ASK_PIN_DIALOG_DESCRIPTION": { 20 "ASK_PIN_DIALOG_DESCRIPTION": {
17 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.", 21 "message": "To protect access to this computer, please choose a PIN. This PI N will be required when connecting from another location.",
18 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN." 22 "description": "Explanatory text displayed when the user enables remote acce ss or changes the PIN."
19 }, 23 },
20 "ASK_PIN_DIALOG_LABEL": { 24 "ASK_PIN_DIALOG_LABEL": {
21 "message": "PIN", 25 "message": "PIN",
22 "description": "Label next to the PIN entry edit box. The user must enter a PIN before enabling remote access to their computer." 26 "description": "Label next to the PIN entry edit box. The user must enter a PIN before enabling remote access to their computer."
23 }, 27 },
24 "ASK_PIN_DIALOG_CONFIRM_LABEL": { 28 "ASK_PIN_DIALOG_CONFIRM_LABEL": {
25 "message": "Re-type PIN", 29 "message": "Re-type PIN",
26 "description": "Label next to the PIN confirmation edit box. The user must e nter a PIN before enabling remote access to their computer." 30 "description": "Label next to the PIN confirmation edit box. The user must e nter a PIN before enabling remote access to their computer."
27 }, 31 },
28 "CANCEL": { 32 "CANCEL": {
29 "message": "Cancel", 33 "message": "Cancel",
30 "description": "Label for general-purpose Cancel buttons." 34 "description": "Label for general-purpose Cancel buttons."
31 }, 35 },
36 "CLEAR_HISTORY": {
37 "message": "Clear history",
38 "description": "In the connection history dialog, clicking this button will delete the connection history."
39 },
40 "CLOSE": {
41 "message": "Close",
42 "description": "Label for general-purpose Close buttons."
43 },
32 "CLOSE_PROMPT": { 44 "CLOSE_PROMPT": {
33 "message": "Leaving this page will end your Chromoting session.", 45 "message": "Leaving this page will end your Chromoting session.",
34 "description": "Message shown when the Chromoting client tab is closed while a connection is active." 46 "description": "Message shown when the Chromoting client tab is closed while a connection is active."
35 }, 47 },
36 "CONNECT_BUTTON": { 48 "CONNECT_BUTTON": {
37 "message": "Connect", 49 "message": "Connect",
38 "description": "Label for the connect button. Clicking this button will star t the Chromoting session if the access code is correct." 50 "description": "Label for the connect button. Clicking this button will star t the Chromoting session if the access code is correct."
39 }, 51 },
52 "CONNECTION_FROM_HEADER": {
53 "message": "From",
54 "description": "Column header in the connection history table showing the em ail address of the client end of the connection (the initiator) which may be thi s or another computer."
55 },
40 "CONNECTION_HISTORY_BUTTON": { 56 "CONNECTION_HISTORY_BUTTON": {
41 "message": "Connection history", 57 "message": "Connection history",
42 "description": "Label for the connection history button. Clicking this butto n opens a dialog showing recent connections." 58 "description": "Label for the connection history button. Clicking this butto n opens a dialog showing recent connections."
43 }, 59 },
60 "CONNECTION_HISTORY_TITLE": {
61 "message": "Connection History",
62 "description": "Title for the connection history dialog. This dialog shows r ecent connections made to and from this computer"
63 },
64 "CONNECTION_TO_HEADER": {
65 "message": "To",
66 "description": "Column header in the connection history table showing the em ail address of the host end of the connection (the connectee) which may be this or another computer."
67 },
44 "CONTINUE_BUTTON": { 68 "CONTINUE_BUTTON": {
45 "message": "Continue", 69 "message": "Continue",
46 "description": "Label for the continue button on the pre-authorization page. Clicking this button takes the user to the standard Google Accounts authorizati on page." 70 "description": "Label for the continue button on the pre-authorization page. Clicking this button takes the user to the standard Google Accounts authorizati on page."
47 }, 71 },
48 "CONTINUE_PROMPT": { 72 "CONTINUE_PROMPT": {
49 "message": "You are currently sharing this machine with another user. Do you want to continue sharing?", 73 "message": "You are currently sharing this machine with another user. Do you want to continue sharing?",
50 "description": "Message displayed when the session has lasted longer than fi ve minutes, explaining that the host computer is being shared and asking whether or not the user wants to continue sharing it." 74 "description": "Message displayed when the session has lasted longer than fi ve minutes, explaining that the host computer is being shared and asking whether or not the user wants to continue sharing it."
51 }, 75 },
52 "DESCRIPTION_AUTHORIZE": { 76 "DESCRIPTION_AUTHORIZE": {
53 "message": "To use Chromoting you must grant extended access permissions to your computer. You only have to do this once.", 77 "message": "To use Chromoting you must grant extended access permissions to your computer. You only have to do this once.",
(...skipping 26 matching lines...) Expand all
80 "description": "Label for the disconnect button including the Windows keyboa rd shortcut. Clicking this button disconnects the remote user." 104 "description": "Label for the disconnect button including the Windows keyboa rd shortcut. Clicking this button disconnects the remote user."
81 }, 105 },
82 "DISCONNECT_MYSELF_BUTTON": { 106 "DISCONNECT_MYSELF_BUTTON": {
83 "message": "Disconnect", 107 "message": "Disconnect",
84 "description": "Label for the client-side disconnect button. Clicking this b utton disconnects oneself from the host." 108 "description": "Label for the client-side disconnect button. Clicking this b utton disconnects oneself from the host."
85 }, 109 },
86 "DISCONNECT_OTHER_BUTTON": { 110 "DISCONNECT_OTHER_BUTTON": {
87 "message": "Disconnect", 111 "message": "Disconnect",
88 "description": "Label for the host-side disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support. Clicking this button disconnects the remote user." 112 "description": "Label for the host-side disconnect button, without keyboard shortcuts. Only used in case we aren't able to enable hot-key support. Clicking this button disconnects the remote user."
89 }, 113 },
114 "DURATION_HEADER": {
115 "message": "Duration",
116 "description": "Column header in the connection history table showing the le ngth of time for which a connection was active, if available."
117 },
90 "ERROR_AUTHENTICATION_FAILED": { 118 "ERROR_AUTHENTICATION_FAILED": {
91 "message": "Authentication failed. Please sign out of Chromoting and try aga in.", 119 "message": "Authentication failed. Please sign out of Chromoting and try aga in.",
92 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem." 120 "description": "Error displayed if authentication fails. This can be caused by stale credentials, in which logging out of the web-app and retrying can fix t he problem."
93 }, 121 },
94 "ERROR_BAD_PLUGIN_VERSION": { 122 "ERROR_BAD_PLUGIN_VERSION": {
95 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.", 123 "message": "Some components required for Chromoting are missing. Please make sure you have installed the latest version and try again.",
96 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded." 124 "description": "Error displayed if the host or client plugin are missing or if they could not be loaded."
97 }, 125 },
98 "ERROR_GENERIC": { 126 "ERROR_GENERIC": {
99 "message": "An unknown error occurred. Please sign out of Chromoting and try again.", 127 "message": "An unknown error occurred. Please sign out of Chromoting and try again.",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 "description": "Clicking this button starts the desktop sharing process." 196 "description": "Clicking this button starts the desktop sharing process."
169 }, 197 },
170 "HOME_SHARE_DESCRIPTION": { 198 "HOME_SHARE_DESCRIPTION": {
171 "message": "Share this computer for another user to see and control.", 199 "message": "Share this computer for another user to see and control.",
172 "description": "Description of the 'share' or 'host' functionality, displaye d next to a button that instigates a share operation." 200 "description": "Description of the 'share' or 'host' functionality, displaye d next to a button that instigates a share operation."
173 }, 201 },
174 "HOME_SHARE_DESCRIPTION_CHROME_OS": { 202 "HOME_SHARE_DESCRIPTION_CHROME_OS": {
175 "message": "(this feature is not yet available for Chromebooks\u2026 stay tu ned)", 203 "message": "(this feature is not yet available for Chromebooks\u2026 stay tu ned)",
176 "description": "Text displayed below the description of the 'share' or 'host ' functionality on ChromeOS devices, where it is not yet supported." 204 "description": "Text displayed below the description of the 'share' or 'host ' functionality on ChromeOS devices, where it is not yet supported."
177 }, 205 },
206 "INCOMING_CONNECTIONS": {
207 "message": "To this computer",
208 "description": "In the connection history dialog, clicking this button shows only recent connections to this computer."
209 },
178 "INSTRUCTIONS_SHARE_ABOVE": { 210 "INSTRUCTIONS_SHARE_ABOVE": {
179 "message": "To begin sharing your desktop, give the access code below to the person who will be assisting you.", 211 "message": "To begin sharing your desktop, give the access code below to the person who will be assisting you.",
180 "description": "Instructions shown above the access code when it is ready to be conveyed to the client." 212 "description": "Instructions shown above the access code when it is ready to be conveyed to the client."
181 }, 213 },
182 "INSTRUCTIONS_SHARE_BELOW": { 214 "INSTRUCTIONS_SHARE_BELOW": {
183 "message": "Once they enter the code your sharing session will begin.", 215 "message": "Once they enter the code your sharing session will begin.",
184 "description": "Instructions shown below the access code when it is ready to be conveyed to the client." 216 "description": "Instructions shown below the access code when it is ready to be conveyed to the client."
185 }, 217 },
186 "LABEL_CONNECTED": { 218 "LABEL_CONNECTED": {
187 "message": "Connected:", 219 "message": "Connected:",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 "OFFLINE": { 256 "OFFLINE": {
225 "message": "$hostname$ (offline)", 257 "message": "$hostname$ (offline)",
226 "description": "Modified version of the host name shown for hosts that are n ot currently accessible.", 258 "description": "Modified version of the host name shown for hosts that are n ot currently accessible.",
227 "placeholders": { 259 "placeholders": {
228 "hostname": { 260 "hostname": {
229 "content": "$1", 261 "content": "$1",
230 "example": "My Linux desktop" 262 "example": "My Linux desktop"
231 } 263 }
232 } 264 }
233 }, 265 },
266 "OUTGOING_CONNECTIONS": {
267 "message": "From this computer",
268 "description": "In the connection history dialog, clicking this button shows only recent connections from this computer."
269 },
234 "PIN": { 270 "PIN": {
235 "message": "PIN", 271 "message": "PIN",
236 "description": "Label for the PIN entry box." 272 "description": "Label for the PIN entry box."
237 }, 273 },
238 "PRODUCT_DESCRIPTION": { 274 "PRODUCT_DESCRIPTION": {
239 "message": "Access other computers or allow another user to access your comp uter securely over the Internet.", 275 "message": "Access other computers or allow another user to access your comp uter securely over the Internet.",
240 "description": "Web-app description. Displayed in Chromium's extensions page ." 276 "description": "Web-app description. Displayed in Chromium's extensions page ."
241 }, 277 },
242 "PRODUCT_NAME": { 278 "PRODUCT_NAME": {
243 "message": "Chromoting BETA", 279 "message": "Chromoting BETA",
244 "description": "The product name. Displayed in various Chromium pages, inclu ding the New Tab page, and displayed prominently on the app's main page." 280 "description": "The product name. Displayed in various Chromium pages, inclu ding the New Tab page, and displayed prominently on the app's main page."
245 }, 281 },
246 "RECONNECT": { 282 "RECONNECT": {
247 "message": "Reconnect", 283 "message": "Reconnect",
248 "description": "Label for button to reconnect to the previous Me2Me host. Th is button appears on the 'session-finished' page." 284 "description": "Label for button to reconnect to the previous Me2Me host. Th is button appears on the 'session-finished' page."
249 }, 285 },
250 "SIGN_OUT_BUTTON": { 286 "SIGN_OUT_BUTTON": {
251 "message": "Sign out", 287 "message": "Sign out",
252 "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." 288 "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."
253 }, 289 },
254 "STOP_SHARING_BUTTON": { 290 "STOP_SHARING_BUTTON": {
255 "message": "Stop Sharing", 291 "message": "Stop Sharing",
256 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client." 292 "description": "Label for the 'stop sharing' button on the host-side. Clicki ng this button disconnects the client."
257 }, 293 },
294 "TIME_HEADER": {
295 "message": "Time",
296 "description": "Column header in the connection history table showing the ti me and date of a connection."
297 },
258 "TOOLTIP_CONNECT": { 298 "TOOLTIP_CONNECT": {
259 "message": "Connect to $hostname$", 299 "message": "Connect to $hostname$",
260 "description": "The tool-tip shown when the user hovers over an on-line host . Clicking the host will initiate a connection to it.", 300 "description": "The tool-tip shown when the user hovers over an on-line host . Clicking the host will initiate a connection to it.",
261 "placeholders": { 301 "placeholders": {
262 "hostname": { 302 "hostname": {
263 "content": "$1", 303 "content": "$1",
264 "example": "My Linux desktop" 304 "example": "My Linux desktop"
265 } 305 }
266 } 306 }
267 }, 307 },
268 "TOOLTIP_DELETE": { 308 "TOOLTIP_DELETE": {
269 "message": "Disable remote connections to this computer", 309 "message": "Disable remote connections to this computer",
270 "description": "The tool-tip shown when the user hovers over the 'delete hos t' button. Clicking this button removes the host from the list and disables conn ections to it." 310 "description": "The tool-tip shown when the user hovers over the 'delete hos t' button. Clicking this button removes the host from the list and disables conn ections to it."
271 }, 311 },
272 "TOOLTIP_SCALING": { 312 "TOOLTIP_SCALING": {
273 "message": "Scale to fit", 313 "message": "Scale to fit",
274 "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." 314 "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."
275 }, 315 },
276 "TOOLTIP_RENAME": { 316 "TOOLTIP_RENAME": {
277 "message": "Edit computer name", 317 "message": "Edit computer name",
278 "description": "The tool-tip shown when the user hovers over the 'rename hos t' button. Clicking this button allows the host name to be edited in-place." 318 "description": "The tool-tip shown when the user hovers over the 'rename hos t' button. Clicking this button allows the host name to be edited in-place."
279 }, 319 },
280 "WARNING_NAT_DISABLED": { 320 "WARNING_NAT_DISABLED": {
281 "message": "NOTE: Policy settings permit connections only between computers within your network.", 321 "message": "NOTE: Policy settings permit connections only between computers within your network.",
282 "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." 322 "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."
283 } 323 }
284 } 324 }
OLDNEW
« no previous file with comments | « remoting/resources/disclosure_arrow_right.png ('k') | remoting/webapp/connection_history.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698