| 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 5836 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5847 Disable user gesture requirement for playing media elements. Activating
this will allow autoplay to work. | 5847 Disable user gesture requirement for playing media elements. Activating
this will allow autoplay to work. |
| 5848 </message> | 5848 </message> |
| 5849 <if expr="use_ash"> | 5849 <if expr="use_ash"> |
| 5850 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_NAME" desc="Title
for the flag which can be used to test the TouchView maximizing mode."> | 5850 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_NAME" desc="Title
for the flag which can be used to test the TouchView maximizing mode."> |
| 5851 Enable TouchView maximizing UI for testing | 5851 Enable TouchView maximizing UI for testing |
| 5852 </message> | 5852 </message> |
| 5853 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_DESCRIPTION" desc
="Description for the flag to enable the TouchView testing mode."> | 5853 <message name="IDS_FLAGS_ASH_ENABLE_TOUCH_VIEW_TESTING_DESCRIPTION" desc
="Description for the flag to enable the TouchView testing mode."> |
| 5854 Enable Ctrl+Alt+Shift+8 to toggle the TouchView maximizing mode. | 5854 Enable Ctrl+Alt+Shift+8 to toggle the TouchView maximizing mode. |
| 5855 </message> | 5855 </message> |
| 5856 </if> | 5856 </if> |
| 5857 <message name="IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_NAME" desc="Title f
or the flag to enable native style frames for apps."> | |
| 5858 Native style window frames for packaged apps | |
| 5859 </message> | |
| 5860 <message name="IDS_FLAGS_ENABLE_NATIVE_FRAMES_FOR_APPS_DESCRIPTION" desc="
Description for the flag to enable native style frames for apps."> | |
| 5861 Use native-style window decorations for packaged app windows. | |
| 5862 </message> | |
| 5863 | 5857 |
| 5864 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC" desc="Generic 'Aut
omatic' experiment choice option name."> | 5858 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_AUTOMATIC" desc="Generic 'Aut
omatic' experiment choice option name."> |
| 5865 Automatic | 5859 Automatic |
| 5866 </message> | 5860 </message> |
| 5867 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Defau
lt' experiment choice option name. E.G. shown in multi value options in about:fl
ags."> | 5861 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_DEFAULT" desc="Generic 'Defau
lt' experiment choice option name. E.G. shown in multi value options in about:fl
ags."> |
| 5868 Default | 5862 Default |
| 5869 </message> | 5863 </message> |
| 5870 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabl
ed' experiment choice option name. E.G. shown in multi value options in about:fl
ags."> | 5864 <message name="IDS_GENERIC_EXPERIMENT_CHOICE_ENABLED" desc="Generic 'Enabl
ed' experiment choice option name. E.G. shown in multi value options in about:fl
ags."> |
| 5871 Enabled | 5865 Enabled |
| 5872 </message> | 5866 </message> |
| (...skipping 8289 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 |