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

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

Issue 2699643003: Show an infobar when VR services need to be installed or updated. (Closed)
Patch Set: Updated button text resources and adjusted version check. Created 3 years, 10 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 2720 matching lines...) Expand 10 before | Expand all | Expand 10 after
2731 </message> 2731 </message>
2732 <message name="IDS_KEYBOARD_SHORTCUT_TAB_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the tab window. This group is part of several groups of keyboard shortcuts all shown in a dialog."> 2732 <message name="IDS_KEYBOARD_SHORTCUT_TAB_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the tab window. This group is part of several groups of keyboard shortcuts all shown in a dialog.">
2733 Tab and window shortcuts 2733 Tab and window shortcuts
2734 </message> 2734 </message>
2735 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2735 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2736 Google Chrome feature shortcuts 2736 Google Chrome feature shortcuts
2737 </message> 2737 </message>
2738 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2738 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2739 Webpage shortcuts 2739 Webpage shortcuts
2740 </message> 2740 </message>
2741
2742 <!-- VR services check infobar -->
2743 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_TEXT" desc="Text to displayed in the VR Services check infobar.">
Peter Kasting 2017/02/17 02:34:49 Nit: What is the "VR services check infobar"? Mak
amp 2017/02/17 02:52:29 Done.
2744 To view virtual reality content, <ph name="ACTION">%s<ex>install</ex></p h> Google VR Services
2745 </message>
2746 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_ACTION" desc="Text to be displayed in the VR Services check infobar text for the install action">
Peter Kasting 2017/02/17 02:34:49 Nit: It wasn't immediately clear to me that this g
amp 2017/02/17 02:52:29 Done.
2747 install
2748 </message>
2749 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_ACTION" desc="Text to be displayed in the VR Services check infobar text for the update action">
2750 update
2751 </message>
2752 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for the install ac tion">
Peter Kasting 2017/02/17 02:34:49 Nit: If this needs to follow a certain capitalizat
amp 2017/02/17 02:52:29 I initially just had two messages here, but per ba
2753 INSTALL
2754 </message>
2755 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for the update acti on">
2756 UPDATE
2757 </message>
2741 </messages> 2758 </messages>
2742 </release> 2759 </release>
2743 </grit> 2760 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698