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

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

Issue 8799006: Replace the Slideshow with the Photo Editor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated manifest, postponed deleting slideshow.html Created 9 years 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 4915 matching lines...) Expand 10 before | Expand all | Expand 10 after
4926 </message> 4926 </message>
4927 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; element s."> 4927 <message name="IDS_FLAGS_ENABLE_VIDEO_TRACK_DESCRIPTION" desc="Description for the flag to enable the track element for captions on &lt;videos&gt; element s.">
4928 Enable the track element (not yet fully functional) for captions, subtit les, chapters, and audio descriptions on video elements. 4928 Enable the track element (not yet fully functional) for captions, subtit les, chapters, and audio descriptions on video elements.
4929 </message> 4929 </message>
4930 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_NAME" desc="Title for the flag to enable extension alerts."> 4930 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_NAME" desc="Title for the flag to enable extension alerts.">
4931 Enable extension alerts 4931 Enable extension alerts
4932 </message> 4932 </message>
4933 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts."> 4933 <message name="IDS_FLAGS_ENABLE_EXTENSION_ALERTS_DESCRIPTION" desc="Descri ption for the flag to enable extension alerts.">
4934 Enable various alerts about changes in extension state. 4934 Enable various alerts about changes in extension state.
4935 </message> 4935 </message>
4936 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_NAME" desc="Title for the fla g to enable the photo editor.">
4937 Photo Editor
4938 </message>
4939 <message name="IDS_FLAGS_ENABLE_PHOTO_EDITOR_DESCRIPTION" desc="Descriptio n for the flag to enable the photo editor.">
4940 </message>
4941 <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."> 4936 <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.">
4942 Enable Media Source API on &lt;video&gt; elements. 4937 Enable Media Source API on &lt;video&gt; elements.
4943 </message> 4938 </message>
4944 <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."> 4939 <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.">
4945 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element. 4940 Enable experimental Media Source API on the video elements. This API all ows JavaScript to send media data directly to a video element.
4946 </message> 4941 </message>
4947 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows."> 4942 <message name="IDS_FLAGS_AURA_WINDOWS_NAME" desc="Title for the flag to en able fancy translucent windows.">
4948 Translucent windows 4943 Translucent windows
4949 </message> 4944 </message>
4950 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows."> 4945 <message name="IDS_FLAGS_AURA_WINDOWS_DESCRIPTION" desc="Description for t he flag to enable fancy translucent windows.">
(...skipping 9779 matching lines...) Expand 10 before | Expand all | Expand 10 after
14730 </messages> 14725 </messages>
14731 <structures fallback_to_english="true"> 14726 <structures fallback_to_english="true">
14732 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14727 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14733 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14728 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14734 </structure> 14729 </structure>
14735 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14730 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14736 </structure> 14731 </structure>
14737 </structures> 14732 </structures>
14738 </release> 14733 </release>
14739 </grit> 14734 </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