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

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

Issue 255793003: Toast notifying the user that we copied to clipboard. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test Created 6 years, 7 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/SelectActionModeCallback.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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 </message> 191 </message>
192 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file"> 192 <message name="IDS_PROFILER_STOPPED_TOAST" desc="Toast notifying the user that profiler results were written to a file">
193 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>. 193 Profiler finished. Results are in <ph name="FILENAME">%1$s<ex>output.txt </ex></ph>.
194 </message> 194 </message>
195 <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"> 195 <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">
196 Can't start profiler because external storage is not ready 196 Can't start profiler because external storage is not ready
197 </message> 197 </message>
198 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler"> 198 <message name="IDS_PROFILER_ERROR_TOAST" desc="Toast notifying the user th at we failed to start profiler">
199 Failed to start profiler 199 Failed to start profiler
200 </message> 200 </message>
201 <message desc="Toast notifying the user that we copied to clipboard. [CHAR -LIMIT=32]" name="IDS_COPY_TO_CLIPBOARD_SUCCESS_MESSAGE">
202 Copied to clipboard
203 </message>
201 </messages> 204 </messages>
202 </release> 205 </release>
203 </grit> 206 </grit>
OLDNEW
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/SelectActionModeCallback.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698