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

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 4302 matching lines...) Expand 10 before | Expand all | Expand 10 after
4313 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr ash bug on chrome://crashes"> 4313 <message name="IDS_CRASHES_BUG_LINK_LABEL" desc="Link text for filing a cr ash bug on chrome://crashes">
4314 File bug 4314 File bug
4315 </message> 4315 </message>
4316 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa ge for chrome://crashes when there are no crashes"> 4316 <message name="IDS_CRASHES_NO_CRASHES_MESSAGE" desc="The explanatory messa ge for chrome://crashes when there are no crashes">
4317 You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here. 4317 You have no recently reported crashes. Crashes that occurred when crash reporting was disabled will not appear here.
4318 </message> 4318 </message>
4319 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome:// crashes when crash reporting is disabled"> 4319 <message name="IDS_CRASHES_DISABLED_HEADER" desc="The header for chrome:// crashes when crash reporting is disabled">
4320 Crash reporting is disabled. 4320 Crash reporting is disabled.
4321 </message> 4321 </message>
4322 4322
4323 <!-- chrome://sessions -->
4324 <message name="IDS_SESSIONS_TITLE" desc="Title for the chrome://sessions p age.">
4325 Sessions
4326 </message>
4327 <message name="IDS_SESSIONS_SESSION_COUNT_BANNER_FORMAT" desc="Format for sessions count banner on chrome://sessions">
4328 Sessions (<ph name="SESSION_COUNT">$1<ex>3</ex></ph>)
4329 </message>
4330 <message name="IDS_SESSIONS_NO_SESSIONS_MESSAGE" desc="The explanatory mes sage for chrome://sessions when there are no sessions">
4331 There are no sessions.
4332 </message>
4333 <message name="IDS_SESSIONS_MAGIC_LIST_BANNER_FORMAT" desc="Format for mag ic list count banner on chrome://sessions">
4334 Magic List (<ph name="MAGIC_COUNT">$1<ex>3</ex></ph>)
4335 </message>
4336 <message name="IDS_SESSIONS_NO_MAGIC_MESSAGE" desc="The explanatory messag e for chrome://sessions when there are no entries in the magic list">
4337 There is no magic.
4338 </message>
4339
4323 <!-- Instant --> 4340 <!-- Instant -->
4324 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant"> 4341 <message name="IDS_INSTANT_OPT_IN_ENABLE" desc="Button shown in the omnibo x dropdown for enabling instant">
4325 Enable... 4342 Enable...
4326 </message> 4343 </message>
4327 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant"> 4344 <message name="IDS_INSTANT_OPT_IN_NO_THANKS" desc="Button shown in the omn ibox dropdodown for not enabling instant">
4328 No thanks 4345 No thanks
4329 </message> 4346 </message>
4330 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant"> 4347 <message name="IDS_INSTANT_OPT_IN_LABEL" desc="Label shown in the omnibox dropdown for enabling instant">
4331 Enable Instant for faster searching and browsing? 4348 Enable Instant for faster searching and browsing?
4332 </message> 4349 </message>
(...skipping 8290 matching lines...) Expand 10 before | Expand all | Expand 10 after
12623 </includes> 12640 </includes>
12624 <structures fallback_to_english="true"> 12641 <structures fallback_to_english="true">
12625 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12642 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12626 </structure> 12643 </structure>
12627 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12644 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12628 </structure> 12645 </structure>
12629 </structures> 12646 </structures>
12630 12647
12631 </release> 12648 </release>
12632 </grit> 12649 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/sessions.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698