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

Side by Side Diff: components/error_page_strings.grdp

Issue 1750113002: Remove "Show saved copy" button from error page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 4 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page"> 4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page">
5 Details 5 Details
6 </message> 6 </message>
7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page"> 7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page">
8 Hide details 8 Hide details
9 </message> 9 </message>
10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page"> 10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page">
(...skipping 18 matching lines...) Expand all
29 Show saved copy 29 Show saved copy
30 </message> 30 </message>
31 </if> 31 </if>
32 <if expr="is_android"> 32 <if expr="is_android">
33 <message name="IDS_ERRORPAGES_BUTTON_SHOW_OFFLINE_PAGES_AS_BOOKMARKS" desc=" Label for the button on an error page to show bookmarks that have been saved off line"> 33 <message name="IDS_ERRORPAGES_BUTTON_SHOW_OFFLINE_PAGES_AS_BOOKMARKS" desc=" Label for the button on an error page to show bookmarks that have been saved off line">
34 Show offline bookmarks 34 Show offline bookmarks
35 </message> 35 </message>
36 <message name="IDS_ERRORPAGES_BUTTON_SHOW_OFFLINE_PAGES" desc="Label for the button on an error page to show pages that have been saved offline"> 36 <message name="IDS_ERRORPAGES_BUTTON_SHOW_OFFLINE_PAGES" desc="Label for the button on an error page to show pages that have been saved offline">
37 Show all saved pages 37 Show all saved pages
38 </message> 38 </message>
39 <message name="IDS_ERRORPAGES_BUTTON_SHOW_OFFLINE_COPY" desc="Label for the button on an error page to show the copy of this page that has been saved offlin e">
40 Show saved copy
41 </message>
42 </if> 39 </if>
43 <message name="IDS_ERRORPAGE_FUN_DISABLED" desc="Explanation for when easter e gg has been disabled by administrator"> 40 <message name="IDS_ERRORPAGE_FUN_DISABLED" desc="Explanation for when easter e gg has been disabled by administrator">
44 The owner of this device turned off the dinosaur game. 41 The owner of this device turned off the dinosaur game.
45 </message> 42 </message>
46 <message name="IDS_ERRORPAGES_BUTTON_DIAGNOSE" desc="Label for the button that invokes the connection diagnostic tool on the error page"> 43 <message name="IDS_ERRORPAGES_BUTTON_DIAGNOSE" desc="Label for the button that invokes the connection diagnostic tool on the error page">
47 Diagnose errors... 44 Diagnose errors...
48 </message> 45 </message>
49 <if expr="is_android"> 46 <if expr="is_android">
50 <message name="IDS_ERRORPAGES_BUTTON_SETTINGS" desc="Mobile: Label for the b utton on an error page to launch system settings menu"> 47 <message name="IDS_ERRORPAGES_BUTTON_SETTINGS" desc="Mobile: Label for the b utton on an error page to launch system settings menu">
51 Settings 48 Settings
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 </message> 583 </message>
587 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]"> 584 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]">
588 Unsafe port blocked. 585 Unsafe port blocked.
589 </message> 586 </message>
590 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]"> 587 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]">
591 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address. 588 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address.
592 </message> 589 </message>
593 </if> 590 </if>
594 591
595 </grit-part> 592 </grit-part>
OLDNEW
« no previous file with comments | « components/error_page/renderer/net_error_helper_core_unittest.cc ('k') | components/neterror/resources/neterror.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698