diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-07 23:48:03 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-07 23:48:03 +0000 |
commit | 76a010b47593d41d1d443dacc51bc906689c2e53 (patch) | |
tree | 28f61efd20f447d21bb5ca3e8582b29994c79eba /chrome/app/generated_resources.grd | |
parent | 85ad84eba6540630a33ab7bfa37c2d37c4a9554d (diff) | |
download | chromium_src-76a010b47593d41d1d443dacc51bc906689c2e53.zip chromium_src-76a010b47593d41d1d443dacc51bc906689c2e53.tar.gz chromium_src-76a010b47593d41d1d443dacc51bc906689c2e53.tar.bz2 |
Reupload of 12418
Review URL: http://codereview.chromium.org/13183
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6497 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r-- | chrome/app/generated_resources.grd | 61 |
1 files changed, 46 insertions, 15 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 3c9a45f..492ecea 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -178,32 +178,63 @@ each locale. --> <message name="IDS_VIEW_SOURCE_TITLE" desc="The ViewSource tab title."> Source of <ph name="PAGE_URL">%s</ph> </message> - <message name="IDS_HISTORY_SEARCH_BUTTON" desc="Title of the button in the history page that triggers a search"> - Search history + + + <message name="IDS_HISTORY_SEARCH_STRING" desc="Text showing what the user searched for"> + Search Results for '<ph name="SEARCH_STRING"> + $1<ex>pie</ex> + </ph>' </message> - <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history search results have been found"> - No search results found. + <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_LINK" desc="Title of the link that allows the user to delete visits prior to the specified point"> + Delete history for this day </message> - <message name="IDS_HISTORY_SEARCH_STRING" desc="Text showing what the user searched for"> - Search Results for '<ph name="SEARCH_STRING">$1<ex>pie</ex></ph>' + <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING" desc="Warning shown before deleting"> + Are you sure you want to delete these pages from your history? </message> - <message name="IDS_HISTORY_NO_ITEMS" desc="Text shown when the user has no history"> - All the pages you visit will appear here unless you open them in an incognito window. You can use the Search button on this page to search all the pages in your history. + <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING_TITLE" desc="Title of the warning dialog"> + Delete </message> + + <!-- History HTML UI --> <message name="IDS_HISTORY_LOADING" desc="Text shown when we're loading the user's history"> Loading... </message> <message name="IDS_HISTORY_DATE_WITH_RELATIVE_TIME" desc="In the history view, some dates are formatted as 'Today - Wednesday, Nov 7, 2007"> - <ph name="RELATIVE_DATE">$1<ex>Today</ex></ph> - <ph name="FULL_DATE">$2<ex>Wednesday, Nov 7, 2007</ex></ph> + <ph name="RELATIVE_DATE"> + $1<ex>Today</ex> + </ph> - <ph name="FULL_DATE"> + $2<ex>Wednesday, Nov 7, 2007</ex> + </ph> </message> - <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_LINK" desc="Title of the link that allows the user to delete visits prior to the specified point"> - Delete history for this day + <message name="IDS_HISTORY_NO_RESULTS" desc="Text shown when no history search results have been found"> + No search results found. </message> - <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING" desc="Warning shown before deleting"> - Are you sure you want to delete these pages from your history? + <message name="IDS_HISTORY_NO_ITEMS" desc="Text shown when the user has no history"> + All the pages you visit will appear here unless you open them in an incognito window. You can use the Search button on this page to search all the pages in your history. </message> - <message name="IDS_HISTORY_DELETE_PRIOR_VISITS_WARNING_TITLE" desc="Title of the warning dialog"> - Delete + <message name="IDS_HISTORY_SEARCH_BUTTON" desc="Title of the button in the history page that triggers a search"> + Search history + </message> + <message name="IDS_HISTORY_NEWEST" desc="HTML text shown as page navigation tool to take the user to the top of their history"> + Newest + </message> + <message name="IDS_HISTORY_NEWER" desc="HTML text shown as page navigation tool to take the user back to the more recent page"> + Newer + </message> + <message name="IDS_HISTORY_OLDER" desc="HTML text shown as page navigation tool to take the user forward to their older history"> + Older + </message> + <message name="IDS_HISTORY_SEARCHRESULTSFOR" desc="Format string for search results"> + Search results for '<ph name="SEARCH_STRING">%s</ph>' + </message> + <message name="IDS_HISTORY_BROWSERESULTS" desc="Title of browsing results page"> + History + </message> + <message name="IDS_HISTORY_CONTINUED" desc="Shown after the date if the data is continued from the previous page"> + (Cont.) + </message> + <message name="IDS_HISTORY_DELETE" desc="Link shown after the date, allowing the user to delete that date"> + delete </message> <!-- Generic terms --> |