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. OS values are passed through from Python's sys.platform: | 5 locale. OS values are passed through from Python's sys.platform: |
6 | 6 |
7 win32 - Windows | 7 win32 - Windows |
8 darwin - Mac | 8 darwin - Mac |
9 linux2 - Linux (both Views and GTK+) | 9 linux2 - Linux (both Views and GTK+) |
10 | 10 |
(...skipping 4155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4166 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti
on of the 'Ignore GPU blacklist' lab."> | 4166 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti
on of the 'Ignore GPU blacklist' lab."> |
4167 Overrides the built-in software rendering list and enables GPU-accelerat
ion on unsupported system configurations. | 4167 Overrides the built-in software rendering list and enables GPU-accelerat
ion on unsupported system configurations. |
4168 </message> | 4168 </message> |
4169 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl
e GPU VSync' lab."> | 4169 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_NAME" desc="Name of the 'Disabl
e GPU VSync' lab."> |
4170 Disable GPU VSync | 4170 Disable GPU VSync |
4171 </message> | 4171 </message> |
4172 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description
of the 'Disable GPU VSync' lab."> | 4172 <message name="IDS_FLAGS_DISABLE_GPU_VSYNC_DESCRIPTION" desc="Description
of the 'Disable GPU VSync' lab."> |
4173 Disables synchronization with the display's vertical refresh rate when G
PU rendering. This allows frame rates to exceed | 4173 Disables synchronization with the display's vertical refresh rate when G
PU rendering. This allows frame rates to exceed |
4174 60 hertz. While useful for benchmarking purposes, this also results in v
isual tearing during rapid screen updates. | 4174 60 hertz. While useful for benchmarking purposes, this also results in v
isual tearing during rapid screen updates. |
4175 </message> | 4175 </message> |
| 4176 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP
U Accelerated Canvas 2D' lab."> |
| 4177 GPU Accelerated Canvas 2D |
| 4178 </message> |
| 4179 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript
ion of the 'GPU Accelerated Canvas 2D' lab."> |
| 4180 Enables higher performance of canvas tags with a 2D context by rendering
using Graphics Processor Unit (GPU) hardware. |
| 4181 </message> |
4176 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab.
"> | 4182 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab.
"> |
4177 Web Audio | 4183 Web Audio |
4178 </message> | 4184 </message> |
4179 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W
eb Audio' lab."> | 4185 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W
eb Audio' lab."> |
4180 Enables the Web Audio API. | 4186 Enables the Web Audio API. |
4181 </message> | 4187 </message> |
4182 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> | 4188 <message name="IDS_FLAGS_WEBGL_NAME" desc="Name of the 'WebGL' lab."> |
4183 WebGL | 4189 WebGL |
4184 </message> | 4190 </message> |
4185 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG
L' lab."> | 4191 <message name="IDS_FLAGS_WEBGL_DESCRIPTION" desc="Description of the 'WebG
L' lab."> |
(...skipping 8457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12643 </includes> | 12649 </includes> |
12644 <structures fallback_to_english="true"> | 12650 <structures fallback_to_english="true"> |
12645 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12651 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12646 </structure> | 12652 </structure> |
12647 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12653 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12648 </structure> | 12654 </structure> |
12649 </structures> | 12655 </structures> |
12650 | 12656 |
12651 </release> | 12657 </release> |
12652 </grit> | 12658 </grit> |
OLD | NEW |