OLD | NEW |
1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
2 <!-- This file contains definitions of strings that are specific to | 2 <!-- This file contains definitions of strings that are specific to |
3 Google Chrome. These strings will be translated for each locale that Google | 3 Google Chrome. These strings will be translated for each locale that Google |
4 Chrome supports. --> | 4 Chrome supports. --> |
5 | 5 |
6 <grit base_dir="." latest_public_release="0" current_release="1" | 6 <grit base_dir="." latest_public_release="0" current_release="1" |
7 source_lang_id="en" enc_check="möl"> | 7 source_lang_id="en" enc_check="möl"> |
8 <outputs> | 8 <outputs> |
9 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 9 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
10 <emit emit_type='prepend'></emit> | 10 <emit emit_type='prepend'></emit> |
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 </if> | 194 </if> |
195 <if expr="not is_ios and not is_android"> | 195 <if expr="not is_ios and not is_android"> |
196 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f
or an X509 certificate with an invalid authority"> | 196 <message name="IDS_CERT_ERROR_AUTHORITY_INVALID_DETAILS" desc="Details f
or an X509 certificate with an invalid authority"> |
197 This server could not prove that it is <ph name="DOMAIN"><strong>
;$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trus
ted by your computer's operating system. This may be caused by a misconfiguratio
n or an attacker intercepting your connection. | 197 This server could not prove that it is <ph name="DOMAIN"><strong>
;$1<ex>paypal.com</ex></strong></ph>; its security certificate is not trus
ted by your computer's operating system. This may be caused by a misconfiguratio
n or an attacker intercepting your connection. |
198 </message> | 198 </message> |
199 </if> | 199 </if> |
200 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> | 200 <message name="IDS_TASK_MANAGER_TITLE" desc="The title of the Task Manager
window"> |
201 Task Manager - Google Chrome | 201 Task Manager - Google Chrome |
202 </message> | 202 </message> |
203 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> | 203 <message name="IDS_SESSION_CRASHED_VIEW_MESSAGE" desc="Message shown when
the last session didn't exit cleanly."> |
204 Google Chrome didn't shut down correctly. To reopen the pages you had op
en, click Restore. | 204 Chrome didn't shut down correctly. |
205 </message> | 205 </message> |
206 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> | 206 <message name="IDS_SESSION_CRASHED_VIEW_UMA_OPTIN" desc="Text besides the
checkbox to let users optin to UMA in the restore from previous crash bubble."> |
207 Help make Google Chrome better by sending crash reports and <ph name="UM
A_LINK">$1<ex>usage statistics</ex></ph> to Google | 207 Help make Google Chrome better by sending crash reports and <ph name="UM
A_LINK">$1<ex>usage statistics</ex></ph> to Google |
208 </message> | 208 </message> |
209 <!-- Browser Window Title Format --> | 209 <!-- Browser Window Title Format --> |
210 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> | 210 <message name="IDS_BROWSER_WINDOW_TITLE_FORMAT" desc="The format for title
s displayed in tabs and popup windows"> |
211 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome | 211 <ph name="PAGE_TITLE">$1<ex>Google</ex></ph> - Google Chrome |
212 </message> | 212 </message> |
213 <if expr="not chromeos"> | 213 <if expr="not chromeos"> |
214 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> | 214 <message name="IDS_GET_HELP_USING_CHROME" desc="Text of the button which
takes the user to the Chrome help page."> |
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1237 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1237 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1238 </message> | 1238 </message> |
1239 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1239 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1240 Chrome OS terms | 1240 Chrome OS terms |
1241 </message> | 1241 </message> |
1242 </if> | 1242 </if> |
1243 | 1243 |
1244 </messages> | 1244 </messages> |
1245 </release> | 1245 </release> |
1246 </grit> | 1246 </grit> |
OLD | NEW |