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

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

Issue 8555009: Fix display and progressive disclosure for multi-line values in about:policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 9 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/policy/policy_error_map.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 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 4376 matching lines...) Expand 10 before | Expand all | Expand 10 after
4387 <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."> 4387 <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.">
4388 Policy Name 4388 Policy Name
4389 </message> 4389 </message>
4390 <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."> 4390 <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.">
4391 Policy Value 4391 Policy Value
4392 </message> 4392 </message>
4393 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy."> 4393 <message name="IDS_POLICY_ENTRY_STATUS" desc="The table header for the col umn in policy table that contains the status of the policy.">
4394 Status 4394 Status
4395 </message> 4395 </message>
4396 <message name="IDS_POLICY_SHOW_MORE" desc="The text for the link that expa nds a policy value or policy status table cell."> 4396 <message name="IDS_POLICY_SHOW_MORE" desc="The text for the link that expa nds a policy value or policy status table cell.">
4397 [Show more] 4397 Show more
4398 </message> 4398 </message>
4399 <message name="IDS_POLICY_HIDE" desc="The text for the link that hides ove rflowing text in a policy value or policy status table cell."> 4399 <message name="IDS_POLICY_HIDE" desc="The text for the link that hides ove rflowing text in a policy value or policy status table cell.">
4400 [Hide] 4400 Hide
4401 </message> 4401 </message>
4402 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fet ch was never performed before."> 4402 <message name="IDS_POLICY_NEVER_FETCHED" desc="Indicates that a policy fet ch was never performed before.">
4403 Never 4403 Never
4404 </message> 4404 </message>
4405 <message name="IDS_POLICY_STATUS_OK" desc="Indicates that a policy fetch w as successfully completed."> 4405 <message name="IDS_POLICY_STATUS_OK" desc="Indicates that a policy fetch w as successfully completed.">
4406 OK 4406 OK
4407 </message> 4407 </message>
4408 <message name="IDS_POLICY_STATUS_NETWORK_ERROR" desc="Indicates that a pol icy fetch failed due to a network error."> 4408 <message name="IDS_POLICY_STATUS_NETWORK_ERROR" desc="Indicates that a pol icy fetch failed due to a network error.">
4409 Network error 4409 Network error
4410 </message> 4410 </message>
(...skipping 10197 matching lines...) Expand 10 before | Expand all | Expand 10 after
14608 </messages> 14608 </messages>
14609 <structures fallback_to_english="true"> 14609 <structures fallback_to_english="true">
14610 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14610 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14611 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14611 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14612 </structure> 14612 </structure>
14613 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14613 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14614 </structure> 14614 </structure>
14615 </structures> 14615 </structures>
14616 </release> 14616 </release>
14617 </grit> 14617 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/policy/policy_error_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698