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

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

Issue 2450423002: [MD settings] cookie and site data from dialog to subpage (Closed)
Patch Set: review nit Created 4 years, 1 month 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/privacy_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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after
1816 </message> 1816 </message>
1817 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page."> 1817 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page.">
1818 Delete 1818 Delete
1819 </message> 1819 </message>
1820 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_HEADER" desc="A header for th e list of showing all sites and their data."> 1820 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_HEADER" desc="A header for th e list of showing all sites and their data.">
1821 All cookies and site data 1821 All cookies and site data
1822 </message> 1822 </message>
1823 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for."> 1823 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for.">
1824 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data 1824 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data
1825 </message> 1825 </message>
1826 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE" desc="Label prefix for a coo kie.">
1827 Cookie: <ph name="NAME">$1<ex>cookie_1</ex></ph>
1828 </message>
1829 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE" desc="Label for the b utton to delete a single site cookie."> 1826 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE" desc="Label for the b utton to delete a single site cookie.">
1830 Remove 1827 Remove
1831 </message> 1828 </message>
1832 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL" desc="Label for t he button to delete all cookies for a site."> 1829 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL" desc="Label for t he button to delete all cookies for a site.">
1833 Remove All 1830 Remove All
1834 </message> 1831 </message>
1835 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL_SHOWN" desc="Label for the button to delete all visible cookies for a site."> 1832 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_ALL_SHOWN" desc="Label for the button to delete all visible cookies for a site.">
1836 Remove All Shown 1833 Remove All Shown
1837 </message> 1834 </message>
1838 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_DIALOG_TITLE" desc="Ti tle of the dialog that warns about deleting all site data."> 1835 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_REMOVE_DIALOG_TITLE" desc="Ti tle of the dialog that warns about deleting all site data.">
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
2376 </message> 2373 </message>
2377 <message name="IDS_SETTINGS_DISPLAY_ARRANGEMENT_TEXT" desc="In Device Settin gs > Displays, text describing to use a mouse to drag the displays and change th e arrangement."> 2374 <message name="IDS_SETTINGS_DISPLAY_ARRANGEMENT_TEXT" desc="In Device Settin gs > Displays, text describing to use a mouse to drag the displays and change th e arrangement.">
2378 Drag to move a display 2375 Drag to move a display
2379 </message> 2376 </message>
2380 <message name="IDS_SETTINGS_DISPLAY_MIRROR" desc="In Device Settings > Displ ays, the label for the control for mirroring."> 2377 <message name="IDS_SETTINGS_DISPLAY_MIRROR" desc="In Device Settings > Displ ays, the label for the control for mirroring.">
2381 Mirroring 2378 Mirroring
2382 </message> 2379 </message>
2383 <message name="IDS_SETTINGS_DISPLAY_SCREEN" desc="In Device Settings > Displ ays, the label for the dropdown menu for changing the dispay type."> 2380 <message name="IDS_SETTINGS_DISPLAY_SCREEN" desc="In Device Settings > Displ ays, the label for the dropdown menu for changing the dispay type.">
2384 Screen 2381 Screen
2385 </message> 2382 </message>
2386 <message name="IDS_SETTINGS_DISPLAY_SCREEN_PRIMARY" desc="The label for the dropdown menu list item to set the seleted screen as primary display."> 2383 <message name="IDS_SETTINGS_DISPLAY_SCREEN_PRIMARY" desc="The label for the dropdown menu list item to set the selected screen as primary display.">
2387 Primary display 2384 Primary display
2388 </message> 2385 </message>
2389 <message name="IDS_SETTINGS_DISPLAY_SCREEN_EXTENDED" desc="The label for the dropdown menu list item to set the seleted screen as extended display."> 2386 <message name="IDS_SETTINGS_DISPLAY_SCREEN_EXTENDED" desc="The label for the dropdown menu list item to set the selected screen as extended display.">
2390 Extended display 2387 Extended display
2391 </message> 2388 </message>
2392 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TITLE" desc="In Device Settin gs > Displays, the label for the section for changing a display's resolution."> 2389 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TITLE" desc="In Device Settin gs > Displays, the label for the section for changing a display's resolution.">
2393 Resolution 2390 Resolution
2394 </message> 2391 </message>
2395 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TEXT" desc="In Device Setting s > Displays, the text describing the display's resolution."> 2392 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TEXT" desc="In Device Setting s > Displays, the text describing the display's resolution.">
2396 <ph name="WIDTH">$1<ex>1600</ex></ph> x <ph name="HEIGHT">$2<ex>1200</ex>< /ph> 2393 <ph name="WIDTH">$1<ex>1600</ex></ph> x <ph name="HEIGHT">$2<ex>1200</ex>< /ph>
2397 </message> 2394 </message>
2398 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TEXT_BEST" desc="In Device Se ttings > Displays, the text describing the display's resolution when it is the ' best' resolution."> 2395 <message name="IDS_SETTINGS_DISPLAY_RESOLUTION_TEXT_BEST" desc="In Device Se ttings > Displays, the text describing the display's resolution when it is the ' best' resolution.">
2399 <ph name="WIDTH">$1<ex>1600</ex></ph> x <ph name="HEIGHT">$2<ex>1200</ex>< /ph> (Best) 2396 <ph name="WIDTH">$1<ex>1600</ex></ph> x <ph name="HEIGHT">$2<ex>1200</ex>< /ph> (Best)
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
2501 System 2498 System
2502 </message> 2499 </message>
2503 <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."> 2500 <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.">
2504 Use hardware acceleration when available 2501 Use hardware acceleration when available
2505 </message> 2502 </message>
2506 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2503 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2507 Change proxy settings 2504 Change proxy settings
2508 </message> 2505 </message>
2509 </if> 2506 </if>
2510 </grit-part> 2507 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/privacy_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698