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

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

Issue 9358073: First version of the time slicing on the urls. Not ready for review yet. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added relative time to time slicing Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('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 8993 matching lines...) Expand 10 before | Expand all | Expand 10 after
9004 <if expr="not pp_ifdef('android')"> 9004 <if expr="not pp_ifdef('android')">
9005 <message name="IDS_NEW_TAB_TITLE" 9005 <message name="IDS_NEW_TAB_TITLE"
9006 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page"> 9006 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page">
9007 New Tab 9007 New Tab
9008 </message> 9008 </message>
9009 </if> 9009 </if>
9010 <message name="IDS_NEW_TAB_MOST_VISITED" 9010 <message name="IDS_NEW_TAB_MOST_VISITED"
9011 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page."> 9011 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page.">
9012 Most visited 9012 Most visited
9013 </message> 9013 </message>
9014 <message name="IDS_NEW_TAB_SUGGESTIONS"
9015 desc="The name for the 'Suggestions' navigation control on the Ne w Tab Page.">
9016 Suggested
9017 </message>
9014 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9018 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9015 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9019 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9016 Apps 9020 Apps
9017 </message> 9021 </message>
9018 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 9022 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
9019 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 9023 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
9020 Restore all 9024 Restore all
9021 </message> 9025 </message>
9022 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 9026 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
9023 desc="The name for the 'Recently Closed' menu on the New Tab Page ."> 9027 desc="The name for the 'Recently Closed' menu on the New Tab Page .">
(...skipping 6102 matching lines...) Expand 10 before | Expand all | Expand 10 after
15126 </messages> 15130 </messages>
15127 <structures fallback_to_english="true"> 15131 <structures fallback_to_english="true">
15128 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15132 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15129 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15133 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15130 </structure> 15134 </structure>
15131 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15135 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15132 </structure> 15136 </structure>
15133 </structures> 15137 </structures>
15134 </release> 15138 </release>
15135 </grit> 15139 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698