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

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

Issue 669723003: [Android] Move setting of contentDescription out from content/ layer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix nit Created 6 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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | no next file » | 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 <grit current_release="1" latest_public_release="0"> 2 <grit current_release="1" latest_public_release="0">
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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 <file lang="zh-TW" path="translations/android_content_strings_zh-TW.xtb" /> 92 <file lang="zh-TW" path="translations/android_content_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 desc="Contextual action bar item for sharing a block of text via email, or other method. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_SHARE"> 96 <message desc="Contextual action bar item for sharing a block of text via email, or other method. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_SHARE">
97 Share 97 Share
98 </message> 98 </message>
99 <message desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_WEB_SEARCH"> 99 <message desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]" name="IDS_ACTIONBAR_WEB_SEARCH">
100 Web search 100 Web search
101 </message> 101 </message>
102 <message desc="Content description for the content view that holds the web contents [CHAR-LIMIT=32]" name="IDS_ACCESSIBILITY_CONTENT_VIEW">
103 Web View
104 </message>
105 <message desc="NO DESCRIPTION [CHAR-LIMIT=32]" name="IDS_MEDIA_PLAYER_ERRO R_TITLE"> 102 <message desc="NO DESCRIPTION [CHAR-LIMIT=32]" name="IDS_MEDIA_PLAYER_ERRO R_TITLE">
106 Cannot play video 103 Cannot play video
107 </message> 104 </message>
108 <message desc="NO DESCRIPTION [CHAR-LIMIT=100]" name="IDS_MEDIA_PLAYER_ERR OR_TEXT_INVALID_PROGRESSIVE_PLAYBACK"> 105 <message desc="NO DESCRIPTION [CHAR-LIMIT=100]" name="IDS_MEDIA_PLAYER_ERR OR_TEXT_INVALID_PROGRESSIVE_PLAYBACK">
109 Sorry, this video is not valid for streaming to this device. 106 Sorry, this video is not valid for streaming to this device.
110 </message> 107 </message>
111 <message desc="NO DESCRIPTION [CHAR-LIMIT=100]" name="IDS_MEDIA_PLAYER_ERR OR_TEXT_UNKNOWN"> 108 <message desc="NO DESCRIPTION [CHAR-LIMIT=100]" name="IDS_MEDIA_PLAYER_ERR OR_TEXT_UNKNOWN">
112 Sorry, this video cannot be played. 109 Sorry, this video cannot be played.
113 </message> 110 </message>
114 <message desc="NO DESCRIPTION [CHAR-LIMIT=16]" name="IDS_MEDIA_PLAYER_ERRO R_BUTTON"> 111 <message desc="NO DESCRIPTION [CHAR-LIMIT=16]" name="IDS_MEDIA_PLAYER_ERRO R_BUTTON">
(...skipping 10 matching lines...) Expand all
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
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698