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

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

Issue 2398543003: Move Android view based ColorPicker from ui/ to components/ (Closed)
Patch Set: add owners Created 4 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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/OnColorChangedListener.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 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_ui_strings.xml" lang="am" type="android" /> 4 <output filename="values-am/android_ui_strings.xml" lang="am" type="android" />
5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" /> 5 <output filename="values-ar/android_ui_strings.xml" lang="ar" type="android" />
6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" /> 6 <output filename="values-bg/android_ui_strings.xml" lang="bg" type="android" />
7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" /> 7 <output filename="values-ca/android_ui_strings.xml" lang="ca" type="android" />
8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" /> 8 <output filename="values-cs/android_ui_strings.xml" lang="cs" type="android" />
9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" /> 9 <output filename="values-da/android_ui_strings.xml" lang="da" type="android" />
10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" /> 10 <output filename="values-de/android_ui_strings.xml" lang="de" type="android" />
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <!-- Select file dialog --> 96 <!-- Select file dialog -->
97 <message name="IDS_LOW_MEMORY_ERROR" desc="Error shown when the browser is restarted due to low memory during a file picker operation. [CHAR-LIMIT=NONE]"> 97 <message name="IDS_LOW_MEMORY_ERROR" desc="Error shown when the browser is restarted due to low memory during a file picker operation. [CHAR-LIMIT=NONE]">
98 Unable to complete previous operation due to low memory 98 Unable to complete previous operation due to low memory
99 </message> 99 </message>
100 <message name="IDS_OPENING_FILE_ERROR" desc="Toast when the browser is una ble to open a file for upload. [CHAR-LIMIT=32]"> 100 <message name="IDS_OPENING_FILE_ERROR" desc="Toast when the browser is una ble to open a file for upload. [CHAR-LIMIT=32]">
101 Failed to open selected file 101 Failed to open selected file
102 </message> 102 </message>
103 103
104 <!-- Color picker -->
105 <message name="IDS_COLOR_PICKER_BUTTON_MORE" desc="Text for ColorPicker bu tton to go to advanced view. [CHAR-LIMIT=20]">
106 More
107 </message>
108 <message name="IDS_COLOR_PICKER_HUE" desc="Label for hue slider in ColorPi cker.">
109 Hue
110 </message>
111 <message name="IDS_COLOR_PICKER_SATURATION" desc="Label for saturation sli der in ColorPicker.">
112 Saturation
113 </message>
114 <message name="IDS_COLOR_PICKER_VALUE" desc="Label for value slider in Col orPicker.">
115 Value
116 </message>
117 <message name="IDS_COLOR_PICKER_BUTTON_SET" desc="Label for button in Colo rPicker dialog for user to accept the currently chosen color. [CHAR-LIMIT=20]">
118 Set
119 </message>
120 <message name="IDS_COLOR_PICKER_BUTTON_CANCEL" desc="Label for button in C olorPicker dialog for user to cancel picking a color. [CHAR-LIMIT=20]">
121 Cancel
122 </message>
123 <message name="IDS_COLOR_PICKER_DIALOG_TITLE" desc="Title of ColorPicker d ialog. [CHAR-LIMIT=20]">
124 Select color
125 </message>
126 <message name="IDS_COLOR_PICKER_BUTTON_RED" desc="Accessibility label for button to select the red color.">
127 Red
128 </message>
129 <message name="IDS_COLOR_PICKER_BUTTON_CYAN" desc="Accessibility label for button to select the cyan color.">
130 Cyan
131 </message>
132 <message name="IDS_COLOR_PICKER_BUTTON_BLUE" desc="Accessibility label for button to select the blue color.">
133 Blue
134 </message>
135 <message name="IDS_COLOR_PICKER_BUTTON_GREEN" desc="Accessibility label fo r button to select the green color.">
136 Green
137 </message>
138 <message name="IDS_COLOR_PICKER_BUTTON_MAGENTA" desc="Accessibility label for button to select the magenta color.">
139 Magenta
140 </message>
141 <message name="IDS_COLOR_PICKER_BUTTON_YELLOW" desc="Accessibility label f or button to select the yellow color.">
142 Yellow
143 </message>
144 <message name="IDS_COLOR_PICKER_BUTTON_BLACK" desc="Accessibility label fo r button to select the black color.">
145 Black
146 </message>
147 <message name="IDS_COLOR_PICKER_BUTTON_WHITE" desc="Accessibility label fo r button to select the white color.">
148 White
149 </message>
150
151 <!-- Clipboard --> 104 <!-- Clipboard -->
152 <message name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE" desc="Notification f or when copying to the clipboard fails. [CHAR-LIMIT=64]"> 105 <message name="IDS_COPY_TO_CLIPBOARD_FAILURE_MESSAGE" desc="Notification f or when copying to the clipboard fails. [CHAR-LIMIT=64]">
153 Failed to copy to the clipboard 106 Failed to copy to the clipboard
154 </message> 107 </message>
155 108
156 <!-- Date/time pickers --> 109 <!-- Date/time pickers -->
157 <message name="IDS_ACCESSIBILITY_DATE_PICKER_MONTH" desc="Content descript ion for the date time picker month component. [CHAR-LIMIT=32]"> 110 <message name="IDS_ACCESSIBILITY_DATE_PICKER_MONTH" desc="Content descript ion for the date time picker month component. [CHAR-LIMIT=32]">
158 Month 111 Month
159 </message> 112 </message>
160 <message name="IDS_ACCESSIBILITY_DATE_PICKER_YEAR" desc="Content descripti on for the date time picker year component. [CHAR-LIMIT=32]"> 113 <message name="IDS_ACCESSIBILITY_DATE_PICKER_YEAR" desc="Content descripti on for the date time picker year component. [CHAR-LIMIT=32]">
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 Suggestions available 188 Suggestions available
236 </message> 189 </message>
237 190
238 <!-- Migration strings --> 191 <!-- Migration strings -->
239 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating"> 192 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating">
240 Updating Chrome... 193 Updating Chrome...
241 </message> 194 </message>
242 </messages> 195 </messages>
243 </release> 196 </release>
244 </grit> 197 </grit>
OLDNEW
« no previous file with comments | « ui/android/java/src/org/chromium/ui/OnColorChangedListener.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698