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

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

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp Created 7 years, 1 month 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
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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 <output filename="values-sv/android_ui_strings.xml" lang="sv" type="android" /> 116 <output filename="values-sv/android_ui_strings.xml" lang="sv" type="android" />
117 <output filename="values-sw/android_ui_strings.xml" lang="sw" type="android" /> 117 <output filename="values-sw/android_ui_strings.xml" lang="sw" type="android" />
118 <output filename="values-th/android_ui_strings.xml" lang="th" type="android" /> 118 <output filename="values-th/android_ui_strings.xml" lang="th" type="android" />
119 <output filename="values-tr/android_ui_strings.xml" lang="tr" type="android" /> 119 <output filename="values-tr/android_ui_strings.xml" lang="tr" type="android" />
120 <output filename="values-uk/android_ui_strings.xml" lang="uk" type="android" /> 120 <output filename="values-uk/android_ui_strings.xml" lang="uk" type="android" />
121 <output filename="values-vi/android_ui_strings.xml" lang="vi" type="android" /> 121 <output filename="values-vi/android_ui_strings.xml" lang="vi" type="android" />
122 <output filename="values-zh-rCN/android_ui_strings.xml" lang="zh-CN" type="a ndroid" /> 122 <output filename="values-zh-rCN/android_ui_strings.xml" lang="zh-CN" type="a ndroid" />
123 <output filename="values-zh-rTW/android_ui_strings.xml" lang="zh-TW" type="a ndroid" /> 123 <output filename="values-zh-rTW/android_ui_strings.xml" lang="zh-TW" type="a ndroid" />
124 </outputs> 124 </outputs>
125 </grit> 125 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698