| 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 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1767 <if expr="is_win"> | 1767 <if expr="is_win"> |
| 1768 <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER" | 1768 <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER" |
| 1769 desc="Download context menu: Always open PDFs using Adobe Rea
der"> | 1769 desc="Download context menu: Always open PDFs using Adobe Rea
der"> |
| 1770 Always open in Adobe Reader | 1770 Always open in Adobe Reader |
| 1771 </message> | 1771 </message> |
| 1772 </if> | 1772 </if> |
| 1773 </if> | 1773 </if> |
| 1774 | 1774 |
| 1775 <!-- Touch Bar--> | 1775 <!-- Touch Bar--> |
| 1776 <if expr="is_macosx"> | 1776 <if expr="is_macosx"> |
| 1777 <message name="IDS_CUSTOMIZE_TOUCH_BAR" |
| 1778 desc="Menu item text for customizing the Touch Bar."> |
| 1779 Customize Touch Bar |
| 1780 </message> |
| 1781 |
| 1777 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH" | 1782 <message name="IDS_TOUCH_BAR_GOOGLE_SEARCH" |
| 1778 desc="Text for the search button in the touch bar when Google
is the default search provider. Pressing the button will bring focus to the omn
ibox."> | 1783 desc="Text for the search button in the touch bar when Google
is the default search provider. Pressing the button will bring focus to the omn
ibox."> |
| 1779 Search or type URL | 1784 Search or type URL |
| 1780 </message> | 1785 </message> |
| 1781 <message name="IDS_TOUCH_BAR_SEARCH" | 1786 <message name="IDS_TOUCH_BAR_SEARCH" |
| 1782 desc="Text for the search button in the touch bar when Google
is not the default search provider. Pressing the button will bring focus to the
omnibox. $1 is the name of the search provider)"> | 1787 desc="Text for the search button in the touch bar when Google
is not the default search provider. Pressing the button will bring focus to the
omnibox. $1 is the name of the search provider)"> |
| 1783 Search <ph name="SEARCH_ENGINE">$1<ex>Bing</ex></ph> | 1788 Search <ph name="SEARCH_ENGINE">$1<ex>Bing</ex></ph> |
| 1784 </message> | 1789 </message> |
| 1785 <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the tou
ch bar back button."> | 1790 <message name="IDS_TOOLTIP_TOUCH_BAR_BACK" desc="The tooltip for the tou
ch bar back button."> |
| 1786 Touch to go back. | 1791 Touch to go back. |
| (...skipping 10387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12174 Your downloads appear here | 12179 Your downloads appear here |
| 12175 </message> | 12180 </message> |
| 12176 | 12181 |
| 12177 <!-- Automation info bar --> | 12182 <!-- Automation info bar --> |
| 12178 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12183 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12179 Chrome is being controlled by automated test software. | 12184 Chrome is being controlled by automated test software. |
| 12180 </message> | 12185 </message> |
| 12181 </messages> | 12186 </messages> |
| 12182 </release> | 12187 </release> |
| 12183 </grit> | 12188 </grit> |
| OLD | NEW |