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 5479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5490 </message> | 5490 </message> |
5491 <message name="IDS_DISABLE_TOUCH_ADJUSTMENT_DESCRIPTION" desc="Description
of the disable touch adjustment flag."> | 5491 <message name="IDS_DISABLE_TOUCH_ADJUSTMENT_DESCRIPTION" desc="Description
of the disable touch adjustment flag."> |
5492 Disables touch adjustment support. Touch adjustment is the process of r
efining the position of a touch gesture in order to compensate for touches havin
g poor resolution compared to a mouse. | 5492 Disables touch adjustment support. Touch adjustment is the process of r
efining the position of a touch gesture in order to compensate for touches havin
g poor resolution compared to a mouse. |
5493 </message> | 5493 </message> |
5494 <message name="IDS_FLAGS_DISABLE_COMPOSITOR_TOUCH_HIT_TESTING_NAME" desc="
Title of the disable compositor touch hit testing flag."> | 5494 <message name="IDS_FLAGS_DISABLE_COMPOSITOR_TOUCH_HIT_TESTING_NAME" desc="
Title of the disable compositor touch hit testing flag."> |
5495 Disable compositor touch hit testing. | 5495 Disable compositor touch hit testing. |
5496 </message> | 5496 </message> |
5497 <message name="IDS_FLAGS_DISABLE_COMPOSITOR_TOUCH_HIT_TESTING_DESCRIPTION"
desc="Description of the disable compositor touch hit testing flags."> | 5497 <message name="IDS_FLAGS_DISABLE_COMPOSITOR_TOUCH_HIT_TESTING_DESCRIPTION"
desc="Description of the disable compositor touch hit testing flags."> |
5498 Disables an optimization intended to improve touch scrolling responsiven
ess. Forces all touch events to go to the blink main thread to look for handler
s, instead of potentially short-circuiting from the compositor thread. | 5498 Disables an optimization intended to improve touch scrolling responsiven
ess. Forces all touch events to go to the blink main thread to look for handler
s, instead of potentially short-circuiting from the compositor thread. |
5499 </message> | 5499 </message> |
5500 <message name="IDS_FLAGS_CONFLICTS_CHECK_NAME" desc="Title of the run conf
licts check flag"> | |
5501 Check for known conflicts with 3rd party modules. | |
5502 </message> | |
5503 <message name="IDS_FLAGS_CONFLICTS_CHECK_DESCRIPTION" desc="Description of
the conflicts check flag"> | |
5504 Enables a background check that warns you when a software incompatibilit
y is detected (ie. 3rd party modules that crash the browser). | |
5505 </message> | |
5506 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp
osited layer borders' lab."> | 5500 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS" desc="Name of the 'Comp
osited layer borders' lab."> |
5507 Composited render layer borders | 5501 Composited render layer borders |
5508 </message> | 5502 </message> |
5509 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr
iption of the 'Composited layer borders' lab."> | 5503 <message name="IDS_FLAGS_COMPOSITED_LAYER_BORDERS_DESCRIPTION" desc="Descr
iption of the 'Composited layer borders' lab."> |
5510 Renders a border around composited Render Layers to help debug and study
layer compositing. | 5504 Renders a border around composited Render Layers to help debug and study
layer compositing. |
5511 </message> | 5505 </message> |
5512 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou
nter' lab."> | 5506 <message name="IDS_FLAGS_SHOW_FPS_COUNTER" desc="Name of the 'Show FPS cou
nter' lab."> |
5513 FPS counter | 5507 FPS counter |
5514 </message> | 5508 </message> |
5515 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o
f the 'Show FPS counter' lab."> | 5509 <message name="IDS_FLAGS_SHOW_FPS_COUNTER_DESCRIPTION" desc="Description o
f the 'Show FPS counter' lab."> |
(...skipping 8646 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
14162 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr
iption of the 'Extension Content Verification' enforce mode"> | 14156 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE" desc="Descr
iption of the 'Extension Content Verification' enforce mode"> |
14163 Enforce (try to get hashes, and enforce them if successful) | 14157 Enforce (try to get hashes, and enforce them if successful) |
14164 </message> | 14158 </message> |
14165 | 14159 |
14166 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc
="Description of the 'Extension Content Verification' enforce strict mode"> | 14160 <message name="IDS_FLAGS_EXTENSION_CONTENT_VERIFICATION_ENFORCE_STRICT" desc
="Description of the 'Extension Content Verification' enforce strict mode"> |
14167 Enforce strict (hard fail if we can't get hashes) | 14161 Enforce strict (hard fail if we can't get hashes) |
14168 </message> | 14162 </message> |
14169 </messages> | 14163 </messages> |
14170 </release> | 14164 </release> |
14171 </grit> | 14165 </grit> |
OLD | NEW |