| 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 5575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5586 <if expr="not use_titlecase"> | 5586 <if expr="not use_titlecase"> |
| 5587 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button wh
ich, when clicked, returns the page to default zoom"> | 5587 <message name="IDS_ZOOM_SET_DEFAULT" desc="The text label of a button wh
ich, when clicked, returns the page to default zoom"> |
| 5588 Reset to default | 5588 Reset to default |
| 5589 </message> | 5589 </message> |
| 5590 </if> | 5590 </if> |
| 5591 <if expr="use_titlecase"> | 5591 <if expr="use_titlecase"> |
| 5592 <message name="IDS_ZOOM_SET_DEFAULT" desc="In Title Case: The text label
of a button which, when clicked, returns the page to default zoom"> | 5592 <message name="IDS_ZOOM_SET_DEFAULT" desc="In Title Case: The text label
of a button which, when clicked, returns the page to default zoom"> |
| 5593 Reset to Default | 5593 Reset to Default |
| 5594 </message> | 5594 </message> |
| 5595 </if> | 5595 </if> |
| 5596 <if expr="is_macosx"> | 5596 <message name="IDS_ZOOM_SET_DEFAULT_SHORT" desc="In Title Case: The short
text label of a button which, when clicked, returns the page to default zoom"> |
| 5597 <message name="IDS_ZOOM_SET_DEFAULT_SHORT" desc="In Title Case: The shor
t text label of a button which, when clicked, returns the page to default zoom"> | 5597 Reset |
| 5598 Reset | 5598 </message> |
| 5599 </message> | |
| 5600 </if> | |
| 5601 | 5599 |
| 5602 <!--Accessible name/action strings--> | 5600 <!--Accessible name/action strings--> |
| 5603 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for
mat for the accessible title of an incognito window"> | 5601 <message name="IDS_ACCESSIBLE_INCOGNITO_WINDOW_TITLE_FORMAT" desc="The for
mat for the accessible title of an incognito window"> |
| 5604 <ph name="WINDOW_TITLE">$1</ph> (Incognito) | 5602 <ph name="WINDOW_TITLE">$1</ph> (Incognito) |
| 5605 </message> | 5603 </message> |
| 5606 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n
ame for the app menu when software update is available."> | 5604 <message name="IDS_ACCNAME_APP_UPGRADE_RECOMMENDED" desc="The accessible n
ame for the app menu when software update is available."> |
| 5607 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) | 5605 <ph name="ACCNAME_APP">$1<ex>Chrome</ex></ph> (Update is available) |
| 5608 </message> | 5606 </message> |
| 5609 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu
llscreen button in the new merged menu"> | 5607 <message name="IDS_ACCNAME_FULLSCREEN" desc="The accessible name of the fu
llscreen button in the new merged menu"> |
| 5610 Full screen | 5608 Full screen |
| (...skipping 6739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12350 Your downloads appear here | 12348 Your downloads appear here |
| 12351 </message> | 12349 </message> |
| 12352 | 12350 |
| 12353 <!-- Automation info bar --> | 12351 <!-- Automation info bar --> |
| 12354 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12352 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12355 Chrome is being controlled by automated test software. | 12353 Chrome is being controlled by automated test software. |
| 12356 </message> | 12354 </message> |
| 12357 </messages> | 12355 </messages> |
| 12358 </release> | 12356 </release> |
| 12359 </grit> | 12357 </grit> |
| OLD | NEW |