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/generated_resources.grd

Issue 7342009: Show a different banner in chrome://settings for extension-controlled settings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix stuff 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 7792 matching lines...) Expand 10 before | Expand all | Expand 10 after
7803 <if expr="pp_ifdef('use_titlecase')"> 7803 <if expr="pp_ifdef('use_titlecase')">
7804 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group."> 7804 <message name="IDS_OPTIONS_BROWSING_DATA_GROUP_NAME" desc="In Title Case : The title of the 'Browsing data' group.">
7805 Browsing Data 7805 Browsing Data
7806 </message> 7806 </message>
7807 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button."> 7807 <message name="IDS_OPTIONS_IMPORT_DATA_BUTTON" desc="In Title Case: Labe l for the import data button.">
7808 Import Data from Another Browser... 7808 Import Data from Another Browser...
7809 </message> 7809 </message>
7810 </if> 7810 </if>
7811 7811
7812 <if expr="pp_ifdef('chromeos')"> 7812 <if expr="pp_ifdef('chromeos')">
7813 <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."> 7813 <message name="IDS_OPTIONS_PREFS_TERM" desc="ChromeOS term for user sett ings (plural).">
7814 Some settings have been disabled by your IT administrator. 7814 settings
7815 </message> 7815 </message>
7816 </if> 7816 </if>
7817 <if expr="not pp_ifdef('chromeos') and is_posix"> 7817 <if expr="not pp_ifdef('chromeos') and is_posix">
7818 <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."> 7818 <message name="IDS_OPTIONS_PREFS_TERM" desc="Mac/Linux term for user set tings (plural).">
7819 Some preferences have been disabled by your IT administrator. 7819 preferences
7820 </message> 7820 </message>
7821 </if> 7821 </if>
7822 <if expr="is_win"> 7822 <if expr="is_win">
7823 <message name="IDS_OPTIONS_MANAGED_PREFS" desc="Windows banner displayed in case there are managed options the user won't be able to change."> 7823 <message name="IDS_OPTIONS_PREFS_TERM" desc="Windows term for user setti ngs (plural).">
7824 Some options have been disabled by your IT administrator. 7824 options
7825 </message> 7825 </message>
7826 </if> 7826 </if>
7827
Joao da Silva 2011/07/13 17:35:17 Nit: trailing whites
Bernhard Bauer 2011/07/13 22:15:12 Where?
Joao da Silva 2011/07/14 09:04:11 Line 7827. I patched this into my working tree and
Bernhard Bauer 2011/07/14 10:15:56 Ah, got it.
7828 <message name="IDS_OPTIONS_POLICY_MANAGED_PREFS" desc="Banner displayed in case there are policy-managed options the user won't be able to change.">
7829 Some <ph name="IDS_OPTIONS_PREFS_TERM">$1<ex>options</ex></ph> have been disabled by your IT administrator.
Evan Stade 2011/07/13 17:06:04 I don't think this is valid for translations. For
Glen Murphy 2011/07/13 17:23:16 We can also drop the 'IT' - it's meaningless to ma
Bernhard Bauer 2011/07/13 22:15:12 Done.
7830 </message>
7831 <message name="IDS_OPTIONS_EXTENSION_MANAGED_PREFS" desc="Banner displayed in case there are extension-managed options the user won't be able to change.">
7832 Some <ph name="IDS_OPTIONS_PREFS_TERM">$1<ex>options</ex></ph> are being managed by an extension for you.
Evan Stade 2011/07/13 17:06:04 Some options are being controlled by an extension.
Bernhard Bauer 2011/07/13 22:15:12 For proxy settings, the text currently reads "Some
7833 </message>
7834 <message name="IDS_OPTIONS_POLICY_EXTENSION_MANAGED_PREFS" desc="Banner di splayed in case there are policy- and extension-managed options the user won't b e able to change.">
7835 Some <ph name="IDS_OPTIONS_PREFS_TERM">$1<ex>options</ex></ph> have been disabled by your IT administrator, and some are being managed by an extension f or you. Lucky you!
Evan Stade 2011/07/13 17:06:04 Some options have been disabled by your IT adminis
Glen Murphy 2011/07/13 17:23:16 Evan's without the 'IT'.
Bernhard Bauer 2011/07/13 22:15:12 Done.
7836 </message>
7827 7837
7828 <!-- Options search page strings. --> 7838 <!-- Options search page strings. -->
7829 <message name="IDS_OPTIONS_SEARCH_PAGE_TITLE" desc="Title of the settings search page."> 7839 <message name="IDS_OPTIONS_SEARCH_PAGE_TITLE" desc="Title of the settings search page.">
7830 Search Results 7840 Search Results
7831 </message> 7841 </message>
7832 <message name="IDS_OPTIONS_SEARCH_PAGE_NO_MATCHES" desc="Text description of a search that has no results."> 7842 <message name="IDS_OPTIONS_SEARCH_PAGE_NO_MATCHES" desc="Text description of a search that has no results.">
7833 No matches were found. 7843 No matches were found.
7834 </message> 7844 </message>
7835 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_LABEL" desc="Help text for a s erach that has no results."> 7845 <message name="IDS_OPTIONS_SEARCH_PAGE_HELP_LABEL" desc="Help text for a s erach that has no results.">
7836 Can't find what you're looking for? 7846 Can't find what you're looking for?
(...skipping 5123 matching lines...) Expand 10 before | Expand all | Expand 10 after
12960 </includes> 12970 </includes>
12961 <structures fallback_to_english="true"> 12971 <structures fallback_to_english="true">
12962 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12972 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12963 </structure> 12973 </structure>
12964 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12974 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12965 </structure> 12975 </structure>
12966 </structures> 12976 </structures>
12967 12977
12968 </release> 12978 </release>
12969 </grit> 12979 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/managed_prefs_banner_base.h » ('j') | chrome/browser/resources/options/options.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698