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 12018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12029 </message> | 12029 </message> |
12030 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing
events of type LOGIN"> | 12030 <message name="IDS_DEVICE_LOG_TYPE_LOGIN" desc="Checkbox to enable showing
events of type LOGIN"> |
12031 Login | 12031 Login |
12032 </message> | 12032 </message> |
12033 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi
ng events of type NETWORK"> | 12033 <message name="IDS_DEVICE_LOG_TYPE_NETWORK" desc="Checkbox to enable showi
ng events of type NETWORK"> |
12034 Network | 12034 Network |
12035 </message> | 12035 </message> |
12036 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing
events of type POWER"> | 12036 <message name="IDS_DEVICE_LOG_TYPE_POWER" desc="Checkbox to enable showing
events of type POWER"> |
12037 Power | 12037 Power |
12038 </message> | 12038 </message> |
| 12039 <message name="IDS_DEVICE_LOG_TYPE_BLUETOOTH" desc="Checkbox to enable sho
wing events of type BLUETOOTH"> |
| 12040 Bluetooth |
| 12041 </message> |
12039 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing e
vents of type USB"> | 12042 <message name="IDS_DEVICE_LOG_TYPE_USB" desc="Checkbox to enable showing e
vents of type USB"> |
12040 USB | 12043 USB |
12041 </message> | 12044 </message> |
12042 <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing e
vents of type HID (Human Interface Device)"> | 12045 <message name="IDS_DEVICE_LOG_TYPE_HID" desc="Checkbox to enable showing e
vents of type HID (Human Interface Device)"> |
12043 HID | 12046 HID |
12044 </message> | 12047 </message> |
12045 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device
event log"> | 12048 <message name="IDS_DEVICE_LOG_FILEINFO" desc="File info checkbox in device
event log"> |
12046 File Info | 12049 File Info |
12047 </message> | 12050 </message> |
12048 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check
box in device event log"> | 12051 <message name="IDS_DEVICE_LOG_TIME_DETAIL" desc="Detailed timestamps check
box in device event log"> |
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12400 Your downloads appear here | 12403 Your downloads appear here |
12401 </message> | 12404 </message> |
12402 | 12405 |
12403 <!-- Automation info bar --> | 12406 <!-- Automation info bar --> |
12404 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> | 12407 <message name="IDS_CONTROLLED_BY_AUTOMATION" desc="Message shown when the br
owser session is being controlled by an automated test."> |
12405 Chrome is being controlled by automated test software. | 12408 Chrome is being controlled by automated test software. |
12406 </message> | 12409 </message> |
12407 </messages> | 12410 </messages> |
12408 </release> | 12411 </release> |
12409 </grit> | 12412 </grit> |
OLD | NEW |