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

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

Issue 8429023: Add platform_app flag to manifest. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Protect with experimental flag. Created 9 years, 1 month 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') | chrome/browser/about_flags.cc » ('J')
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 4820 matching lines...) Expand 10 before | Expand all | Expand 10 after
4831 Photo Editor 4831 Photo Editor
4832 </message> 4832 </message>
4833 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION" desc="Descriptio n for the flag to enable the photo editor."> 4833 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION" desc="Descriptio n for the flag to enable the photo editor.">
4834 </message> 4834 </message>
4835 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements."> 4835 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_NAME" desc="Title for the fla g to enable the Media Source API on &lt;video&gt; elements.">
4836 Enable Media Source API on &lt;video&gt; elements. 4836 Enable Media Source API on &lt;video&gt; elements.
4837 </message> 4837 </message>
4838 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements."> 4838 <message name="IDS_FLAGS_ENABLE_MEDIA_SOURCE_DESCRIPTION" desc="Descriptio n for the flag to enable the Media Source API on &lt;video&gt; elements.">
4839 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 4839 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4840 </message> 4840 </message>
4841 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_NAME" desc="Title for the fl ag to enable platform apps.">
4842 Enable platform apps
4843 </message>
4844 <message name="IDS_FLAGS_ENABLE_PLATFORM_APPS_DESCRIPTION" desc="Descripti on for the flag to enable platform apps.">
4845 Enable advanced application capabilities.
4846 </message>
4841 4847
4842 <!-- Crashes --> 4848 <!-- Crashes -->
4843 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e."> 4849 <message name="IDS_CRASHES_TITLE" desc="Title for the chrome://crashes pag e.">
4844 Crashes 4850 Crashes
4845 </message> 4851 </message>
4846 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes"> 4852 <message name="IDS_CRASHES_CRASH_COUNT_BANNER_FORMAT" desc="Format for cra sh count banner on chrome://crashes">
4847 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>) 4853 Crashes (<ph name="CRASH_COUNT">$1<ex>3</ex></ph>)
4848 </message> 4854 </message>
4849 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes"> 4855 <message name="IDS_CRASHES_CRASH_HEADER_FORMAT" desc="Format for crash ent ry headings on chrome://crashes">
4850 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph> 4856 Crash ID <ph name="CRASH_ID">$1<ex>8fa95dbb6f2ec862</ex></ph>
(...skipping 9698 matching lines...) Expand 10 before | Expand all | Expand 10 after
14549 </messages> 14555 </messages>
14550 <structures fallback_to_english="true"> 14556 <structures fallback_to_english="true">
14551 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14557 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14552 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14558 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14553 </structure> 14559 </structure>
14554 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14560 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14555 </structure> 14561 </structure>
14556 </structures> 14562 </structures>
14557 </release> 14563 </release>
14558 </grit> 14564 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698