| 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. If you update this file, be sure also to update | 4 Chrome supports. If you update this file, be sure also to update |
| 5 chromium_strings.grd. --> | 5 chromium_strings.grd. --> |
| 6 | 6 |
| 7 <grit base_dir="." latest_public_release="0" current_release="1" | 7 <grit base_dir="." latest_public_release="0" current_release="1" |
| 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> | 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> |
| 9 <outputs> | 9 <outputs> |
| 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> | 10 <output filename="grit/google_chrome_strings.h" type="rc_header"> |
| (...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1258 <message name="IDS_METRO_FLOW_TITLE_SHORT" | 1258 <message name="IDS_METRO_FLOW_TITLE_SHORT" |
| 1259 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> | 1259 desc="The title at the top of the window guiding user through m
aking Chrome default in Metro."> |
| 1260 Chrome is almost ready. | 1260 Chrome is almost ready. |
| 1261 </message> | 1261 </message> |
| 1262 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" | 1262 <message name="IDS_METRO_FLOW_LOGO_STRING_ALT" |
| 1263 desc="Alt text for the faded Chrome logo image."> | 1263 desc="Alt text for the faded Chrome logo image."> |
| 1264 Chrome logo | 1264 Chrome logo |
| 1265 </message> | 1265 </message> |
| 1266 </if> | 1266 </if> |
| 1267 | 1267 |
| 1268 <!-- Welcome page (chrome://welcome) strings --> |
| 1269 <if expr="not chromeos"> |
| 1270 <message name="IDS_WELCOME_HEADER" desc="A message which will appear as
the header on the Welcome UI if the user has never run Chrome before."> |
| 1271 Welcome to Chrome |
| 1272 </message> |
| 1273 <message name="IDS_WELCOME_HEADER_AFTER_FIRST_RUN" desc="A message which
will appear as the header on the Welcome UI if the user has run Chrome before."
> |
| 1274 Take Chrome everywhere |
| 1275 </message> |
| 1276 </if> |
| 1268 </messages> | 1277 </messages> |
| 1269 </release> | 1278 </release> |
| 1270 </grit> | 1279 </grit> |
| OLD | NEW |