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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 7310003: Disable chrome://options UI elements if the corresponding preference is not user-modifiable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review Created 9 years, 5 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7770 matching lines...) Expand 10 before | Expand all | Expand 10 after
7781 <if expr="pp_ifdef('use_titlecase')"> 7781 <if expr="pp_ifdef('use_titlecase')">
7782 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group."> 7782 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group.">
7783 Browsing Data 7783 Browsing Data
7784 </message> 7784 </message>
7785 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button."> 7785 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button.">
7786 Import Data from Another Browser... 7786 Import Data from Another Browser...
7787 </message> 7787 </message>
7788 </if> 7788 </if>
7789 7789
7790 <if expr="pp_ifdef('chromeos')"> 7790 <if expr="pp_ifdef('chromeos')">
7791 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="ChromeOS toolt ip displayed for an extension-managed option the user won't be able to change.">
7792 This setting is managed by an extension.
7793 </message>
7794 </if>
7795 <if expr="not pp_ifdef('chromeos') and is_posix">
7796 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="Mac/Linux tool tip displayed for an extension-managed option the user won't be able to change." >
7797 This preference is managed by an extension.
7798 </message>
7799 </if>
7800 <if expr="os == 'win32'">
7801 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="Windows toolti p displayed for an extension-managed option the user won't be able to change.">
7802 This option is managed by an extension.
7803 </message>
7804 </if>
7805
7806 <if expr="pp_ifdef('chromeos')">
7791 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="ChromeOS banner displaye d in case there are managed options the user won't be able to change."> 7807 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="ChromeOS banner displaye d in case there are managed options the user won't be able to change.">
7792 Some settings have been disabled by your IT administrator. 7808 Some settings have been disabled by your IT administrator.
7793 </message> 7809 </message>
7794 </if> 7810 </if>
7795 <if expr="not pp_ifdef('chromeos') and is_posix"> 7811 <if expr="not pp_ifdef('chromeos') and is_posix">
7796 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="Mac/Linux banner display ed in case there are managed options the user won't be able to change."> 7812 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="Mac/Linux banner display ed in case there are managed options the user won't be able to change.">
7797 Some preferences have been disabled by your IT administrator. 7813 Some preferences have been disabled by your IT administrator.
7798 </message> 7814 </message>
7799 </if> 7815 </if>
7800 <if expr="os == 'win32'"> 7816 <if expr="os == 'win32'">
(...skipping 5103 matching lines...) Expand 10 before | Expand all | Expand 10 after
12904 </includes> 12920 </includes>
12905 <structures fallback_to_english="true"> 12921 <structures fallback_to_english="true">
12906 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12922 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12907 </structure> 12923 </structure>
12908 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12924 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12909 </structure> 12925 </structure>
12910 </structures> 12926 </structures>
12911 12927
12912 </release> 12928 </release>
12913 </grit> 12929 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/options/content_settings.html » ('j') | chrome/browser/resources/options/pref_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698