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

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

Issue 2201243002: [MD settings] layout of site details permissions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed label Created 4 years, 4 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 <!-- 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 1243 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 <message name="IDS_SETTINGS_SITE_SETTINGS_SESSION_ONLY_MENU" desc="Label for t he menu item to set cookies to be deleted on browser exit."> 1254 <message name="IDS_SETTINGS_SITE_SETTINGS_SESSION_ONLY_MENU" desc="Label for t he menu item to set cookies to be deleted on browser exit.">
1255 Clear on exit 1255 Clear on exit
1256 </message> 1256 </message>
1257 <message name="IDS_SETTINGS_SITE_SETTINGS_USAGE" desc="The Usage header, used to group disk and battery usage information on the Site Details page."> 1257 <message name="IDS_SETTINGS_SITE_SETTINGS_USAGE" desc="The Usage header, used to group disk and battery usage information on the Site Details page.">
1258 Usage 1258 Usage
1259 </message> 1259 </message>
1260 <message name="IDS_SETTINGS_SITE_SETTINGS_PERMISSIONS" desc="The Permissions h eader, used to group together permissions, such as Geolocation, on the Site Deta ils page."> 1260 <message name="IDS_SETTINGS_SITE_SETTINGS_PERMISSIONS" desc="The Permissions h eader, used to group together permissions, such as Geolocation, on the Site Deta ils page.">
1261 Permissions 1261 Permissions
1262 </message> 1262 </message>
1263 <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_BUTTON" desc="The Clear and Re set button, used to clear all permissions and storage for a given site."> 1263 <message name="IDS_SETTINGS_SITE_SETTINGS_CLEAR_BUTTON" desc="The Clear and Re set button, used to clear all permissions and storage for a given site.">
1264 Clear &amp; Reset 1264 Clear and reset
1265 </message> 1265 </message>
1266 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page."> 1266 <message name="IDS_SETTINGS_SITE_SETTINGS_DELETE" desc="Label for the trashcan icon used to delete storage on the Site Details page.">
1267 Delete 1267 Delete
1268 </message> 1268 </message>
1269 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_HEADER" desc="A header for th e list of showing all sites and their data."> 1269 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_HEADER" desc="A header for th e list of showing all sites and their data.">
1270 All cookies and site data 1270 All cookies and site data
1271 </message> 1271 </message>
1272 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for."> 1272 <message name="IDS_SETTINGS_SITE_SETTINGS_COOKIE_DIALOG" desc="A label for coo kie dialog, stating which site we're showing data for.">
1273 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data 1273 <ph name="SITE">$1<ex>www.example.com</ex></ph> locally stored data
1274 </message> 1274 </message>
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
1813 System 1813 System
1814 </message> 1814 </message>
1815 <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."> 1815 <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.">
1816 Use hardware acceleration when available 1816 Use hardware acceleration when available
1817 </message> 1817 </message>
1818 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1818 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1819 Change proxy settings 1819 Change proxy settings
1820 </message> 1820 </message>
1821 </if> 1821 </if>
1822 </grit-part> 1822 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698