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

Side by Side Diff: android_webview/java/strings/android_webview_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 current_release="1" latest_public_release="0" output_all_resource_defines= "false"> 2 <grit current_release="1" latest_public_release="0" output_all_resource_defines= "false">
3 <outputs> 3 <outputs>
4 <output filename="values-am/android_webview_strings.xml" lang="am" type="and roid" /> 4 <output filename="values-am/android_webview_strings.xml" lang="am" type="and roid" />
5 <output filename="values-ar/android_webview_strings.xml" lang="ar" type="and roid" /> 5 <output filename="values-ar/android_webview_strings.xml" lang="ar" type="and roid" />
6 <output filename="values-bg/android_webview_strings.xml" lang="bg" type="and roid" /> 6 <output filename="values-bg/android_webview_strings.xml" lang="bg" type="and roid" />
7 <output filename="values-ca/android_webview_strings.xml" lang="ca" type="and roid" /> 7 <output filename="values-ca/android_webview_strings.xml" lang="ca" type="and roid" />
8 <output filename="values-cs/android_webview_strings.xml" lang="cs" type="and roid" /> 8 <output filename="values-cs/android_webview_strings.xml" lang="cs" type="and roid" />
9 <output filename="values-da/android_webview_strings.xml" lang="da" type="and roid" /> 9 <output filename="values-da/android_webview_strings.xml" lang="da" type="and roid" />
10 <output filename="values-de/android_webview_strings.xml" lang="de" type="and roid" /> 10 <output filename="values-de/android_webview_strings.xml" lang="de" type="and roid" />
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <file lang="zh-TW" path="translations/android_webview_strings_zh-TW.xtb" /> 92 <file lang="zh-TW" path="translations/android_webview_strings_zh-TW.xtb" />
93 </translations> 93 </translations>
94 <release allow_pseudo="false" seq="1"> 94 <release allow_pseudo="false" seq="1">
95 <messages fallback_to_english="true"> 95 <messages fallback_to_english="true">
96 <message name="IDS_PRIVATE_BROWSING_WARNING" desc="Warning shown when the app tries to create a private browsing WebView, which is not supported."> 96 <message name="IDS_PRIVATE_BROWSING_WARNING" desc="Warning shown when the app tries to create a private browsing WebView, which is not supported.">
97 This functionality is not supported in this version of Android. 97 This functionality is not supported in this version of Android.
98 </message> 98 </message>
99 <message name="IDS_LICENSE_ACTIVITY_TITLE" desc="The title of the activity that displays licenses of WebView. [CHAR-LIMIT=50]"> 99 <message name="IDS_LICENSE_ACTIVITY_TITLE" desc="The title of the activity that displays licenses of WebView. [CHAR-LIMIT=50]">
100 System WebView licenses 100 System WebView licenses
101 </message> 101 </message>
102 <message name="IDS_MEDIA_PLAYER_LOADING_VIDEO" desc="Text shown while a vi deo is loading [CHAR-LIMIT=16]">
103 Loading video
104 </message>
102 </messages> 105 </messages>
103 </release> 106 </release>
104 </grit> 107 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698