| 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 distribution specific. | 2 <!-- This file contains definitions of strings that are distribution specific. |
| 3 If you update this file, be sure also to update google_chrome_strings.grd. --> | 3 If you update this file, be sure also to update google_chrome_strings.grd. --> |
| 4 | 4 |
| 5 <grit base_dir="." latest_public_release="0" current_release="1" | 5 <grit base_dir="." latest_public_release="0" current_release="1" |
| 6 source_lang_id="en" enc_check="möl"> | 6 source_lang_id="en" enc_check="möl"> |
| 7 <outputs> | 7 <outputs> |
| 8 <output filename="grit/chromium_strings.h" type="rc_header"> | 8 <output filename="grit/chromium_strings.h" type="rc_header"> |
| 9 <emit emit_type='prepend'></emit> | 9 <emit emit_type='prepend'></emit> |
| 10 </output> | 10 </output> |
| (...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1110 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl
icks to decline recovery request."> | 1110 <message name="IDS_DECLINE_RECOVERY" desc="Text for the button the user cl
icks to decline recovery request."> |
| 1111 No, thanks | 1111 No, thanks |
| 1112 </message> | 1112 </message> |
| 1113 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the
chrome recovery bubble view."> | 1113 <message name="IDS_RECOVERY_BUBBLE_TITLE" desc="Text for the title of the
chrome recovery bubble view."> |
| 1114 Chromium is out of date | 1114 Chromium is out of date |
| 1115 </message> | 1115 </message> |
| 1116 <message name="IDS_RECOVERY_BUBBLE_TEXT" desc="Text for the chrome recover
y bubble view full description."> | 1116 <message name="IDS_RECOVERY_BUBBLE_TEXT" desc="Text for the chrome recover
y bubble view full description."> |
| 1117 Important security improvements and new features are available in the la
test version. | 1117 Important security improvements and new features are available in the la
test version. |
| 1118 </message> | 1118 </message> |
| 1119 | 1119 |
| 1120 <!-- Critical Notification bubble --> |
| 1121 <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE" desc="The headline for
the critical notification"> |
| 1122 {SECONDS, plural, |
| 1123 =1 {Chromium will restart in 1 second.} |
| 1124 other {Chromium will restart in # seconds.}} |
| 1125 </message> |
| 1126 <message name="IDS_CRITICAL_NOTIFICATION_HEADLINE_ALTERNATE" desc="The hea
dline for the critical notification when the countdown reaches 0 (will only be s
een if an onbeforeunload handler on a web page cancels the shutdown sequence."> |
| 1127 You should restart Chromium now. |
| 1128 </message> |
| 1129 <message name="IDS_CRITICAL_NOTIFICATION_TEXT" desc="The text of the criti
cal update notification"> |
| 1130 A special security update for Chromium was just applied; you should rest
art now for it to take effect (we'll restore your tabs). |
| 1131 </message> |
| 1132 <message name="IDS_CRITICAL_NOTIFICATION_RESTART" desc="The restart button
label"> |
| 1133 OK - Restart now |
| 1134 </message> |
| 1135 <message name="IDS_CRITICAL_NOTIFICATION_DISMISS" desc="The dismiss button
label"> |
| 1136 Don't restart |
| 1137 </message> |
| 1138 |
| 1120 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> | 1139 <!-- Dialog that asks whether user wants to participate in Safe Browsing E
xtended Reporting --> |
| 1121 <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
"> | 1140 <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
"> |
| 1122 Help make Chromium better | 1141 Help make Chromium better |
| 1123 </message> | 1142 </message> |
| 1124 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> | 1143 <message name="IDS_FEEDBACK_SERVICE_DIALOG_EXPLANATION" desc="Explanation
of the dialog asking whether the user wants to upload suspected malicious files
for analysis"> |
| 1125 You can help make Chromium safer and easier to use by automatically repo
rting details of possible security incidents to Google. | 1144 You can help make Chromium safer and easier to use by automatically repo
rting details of possible security incidents to Google. |
| 1126 </message> | 1145 </message> |
| 1127 | 1146 |
| 1128 <!-- Page Information Window --> | 1147 <!-- Page Information Window --> |
| 1129 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_NO_CT" desc="The
text of the identity section when the page is secure and no Certificate Transpa
rency information is present."> | 1148 <message name="IDS_PAGE_INFO_SECURITY_TAB_SECURE_IDENTITY_NO_CT" desc="The
text of the identity section when the page is secure and no Certificate Transpa
rency information is present."> |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1191 </message> | 1210 </message> |
| 1192 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1211 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1193 desc="Alt text for the faded Chrome logo image."> | 1212 desc="Alt text for the faded Chrome logo image."> |
| 1194 Chromium logo | 1213 Chromium logo |
| 1195 </message> | 1214 </message> |
| 1196 </if> | 1215 </if> |
| 1197 | 1216 |
| 1198 </messages> | 1217 </messages> |
| 1199 </release> | 1218 </release> |
| 1200 </grit> | 1219 </grit> |
| OLD | NEW |