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

Side by Side Diff: remoting/webapp/_locales.official/en_GB/messages.json

Issue 11275101: Fix branding in chromoting string resources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
OLDNEW
(Empty)
1 {
2 "access_code": {
3 "message": "Access code"
4 },
5 "access_code_timer": {
6 "message": "This access code will expire in $1",
7 "placeholders": {
8 "1": {
9 "content": "$1"
10 }
11 }
12 },
13 "all_connections": {
14 "message": "All connections"
15 },
16 "ask_pin_dialog_confirm_label": {
17 "message": "Re-type PIN"
18 },
19 "ask_pin_dialog_label": {
20 "message": "PIN"
21 },
22 "cancel": {
23 "message": "Cancel"
24 },
25 "clear_history": {
26 "message": "Clear history"
27 },
28 "close": {
29 "message": "Close"
30 },
31 "close_prompt": {
32 "message": "Leaving this page will end your Chrome Remote Desktop session."
33 },
34 "confirm_host_delete": {
35 "message": "Are you sure you want to disable remote connections to $1? If yo u change your mind you'll need to visit that computer to re-enable connections." ,
36 "placeholders": {
37 "1": {
38 "content": "$1"
39 }
40 }
41 },
42 "connect_button": {
43 "message": "Connect"
44 },
45 "connection_from_header": {
46 "message": "From"
47 },
48 "connection_history_button": {
49 "message": "Connection history"
50 },
51 "connection_history_title": {
52 "message": "Connection History"
53 },
54 "connection_to_header": {
55 "message": "To"
56 },
57 "continue_button": {
58 "message": "Continue"
59 },
60 "continue_prompt": {
61 "message": "You are currently sharing this machine with another user. Do you want to continue sharing?"
62 },
63 "description_authorize": {
64 "message": "To use Chrome Remote Desktop you must grant extended access perm issions to your computer. You only have to do this once."
65 },
66 "description_connect": {
67 "message": "Ask the user whose computer you wish to access to click \u2018Sh are Now\u2019 and give you the access code."
68 },
69 "description_home": {
70 "message": "Chrome Remote Desktop allows you to securely share your computer over the Web. Both users must be running the Chrome Remote Desktop app, which c an be found at $1.",
71 "placeholders": {
72 "1": {
73 "content": "$1"
74 }
75 }
76 },
77 "disable_host": {
78 "message": "Disable"
79 },
80 "disconnect_button_plus_shortcut_linux": {
81 "message": "Disconnect (Ctrl+Alt+Esc)"
82 },
83 "disconnect_button_plus_shortcut_mac_os_x": {
84 "message": "Disconnect (Opt+Ctrl+Esc)"
85 },
86 "disconnect_button_plus_shortcut_windows": {
87 "message": "Disconnect (Ctrl+Alt+Esc)"
88 },
89 "disconnect_myself_button": {
90 "message": "Disconnect"
91 },
92 "disconnect_other_button": {
93 "message": "Disconnect"
94 },
95 "duration_header": {
96 "message": "Duration"
97 },
98 "error_authentication_failed": {
99 "message": "Authentication failed. Please sign in to Chrome Remote Desktop a gain."
100 },
101 "error_bad_plugin_version": {
102 "message": "Some components required for Chrome Remote Desktop are missing. Please make sure that you have installed the latest version and try again."
103 },
104 "error_host_is_offline": {
105 "message": "The remote computer is not responding to connection requests. Pl ease verify that it is online and try again."
106 },
107 "error_host_overload": {
108 "message": "Connections to the remote computer are temporarily blocked becau se somebody was trying to connect to it with an invalid PIN. Please try again la ter."
109 },
110 "error_incompatible_protocol": {
111 "message": "An incompatible version of Chrome Remote Desktop was detected. P lease make sure that you have the latest version of Google Chrome and Chrome Rem ote Desktop on both computers and try again."
112 },
113 "error_invalid_access_code": {
114 "message": "The access code is invalid. Please try again."
115 },
116 "error_invalid_host_domain": {
117 "message": "Policy settings do not permit sharing this computer as a Chrome Remote Desktop host. Contact your system administrator for assistance."
118 },
119 "error_missing_plugin": {
120 "message": "Some components required for Chrome Remote Desktop are missing. Please make sure that you're running the latest version of Google Chrome and try again."
121 },
122 "error_network_failure": {
123 "message": "Unable to reach the host. This is probably due to the configurat ion of the network you are using."
124 },
125 "error_no_response": {
126 "message": "The server failed to respond to the network request."
127 },
128 "error_not_authenticated": {
129 "message": "You are not signed in to Chrome Remote Desktop. Please sign in a nd try again."
130 },
131 "error_service_unavailable": {
132 "message": "Our service is temporarily unavailable. Please try again later."
133 },
134 "error_unexpected": {
135 "message": "An unexpected error occurred. Please report this problem to the developers."
136 },
137 "footer_connecting": {
138 "message": "Connecting\u2026"
139 },
140 "footer_waiting": {
141 "message": "waiting for connection\u2026"
142 },
143 "full_screen": {
144 "message": "Full screen"
145 },
146 "get_started": {
147 "message": "Get started"
148 },
149 "help": {
150 "message": "Help"
151 },
152 "home_access_button": {
153 "message": "Access"
154 },
155 "home_access_description": {
156 "message": "See and control a shared computer."
157 },
158 "home_daemon_active_message": {
159 "message": "You may securely access this computer using Chrome Remote Deskto p."
160 },
161 "home_daemon_change_pin_link": {
162 "message": "Change PIN"
163 },
164 "home_daemon_start_button": {
165 "message": "Enable remote connections"
166 },
167 "home_daemon_start_message": {
168 "message": "You must enable remote connections if you want to use Chrome Rem ote Desktop to access this computer."
169 },
170 "home_daemon_stop_button": {
171 "message": "Disable remote connections"
172 },
173 "home_share_button": {
174 "message": "Share"
175 },
176 "home_share_description": {
177 "message": "Share this computer for another user to see and control."
178 },
179 "home_share_description_chrome_os": {
180 "message": "(this feature is not yet available for Chromebooks\u2026 stay tu ned)"
181 },
182 "host_list_empty_hosting_supported": {
183 "message": "To enable remote connections to a different computer, install Ch rome Remote Desktop there and click \u201c$1\u201d.",
184 "placeholders": {
185 "1": {
186 "content": "$1"
187 }
188 }
189 },
190 "host_list_empty_hosting_unsupported": {
191 "message": "You have no computers registered. To enable remote connections t o a computer, install Chrome Remote Desktop there and click \u201c$1\u201d.",
192 "placeholders": {
193 "1": {
194 "content": "$1"
195 }
196 }
197 },
198 "host_setup_crash_reporting_message": {
199 "message": "Help us improve Chrome Remote Desktop by allowing us to collect usage statistics and crash reports."
200 },
201 "host_setup_dialog_description": {
202 "message": "To protect access to this computer, please choose a PIN of $1at least six digits$2. This PIN will be required when connecting from another locat ion.",
203 "placeholders": {
204 "1": {
205 "content": "$1"
206 },
207 "2": {
208 "content": "$2"
209 }
210 }
211 },
212 "host_setup_host_failed": {
213 "message": "Failed to start remote access service."
214 },
215 "host_setup_install": {
216 "message": "Chrome is downloading the Chrome Remote Desktop Host installer. Once the download is complete, please run the installer before continuing."
217 },
218 "host_setup_install_pending": {
219 "message": "Please run the installer before continuing."
220 },
221 "host_setup_registration_failed": {
222 "message": "Failed to register this computer."
223 },
224 "host_setup_started": {
225 "message": "Remote connections for this computer have been enabled."
226 },
227 "host_setup_started_disable_sleep": {
228 "message": "Please check your computer's power management settings and ensur e that it is not configured to sleep when idle."
229 },
230 "host_setup_starting": {
231 "message": "Enabling remote connections for this computer\u2026"
232 },
233 "host_setup_stop_failed": {
234 "message": "Failed to disable remote access to this computer. Please try aga in later."
235 },
236 "host_setup_stopped": {
237 "message": "Remote connections for this computer have been disabled."
238 },
239 "host_setup_stopping": {
240 "message": "Disabling remote connections for this computer\u2026"
241 },
242 "host_setup_update_pin_failed": {
243 "message": "Failed to update the PIN. Please try again later."
244 },
245 "host_setup_updated_pin": {
246 "message": "Your PIN has been updated."
247 },
248 "host_setup_updating_pin": {
249 "message": "The PIN for this computer is being updated\u2026"
250 },
251 "incoming_connections": {
252 "message": "To this computer"
253 },
254 "instructions_share_above": {
255 "message": "To begin sharing your desktop, give the access code below to the person who will be assisting you."
256 },
257 "instructions_share_below": {
258 "message": "Once they have entered the code your sharing session will begin. "
259 },
260 "invalid_pin": {
261 "message": "Please enter a PIN consisting of six or more digits."
262 },
263 "it2me_first_run": {
264 "message": "User-to-user screen sharing, perfect for remote technical suppor t."
265 },
266 "label_connected": {
267 "message": "Connected:"
268 },
269 "me2me_first_run": {
270 "message": "Access your own computer from anywhere."
271 },
272 "message_generating": {
273 "message": "Generating access code\u2026"
274 },
275 "message_session_finished": {
276 "message": "Your Chrome Remote Desktop session has ended."
277 },
278 "message_shared": {
279 "message": "Your desktop is currently shared with $1.",
280 "placeholders": {
281 "1": {
282 "content": "$1"
283 }
284 }
285 },
286 "mode_authorize": {
287 "message": "Authorise"
288 },
289 "mode_it2me": {
290 "message": "Remote Assistance"
291 },
292 "mode_me2me": {
293 "message": "My Computers"
294 },
295 "offline": {
296 "message": "$1 (offline)",
297 "placeholders": {
298 "1": {
299 "content": "$1"
300 }
301 }
302 },
303 "ok": {
304 "message": "OK"
305 },
306 "original_size": {
307 "message": "Original size"
308 },
309 "outgoing_connections": {
310 "message": "From this computer"
311 },
312 "pin": {
313 "message": "PIN"
314 },
315 "pin_message": {
316 "message": "Please enter your PIN for $1.",
317 "placeholders": {
318 "1": {
319 "content": "$1"
320 }
321 }
322 },
323 "pins_not_equal": {
324 "message": "Please enter the same PIN in both boxes."
325 },
326 "product_description": {
327 "message": "Access other computers or allow another user to access your comp uter securely over the Internet."
328 },
329 "product_name": {
330 "message": "Chrome Remote Desktop"
331 },
332 "reconnect": {
333 "message": "Reconnect"
334 },
335 "retry": {
336 "message": "Retry"
337 },
338 "screen_options": {
339 "message": "Screen options"
340 },
341 "send_ctrl_alt_del": {
342 "message": "Ctrl-Alt-Del"
343 },
344 "send_keys": {
345 "message": "Send keys"
346 },
347 "send_print_screen": {
348 "message": "PrtScn"
349 },
350 "shrink_to_fit": {
351 "message": "Shrink to fit"
352 },
353 "sign_in_button": {
354 "message": "Sign in"
355 },
356 "sign_out_button": {
357 "message": "Sign out"
358 },
359 "stop_sharing_button": {
360 "message": "Stop Sharing"
361 },
362 "time_header": {
363 "message": "Time"
364 },
365 "tooltip_connect": {
366 "message": "Connect to $1",
367 "placeholders": {
368 "1": {
369 "content": "$1"
370 }
371 }
372 },
373 "tooltip_delete": {
374 "message": "Disable remote connections to this computer"
375 },
376 "tooltip_rename": {
377 "message": "Edit computer name"
378 },
379 "warning_nat_disabled": {
380 "message": "NOTE: Policy settings only permit connections between computers within your network."
381 },
382 "why_is_this_safe": {
383 "message": "Why is this safe?"
384 }
385 }
OLDNEW
« no previous file with comments | « remoting/webapp/_locales.official/en/messages.json ('k') | remoting/webapp/_locales.official/es/messages.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698