| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Settings-specific strings (included from generated_resources.grd). --> | 2 <!-- Settings-specific strings (included from generated_resources.grd). --> |
| 3 <grit-part> | 3 <grit-part> |
| 4 <!-- Accessibility Page --> | 4 <!-- Accessibility Page --> |
| 5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set
tings page which displays accessibility preferences."> | 5 <message name="IDS_MD_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the set
tings page which displays accessibility preferences."> |
| 6 Accessibility | 6 Accessibility |
| 7 </message> | 7 </message> |
| 8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which
opens page where users can install extensions which provide additional accessib
ility features."> | 8 <message name="IDS_SETTINGS_ACCESSIBILITY_MORE_FEATURES_LINK" desc="Link which
opens page where users can install extensions which provide additional accessib
ility features."> |
| 9 Add additional accessibility features | 9 Add additional accessibility features |
| 10 </message> | 10 </message> |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 very long | 57 very long |
| 58 </message> | 58 </message> |
| 59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe
l for checkbox which enables an on-screen keyboard."> | 59 <message name="IDS_SETTINGS_ACCESSIBILITY_ON_SCREEN_KEYBOARD_LABEL" desc="Labe
l for checkbox which enables an on-screen keyboard."> |
| 60 Enable on-screen keyboard | 60 Enable on-screen keyboard |
| 61 </message> | 61 </message> |
| 62 | 62 |
| 63 <!-- Downloads Page --> | 63 <!-- Downloads Page --> |
| 64 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting
s page which displays download preferences."> | 64 <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the setting
s page which displays download preferences."> |
| 65 Downloads | 65 Downloads |
| 66 </message> | 66 </message> |
| 67 <message name="IDS_SETTINGS_DOWNLOADS_LOCATION_LABEL" desc="Label for the inpu
t which allows the user to specify the default download directory."> |
| 68 Download location: |
| 69 </message> |
| 70 <message name="IDS_SETTINGS_DOWNLOADS_CHANGE_LOCATION_BUTTON" desc="Text for t
he button which allows the user to change the default download directory."> |
| 71 Change |
| 72 </message> |
| 73 <message name="IDS_SETTINGS_DOWNLOADS_PROMPT_FOR_DOWNLOAD_LABEL" desc="Label f
or the checkbox which enables a prompt for the user to choose a download locatio
n for each download instead of using the default."> |
| 74 Ask where to save each file before downloading |
| 75 </message> |
| 67 </grit-part> | 76 </grit-part> |
| OLD | NEW |