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

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

Issue 2758313002: Implement the new Photo picker, part two. (Closed)
Patch Set: Address Ted's comments (and sync to latest) 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
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/SelectFileDialog.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 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 <message name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL" desc="Label for 'other' button in date picker dialog and time picker dialog, used to close the l ist of suggestions and open the full date/time picker [CHAR-LIMIT=32]"> 170 <message name="IDS_DATE_PICKER_DIALOG_OTHER_BUTTON_LABEL" desc="Label for 'other' button in date picker dialog and time picker dialog, used to close the l ist of suggestions and open the full date/time picker [CHAR-LIMIT=32]">
171 Other 171 Other
172 </message> 172 </message>
173 <message name="IDS_DATE_PICKER_DIALOG_TITLE" desc="Title for the date pick er dialog, which can be used to choose a date. [CHAR-LIMIT=32]"> 173 <message name="IDS_DATE_PICKER_DIALOG_TITLE" desc="Title for the date pick er dialog, which can be used to choose a date. [CHAR-LIMIT=32]">
174 Set date 174 Set date
175 </message> 175 </message>
176 <message name="IDS_DATE_PICKER_DIALOG_CLEAR" desc="Label for 'clear' butto n in date picker dialog and time picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12]"> 176 <message name="IDS_DATE_PICKER_DIALOG_CLEAR" desc="Label for 'clear' butto n in date picker dialog and time picker dialog, used to replace the contents of a field with the empty string [CHAR-LIMIT=12]">
177 Clear 177 Clear
178 </message> 178 </message>
179 179
180 <!-- Photo picker -->
181 <message name="IDS_PHOTO_PICKER_SELECT_IMAGES" desc="The label in the titl e bar of the Photo Picker dialog, suggesting which action the user should take." >
182 Select images
183 </message>
184 <message name="IDS_PHOTO_PICKER_CAMERA" desc="The label for the Camera act ion in the Photo Picker (opening the camera system intent).">
185 Camera
186 </message>
187 <message name="IDS_PHOTO_PICKER_BROWSE" desc="The label for the Browse act ion in the Photo Picker (browsing for photos).">
188 Browse
189 </message>
190
180 <!-- Accessibility content description --> 191 <!-- Accessibility content description -->
181 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown."> 192 <message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text anno unced by the screen reader when the autofill popup is shown.">
182 Showing autofill popup 193 Showing autofill popup
183 </message> 194 </message>
184 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n."> 195 <message name="IDS_PASSWORD_GENERATION_POPUP_CONTENT_DESCRIPTION" desc="Th e text announced by the screen reader when the password generation popup is show n.">
185 Showing password generation popup 196 Showing password generation popup
186 </message> 197 </message>
187 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. "> 198 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. ">
188 Suggestions available 199 Suggestions available
189 </message> 200 </message>
190 201
191 <!-- Migration strings --> 202 <!-- Migration strings -->
192 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating"> 203 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating">
193 Updating Chrome... 204 Updating Chrome...
194 </message> 205 </message>
195 </messages> 206 </messages>
196 </release> 207 </release>
197 </grit> 208 </grit>
OLDNEW
« no previous file with comments | « ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698