Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 1632403003: [MD settings] download mocks changes; added disable option for google drive (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge with master Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <if expr="chromeos"> 9 <if expr="chromeos">
10 <!-- Accessibility Page --> 10 <!-- Accessibility Page -->
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 </message> 272 </message>
273 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices."> 273 <message name="IDS_SETTINGS_CLEAR_DATA_CLEARS_SYNCED_DATA" desc="Information t hat data which is synced across user's devices will be deleted from all those de vices.">
274 This clears synced data from all devices. 274 This clears synced data from all devices.
275 </message> 275 </message>
276 276
277 <!-- Downloads Page --> 277 <!-- Downloads Page -->
278 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences."> 278 <message name="IDS_SETTINGS_DOWNLOADS" desc="Name of the settings page which d isplays download preferences.">
279 Downloads 279 Downloads
280 </message> 280 </message>
281 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory."> 281 <message name="IDS_SETTINGS_DOWNLOAD_LOCATION" desc="Label for the input which allows the user to specify the default download directory.">
282 Download location: 282 Location
283 </message> 283 </message>
284 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory."> 284 <message name="IDS_SETTINGS_CHANGE_DOWNLOAD_LOCATION" desc="Text for the butto n which allows the user to change the default download directory.">
285 Change 285 Change
286 </message> 286 </message>
287 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default."> 287 <message name="IDS_SETTINGS_PROMPT_FOR_DOWNLOAD" desc="Label for the checkbox which enables a prompt for the user to choose a download location for each downl oad instead of using the default.">
288 Ask where to save each file before downloading 288 Ask where to save each file before downloading
289 </message> 289 </message>
290 <message name="IDS_SETTINGS_DISCONNECT_GOOGLE_DRIVE" desc="Label for the check box which enables disconnecting from Google Drive account.">
291 Disconnect Google Drive account
292 </message>
290 293
291 <!-- Date/time Page --> 294 <!-- Date/time Page -->
292 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which d isplays date and time preferences."> 295 <message name="IDS_SETTINGS_DATE_TIME" desc="Name of the settings page which d isplays date and time preferences.">
293 Date &amp; Time 296 Date &amp; Time
294 </message> 297 </message>
295 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allows users to choose their time zone."> 298 <message name="IDS_SETTINGS_TIME_ZONE" desc="Label for the picker which allows users to choose their time zone.">
296 Time zone: 299 Time zone:
297 </message> 300 </message>
298 <message name="IDS_SETTINGS_USE_24_HOUR_CLOCK" desc="Label for the checkbox wh ich enables a 24-hour clock (as opposed to a 12-hour clock)."> 301 <message name="IDS_SETTINGS_USE_24_HOUR_CLOCK" desc="Label for the checkbox wh ich enables a 24-hour clock (as opposed to a 12-hour clock).">
299 Use 24-hour clock 302 Use 24-hour clock
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs."> 844 <message name="IDS_SETTINGS_LOREM_IPSUM" desc="Gibberish example text in setti ngs.">
842 Lorem ipsum dolor sit amet, consectetur adipiscing elit. 845 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
843 </message> 846 </message>
844 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded."> 847 <message name="IDS_SETTINGS_LOADING" desc="Placeholder text while waiting for font settings to appear, shown only until font settings have loaded.">
845 Loading... 848 Loading...
846 </message> 849 </message>
847 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings."> 850 <message name="IDS_SETTINGS_ADVANCED_FONT_SETTINGS" desc="Label for advanced f ont settings.">
848 Advanced font settings 851 Advanced font settings
849 </message> 852 </message>
850 </grit-part> 853 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698