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

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

Issue 2630583002: Add setting to isolate zoom changes by default. (Closed)
Patch Set: ... and tell closure_compiler. Created 3 years, 9 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/profiles/off_the_record_profile_impl.cc » ('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 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 1777 matching lines...) Expand 10 before | Expand all | Expand 10 after
1788 </message> 1788 </message>
1789 <message name="IDS_SETTINGS_SITE_SETTINGS_MIDI_DEVICES_BLOCK" desc="The block label for MIDI devices in site settings."> 1789 <message name="IDS_SETTINGS_SITE_SETTINGS_MIDI_DEVICES_BLOCK" desc="The block label for MIDI devices in site settings.">
1790 Do not allow any sites to use system exclusive messages to access MIDI devic es 1790 Do not allow any sites to use system exclusive messages to access MIDI devic es
1791 </message> 1791 </message>
1792 <message name="IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES" desc="Label for the USB devices in site settings."> 1792 <message name="IDS_SETTINGS_SITE_SETTINGS_USB_DEVICES" desc="Label for the USB devices in site settings.">
1793 USB devices 1793 USB devices
1794 </message> 1794 </message>
1795 <message name="IDS_SETTINGS_SITE_SETTINGS_ZOOM_LEVELS" desc="Label for the Zoo m levels category in site settings."> 1795 <message name="IDS_SETTINGS_SITE_SETTINGS_ZOOM_LEVELS" desc="Label for the Zoo m levels category in site settings.">
1796 Zoom levels 1796 Zoom levels
1797 </message> 1797 </message>
1798 <message name="IDS_SETTINGS_SITE_SETTINGS_ZOOM_SCOPE_ORIGIN" desc="Label of th e toggle to enable/disable having the user's zoom changes apply to all tabs that navigate to the origin that was zoomed. This is shown when the toggle is enable d.">
1799 When you change a page's zoom, remember the change for all tabs on the same site (recommended)
1800 </message>
1801 <message name="IDS_SETTINGS_SITE_SETTINGS_ZOOM_SCOPE_TAB" desc="Label of the t oggle to enable/disable having the user's zoom changes apply to all tabs that na vigate to the origin that was zoomed. This is shown when the toggle is disabled. When it is disabled, zoom changes only apply to the one tab.">
1802 When you change a page's zoom, do not zoom other tabs
1803 </message>
1798 <message name="IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES" desc="Label for th e cookies option description site settings."> 1804 <message name="IDS_SETTINGS_SITE_SETTINGS_MAY_SAVE_COOKIES" desc="Label for th e cookies option description site settings.">
1799 Sites can save and read cookie data 1805 Sites can save and read cookie data
1800 </message> 1806 </message>
1801 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST" desc="Label for ask first option in site settings."> 1807 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST" desc="Label for ask first option in site settings.">
1802 Ask first 1808 Ask first
1803 </message> 1809 </message>
1804 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST_RECOMMENDED" desc="The 'as k first' label in site settings -- a recommended setting for some categories, su ch as when sites want to use Geolocation."> 1810 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_FIRST_RECOMMENDED" desc="The 'as k first' label in site settings -- a recommended setting for some categories, su ch as when sites want to use Geolocation.">
1805 Ask first (recommended) 1811 Ask first (recommended)
1806 </message> 1812 </message>
1807 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_BEFORE_ACCESSING" desc="The 'ask before accessing' label in site settings."> 1813 <message name="IDS_SETTINGS_SITE_SETTINGS_ASK_BEFORE_ACCESSING" desc="The 'ask before accessing' label in site settings.">
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
2878 System 2884 System
2879 </message> 2885 </message>
2880 <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."> 2886 <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.">
2881 Use hardware acceleration when available 2887 Use hardware acceleration when available
2882 </message> 2888 </message>
2883 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2889 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2884 Change proxy settings 2890 Change proxy settings
2885 </message> 2891 </message>
2886 </if> 2892 </if>
2887 </grit-part> 2893 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/profiles/off_the_record_profile_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698