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

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

Issue 8574074: Add reload button. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch from reload link to reload button. 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
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 7812 matching lines...) Expand 10 before | Expand all | Expand 10 after
7823 </message> 7823 </message>
7824 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page."> 7824 <message name="IDS_SAD_TAB_MESSAGE" desc="The message displayed on the sad tab page.">
7825 Something went wrong while displaying this webpage. To continue, reload or go to another page. 7825 Something went wrong while displaying this webpage. To continue, reload or go to another page.
7826 </message> 7826 </message>
7827 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help."> 7827 <message name="IDS_SAD_TAB_HELP_MESSAGE" desc="The help message displayed on the sad tab page, with IDS_SAD_TAB_HELP_LINK embedded as a link to help.">
7828 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>. 7828 If you're seeing this frequently, try <ph name="HELP_LINK">$1<ex>these s uggestions</ex></ph>.
7829 </message> 7829 </message>
7830 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article."> 7830 <message name="IDS_SAD_TAB_HELP_LINK" desc="The link text displayed on the sad tab page pointing the users to a help article.">
7831 these suggestions 7831 these suggestions
7832 </message> 7832 </message>
7833 <message name="IDS_SAD_TAB_RELOAD_LABEL" desc="Button label in the sad tab page for reloading a page.">
7834 Reload
7835 </message>
7833 7836
7834 <!-- Killed Tab Strings --> 7837 <!-- Killed Tab Strings -->
7835 <!-- TODO(gspencer): These are temporary values until real 7838 <!-- TODO(gspencer): These are temporary values until real
7836 values are supplied by UI team. See http://crosbug.com/10711 --> 7839 values are supplied by UI team. See http://crosbug.com/10711 -->
7837 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay."> 7840 <message name="IDS_KILLED_TAB_TITLE" desc="The title of the killed tab pag e that is shown when a tab is killed by the OS. This is intended to be a humorou s exclamation of dismay.">
7838 He's dead, Jim! 7841 He's dead, Jim!
7839 </message> 7842 </message>
7840 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> 7843 <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page.">
7841 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page. 7844 Either Chrome ran out of memory or the process for the webpage was termi nated for some other reason. To continue, reload or go to another page.
7842 </message> 7845 </message>
(...skipping 6787 matching lines...) Expand 10 before | Expand all | Expand 10 after
14630 </messages> 14633 </messages>
14631 <structures fallback_to_english="true"> 14634 <structures fallback_to_english="true">
14632 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14635 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14633 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14636 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14634 </structure> 14637 </structure>
14635 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14638 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14636 </structure> 14639 </structure>
14637 </structures> 14640 </structures>
14638 </release> 14641 </release>
14639 </grit> 14642 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/sad_tab_view.h » ('j') | chrome/browser/ui/views/sad_tab_view.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698