OLD | NEW |
| (Empty) |
1 { | |
2 "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." | |
5 }, | |
6 "ACCESS_CODE_TIMER": { | |
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.", | |
9 "placeholders": { | |
10 "timeout": { | |
11 "content": "$1", | |
12 "example": "0:30" | |
13 } | |
14 } | |
15 }, | |
16 "ALL_CONNECTIONS": { | |
17 "message": "All connections", | |
18 "description": "In the connection history dialog, clicking this button shows
all recent connections unfiltered." | |
19 }, | |
20 "ASK_PIN_DIALOG_LABEL": { | |
21 "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." | |
23 }, | |
24 "ASK_PIN_DIALOG_CONFIRM_LABEL": { | |
25 "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." | |
27 }, | |
28 "CANCEL": { | |
29 "message": "Cancel", | |
30 "description": "Label for general-purpose Cancel buttons." | |
31 }, | |
32 "CLEAR_HISTORY": { | |
33 "message": "Clear history", | |
34 "description": "In the connection history dialog, clicking this button will
delete the connection history." | |
35 }, | |
36 "CLOSE": { | |
37 "message": "Close", | |
38 "description": "Label for general-purpose Close buttons." | |
39 }, | |
40 "CLOSE_PROMPT": { | |
41 "message": "Leaving this page will end your Chromoting session.", | |
42 "description": "Message shown when the Chromoting client tab is closed while
a connection is active." | |
43 }, | |
44 "CONNECT_BUTTON": { | |
45 "message": "Connect", | |
46 "description": "Label for the connect button. Clicking this button will star
t the Chromoting session if the access code is correct." | |
47 }, | |
48 "CONFIRM_HOST_DELETE": { | |
49 "message": "Are you sure you want to disable remote connections to $hostname
$? If you change your mind, you'll need to visit that computer to re-enable conn
ections.", | |
50 "description": "Confirmation prompt shown when a user attempts to delete a M
e2Me host from their host list.", | |
51 "placeholders": { | |
52 "hostname": { | |
53 "content": "$1", | |
54 "example": "My Linux desktop" | |
55 } | |
56 } | |
57 | |
58 }, | |
59 "CONNECTION_FROM_HEADER": { | |
60 "message": "From", | |
61 "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." | |
62 }, | |
63 "CONNECTION_HISTORY_BUTTON": { | |
64 "message": "Connection history", | |
65 "description": "Label for the connection history button. Clicking this butto
n opens a dialog showing recent connections." | |
66 }, | |
67 "CONNECTION_HISTORY_TITLE": { | |
68 "message": "Connection History", | |
69 "description": "Title for the connection history dialog. This dialog shows r
ecent connections made to and from this computer" | |
70 }, | |
71 "CONNECTION_TO_HEADER": { | |
72 "message": "To", | |
73 "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." | |
74 }, | |
75 "CONTINUE_BUTTON": { | |
76 "message": "Continue", | |
77 "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." | |
78 }, | |
79 "CONTINUE_PROMPT": { | |
80 "message": "You are currently sharing this machine with another user. Do you
want to continue sharing?", | |
81 "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." | |
82 }, | |
83 "DESCRIPTION_AUTHORIZE": { | |
84 "message": "To use Chromoting you must grant extended access permissions to
your computer. You only have to do this once.", | |
85 "description": "Text shown when the app first starts, or if the access token
is invalidated, explaining the need to authorize the Chromoting app before use.
" | |
86 }, | |
87 "DESCRIPTION_CONNECT": { | |
88 "message": "Ask the user whose computer you wish to access to click \u2018Sh
are Now\u2019 and give you the access code.", | |
89 "description": "Description for the client app. This is shown to the client
user above the access code entry box before the connection is started. Note that
the 'Share Now' quote should be copied verbatim from the corresponding translat
ion." | |
90 }, | |
91 "DESCRIPTION_HOME": { | |
92 "message": "Chromoting allows you to securely share your computer over the W
eb. Both users must be running the Chromoting app, which can be found at $url$."
, | |
93 "description": "Description for the home screen. This is shown when the app
starts up, above buttons to share or connect.", | |
94 "placeholders": { | |
95 "url": { | |
96 "content": "$1", | |
97 "example": "<a href=http://chrome.google.com/remotedesktop>chrome.google
.com/remotedesktop</a>" | |
98 } | |
99 } | |
100 }, | |
101 "DISABLE_HOST": { | |
102 "message": "Disable", | |
103 "description": "Label for the 'yes' response to the dialog asking the user t
o confirm whether or not they want to disable remote access to a host." | |
104 }, | |
105 "DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": { | |
106 "message": "Disconnect (Ctrl+Alt+Esc)", | |
107 "description": "Label for the disconnect button including the Linux keyboard
shortcut. Clicking this button disconnects the remote user." | |
108 }, | |
109 "DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": { | |
110 "message": "Disconnect (Opt+Ctrl+Esc)", | |
111 "description": "Label for the disconnect button including the Mac OS X keybo
ard shortcut. Clicking this button disconnects the remote user." | |
112 }, | |
113 "DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": { | |
114 "message": "Disconnect (Ctrl+Alt+Esc)", | |
115 "description": "Label for the disconnect button including the Windows keyboa
rd shortcut. Clicking this button disconnects the remote user." | |
116 }, | |
117 "DISCONNECT_MYSELF_BUTTON": { | |
118 "message": "Disconnect", | |
119 "description": "Label for the client-side disconnect button. Clicking this b
utton disconnects oneself from the host." | |
120 }, | |
121 "DISCONNECT_OTHER_BUTTON": { | |
122 "message": "Disconnect", | |
123 "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." | |
124 }, | |
125 "DURATION_HEADER": { | |
126 "message": "Duration", | |
127 "description": "Column header in the connection history table showing the le
ngth of time for which a connection was active, if available." | |
128 }, | |
129 "ERROR_AUTHENTICATION_FAILED": { | |
130 "message": "Authentication failed. Please sign in to Chromoting again.", | |
131 "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." | |
132 }, | |
133 "ERROR_BAD_PLUGIN_VERSION": { | |
134 "message": "Some components required for Chromoting are missing. Please make
sure you have installed the latest version and try again.", | |
135 "description": "Error displayed if the host or client plugin are missing or
if they could not be loaded." | |
136 }, | |
137 "ERROR_HOST_OVERLOAD": { | |
138 "message": "Connections to the remote computer are temporarily blocked becau
se somebody was trying to connect to it with invalid PIN. Please try again later
.", | |
139 "description": "Error that is shown on the client side when the host is bloc
king all connections due to failed authentication attempts." | |
140 }, | |
141 "ERROR_HOST_IS_OFFLINE": { | |
142 "message": "The remote computer is not responding to connection requests. Pl
ease verify that it is online and try again.", | |
143 "description": "Error that is shown on the client side when we don't get a r
esponse from the host." | |
144 }, | |
145 "ERROR_INCOMPATIBLE_PROTOCOL": { | |
146 "message": "An incompatible version of Chromoting was detected. Please make
sure that you have the latest version of Chromium and Chromoting on both compute
rs and try again.", | |
147 "description": "Error that is shown on the client side when incompatible Chr
omoting versions are installed on host and client." | |
148 }, | |
149 "ERROR_INVALID_ACCESS_CODE": { | |
150 "message": "The access code is invalid. Please try again.", | |
151 "description": "Error displayed if an invalid access code is entered." | |
152 }, | |
153 "ERROR_INVALID_HOST_DOMAIN": { | |
154 "message": "Policy settings do not permit sharing this computer as a Chromot
ing host. Contact your system administrator for assistance.", | |
155 "description": "Error displayed when the computer has a policy that only use
rs in a particular domain may use it as a Chromoting host, and a user in a diffe
rent domain is trying to use it as a Chromoting host." | |
156 }, | |
157 "ERROR_NETWORK_FAILURE": { | |
158 "message": "Unable to reach the host. This is probably due to the configurat
ion of the network you are using.", | |
159 "description": "Error displayed when the host is online, but we are unable t
o connect to it due to network configuration." | |
160 }, | |
161 "ERROR_NOT_AUTHENTICATED": { | |
162 "message": "You are not signed in to Chromoting. Please sign in and try agai
n.", | |
163 "description": "Error displayed when an operation is attempted that requires
a signed-in user, but no-one is currently signed in." | |
164 }, | |
165 "ERROR_MISSING_PLUGIN": { | |
166 "message": "Some components required for Chromoting are missing. Please make
sure you're running the latest version of Chromium and try again.", | |
167 "description": "Error displayed if the client plugin fails to load." | |
168 }, | |
169 "ERROR_NO_RESPONSE": { | |
170 "message": "The server failed to respond to the network request.", | |
171 "description": "Error displayed by the client if the server does not respond
to a network request." | |
172 }, | |
173 "ERROR_SERVICE_UNAVAILABLE": { | |
174 "message": "The service is temporarily unavailable. Please try again later."
, | |
175 "description": "Error displayed when the service returns a 503 error. Such e
rrors are usually temporary, and resolve themselves in about 30 seconds." | |
176 }, | |
177 "ERROR_UNEXPECTED": { | |
178 "message": "An unexpected error occurred. Please report this problem to the
developers.", | |
179 "description": "Error displayed in situations where things go wrong in ways
not anticipated by the developers. There is typically no user-workaround to sugg
est, other than reporting the error so that we can investigate further." | |
180 }, | |
181 "FOOTER_CONNECTING": { | |
182 "message": "Connecting\u2026", | |
183 "description": "Text displayed while a client is connecting to a host, but b
efore the connection is established." | |
184 }, | |
185 "FOOTER_WAITING": { | |
186 "message": "waiting for connection\u2026", | |
187 "description": "Footer text displayed at the host after an access code has b
een generated, but before a client connects." | |
188 }, | |
189 "FULL_SCREEN": { | |
190 "message": "Full screen", | |
191 "description": "Menu option for toggle full-screen mode. Equivalent to using
the Wrench menu to do the same thing." | |
192 }, | |
193 "GET_STARTED": { | |
194 "message": "Get started", | |
195 "description": "Button displayed underneath explanatory text for app feature
s. Clicking causes the text, infographic and the button itself to be replaced by
the actual UI for that feature." | |
196 }, | |
197 "HELP": { | |
198 "message": "Help", | |
199 "description": "Help link, displayed in the top-left (assuming ltr layout) c
orner of the main screen. Clicking this takes the user to our FAQ." | |
200 }, | |
201 "HOME_ACCESS_BUTTON": { | |
202 "message": "Access", | |
203 "description": "Clicking this button starts the desktop access process." | |
204 }, | |
205 "HOME_ACCESS_DESCRIPTION": { | |
206 "message": "See and control a shared computer.", | |
207 "description": "Description of the 'access' or 'client' functionality, displ
ayed next to a button that instigates an access operation." | |
208 }, | |
209 "HOME_DAEMON_ACTIVE_MESSAGE": { | |
210 "message": "You may securely access this computer using Chromoting.", | |
211 "description": "Message displayed when the current computer is accepting rem
ote connections." | |
212 }, | |
213 "HOME_DAEMON_CHANGE_PIN_LINK": { | |
214 "message": "Change PIN", | |
215 "description": "Hyperlink displayed immediately after the message indicating
that the current computer is accepting remote connectins. Clicking this link al
lows the user to change the PIN (personal identification number) for accessing t
his host." | |
216 }, | |
217 "HOME_DAEMON_STOP_BUTTON": { | |
218 "message": "Disable remote connections", | |
219 "description": "Button displayed when the current computer is accepting remo
te connections. Clicking this button causes it to stop accepting remote connecti
ons." | |
220 }, | |
221 "HOME_DAEMON_START_BUTTON": { | |
222 "message": "Enable remote connections", | |
223 "description": "Button displayed when the current computer is not accepting
remote connections. Clicking this button causes it to start accepting remote con
nections." | |
224 }, | |
225 "HOME_DAEMON_START_MESSAGE": { | |
226 "message": "You must enable remote connections if you want to use Chromoting
to access this computer.", | |
227 "description": "Message displayed when the current computer is not accepting
remote connections, instructing the user how to enable them." | |
228 }, | |
229 "HOST_LIST_EMPTY_HOSTING_SUPPORTED": { | |
230 "message": "To enable remote connections to a different computer, install Ch
romoting there and click \u201c$buttonName$\u201d.", | |
231 "description": "Message displayed to the user if there are no hosts register
ed to their account, informing them how to set up a host on another computer.", | |
232 "placeholders": { | |
233 "buttonName": { | |
234 "content": "$1", | |
235 "example": "Enable remote connections" | |
236 } | |
237 } | |
238 }, | |
239 "HOST_LIST_EMPTY_HOSTING_UNSUPPORTED": { | |
240 "message": "You have no computers registered. To enable remote connections t
o a computer, install Chromoting there and click \u201c$buttonName$\u201d.", | |
241 "description": "Message displayed to the user if there are no hosts register
ed to their account, informing them how to set up a host on another computer.", | |
242 "placeholders": { | |
243 "buttonName": { | |
244 "content": "$1", | |
245 "example": "Enable remote connections" | |
246 } | |
247 } | |
248 }, | |
249 "HOST_SETUP_CRASH_REPORTING_MESSAGE": { | |
250 "message": "Help us improve Chromoting by allowing us to collect usage stati
stics and crash reports.", | |
251 "description": "Message displayed next to the checkbox that the user can sel
ect to allow crash dump collection and reporting." | |
252 }, | |
253 "HOST_SETUP_DIALOG_DESCRIPTION": { | |
254 "message": "To protect access to this computer, please choose a PIN of $bold
Start$at least six digits$boldEnd$. This PIN will be required when connecting fr
om another location.", | |
255 "description": "Explanatory text displayed when the user enables remote acce
ss or changes the PIN.", | |
256 "placeholders": { | |
257 "boldStart": { | |
258 "content": "$1", | |
259 "example": "<b>" | |
260 }, | |
261 "boldEnd": { | |
262 "content": "$2", | |
263 "example": "</b>" | |
264 } | |
265 } | |
266 }, | |
267 "HOST_SETUP_HOST_FAILED": { | |
268 "message": "Failed to start remote access service.", | |
269 "description": "Message shown when host service fails to start when enabling
the host on local computer." | |
270 }, | |
271 "HOST_SETUP_INSTALL": { | |
272 "message": "Chrome is downloading the Chrome Remote Desktop Host installer.
Once the download is complete, please run the installer before continuing.", | |
273 "description": "Message shown when user is asked to manually install the Hos
t components." | |
274 }, | |
275 "HOST_SETUP_INSTALL_PENDING": { | |
276 "message": "Please run the installer before continuing.", | |
277 "description": "Message shown when user has attempted to continue past the m
anual install dialog, but the Host components are not yet installed." | |
278 }, | |
279 "HOST_SETUP_REGISTRATION_FAILED": { | |
280 "message": "Failed to register this computer.", | |
281 "description": "Message shown when host registration fails when enabling the
host on local computer." | |
282 }, | |
283 "HOST_SETUP_STARTED": { | |
284 "message": "Remote connections for this computer have been enabled.", | |
285 "description": "Message shown after access to local computer has been enable
d successfully." | |
286 }, | |
287 "HOST_SETUP_STARTED_DISABLE_SLEEP": { | |
288 "message": "Please check your computer's power management settings and ensur
e that it is not configured to sleep when idle.", | |
289 "description": "Instructions to the user to ask them to disable power manage
ment for the computer in order to be able to connect to it." | |
290 }, | |
291 "HOST_SETUP_STARTING": { | |
292 "message": "Enabling remote connections for this computer\u2026", | |
293 "description": "Message shown when local machine is being registered in the
directory and when starting the host." | |
294 }, | |
295 "HOST_SETUP_STOP_FAILED": { | |
296 "message": "Failed to disable remote access to this computer. Please try aga
in later.", | |
297 "description": "Message shown after we've failed to stop the host." | |
298 }, | |
299 "HOST_SETUP_STOPPED": { | |
300 "message": "Remote connections for this computer have been disabled.", | |
301 "description": "Message shown after host has been stopped." | |
302 }, | |
303 "HOST_SETUP_STOPPING": { | |
304 "message": "Disabling remote connections for this computer\u2026", | |
305 "description": "Message shown when host is being stopped on the local machin
e." | |
306 }, | |
307 "HOST_SETUP_UPDATED_PIN": { | |
308 "message": "Your PIN has been updated.", | |
309 "description": "Message shown after changing PIN for the local computer." | |
310 }, | |
311 "HOST_SETUP_UPDATING_PIN": { | |
312 "message": "The PIN for this computer is being updated\u2026", | |
313 "description": "Message shown while changing PIN for the local computer." | |
314 }, | |
315 "HOST_SETUP_UPDATE_PIN_FAILED": { | |
316 "message": "Failed to update the PIN. Please try again later.", | |
317 "description": "Message shown we fail to update PIN for the local computer." | |
318 }, | |
319 "HOME_SHARE_BUTTON": { | |
320 "message": "Share", | |
321 "description": "Clicking this button starts the desktop sharing process." | |
322 }, | |
323 "HOME_SHARE_DESCRIPTION": { | |
324 "message": "Share this computer for another user to see and control.", | |
325 "description": "Description of the 'share' or 'host' functionality, displaye
d next to a button that instigates a share operation." | |
326 }, | |
327 "HOME_SHARE_DESCRIPTION_CHROME_OS": { | |
328 "message": "(this feature is not yet available for Chromebooks\u2026 stay tu
ned)", | |
329 "description": "Text displayed below the description of the 'share' or 'host
' functionality on ChromeOS devices, where it is not yet supported." | |
330 }, | |
331 "INCOMING_CONNECTIONS": { | |
332 "message": "To this computer", | |
333 "description": "In the connection history dialog, clicking this button shows
only recent connections to this computer." | |
334 }, | |
335 "INSTRUCTIONS_SHARE_ABOVE": { | |
336 "message": "To begin sharing your desktop, give the access code below to the
person who will be assisting you.", | |
337 "description": "Instructions shown above the access code when it is ready to
be conveyed to the client." | |
338 }, | |
339 "INSTRUCTIONS_SHARE_BELOW": { | |
340 "message": "Once they enter the code your sharing session will begin.", | |
341 "description": "Instructions shown below the access code when it is ready to
be conveyed to the client." | |
342 }, | |
343 "INVALID_PIN": { | |
344 "message": "Please enter a PIN consisting of six or more digits.", | |
345 "description": "An error message displayed if the user enters an invalid PIN
while setting up a host." | |
346 }, | |
347 "IT2ME_FIRST_RUN": { | |
348 "message": "User-to-user screen sharing, perfect for remote technical suppor
t.", | |
349 "description": "Description of the 'IT2Me' remote support functionality, dis
played until the user clicks a 'get started' button, at which point it is replac
ed by the actual UI for that functionality." | |
350 }, | |
351 "LABEL_CONNECTED": { | |
352 "message": "Connected:", | |
353 "description": "String displayed in front of the host when a connection is a
ctive informing the client user who they are connected to." | |
354 }, | |
355 "ME2ME_FIRST_RUN": { | |
356 "message": "Access your own computer from anywhere.", | |
357 "description": "Description of the 'Me2Me' remote access functionality, disp
layed until the user clicks a 'get started' button, at which point it is replace
d by the actual UI for that functionality." | |
358 }, | |
359 "MESSAGE_GENERATING": { | |
360 "message": "Generating access code\u2026", | |
361 "description": "Text shown while generating an access code." | |
362 }, | |
363 "MESSAGE_SESSION_FINISHED": { | |
364 "message": "Your Chromoting session has ended.", | |
365 "description": "Message displayed when the client or host has disconnected." | |
366 }, | |
367 "MESSAGE_SHARED": { | |
368 "message": "Your desktop is currently shared with $user$.", | |
369 "description": "Message shown on the host computer while a session is active
informing them who is connected.", | |
370 "placeholders": { | |
371 "user": { | |
372 "content": "$1", | |
373 "example": "user@domain.com" | |
374 } | |
375 } | |
376 }, | |
377 "MODE_AUTHORIZE": { | |
378 "message": "Authorize", | |
379 "description": "Sub-title for the one-time authorization step. Displayed aft
er the product name and separated by a chevron." | |
380 }, | |
381 "MODE_IT2ME": { | |
382 "message": "Remote Assistance", | |
383 "description": "Sub-title for the remote assistance section of the UI, which
contains buttons to share this computer or to connect to another computer, both
on a one-off basis." | |
384 }, | |
385 "MODE_ME2ME": { | |
386 "message": "My Computers", | |
387 "description": "Sub-title for the remote access section of the UI, which con
tains a list of currently-shared hosts and a button to enable this computer for
long-term sharing." | |
388 }, | |
389 "OK": { | |
390 "message": "OK", | |
391 "description": "Label for general-purpose OK buttons." | |
392 }, | |
393 "OFFLINE": { | |
394 "message": "$hostname$ (offline)", | |
395 "description": "Modified version of the host name shown for hosts that are n
ot currently accessible.", | |
396 "placeholders": { | |
397 "hostname": { | |
398 "content": "$1", | |
399 "example": "My Linux desktop" | |
400 } | |
401 } | |
402 }, | |
403 "ORIGINAL_SIZE": { | |
404 "message": "Original size", | |
405 "description": "Menu option for disabling shrink-to-fit. When clicked, the r
emote desktop will be displayed at 1:1 scale." | |
406 }, | |
407 "OUTGOING_CONNECTIONS": { | |
408 "message": "From this computer", | |
409 "description": "In the connection history dialog, clicking this button shows
only recent connections from this computer." | |
410 }, | |
411 "PIN": { | |
412 "message": "PIN", | |
413 "description": "Label for the PIN entry box." | |
414 }, | |
415 "PIN_MESSAGE": { | |
416 "message": "Please enter your PIN for $hostname$.", | |
417 "description": "Message displayed to the user asking them to enter a PIN for
the host they are connecting to.", | |
418 "placeholders": { | |
419 "hostname": { | |
420 "content": "$1", | |
421 "example": "My Linux desktop" | |
422 } | |
423 } | |
424 }, | |
425 "PINS_NOT_EQUAL": { | |
426 "message": "Please enter the same PIN in both boxes.", | |
427 "description": "Error message displayed to the user if they enter different
PINs in the boxes marked 'PIN' and 'retype PIN'." | |
428 }, | |
429 "PRODUCT_DESCRIPTION": { | |
430 "message": "Access other computers or allow another user to access your comp
uter securely over the Internet.", | |
431 "description": "Web-app description. Displayed in Chromium's extensions page
." | |
432 }, | |
433 "PRODUCT_NAME": { | |
434 "message": "Chromoting", | |
435 "description": "The product name. Displayed in various Chromium pages, inclu
ding the New Tab page, and displayed prominently on the app's main page." | |
436 }, | |
437 "RECONNECT": { | |
438 "message": "Reconnect", | |
439 "description": "Label for button to reconnect to the previous Me2Me host. Th
is button appears on the 'session-finished' page." | |
440 }, | |
441 "RETRY": { | |
442 "message": "Retry", | |
443 "description": "Label for button to retry connecting to a Me2Me host, after
failing to connect to that host. This button appears on the 'session-finished' p
age." | |
444 }, | |
445 "SCREEN_OPTIONS": { | |
446 "message": "Screen options", | |
447 "description": "Tool-bar button used to access the Full-screen and shrink-to
-fit features ('screen' in this context refers to the fact that the options are
related to how the remote screen is displayed)." | |
448 }, | |
449 "SEND_CTRL_ALT_DEL": { | |
450 "message": "Ctrl-Alt-Del", | |
451 "description": "Label for the client-side menu button that sends a Ctrl-Alt-
Del sequence to the host. Clicking this button behaves as if Ctrl, Alt and Del w
ere pressed and then released at the host." | |
452 }, | |
453 "SEND_KEYS": { | |
454 "message": "Send keys", | |
455 "description": "Tool-bar button used to access buttons for pressing and rele
asing keys or sequences of keys that might not otherwise be available. For examp
le, Ctrl-Alt-Del, which if pressed at a client would take effect there, rather t
han being sent to the host as the user expected." | |
456 }, | |
457 "SEND_PRINT_SCREEN": { | |
458 "message": "PrtScn", | |
459 "description": "Label for the client-side menu button that sends a PrtScn ke
y press to the host. The 'PrtScn' abbreviation (as typically printed on the keyc
ap on English keyboards) is preferred over 'Print Screen', to make it clearer th
at this refers to the physical PrtScn key, and not the OS-specific keyboard shor
tcut for the screen capture functionality." | |
460 }, | |
461 "SHRINK_TO_FIT": { | |
462 "message": "Shrink to fit", | |
463 "description": "Menu option for enabling shrink-to-fit. When clicked, the re
mote desktop will be scaled down so that it fits in the browser window." | |
464 }, | |
465 "SIGN_IN_BUTTON": { | |
466 "message": "Sign in", | |
467 "description": "Sign in button, visible if the user's authentication token i
s corrupt, in which case the user has to sign in (authenticate) to the app again
." | |
468 }, | |
469 "SIGN_OUT_BUTTON": { | |
470 "message": "Sign out", | |
471 "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." | |
472 }, | |
473 "STOP_SHARING_BUTTON": { | |
474 "message": "Stop Sharing", | |
475 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." | |
476 }, | |
477 "TIME_HEADER": { | |
478 "message": "Time", | |
479 "description": "Column header in the connection history table showing the ti
me and date of a connection." | |
480 }, | |
481 "TOOLTIP_CONNECT": { | |
482 "message": "Connect to $hostname$", | |
483 "description": "The tool-tip shown when the user hovers over an on-line host
. Clicking the host will initiate a connection to it.", | |
484 "placeholders": { | |
485 "hostname": { | |
486 "content": "$1", | |
487 "example": "My Linux desktop" | |
488 } | |
489 } | |
490 }, | |
491 "TOOLTIP_DELETE": { | |
492 "message": "Disable remote connections to this computer", | |
493 "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." | |
494 }, | |
495 "TOOLTIP_RENAME": { | |
496 "message": "Edit computer name", | |
497 "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." | |
498 }, | |
499 "WARNING_NAT_DISABLED": { | |
500 "message": "NOTE: Policy settings permit connections only between computers
within your network.", | |
501 "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." | |
502 }, | |
503 "WHY_IS_THIS_SAFE": { | |
504 "message": "Why is this safe?", | |
505 "description": "Help link displayed when the user enables the host on this c
omputer. Clicking this link opens a page that explains why this operation is saf
e. This string appears in a UI with limited horizontal space. Please try to keep
translations no more than about 30 characters." | |
506 } | |
507 } | |
OLD | NEW |