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 1145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1156 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u
pgrade bubble view."> | 1156 <message name="IDS_UPGRADE_BUBBLE_TITLE" desc="Text for the title of the u
pgrade bubble view."> |
1157 Chrome is out of date | 1157 Chrome is out of date |
1158 </message> | 1158 </message> |
1159 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble
view full description."> | 1159 <message name="IDS_UPGRADE_BUBBLE_TEXT" desc="Text for the upgrade bubble
view full description."> |
1160 Chrome could not update itself to the latest version, so you are missing
out on awesome new features and security fixes. You need to manually reinstall
Chrome. | 1160 Chrome could not update itself to the latest version, so you are missing
out on awesome new features and security fixes. You need to manually reinstall
Chrome. |
1161 </message> | 1161 </message> |
1162 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad
e bubble view full description."> | 1162 <message name="IDS_UPGRADE_BUBBLE_REENABLE_TEXT" desc="Text for the upgrad
e bubble view full description."> |
1163 Chrome could not update itself to the latest version, so you are missing
out on awesome new features and security fixes. You need to update Chrome. | 1163 Chrome could not update itself to the latest version, so you are missing
out on awesome new features and security fixes. You need to update Chrome. |
1164 </message> | 1164 </message> |
1165 | 1165 |
| 1166 <!-- Upgrade recovery bubble --> |
| 1167 <message name="IDS_RUN_RECOVERY" desc="Text for the button the user click
s to recover Chrome update channel."> |
| 1168 Fix Chrome |
| 1169 </message> |
| 1170 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the
upgrade recovery bubble view."> |
| 1171 Chrome upgrade channel is broken |
| 1172 </message> |
| 1173 <message name="IDS_RECOVERY_BUBBLE_TEXT" desc="Text for the upgrade recov
ery bubble view full description."> |
| 1174 Chrome upgrade channel is broken which will cause Chrome fail to update
to the latest version. Administrative privileges is required to fix that. Do yo
u want to fix it? |
| 1175 </message> |
| 1176 |
1166 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> | 1177 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> |
1167 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo
g asking whether the user wants to upload suspected malicious files for analysis
"> | 1178 <message name="IDS_FEEDBACK_SERVICE_DIALOG_TITLE" desc="Title of the dialo
g asking whether the user wants to upload suspected malicious files for analysis
"> |
1168 Help make Chrome better | 1179 Help make Chrome better |
1169 </message> | 1180 </message> |
1170 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> | 1181 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> |
1171 You can help make Chrome safer and easier to use by automatically report
ing details of possible security incidents to Google. | 1182 You can help make Chrome safer and easier to use by automatically report
ing details of possible security incidents to Google. |
1172 </message> | 1183 </message> |
1173 | 1184 |
1174 <!-- SSL Interstitial V2 strings --> | 1185 <!-- SSL Interstitial V2 strings --> |
1175 <if expr="is_android or is_ios"> | 1186 <if expr="is_android or is_ios"> |
(...skipping 19 matching lines...) Expand all Loading... |
1195 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. | 1206 Chrome updates automatically so you always have the freshest version.
When this download completes, Chrome will restart and you'll be on your way. |
1196 </message> | 1207 </message> |
1197 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> | 1208 <message name="IDS_EULA_SCREEN_ACCESSIBLE_TITLE" desc="Title to be spoke
n on opening the OOBE EULA screen"> |
1198 Chrome OS terms | 1209 Chrome OS terms |
1199 </message> | 1210 </message> |
1200 </if> | 1211 </if> |
1201 | 1212 |
1202 </messages> | 1213 </messages> |
1203 </release> | 1214 </release> |
1204 </grit> | 1215 </grit> |
OLD | NEW |