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 4099 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4110 </message> | 4110 </message> |
4111 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o
f the 'Show FPS counter' lab."> | 4111 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o
f the 'Show FPS counter' lab."> |
4112 Shows a page's actual frame rate, in frames per second, when hardware ac
celeration is active. | 4112 Shows a page's actual frame rate, in frames per second, when hardware ac
celeration is active. |
4113 </message> | 4113 </message> |
4114 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off
screen Compositing' lab."> | 4114 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off
screen Compositing' lab."> |
4115 Composite to Texture | 4115 Composite to Texture |
4116 </message> | 4116 </message> |
4117 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti
on of the 'Offscreen Compositing' lab."> | 4117 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti
on of the 'Offscreen Compositing' lab."> |
4118 Enables compositing to offscreen texture instead of directly to display. | 4118 Enables compositing to offscreen texture instead of directly to display. |
4119 </message> | 4119 </message> |
| 4120 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_NAME" desc="Name of the 'F
orce compositing mode' lab."> |
| 4121 GPU compositing on all pages |
| 4122 </message> |
| 4123 <message name="IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION" desc="Descrip
tion of the 'Force compositing mode' lab."> |
| 4124 Uses GPU accelerated compositing on all pages, not just those that inclu
de GPU-accelerated layers. |
| 4125 </message> |
| 4126 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_NAME" desc="Name of the 'Ign
ore GPU blacklist' lab."> |
| 4127 Override software rendering list |
| 4128 </message> |
| 4129 <message name="IDS_FLAGS_IGNORE_GPU_BLACKLIST_DESCRIPTION" desc="Descripti
on of the 'Ignore GPU blacklist' lab."> |
| 4130 Overrides the built-in software rendering list and enables GPU-accelerat
ion on unsupported system configurations. |
| 4131 </message> |
4120 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP
U Accelerated Canvas 2D' lab."> | 4132 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_NAME" desc="Name of the 'GP
U Accelerated Canvas 2D' lab."> |
4121 GPU Accelerated Canvas 2D | 4133 GPU Accelerated Canvas 2D |
4122 </message> | 4134 </message> |
4123 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript
ion of the 'GPU Accelerated Canvas 2D' lab."> | 4135 <message name="IDS_FLAGS_ACCELERATED_CANVAS_2D_DESCRIPTION" desc="Descript
ion of the 'GPU Accelerated Canvas 2D' lab."> |
4124 Enables higher performance of canvas tags with a 2D context by rendering
using Graphics Processor Unit (GPU) hardware. | 4136 Enables higher performance of canvas tags with a 2D context by rendering
using Graphics Processor Unit (GPU) hardware. |
4125 </message> | 4137 </message> |
4126 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab.
"> | 4138 <message name="IDS_FLAGS_WEBAUDIO_NAME" desc="Name of the 'Web Audio' lab.
"> |
4127 Web Audio | 4139 Web Audio |
4128 </message> | 4140 </message> |
4129 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W
eb Audio' lab."> | 4141 <message name="IDS_FLAGS_WEBAUDIO_DESCRIPTION" desc="Description of the 'W
eb Audio' lab."> |
(...skipping 8032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
12162 </includes> | 12174 </includes> |
12163 <structures fallback_to_english="true"> | 12175 <structures fallback_to_english="true"> |
12164 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > | 12176 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type
="dialog" > |
12165 </structure> | 12177 </structure> |
12166 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > | 12178 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ
e="dialog" > |
12167 </structure> | 12179 </structure> |
12168 </structures> | 12180 </structures> |
12169 | 12181 |
12170 </release> | 12182 </release> |
12171 </grit> | 12183 </grit> |
OLD | NEW |