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_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the settin
gs page which displays accessibility preferences."> | 5 <message name="IDS_SETTINGS_ACCESSIBILITY_PAGE_TITLE" desc="Name of the settin
gs 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD_LABEL" desc="Label for Keyw
ord column header for a search engine"> | 146 <message name="IDS_SETTINGS_SEARCH_ENGINES_KEYWORD_LABEL" desc="Label for Keyw
ord column header for a search engine"> |
147 Keyword | 147 Keyword |
148 </message> | 148 </message> |
149 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_LABEL" desc="Label for Qu
ery URL column header for a search engine"> | 149 <message name="IDS_SETTINGS_SEARCH_ENGINES_QUERY_URL_LABEL" desc="Label for Qu
ery URL column header for a search engine"> |
150 Query URL | 150 Query URL |
151 </message> | 151 </message> |
152 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_BUTTON_LABEL" desc="Label for A
dd button for adding a new search engine"> | 152 <message name="IDS_SETTINGS_SEARCH_ENGINES_ADD_BUTTON_LABEL" desc="Label for A
dd button for adding a new search engine"> |
153 Add | 153 Add |
154 </message> | 154 </message> |
155 | 155 |
| 156 <!-- Sync Page --> |
| 157 <message name="IDS_SETTINGS_SYNC_PAGE_TITLE" desc="Name of the settings page w
hich manages syncing data between multiple browser instances with the same Googl
e profile."> |
| 158 Advanced sync settings |
| 159 </message> |
| 160 <message name="IDS_SETTINGS_SYNC_EVERYTHING_MENU_OPTION" desc="Name of the men
u option which, when selected, causes all properties to be synced."> |
| 161 Sync everything |
| 162 </message> |
| 163 <message name="IDS_SETTINGS_CHOOSE_WHAT_TO_SYNC_MENU_OPTION" desc="Name of the
menu option which, when selected, allows the user to select a subset of propert
ies to be synced."> |
| 164 Choose what to sync |
| 165 </message> |
| 166 <message name="IDS_SETTINGS_APPS_CHECKBOX_LABEL" desc="Label for the checkbox
which enables or disables syncing apps between multiple browser instances."> |
| 167 Apps |
| 168 </message> |
| 169 <message name="IDS_SETTINGS_EXTENSIONS_CHECKBOX_LABEL" desc="Label for the che
ckbox which enables or disables syncing extensions between multiple browser inst
ances."> |
| 170 Extensions |
| 171 </message> |
| 172 <message name="IDS_SETTINGS_SETTINGS_CHECKBOX_LABEL" desc="Label for the check
box which enables or disables syncing settings between multiple browser instance
s."> |
| 173 Settings |
| 174 </message> |
| 175 <message name="IDS_SETTINGS_AUTOFILL_CHECKBOX_LABEL" desc="Label for the check
box which enables or disables syncing autofill settings between multiple browser
instances."> |
| 176 Autofill |
| 177 </message> |
| 178 <message name="IDS_SETTINGS_HISTORY_CHECKBOX_LABEL" desc="Label for the checkb
ox which enables or disables syncing history between multiple browser instances.
"> |
| 179 History |
| 180 </message> |
| 181 <message name="IDS_SETTINGS_THEMES_AND_WALLPAPERS_CHECKBOX_LABEL" desc="Label
for the checkbox which enables or disables syncing themes and wallpapers between
multiple browser instances."> |
| 182 Themes & Wallpapers |
| 183 </message> |
| 184 <message name="IDS_SETTINGS_BOOKMARKS_CHECKBOX_LABEL" desc="Label for the chec
kbox which enables or disables syncing bookmarks between multiple browser instan
ces."> |
| 185 Bookmarks |
| 186 </message> |
| 187 <message name="IDS_SETTINGS_PASSWORDS_CHECKBOX_LABEL" desc="Label for the chec
kbox which enables or disables syncing passwords between multiple browser instan
ces."> |
| 188 Passwords |
| 189 </message> |
| 190 <message name="IDS_SETTINGS_OPEN_TABS_CHECKBOX_LABEL" desc="Label for the chec
kbox which enables or disables syncing open tabs between multiple browser instan
ces."> |
| 191 Open Tabs |
| 192 </message> |
| 193 <message name="IDS_SETTINGS_ENCRYPTION_OPTIONS_TITLE" desc="Title for the sect
ion which includes options for encrypting sync settings."> |
| 194 Encryption options |
| 195 </message> |
| 196 <message name="IDS_SETTINGS_ENCRYPT_WITH_GOOGLE_CREDENTIALS_LABEL" desc="Label
for the radio button which, when selected, causes synced settings to be encrypt
ed with the Google login for the current browser profile."> |
| 197 Encrypt synced passwords with your Google credentials |
| 198 </message> |
| 199 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LABEL" desc="Label fo
r the radio button which, when selected, causes synced settings to be encrypted
with a user-provided password."> |
| 200 Encrypt all synced data with your own sync passphrase. |
| 201 </message> |
| 202 <message name="IDS_SETTINGS_ENCRYPT_WITH_SYNC_PASSPHRASE_LEARN_MORE_LINK" desc
="Text for the link which explains how synced settings are encrypted with a user
-provided password"> |
| 203 Learn more |
| 204 </message> |
| 205 <message name="IDS_SETTINGS_USE_DEFAULT_SETTINGS_BUTTON" desc="Text for button
which, when clicked, activates the default sync settings."> |
| 206 Use default settings |
| 207 </message> |
| 208 <message name="IDS_SETTINGS_CANCEL_BUTTON" desc="Text for the button which, wh
en clicked, discards changes made to sync settings and navigates away from the s
ync settings page."> |
| 209 Cancel |
| 210 </message> |
| 211 <message name="IDS_SETTINGS_OK_BUTTON" desc="Text for the button which, when c
licked, saves changes made to sync settings and navigates away from the sync set
tings page."> |
| 212 OK |
| 213 </message> |
156 </grit-part> | 214 </grit-part> |
OLD | NEW |