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

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

Issue 6961007: WebSocket over SPDY. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: rebased 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('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 4348 matching lines...) Expand 10 before | Expand all | Expand 10 after
4359 </message> 4359 </message>
4360 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype"> 4360 <message name="IDS_FLAGS_SYNC_TYPED_URLS_DESCRIPTION" desc="Description fo r the flag to enable syncing the TypedURL datatype">
4361 Enable typed URLs in the sync options. This allows syncing your typed UR L history to other clients to assist in omnibox auto-completion. 4361 Enable typed URLs in the sync options. This allows syncing your typed UR L history to other clients to assist in omnibox auto-completion.
4362 </message> 4362 </message>
4363 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox"> 4363 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_NAME" desc="Title for the flag to prerender from the omnibox">
4364 Prerender from omnibox. 4364 Prerender from omnibox.
4365 </message> 4365 </message>
4366 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox"> 4366 <message name="IDS_FLAGS_PRERENDER_FROM_OMNIBOX_DESCRIPTION" desc="Descrip tion for the flag to prerender from the omnibox">
4367 Prerender suggestions given in the omnibox. 4367 Prerender suggestions given in the omnibox.
4368 </message> 4368 </message>
4369 <message name="IDS_FLAGS_WEBSOCKET_OVER_SPDY_NAME" desc="Title for the fla g to enable WebSocket over SPDY support">
4370 WebSocket over SPDY
4371 </message>
4372 <message name="IDS_FLAGS_WEBSOCKET_OVER_SPDY_DESCRIPTION" desc="Descriptio n for the flag to enable WebSocket over SPDY support">
4373 Enables WebSocket over SPDY support. If a server supports SPDY protocol, WebSocket API would like to use SPDY protocol in addition to WebSocket protocol . This feature is early experiment.
4374 </message>
4369 4375
4370 <!-- Crashes --> 4376 <!-- Crashes -->
4371 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4377 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4372 Crashes 4378 Crashes
4373 </message> 4379 </message>
4374 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4380 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4375 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4381 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4376 </message> 4382 </message>
4377 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4383 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4378 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4384 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 8393 matching lines...) Expand 10 before | Expand all | Expand 10 after
12772 </includes> 12778 </includes>
12773 <structures fallback_to_english="true"> 12779 <structures fallback_to_english="true">
12774 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12780 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12775 </structure> 12781 </structure>
12776 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12782 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12777 </structure> 12783 </structure>
12778 </structures> 12784 </structures>
12779 12785
12780 </release> 12786 </release>
12781 </grit> 12787 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698