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

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

Issue 2650113004: [WIP] Add support for Android SuggestionSpans when editing text (Closed)
Patch Set: Uploading the latest version from my repo so I can reference it Created 3 years, 8 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 <messages fallback_to_english="true"> 95 <messages fallback_to_english="true">
96 <message name="IDS_ACTIONBAR_SHARE" desc="Contextual action bar item for s haring a block of text via email, or other method. [CHAR-LIMIT=24]"> 96 <message name="IDS_ACTIONBAR_SHARE" desc="Contextual action bar item for s haring a block of text via email, or other method. [CHAR-LIMIT=24]">
97 Share 97 Share
98 </message> 98 </message>
99 <message name="IDS_ACTIONBAR_WEB_SEARCH" desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]"> 99 <message name="IDS_ACTIONBAR_WEB_SEARCH" desc="Contextual action bar item for using the selected text in a internet search. [CHAR-LIMIT=24]">
100 Web search 100 Web search
101 </message> 101 </message>
102 <message name="IDS_ACTIONBAR_TEXTSELECTION_TITLE" desc="Title of the text selection contextual action bar on tablets. [CHAR-LIMIT=30]"> 102 <message name="IDS_ACTIONBAR_TEXTSELECTION_TITLE" desc="Title of the text selection contextual action bar on tablets. [CHAR-LIMIT=30]">
103 Text selection 103 Text selection
104 </message> 104 </message>
105 <message name="IDS_DELETE_TEXT" desc="Drop-down menu item to delete the cu rrently selected text">
106 Delete
107 </message>
105 <message name="IDS_MEDIA_PLAYER_ERROR_TITLE" desc="Title of dialog explain ing that a video cannot be played due to an error [CHAR-LIMIT=32]"> 108 <message name="IDS_MEDIA_PLAYER_ERROR_TITLE" desc="Title of dialog explain ing that a video cannot be played due to an error [CHAR-LIMIT=32]">
106 Cannot play video 109 Cannot play video
107 </message> 110 </message>
108 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_INVALID_PROGRESSIVE_PLAYBACK" d esc="Dialog text explaining why a video cannot be played"> 111 <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. 112 Sorry, this video is not valid for streaming to this device.
110 </message> 113 </message>
111 <message name="IDS_MEDIA_PLAYER_ERROR_TEXT_UNKNOWN" desc="Dialog text expl aining that a video cannot be played"> 114 <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. 115 Sorry, this video cannot be played.
113 </message> 116 </message>
114 <message name="IDS_MEDIA_PLAYER_ERROR_BUTTON" desc="OK button to dismiss a n error dialog [CHAR-LIMIT=16]"> 117 <message name="IDS_MEDIA_PLAYER_ERROR_BUTTON" desc="OK button to dismiss a n error dialog [CHAR-LIMIT=16]">
115 OK 118 OK
116 </message> 119 </message>
117 <message name="IDS_PROFILER_STARTED_TOAST" desc="Toast notifying the user that profiler started"> 120 <message name="IDS_PROFILER_STARTED_TOAST" desc="Toast notifying the user that profiler started">
118 Profiler started 121 Profiler started
119 </message> 122 </message>
120 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file"> 123 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file">
121 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>. 124 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>.
122 </message> 125 </message>
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"> 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">
124 Can't start profiler because external storage is not ready 127 Can't start profiler because external storage is not ready
125 </message> 128 </message>
126 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> 129 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler">
127 Failed to start profiler 130 Failed to start profiler
128 </message> 131 </message>
129 </messages> 132 </messages>
130 </release> 133 </release>
131 </grit> 134 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698