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

Side by Side Diff: content/public/android/java/strings/android_content_strings.grd

Issue 2154883003: Make ContentVideoView progress view visible in WebView (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed Java continuation lines identation Created 4 years, 4 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 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false"> 2 <grit latest_public_release="0" current_release="1" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" /> 4 <output filename="values-am/android_content_strings.xml" lang="am" type="and roid" />
5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" /> 5 <output filename="values-ar/android_content_strings.xml" lang="ar" type="and roid" />
6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" /> 6 <output filename="values-bg/android_content_strings.xml" lang="bg" type="and roid" />
7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" /> 7 <output filename="values-ca/android_content_strings.xml" lang="ca" type="and roid" />
8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" /> 8 <output filename="values-cs/android_content_strings.xml" lang="cs" type="and roid" />
9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" /> 9 <output filename="values-da/android_content_strings.xml" lang="da" type="and roid" />
10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" /> 10 <output filename="values-de/android_content_strings.xml" lang="de" type="and roid" />
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 </message> 107 </message>
108 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_INVALID_PROGRESSIVE_PLAYBACK" d esc="Dialog text explaining why a video cannot be played"> 108 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_INVALID_PROGRESSIVE_PLAYBACK" d esc="Dialog text explaining why a video cannot be played">
109 Sorry, this video is not valid for streaming to this device. 109 Sorry, this video is not valid for streaming to this device.
110 </message> 110 </message>
111 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_UNKNOWN" desc="Dialog text expl aining that a video cannot be played"> 111 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_UNKNOWN" desc="Dialog text expl aining that a video cannot be played">
112 Sorry, this video cannot be played. 112 Sorry, this video cannot be played.
113 </message> 113 </message>
114 <message name="IDS_MEDIA_PLAYER_ERROR_BUTTON" desc="OK button to dismiss a n error dialog [CHAR-LIMIT=16]"> 114 <message name="IDS_MEDIA_PLAYER_ERROR_BUTTON" desc="OK button to dismiss a n error dialog [CHAR-LIMIT=16]">
115 OK 115 OK
116 </message> 116 </message>
117 <message name="IDS_MEDIA_PLAYER_LOADING_VIDEO" desc="Text shown while a vi deo is loading [CHAR-LIMIT=16]">
118 Loading video
119 </message>
120 <message name="IDS_PROFILER_STARTED_TOAST" desc="Toast notifying the user that profiler started"> 117 <message name="IDS_PROFILER_STARTED_TOAST" desc="Toast notifying the user that profiler started">
121 Profiler started 118 Profiler started
122 </message> 119 </message>
123 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file"> 120 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file">
124 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>. 121 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>.
125 </message> 122 </message>
126 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage"> 123 <message name="IDS_PROFILER_NO_STORAGE_TOAST" desc="Toast notifying the us er that we can't start profiler because there's no external storage">
127 Can't start profiler because external storage is not ready 124 Can't start profiler because external storage is not ready
128 </message> 125 </message>
129 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> 126 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler">
130 Failed to start profiler 127 Failed to start profiler
131 </message> 128 </message>
132 </messages> 129 </messages>
133 </release> 130 </release>
134 </grit> 131 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698