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

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

Issue 6969016: Adding chrome://sessions webui for prototyping NTP stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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
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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 4292 matching lines...) Expand 10 before | Expand all | Expand 10 after
4303 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr ash bug on chrome://crashes"> 4303 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr ash bug on chrome://crashes">
4304 File bug 4304 File bug
4305 </message> 4305 </message>
4306 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa ge for chrome://crashes when there are no crashes"> 4306 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa ge for chrome://crashes when there are no crashes">
4307 You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here. 4307 You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here.
4308 </message> 4308 </message>
4309 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome:// crashes when crash reporting is disabled"> 4309 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome:// crashes when crash reporting is disabled">
4310 Crash reporting is disabled. 4310 Crash reporting is disabled.
4311 </message> 4311 </message>
4312 4312
4313 <!-- chrome://sessions -->
4314 <message name="IDS_SESSIONS_TITLE" desc="Title for the chrome://sessions p age.">
4315 Sessions
4316 </message>
4317 <message name="IDS_SESSIONS_SESSION_COUNT_BANNER_FORMAT" desc="Format for sessions count banner on chrome://sessions">
4318 Sessions (<ph name="SESSION_COUNT">$1<ex>3</ex></ph>)
4319 </message>
4320 <message name="IDS_SESSIONS_NO_SESSIONS_MESSAGE" desc="The explanatory mes sage for chrome://sessions when there are no sessions">
4321 There are no sessions.
4322 </message>
4323 <message name="IDS_SESSIONS_MAGIC_LIST_BANNER_FORMAT" desc="Format for mag ic list count banner on chrome://sessions">
4324 Magic List (<ph name="MAGIC_COUNT">$1<ex>3</ex></ph>)
4325 </message>
4326 <message name="IDS_SESSIONS_NO_MAGIC_MESSAGE" desc="The explanatory messag e for chrome://sessions when there are no entries in the magic list">
4327 There is no magic.
4328 </message>
4329
4313 <!-- Instant --> 4330 <!-- Instant -->
4314 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant"> 4331 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant">
4315 Enable... 4332 Enable...
4316 </message> 4333 </message>
4317 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant"> 4334 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant">
4318 No thanks 4335 No thanks
4319 </message> 4336 </message>
4320 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant"> 4337 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant">
4321 Enable Instant for faster searching and browsing? 4338 Enable Instant for faster searching and browsing?
4322 </message> 4339 </message>
(...skipping 8268 matching lines...) Expand 10 before | Expand all | Expand 10 after
12591 </includes> 12608 </includes>
12592 <structures fallback_to_english="true"> 12609 <structures fallback_to_english="true">
12593 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12610 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12594 </structure> 12611 </structure>
12595 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12612 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12596 </structure> 12613 </structure>
12597 </structures> 12614 </structures>
12598 12615
12599 </release> 12616 </release>
12600 </grit> 12617 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/ui/webui/sessions_ui.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698