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

Unified 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, 9 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 side-by-side diff with in-line comments
Download patch
Index: ui/android/java/strings/android_ui_strings.grd
diff --git a/ui/android/java/strings/android_ui_strings.grd b/ui/android/java/strings/android_ui_strings.grd
index cbe649e16114c94e3de8eeb1c30df594d69e4329..7d808040199511fffdcb13e1a947323bc073ec2b 100644
--- a/ui/android/java/strings/android_ui_strings.grd
+++ b/ui/android/java/strings/android_ui_strings.grd
@@ -177,6 +177,23 @@
Clear
</message>
+ <!-- File picker -->
+ <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.">
+ Select images
+ </message>
+ <message name="IDS_FILE_PICKER_CAMERA" desc="The label for the Camera action in the File Picker (opening the camera system intent).">
+ Camera
+ </message>
+ <message name="IDS_FILE_PICKER_BROWSE" desc="The label for the Browse action in the File Picker (browsing for photos).">
+ Browse
+ </message>
+ <message name="IDS_FAILED_TO_LAUNCH_PHOTO_ACTIVITY" desc="An error message shown when the photo activity fails to launch.">
+ Error launching photo activity
+ </message>
+ <message name="IDS_PICKER_DIALOG_SELECT_PICTURE" desc="The title for the dialog that allows the user to select photos.">
+ Select Picture
+ </message>
+
<!-- Accessibility content description -->
<message name="IDS_AUTOFILL_POPUP_CONTENT_DESCRIPTION" desc="The text announced by the screen reader when the autofill popup is shown.">
Showing autofill popup
@@ -187,7 +204,7 @@
<message name="IDS_AUTOFILL_KEYBOARD_ACCESSORY_CONTENT_DESCRIPTION" desc="The text announced by the screen reader when the autofill suggestions are shown.">
Suggestions available
</message>
-
+
<!-- Migration strings -->
<message name="IDS_UPDATING_CHROME" desc="String that indicates that Chrome is updating">
Updating Chrome...

Powered by Google App Engine
This is Rietveld 408576698