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

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

Issue 7585036: First CL for the about:policy page. This only implements the policy section of the page. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Please ignore previous patch. Created 9 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 | 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 4123 matching lines...) Expand 10 before | Expand all | Expand 10 after
4134 <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no p lugins are installed"> 4134 <message name="IDS_PLUGINS_NO_PLUGINS" desc="Text that indicates that no p lugins are installed">
4135 No plugins are installed 4135 No plugins are installed
4136 </message> 4136 </message>
4137 <message name="IDS_PLUGINS_DISABLED_HEADER" desc="Text right before the pl ugins disabled body text."> 4137 <message name="IDS_PLUGINS_DISABLED_HEADER" desc="Text right before the pl ugins disabled body text.">
4138 Plugin preferences have been disabled. 4138 Plugin preferences have been disabled.
4139 </message> 4139 </message>
4140 <message name="IDS_PLUGINS_DISABLED_TEXT" desc="Text at the top of the abo ut:plugins page on profiles launched after the first profile, warning that they may not control plugins during this browser session."> 4140 <message name="IDS_PLUGINS_DISABLED_TEXT" desc="Text at the top of the abo ut:plugins page on profiles launched after the first profile, warning that they may not control plugins during this browser session.">
4141 There are multiple simultaneous users of Chrome on this computer. Only t he first user to launch Chrome can modify these preferences. Sorry about that! 4141 There are multiple simultaneous users of Chrome on this computer. Only t he first user to launch Chrome can modify these preferences. Sorry about that!
4142 </message> 4142 </message>
4143 4143
4144 <!-- about:policy -->
4145 <message name="IDS_POLICY_TITLE" desc="The title for the about:policies pa ge.">
4146 Policies
4147 </message>
4148 <message name="IDS_POLICY_DESCRIPTION" desc="The description for the about :policies pages.">
4149 This page lists the policies that are currently enabled on this client a nd their values for better client-side administration of policies. Optionally, a ll policies supported by this client can also be displayed.
4150 </message>
4151 <message name="IDS_POLICY_FETCH" desc="The label for the button that fetch es policies.">
4152 Fetch policies now
4153 </message>
4154 <message name="IDS_POLICY_STATUS_TITLE" desc="The title for the status sec tion.">
4155 Status
4156 </message>
4157 <message name="IDS_POLICY_DEVICE_POLICIES" desc="The title for the device policies status box.">
4158 Device Policies
4159 </message>
4160 <message name="IDS_POLICY_USER_POLICIES" desc="The title for the user poli cies status box.">
4161 User policies
4162 </message>
4163 <message name="IDS_POLICY_ENROLLMENT_DOMAIN" desc="The label for the enrol lment domain in the status boxes.">
4164 Enrollment domain:
4165 </message>
4166 <message name="IDS_POLICY_LAST_FETCHED" desc="The label for the last fetch ed time in the status boxes.">
4167 Last fetched:
4168 </message>
4169 <message name="IDS_POLICY_FETCH_INTERVAL" desc="The label for the fetch in terval in the status boxes.">
4170 Fetch interval:
4171 </message>
4172 <message name="IDS_POLICY_SERVER_STATUS" desc="The label for the server st atus in the status boxes.">
4173 Status:
4174 </message>
4175 <message name="IDS_POLICY_SHOW_UNSENT" desc="The label for the checkbox th at enables/disables the display of policies not sent by the server.">
4176 Also show policies not sent by the server
4177 </message>
4178 <message name="IDS_POLICY_FILTER" desc="The placeholder for the search box .">
4179 Filter policies by name
4180 </message>
4181 <message name="IDS_POLICY_NO_POLICIES_SET" desc="The text that appears if no policies were received
4182 by the client.">
4183 No policies are currently active!
4184 </message>
4185 <message name="IDS_POLICY_APPLIES_TO" desc="The table header for the colum n in the policy table that details whether a policy is a user or a device policy .">
4186 Applies To
4187 </message>
4188 <message name="IDS_POLICY_LEVEL" desc="The table header for the column in the policy table that details whether a policy is mandatory or recommended.">
4189 Level
4190 </message>
4191 <message name="IDS_POLICY_ENTRY_NAME" desc="The table header for the colum n in the policy table that contains the name of the policy.">
4192 Policy Name
4193 </message>
4194 <message name="IDS_POLICY_ENTRY_VALUE" desc="The table header for the colu mn in the policy table that contains the value of the policy.">
4195 Policy Value
4196 </message>
4197 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy.">
4198 Status
4199 </message>
4200
4144 <!-- about:flags --> 4201 <!-- about:flags -->
4145 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page."> 4202 <message name="IDS_FLAGS_LONG_TITLE" desc="Long version of the title for t he about:flags page.">
4146 Careful, these experiments may bite 4203 Careful, these experiments may bite
4147 </message> 4204 </message>
4148 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page."> 4205 <message name="IDS_FLAGS_TABLE_TITLE" desc="Title for the experiments tabl e on the about:flags page.">
4149 Experiments 4206 Experiments
4150 </message> 4207 </message>
4151 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text."> 4208 <message name="IDS_FLAGS_WARNING_HEADER" desc="Text right before the warni ng body text.">
4152 WARNING 4209 WARNING
4153 </message> 4210 </message>
(...skipping 9163 matching lines...) Expand 10 before | Expand all | Expand 10 after
13317 </includes> 13374 </includes>
13318 <structures fallback_to_english="true"> 13375 <structures fallback_to_english="true">
13319 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13376 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13320 </structure> 13377 </structure>
13321 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13378 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13322 </structure> 13379 </structure>
13323 </structures> 13380 </structures>
13324 13381
13325 </release> 13382 </release>
13326 </grit> 13383 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/policy.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698