OLD | NEW |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 | 2 |
3 <!-- | 3 <!-- |
4 This file contains definitions of resources that will be translated for each | 4 This file contains definitions of resources that will be translated for each |
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available | 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available |
6 for making strings OS specific. Other platform defines such as use_titlecase | 6 for making strings OS specific. Other platform defines such as use_titlecase |
7 are declared in build/common.gypi. | 7 are declared in build/common.gypi. |
8 --> | 8 --> |
9 | 9 |
10 <grit base_dir="." latest_public_release="0" current_release="1" | 10 <grit base_dir="." latest_public_release="0" current_release="1" |
(...skipping 3484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3495 <message name="IDS_UTILITY_PROCESS_ZIP_FILE_INSTALLER_NAME" desc="The na me of the utility process used for unpacking zip files."> | 3495 <message name="IDS_UTILITY_PROCESS_ZIP_FILE_INSTALLER_NAME" desc="The na me of the utility process used for unpacking zip files."> |
3496 Zip File Installer | 3496 Zip File Installer |
3497 </message> | 3497 </message> |
3498 </if> | 3498 </if> |
3499 <if expr="enable_print_preview"> | 3499 <if expr="enable_print_preview"> |
3500 <message name="IDS_UTILITY_PROCESS_PWG_RASTER_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to the PWG Raster format."> | 3500 <message name="IDS_UTILITY_PROCESS_PWG_RASTER_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to the PWG Raster format."> |
3501 PWG Raster Convertor | 3501 PWG Raster Convertor |
3502 </message> | 3502 </message> |
3503 </if> | 3503 </if> |
3504 <if expr="enable_media_router"> | 3504 <if expr="enable_media_router"> |
3505 <message name="IDS_UTILITY_PROCESS_DIAL_DEVICE_DESCRIPTION_PARSER_NAME" desc="The name of the utility process used for parsing device description xml."> | 3505 <message name="IDS_UTILITY_PROCESS_DIAL_DEVICE_DESCRIPTION_PARSER_NAME" desc="The name of the utility process used for parsing the XML file that contain s descriptions of devices."> |
imcheng
2017/04/18 20:34:26
Suggestion:
... parsing XML of uPnP device descri
zhaobin
2017/04/18 20:45:04
Done.
| |
3506 Dial Device Description Parser | 3506 DIAL Device Description Parser |
3507 </message> | 3507 </message> |
3508 </if> | 3508 </if> |
3509 | 3509 |
3510 <!-- Theme preview info bar --> | 3510 <!-- Theme preview info bar --> |
3511 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> | 3511 <message name="IDS_THEME_INSTALL_INFOBAR_LABEL" desc="Text displayed on an infobar when a theme has been installed."> |
3512 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>". | 3512 Installed theme "<ph name="THEME_NAME">$1<ex>Snowflake Theme</ex></ph>". |
3513 </message> | 3513 </message> |
3514 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme."> | 3514 <message name="IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON" desc="Text displayed on the button to undo a theme installation and go back to the previous theme."> |
3515 Undo | 3515 Undo |
3516 </message> | 3516 </message> |
(...skipping 8860 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
12377 Your downloads appear here | 12377 Your downloads appear here |
12378 </message> | 12378 </message> |
12379 | 12379 |
12380 <!-- Automation info bar --> | 12380 <!-- Automation info bar --> |
12381 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> | 12381 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br owser session is being controlled by an automated test."> |
12382 Chrome is being controlled by automated test software. | 12382 Chrome is being controlled by automated test software. |
12383 </message> | 12383 </message> |
12384 </messages> | 12384 </messages> |
12385 </release> | 12385 </release> |
12386 </grit> | 12386 </grit> |
OLD | NEW |