Chromium Code Reviews| 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 4139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4150 </message> | 4150 </message> |
| 4151 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> | 4151 <message name="IDS_FLAGS_ACCELERATED_COMPOSITING_DESCRIPTION" desc="Descri ption of the 'GPU Accelerated Compositing' lab."> |
| 4152 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. | 4152 Enables 3D CSS and higher performance compositing of webpages using Grap hics Processor Unit (GPU) hardware. |
| 4153 </message> | 4153 </message> |
| 4154 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> | 4154 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp osited layer borders' lab."> |
| 4155 Composited render layer borders | 4155 Composited render layer borders |
| 4156 </message> | 4156 </message> |
| 4157 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> | 4157 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr iption of the 'Composited layer borders' lab."> |
| 4158 Renders a border around composited Render Layers to help debug and study layer compositing. | 4158 Renders a border around composited Render Layers to help debug and study layer compositing. |
| 4159 </message> | 4159 </message> |
| 4160 <message name="IDS_FLAGS_ACCELERATED_DRAWING_NAME" desc="Title for the fla g to enable accelerated drawing"> | |
| 4161 GPU Accelerated Drawing | |
| 4162 </message> | |
| 4163 <message name="IDS_FLAGS_ACCELERATED_DRAWING_DESCRIPTION" desc="Descriptio n for the flag to enable accelerated drawing"> | |
| 4164 Enable GPU accelerated drawing of composited render layers. | |
|
vangelis
2011/06/20 18:06:51
Since essentially all rendering in the page (inclu
alokp
2011/06/20 19:01:18
Isn't root layer a composited render layer? I thin
vangelis
2011/06/20 19:27:47
The root is currently a special case and not treat
alokp
2011/06/20 19:33:38
perfect! DONE.
| |
| 4165 </message> | |
| 4160 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> | 4166 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou nter' lab."> |
| 4161 FPS counter | 4167 FPS counter |
| 4162 </message> | 4168 </message> |
| 4163 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> | 4169 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o f the 'Show FPS counter' lab."> |
| 4164 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. | 4170 Shows a page's actual frame rate, in frames per second, when hardware ac celeration is active. |
| 4165 </message> | 4171 </message> |
| 4166 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> | 4172 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_NAME" desc="Name of the 'Off screen Compositing' lab."> |
| 4167 Composite to Texture | 4173 Composite to Texture |
| 4168 </message> | 4174 </message> |
| 4169 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab."> | 4175 <message name="IDS_FLAGS_COMPOSITE_TO_TEXTURE_DESCRIPTION" desc="Descripti on of the 'Offscreen Compositing' lab."> |
| (...skipping 8527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 12697 </includes> | 12703 </includes> |
| 12698 <structures fallback_to_english="true"> | 12704 <structures fallback_to_english="true"> |
| 12699 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > | 12705 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > |
| 12700 </structure> | 12706 </structure> |
| 12701 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > | 12707 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > |
| 12702 </structure> | 12708 </structure> |
| 12703 </structures> | 12709 </structures> |
| 12704 | 12710 |
| 12705 </release> | 12711 </release> |
| 12706 </grit> | 12712 </grit> |
| OLD | NEW |