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

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

Issue 2758313002: Implement the new Photo picker, part two. (Closed)
Patch Set: Fix scrim color 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
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 <!-- File picker -->
181 <message name="IDS_FILE_PICKER_SELECT_FILES" desc="The label in the title bar of the file picker dialog, suggesting which action the user should take.">
182 Select images
183 </message>
184 <message name="IDS_FILE_PICKER_CAMERA" desc="The label for the Camera acti on in the File Picker (opening the camera system intent).">
185 Camera
186 </message>
187 <message name="IDS_FILE_PICKER_BROWSE" desc="The label for the Browse acti on in the File Picker (browsing for photos).">
188 Browse
189 </message>
190 <message name="IDS_FAILED_TO_LAUNCH_PHOTO_ACTIVITY" desc="An error message shown when the photo activity fails to launch.">
191 Error launching photo activity
192 </message>
193 <message name="IDS_PICKER_DIALOG_SELECT_PICTURE" desc="The title for the d ialog that allows the user to select photos.">
194 Select Picture
195 </message>
196
180 <!-- Accessibility content description --> 197 <!-- 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."> 198 <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 199 Showing autofill popup
183 </message> 200 </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."> 201 <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 202 Showing password generation popup
186 </message> 203 </message>
187 <message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc=" The text announced by the screen reader when the autofill suggestions are shown. "> 204 <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 205 Suggestions available
189 </message> 206 </message>
190 207
191 <!-- Migration strings --> 208 <!-- Migration strings -->
192 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating"> 209 <message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrom e is updating">
193 Updating Chrome... 210 Updating Chrome...
194 </message> 211 </message>
195 </messages> 212 </messages>
196 </release> 213 </release>
197 </grit> 214 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698