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

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

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed content unit tests. Created 8 years, 2 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
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 6169 matching lines...) Expand 10 before | Expand all | Expand 10 after
6180 </message> 6180 </message>
6181 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Desc ription for the flag to enable JavaScript Harmony features."> 6181 <message name="IDS_FLAGS_ENABLE_JAVASCRIPT_HARMONY_DESCRIPTION" desc="Desc ription for the flag to enable JavaScript Harmony features.">
6182 Enable web pages to use experimental JavaScript features. 6182 Enable web pages to use experimental JavaScript features.
6183 </message> 6183 </message>
6184 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_NAME" desc="Title for the flag to enable detached tabs to create a real browser."> 6184 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_NAME" desc="Title for the flag to enable detached tabs to create a real browser.">
6185 Enable Tab Browser Dragging 6185 Enable Tab Browser Dragging
6186 </message> 6186 </message>
6187 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser."> 6187 <message name="IDS_FLAGS_ENABLE_TAB_BROWSER_DRAGGING_DESCRIPTION" desc="De scription for the flag to enable detached tabs to create a real browser.">
6188 Enable creating a browser window when dragging tabs. 6188 Enable creating a browser window when dragging tabs.
6189 </message> 6189 </message>
6190 <message name="IDS_FLAGS_ENABLE_DOWNLOAD_RESUMPTION_NAME" desc="Title for the flag to enable the download resume feature.">
6191 Enable Download Resumption
6192 </message>
6193 <message name="IDS_FLAGS_ENABLE_DOWNLOAD_RESUMPTION_DESCRIPTION" desc="Des cription for the flag to enable the download resume feature.">
6194 Allow downloads that have been interrupted to be continued or restarted, using the Resume context menu item.
6195 </message>
6190 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME" desc="Title f or the flag to disable restoring (more) session state after restarts and crashes ."> 6196 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_NAME" desc="Title f or the flag to disable restoring (more) session state after restarts and crashes .">
6191 Disable Better session restore 6197 Disable Better session restore
6192 </message> 6198 </message>
6193 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc=" Description for the flag to disable restoring (more) session state after restart s and crashes."> 6199 <message name="IDS_FLAGS_DISABLE_RESTORE_SESSION_STATE_DESCRIPTION" desc=" Description for the flag to disable restoring (more) session state after restart s and crashes.">
6194 Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes. 6200 Disables the Better session restore features which restore more session state (e.g., session cookies) after restarts and crashes.
6195 </message> 6201 </message>
6196 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer."> 6202 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_NAME" desc="Title for the flag to disable using a software rasterizer.">
6197 Disable 3D software rasterizer 6203 Disable 3D software rasterizer
6198 </message> 6204 </message>
6199 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer."> 6205 <message name="IDS_FLAGS_DISABLE_SOFTWARE_RASTERIZER_DESCRIPTION" desc="De scription for the flag to disable using a software renderer.">
(...skipping 8520 matching lines...) Expand 10 before | Expand all | Expand 10 after
14720 14726
14721 <structures fallback_to_english="true"> 14727 <structures fallback_to_english="true">
14722 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14728 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14723 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14729 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14724 </structure> 14730 </structure>
14725 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14731 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14726 </structure> 14732 </structure>
14727 </structures> 14733 </structures>
14728 </release> 14734 </release>
14729 </grit> 14735 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/download/chrome_download_manager_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698