OLD | NEW |
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 "CANCEL": { | 16 "CANCEL": { |
17 "message": "Cancel", | 17 "message": "Cancel", |
18 "description": "Label for general-purpose Cancel buttons." | 18 "description": "Label for general-purpose Cancel buttons." |
19 }, | 19 }, |
20 "CLOSE_PROMPT": { | 20 "CLOSE_PROMPT": { |
21 "message": "Navigating away from this page will end your Chromoting session.
", | 21 "message": "Leaving this page will end your Chromoting session.", |
22 "description": "Message shown when the Chromoting client tab is closed while
a connection is active." | 22 "description": "Message shown when the Chromoting client tab is closed while
a connection is active." |
23 }, | 23 }, |
24 "CONNECT_BUTTON": { | 24 "CONNECT_BUTTON": { |
25 "message": "Connect", | 25 "message": "Connect", |
26 "description": "Label for the connect button. Clicking this button will star
t the Chromoting session if the access code is correct." | 26 "description": "Label for the connect button. Clicking this button will star
t the Chromoting session if the access code is correct." |
27 }, | 27 }, |
28 "CONTINUE_BUTTON": { | 28 "CONTINUE_BUTTON": { |
29 "message": "Continue", | 29 "message": "Continue", |
30 "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." | 30 "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." |
31 }, | 31 }, |
32 "CONTINUE_PROMPT": { | 32 "CONTINUE_PROMPT": { |
33 "message": "You are currently sharing this machine with another user. Please
confirm that you want to continue sharing.", | 33 "message": "You are currently sharing this machine with another user. Please
confirm that you want to continue sharing.", |
34 "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." | 34 "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." |
35 }, | 35 }, |
36 "DESCRIPTION_AUTHORIZE": { | 36 "DESCRIPTION_AUTHORIZE": { |
37 "message": "In order to use Chromoting you must first grant extended access
permissions to your computer. Click Continue to authorize. You only have to do t
his once.", | 37 "message": "In order to use Chromoting you must first grant extended access
permissions to your computer. Click Continue to view the required permissions. Y
ou only have to do this once.", |
38 "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.
" | 38 "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.
" |
39 }, | 39 }, |
40 "DESCRIPTION_CONNECT": { | 40 "DESCRIPTION_CONNECT": { |
41 "message": "Have the user whose computer you wish to access click ‘Share thi
s computer’ and then have them read their access code to you.", | 41 "message": "Ask the user whose computer you wish to access to click ‘Share T
his Computer’ and then provide you with the access code.", |
42 "description": "Description for the client app. This is shown to the client
user above the access code entry box before the connection is started." | 42 "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 This Computer' quote should be copied verbatim from the correspondin
g translation." |
43 }, | 43 }, |
44 "DESCRIPTION_SHARE": { | 44 "DESCRIPTION_SHARE": { |
45 "message": "With Chromoting you can easily and securely let another Chrome u
ser see and control your computer.", | 45 "message": "With Chromoting you can easily and securely let another Chromium
user see and control your computer.", |
46 "description": "Description for the host app. This is shown to the host abov
e the 'Share' button user before the client connects." | 46 "description": "Description for the host app. This is shown to the host abov
e the 'Share This Computer' button user before the client connects." |
47 }, | 47 }, |
48 "DISCONNECT_BUTTON": { | 48 "DISCONNECT_BUTTON": { |
49 "message": "Disconnect", | 49 "message": "Disconnect", |
50 "description": "Label for the disconnect button, without keyboard shortcuts.
Only used in case we aren't able to enable hot-key support." | 50 "description": "Label for the disconnect button, without keyboard shortcuts.
Only used in case we aren't able to enable hot-key support." |
51 }, | 51 }, |
52 "DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": { | 52 "DISCONNECT_BUTTON_PLUS_SHORTCUT_LINUX": { |
53 "message": "Disconnect (Ctrl+Alt+Esc)", | 53 "message": "Disconnect (Ctrl+Alt+Esc)", |
54 "description": "Label for the disconnect button including the Linux keyboard
shortcut." | 54 "description": "Label for the disconnect button including the Linux keyboard
shortcut." |
55 }, | 55 }, |
56 "DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": { | 56 "DISCONNECT_BUTTON_PLUS_SHORTCUT_MAC_OS_X": { |
57 "message": "Disconnect (⌥⌃⎋)", | 57 "message": "Disconnect (⌥⌃⎋)", |
58 "description": "Label for the disconnect button including the Mac OS X keybo
ard shortcut." | 58 "description": "Label for the disconnect button including the Mac OS X keybo
ard shortcut." |
59 }, | 59 }, |
60 "DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": { | 60 "DISCONNECT_BUTTON_PLUS_SHORTCUT_WINDOWS": { |
61 "message": "Disconnect (Ctrl+Alt+Esc)", | 61 "message": "Disconnect (Ctrl+Alt+Esc)", |
62 "description": "Label for the disconnect button including the Windows keyboa
rd shortcut." | 62 "description": "Label for the disconnect button including the Windows keyboa
rd shortcut." |
63 }, | 63 }, |
64 "ERROR_GENERIC": { | 64 "ERROR_GENERIC": { |
65 "message": "An error occurred.", | 65 "message": "An unknown error occurred. Please sign out of Chromoting and try
again.", |
66 "description": "Generic error message, displayed if something went wrong, bu
t we aren't able to determine what, or the cause is too technical to be of use t
o a typical user." | 66 "description": "Generic error message, displayed if something went wrong, bu
t we aren't able to determine what, or the cause is too technical to be of use t
o a typical user." |
67 }, | 67 }, |
68 "ERROR_INVALID_ACCESS_CODE": { | 68 "ERROR_INVALID_ACCESS_CODE": { |
69 "message": "Invalid access code.", | 69 "message": "The access code is invalid. Please try again.", |
70 "description": "Error displayed if an invalid access code is entered." | 70 "description": "Error displayed if an invalid access code is entered." |
71 }, | 71 }, |
72 "ERROR_MISSING_PLUGIN": { | 72 "ERROR_MISSING_PLUGIN": { |
73 "message": "The viewer plugin is missing or out-of-date. Please upgrade to a
more recent version of Chrome.", | 73 "message": "Plugin missing or out-of-date. Please make sure you're running t
he latest version of Chromium and try again.", |
74 "description": "Error displayed if the client plugin fails to load. The most
common reason for this is that the web-app is being used in a version of Chrome
that doesn't support it." | 74 "description": "Error displayed if the client plugin fails to load. The most
common reason for this is that the web-app is being used in a version of Chromi
um that doesn't support it." |
75 }, | 75 }, |
76 "ERROR_NO_RESPONSE": { | 76 "ERROR_NO_RESPONSE": { |
77 "message": "Failed to get response from server.", | 77 "message": "Failed to get a response from the server.", |
78 "description": "Error displayed by the client if the server does not respond
to a network request." | 78 "description": "Error displayed by the client if the server does not respond
to a network request." |
79 }, | 79 }, |
80 "ERROR_AUTHENTICATION_FAILED": { | 80 "ERROR_AUTHENTICATION_FAILED": { |
81 "message": "Authentication failed. Try logging out and re-authorizing.", | 81 "message": "Authentication failed. Please sign out of Chromoting and try aga
in.", |
82 "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." | 82 "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." |
83 }, | 83 }, |
84 "ERROR_UNABLE_TO_GET_TOKEN": { | 84 "ERROR_UNABLE_TO_GET_TOKEN": { |
85 "message": "Unable to get access token.", | 85 "message": "There was a problem accessing the server. Please try again.", |
86 "description": "Error message displayed if an access token could not be gene
rated." | 86 "description": "Error message displayed if an access token could not be gene
rated." |
87 }, | 87 }, |
88 "FOOTER_CLIENT": { | 88 "FOOTER_CLIENT": { |
89 "message": "Click here to $linkBegin$share this computer$linkEnd$ with anoth
er user.", | 89 "message": "Click here to $linkBegin$share this computer$linkEnd$ with anoth
er user.", |
90 "description": "Instructions and hyperlink to switch from client mode to hos
t mode.", | 90 "description": "Instructions and hyperlink to switch from client mode to hos
t mode.", |
91 "placeholders": { | 91 "placeholders": { |
92 "linkBegin": { | 92 "linkBegin": { |
93 "content": "$1", | 93 "content": "$1", |
94 "example": "<a href=...>" | 94 "example": "<a href=...>" |
95 }, | 95 }, |
96 "linkEnd": { | 96 "linkEnd": { |
97 "content": "$2", | 97 "content": "$2", |
98 "example": "</a>" | 98 "example": "</a>" |
99 } | 99 } |
100 } | 100 } |
101 }, | 101 }, |
102 "FOOTER_CHROME_OS": { | 102 "FOOTER_CHROME_OS": { |
103 "message": "Currently Hosting is not supported on Chromebooks. Hosting is su
pported on Windows, Mac OS X and Linux.", | 103 "message": "Sharing is not currently supported on Chromebooks.", |
104 "description": "Footer text displayed on ChromeOS in lieu of the mode switch
hyperlink." | 104 "description": "Footer text displayed on ChromeOS in lieu of the mode switch
hyperlink." |
105 }, | 105 }, |
106 "FOOTER_HOST": { | 106 "FOOTER_HOST": { |
107 "message": "Click here to $linkBegin$access a shared computer$linkEnd$.", | 107 "message": "Click here to $linkBegin$access a shared computer$linkEnd$.", |
108 "description": "Instructions and hyperlink to switch from host mode to clien
t mode.", | 108 "description": "Instructions and hyperlink to switch from host mode to clien
t mode.", |
109 "placeholders": { | 109 "placeholders": { |
110 "linkBegin": { | 110 "linkBegin": { |
111 "content": "$1", | 111 "content": "$1", |
112 "example": "<a href=...>" | 112 "example": "<a href=...>" |
113 }, | 113 }, |
114 "linkEnd": { | 114 "linkEnd": { |
115 "content": "$2", | 115 "content": "$2", |
116 "example": "</a>" | 116 "example": "</a>" |
117 } | 117 } |
118 } | 118 } |
119 }, | 119 }, |
120 "FOOTER_WAITING": { | 120 "FOOTER_WAITING": { |
121 "message": "waiting for connection…", | 121 "message": "waiting for connection…", |
122 "description": "Footer text displayed at the host after an access code has b
een generated, but before a client connects." | 122 "description": "Footer text displayed at the host after an access code has b
een generated, but before a client connects." |
123 }, | 123 }, |
124 "HELP": { | 124 "HELP": { |
125 "message": "Help", | 125 "message": "Help", |
126 "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." | 126 "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." |
127 }, | 127 }, |
128 "INSTRUCTIONS_SHARE_ABOVE": { | 128 "INSTRUCTIONS_SHARE_ABOVE": { |
129 "message": "To begin sharing your desktop, read out the access code below to
the person who will be assisting you.", | 129 "message": "To begin sharing your desktop, provide the access code below to
the person who will be assisting you.", |
130 "description": "Instructions shown above the access code when it is ready to
be conveyed to the client." | 130 "description": "Instructions shown above the access code when it is ready to
be conveyed to the client." |
131 }, | 131 }, |
132 "INSTRUCTIONS_SHARE_BELOW": { | 132 "INSTRUCTIONS_SHARE_BELOW": { |
133 "message": "Once they enter the code your sharing session will begin.", | 133 "message": "Once they enter the code your sharing session will begin.", |
134 "description": "Instructions shown below the access code when it is ready to
be conveyed to the client." | 134 "description": "Instructions shown below the access code when it is ready to
be conveyed to the client." |
135 }, | 135 }, |
136 "LABEL_CONNECTED": { | 136 "LABEL_CONNECTED": { |
137 "message": "Connected:", | 137 "message": "Connected:", |
138 "description": "String displayed in front of the host when a connection is a
ctive informing the client user who they are connected to." | 138 "description": "String displayed in front of the host when a connection is a
ctive informing the client user who they are connected to." |
139 }, | 139 }, |
140 "LOGOUT_BUTTON": { | 140 "SIGN_OUT_BUTTON": { |
141 "message": "Logout", | 141 "message": "Sign out", |
142 "description": "Logout button, visible if the user has authenticated. Clicki
ng this clears authentication credentials and returns the web-app to the initial
'unauthenticated' state." | 142 "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." |
143 }, | 143 }, |
144 "MESSAGE_GENERATING": { | 144 "MESSAGE_GENERATING": { |
145 "message": "Generating access code…", | 145 "message": "Generating access code…", |
146 "description": "Text shown while generating an access code." | 146 "description": "Text shown while generating an access code." |
147 }, | 147 }, |
148 "MESSAGE_SESSION_FINISHED": { | 148 "MESSAGE_SESSION_FINISHED": { |
149 "message": "Your Chromoting session has ended.", | 149 "message": "Your Chromoting session has ended.", |
150 "description": "Message displayed when the client or host has disconnected." | 150 "description": "Message displayed when the client or host has disconnected." |
151 }, | 151 }, |
152 "MESSAGE_SHARED": { | 152 "MESSAGE_SHARED": { |
(...skipping 16 matching lines...) Expand all Loading... |
169 }, | 169 }, |
170 "MODE_SHARE": { | 170 "MODE_SHARE": { |
171 "message": "Share", | 171 "message": "Share", |
172 "description": "Sub-title for the host app. Displayed after the product name
and separated by a chevron." | 172 "description": "Sub-title for the host app. Displayed after the product name
and separated by a chevron." |
173 }, | 173 }, |
174 "OK": { | 174 "OK": { |
175 "message": "OK", | 175 "message": "OK", |
176 "description": "Label for general-purpose OK buttons." | 176 "description": "Label for general-purpose OK buttons." |
177 }, | 177 }, |
178 "PRODUCT_DESCRIPTION": { | 178 "PRODUCT_DESCRIPTION": { |
179 "message": "Remote support in Chrome.", | 179 "message": "Remote support in Chromium.", |
180 "description": "Web-app description. Displayed in Chrome's extensions page." | 180 "description": "Web-app description. Displayed in Chromium's extensions page
." |
181 }, | 181 }, |
182 "PRODUCT_NAME": { | 182 "PRODUCT_NAME": { |
183 "message": "Chromoting", | 183 "message": "Chromoting", |
184 "description": "The product name. Displayed in various Chrome page, includin
g the New Tab page, and displayed prominently on the app's main page." | 184 "description": "The product name. Displayed in various Chromium pages, inclu
ding the New Tab page, and displayed prominently on the app's main page." |
185 }, | 185 }, |
186 "PRODUCT_NAME_AND_VERSION": { | 186 "PRODUCT_NAME_AND_VERSION": { |
187 "message": "Chromoting v1.0", | 187 "message": "Chromoting v1.0", |
188 "description": "The product name and version number. Displayed in Chrome's e
xtensions page." | 188 "description": "The product name and version number. Displayed in Chromium's
extensions page." |
| 189 }, |
| 190 "REQUEST_FIREWALL_PERMISSION": { |
| 191 "message": "$exe$ requires permission to accept incoming connections for Chr
omoting to function.", |
| 192 "description": "Message displayed to the used if Chromoting detects that a f
irewall exception is required. The message will be presented in a dialog with tw
o buttons: OK and Cancel.", |
| 193 "placeholders": { |
| 194 "exe": { |
| 195 "content": "$1", |
| 196 "example": "Chromium.exe" |
| 197 } |
| 198 } |
189 }, | 199 }, |
190 "SCALE_BUTTON": { | 200 "SCALE_BUTTON": { |
191 "message": "Fit Screen", | 201 "message": "Fit Screen", |
192 "description": "Label for the scaling button. Clicking this toggles between
scale-to-fit and 1:1 mode. This is displayed in a tool-bar with limited horizont
al space; please try to keep the translation under 20 characters." | 202 "description": "Label for the scaling button. Clicking this toggles between
scale-to-fit and 1:1 mode. This is displayed in a tool-bar with limited horizont
al space; please try to keep the translation under 20 characters." |
193 }, | 203 }, |
194 "SHARE_BUTTON": { | 204 "SHARE_BUTTON": { |
195 "message": "Share This Computer", | 205 "message": "Share This Computer", |
196 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." | 206 "description": "Label for the share button on the host-side. Clicking this b
utton generates an access code to be conveyed to the client." |
197 }, | 207 }, |
198 "STOP_SHARING_BUTTON": { | 208 "STOP_SHARING_BUTTON": { |
199 "message": "Stop Sharing", | 209 "message": "Stop Sharing", |
200 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." | 210 "description": "Label for the 'stop sharing' button on the host-side. Clicki
ng this button disconnects the client." |
201 }, | 211 }, |
202 "VERIFYING_CODE": { | 212 "VERIFYING_CODE": { |
203 "message": "Verifying access code…", | 213 "message": "Verifying access code…", |
204 "description": "Message displayed on the client while the access code is ver
ified." | 214 "description": "Message displayed on the client while the access code is ver
ified." |
205 } | 215 } |
206 } | 216 } |
OLD | NEW |