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

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

Issue 1882483002: MD Settings: OnStartup, implementing "Edit" functionality. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@edit_on_startup_move_delete
Patch Set: Nit. Created 4 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 </message> 566 </message>
567 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_SPECIFIC" desc="Radio button optio n to open a specific set of pages."> 567 <message name="IDS_SETTINGS_ON_STARTUP_OPEN_SPECIFIC" desc="Radio button optio n to open a specific set of pages.">
568 Open a specific page or set of pages 568 Open a specific page or set of pages
569 </message> 569 </message>
570 <message name="IDS_SETTINGS_ON_STARTUP_USE_CURRENT" desc="Button to use curren t pages."> 570 <message name="IDS_SETTINGS_ON_STARTUP_USE_CURRENT" desc="Button to use curren t pages.">
571 Use current pages 571 Use current pages
572 </message> 572 </message>
573 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page."> 573 <message name="IDS_SETTINGS_ON_STARTUP_ADD_NEW_PAGE" desc="Entry prompt to add a new page.">
574 Add a new page 574 Add a new page
575 </message> 575 </message>
576 <message name="IDS_SETTINGS_ON_STARTUP_EDIT_PAGE" desc="Title of the dialog th at allows the user to edit an existing startup page.">
577 Edit page
578 </message>
576 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e."> 579 <message name="IDS_SETTINGS_ON_STARTUP_SITE_URL" desc="Prompt to add a new pag e.">
577 Site URL 580 Site URL
578 </message> 581 </message>
579 <message name="IDS_SETTINGS_ON_STARTUP_REMOVE" desc="Text displayed on a menu button allowing the user to remove a URL from the list of startup URLs."> 582 <message name="IDS_SETTINGS_ON_STARTUP_REMOVE" desc="Text displayed on a menu button allowing the user to remove a URL from the list of startup URLs.">
580 Remove 583 Remove
581 </message> 584 </message>
585 <message name="IDS_SETTINGS_ON_STARTUP_EDIT" desc="Text displayed on a menu bu tton allowing the user to edit a URL from the list of startup URLs.">
586 Edit
587 </message>
582 588
583 <!-- Languages Page --> 589 <!-- Languages Page -->
584 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings p age which displays language preferences."> 590 <message name="IDS_SETTINGS_LANGUAGES_PAGE_TITLE" desc="Name of the settings p age which displays language preferences.">
585 Languages 591 Languages
586 </message> 592 </message>
587 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e currently used language in the header for the collapsible list of languages."> 593 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_LIST_TITLE" desc="Title for th e currently used language in the header for the collapsible list of languages.">
588 Language 594 Language
589 </message> 595 </message>
590 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages."> 596 <message name="IDS_SETTINGS_LANGUAGES_LANGUAGES_MANAGE" desc="Button under the list of enabled languages which opens a sub-page that lets the user enable or d isable languages.">
591 Manage languages 597 Manage languages
(...skipping 624 matching lines...) Expand 10 before | Expand all | Expand 10 after
1216 System 1222 System
1217 </message> 1223 </message>
1218 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 1224 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
1219 Use hardware acceleration when available 1225 Use hardware acceleration when available
1220 </message> 1226 </message>
1221 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1227 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1222 Change proxy settings 1228 Change proxy settings
1223 </message> 1229 </message>
1224 </if> 1230 </if>
1225 </grit-part> 1231 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/on_startup_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698