| 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 11998 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12009 </message> | 12009 </message> |
| 12010 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing
events of type LOGIN"> | 12010 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing
events of type LOGIN"> |
| 12011 Login | 12011 Login |
| 12012 </message> | 12012 </message> |
| 12013 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi
ng events of type NETWORK"> | 12013 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi
ng events of type NETWORK"> |
| 12014 Network | 12014 Network |
| 12015 </message> | 12015 </message> |
| 12016 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing
events of type POWER"> | 12016 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing
events of type POWER"> |
| 12017 Power | 12017 Power |
| 12018 </message> | 12018 </message> |
| 12019 <message name="IDS_DEVICE_LOG_TYPE_BLUETOOTH" desc="Checkbox to enable sho
wing events of type BLUETOOTH"> |
| 12020 Bluetooth |
| 12021 </message> |
| 12019 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing e
vents of type USB"> | 12022 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing e
vents of type USB"> |
| 12020 USB | 12023 USB |
| 12021 </message> | 12024 </message> |
| 12022 <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing e
vents of type HID (Human Interface Device)"> | 12025 <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing e
vents of type HID (Human Interface Device)"> |
| 12023 HID | 12026 HID |
| 12024 </message> | 12027 </message> |
| 12025 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device
event log"> | 12028 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device
event log"> |
| 12026 File Info | 12029 File Info |
| 12027 </message> | 12030 </message> |
| 12028 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check
box in device event log"> | 12031 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check
box in device event log"> |
| (...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12383 Your downloads appear here | 12386 Your downloads appear here |
| 12384 </message> | 12387 </message> |
| 12385 | 12388 |
| 12386 <!-- Automation info bar --> | 12389 <!-- Automation info bar --> |
| 12387 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12390 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
| 12388 Chrome is being controlled by automated test software. | 12391 Chrome is being controlled by automated test software. |
| 12389 </message> | 12392 </message> |
| 12390 </messages> | 12393 </messages> |
| 12391 </release> | 12394 </release> |
| 12392 </grit> | 12395 </grit> |
| OLD | NEW |