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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2853793003: Revert of Photo Picker Dialog: Use sandboxed utility process for decoding images. (Closed)
Patch Set: Created 3 years, 7 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2787 matching lines...) Expand 10 before | Expand all | Expand 10 after
2798 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t ext that is used to inform the user that no devices found in the USB chooser dia log."> 2798 <message name="IDS_USB_CHOOSER_DIALOG_NO_DEVICES_FOUND_PROMPT" desc="The t ext that is used to inform the user that no devices found in the USB chooser dia log.">
2799 No devices found 2799 No devices found
2800 </message> 2800 </message>
2801 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2801 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2802 Connect 2802 Connect
2803 </message> 2803 </message>
2804 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text."> 2804 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text.">
2805 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help<ph name="END_LINK">&lt;/ link&gt;</ph> 2805 <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help<ph name="END_LINK">&lt;/ link&gt;</ph>
2806 </message> 2806 </message>
2807 2807
2808 <!-- Photo Picker strings -->
2809 <message name="IDS_DECODER_DESCRIPTION" desc="The title for the image deco der utility service.">
2810 Image decoder
2811 </message>
2812
2813 <!-- Migration strings --> 2808 <!-- Migration strings -->
2814 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2809 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2815 Tap this button for quick access to your tabs. 2810 Tap this button for quick access to your tabs.
2816 </message> 2811 </message>
2817 2812
2818 <!-- Special locale UI strings --> 2813 <!-- Special locale UI strings -->
2819 <message name="IDS_SEARCH_WITH_SOGOU" desc="Text telling the user that the search engine will be switched to Sogou."> 2814 <message name="IDS_SEARCH_WITH_SOGOU" desc="Text telling the user that the search engine will be switched to Sogou.">
2820 Search with Sogou 2815 Search with Sogou
2821 </message> 2816 </message>
2822 <message name="IDS_SOGOU_EXPLANATION" desc="Text explaining why Sogou shou ld be used as default search engine."> 2817 <message name="IDS_SOGOU_EXPLANATION" desc="Text explaining why Sogou shou ld be used as default search engine.">
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 Remove and recreate this shortcut 2963 Remove and recreate this shortcut
2969 </message> 2964 </message>
2970 2965
2971 <!-- Chrome Home --> 2966 <!-- Chrome Home -->
2972 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2967 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2973 Pull up to see bookmarks and more 2968 Pull up to see bookmarks and more
2974 </message> 2969 </message>
2975 </messages> 2970 </messages>
2976 </release> 2971 </release>
2977 </grit> 2972 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698