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

Side by Side Diff: ui/android/java/strings/android_ui_strings.grd

Issue 73173002: Add ContextMenu support upstream for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years 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 | Annotate | Revision Log
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/Clipboard.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 <release allow_pseudo="false" seq="1"> 3 <release allow_pseudo="false" seq="1">
4 <messages fallback_to_english="true"> 4 <messages fallback_to_english="true">
5 <message desc="Error shown when the browser is restarted due to low memory during a file picker operation. [CHAR-LIMIT=NONE]" name="IDS_LOW_MEMORY_ERROR"> 5 <message desc="Error shown when the browser is restarted due to low memory during a file picker operation. [CHAR-LIMIT=NONE]" name="IDS_LOW_MEMORY_ERROR">
6 Unable to complete previous operation due to low memory 6 Unable to complete previous operation due to low memory
7 </message> 7 </message>
8 <message desc="Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32]" name="IDS_OPENING_FILE_ERROR"> 8 <message desc="Toast when the browser is unable to open a file for upload. [CHAR-LIMIT=32]" name="IDS_OPENING_FILE_ERROR">
9 Failed to open selected file 9 Failed to open selected file
10 </message> 10 </message>
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </message> 46 </message>
47 <message desc="Accessibility label for button to select the yellow color." name="IDS_COLOR_PICKER_BUTTON_YELLOW"> 47 <message desc="Accessibility label for button to select the yellow color." name="IDS_COLOR_PICKER_BUTTON_YELLOW">
48 Yellow 48 Yellow
49 </message> 49 </message>
50 <message desc="Accessibility label for button to select the black color." name="IDS_COLOR_PICKER_BUTTON_BLACK"> 50 <message desc="Accessibility label for button to select the black color." name="IDS_COLOR_PICKER_BUTTON_BLACK">
51 Black 51 Black
52 </message> 52 </message>
53 <message desc="Accessibility label for button to select the white color." name="IDS_COLOR_PICKER_BUTTON_WHITE"> 53 <message desc="Accessibility label for button to select the white color." name="IDS_COLOR_PICKER_BUTTON_WHITE">
54 White 54 White
55 </message> 55 </message>
56 <message desc="Notification for when copying to the clipboard fails. [CHAR -LIMIT=64]" name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE">
57 Failed to copy to the clipboard
58 </message>
56 </messages> 59 </messages>
57 </release> 60 </release>
58 <translations> 61 <translations>
59 <file lang="am" path="translations/android_ui_strings_am.xtb" /> 62 <file lang="am" path="translations/android_ui_strings_am.xtb" />
60 <file lang="ar" path="translations/android_ui_strings_ar.xtb" /> 63 <file lang="ar" path="translations/android_ui_strings_ar.xtb" />
61 <file lang="bg" path="translations/android_ui_strings_bg.xtb" /> 64 <file lang="bg" path="translations/android_ui_strings_bg.xtb" />
62 <file lang="ca" path="translations/android_ui_strings_ca.xtb" /> 65 <file lang="ca" path="translations/android_ui_strings_ca.xtb" />
63 <file lang="cs" path="translations/android_ui_strings_cs.xtb" /> 66 <file lang="cs" path="translations/android_ui_strings_cs.xtb" />
64 <file lang="da" path="translations/android_ui_strings_da.xtb" /> 67 <file lang="da" path="translations/android_ui_strings_da.xtb" />
65 <file lang="de" path="translations/android_ui_strings_de.xtb" /> 68 <file lang="de" path="translations/android_ui_strings_de.xtb" />
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 <output filename="values-sv/android_ui_strings.xml" lang="sv" type="android" /> 143 <output filename="values-sv/android_ui_strings.xml" lang="sv" type="android" />
141 <output filename="values-sw/android_ui_strings.xml" lang="sw" type="android" /> 144 <output filename="values-sw/android_ui_strings.xml" lang="sw" type="android" />
142 <output filename="values-th/android_ui_strings.xml" lang="th" type="android" /> 145 <output filename="values-th/android_ui_strings.xml" lang="th" type="android" />
143 <output filename="values-tr/android_ui_strings.xml" lang="tr" type="android" /> 146 <output filename="values-tr/android_ui_strings.xml" lang="tr" type="android" />
144 <output filename="values-uk/android_ui_strings.xml" lang="uk" type="android" /> 147 <output filename="values-uk/android_ui_strings.xml" lang="uk" type="android" />
145 <output filename="values-vi/android_ui_strings.xml" lang="vi" type="android" /> 148 <output filename="values-vi/android_ui_strings.xml" lang="vi" type="android" />
146 <output filename="values-zh-rCN/android_ui_strings.xml" lang="zh-CN" type="a ndroid" /> 149 <output filename="values-zh-rCN/android_ui_strings.xml" lang="zh-CN" type="a ndroid" />
147 <output filename="values-zh-rTW/android_ui_strings.xml" lang="zh-TW" type="a ndroid" /> 150 <output filename="values-zh-rTW/android_ui_strings.xml" lang="zh-TW" type="a ndroid" />
148 </outputs> 151 </outputs>
149 </grit> 152 </grit>
OLDNEW
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/Clipboard.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698