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

Side by Side Diff: ui/strings/ui_strings.grd

Issue 2949733002: Show Play Store rating and price in app list (Closed)
Patch Set: Created 3 years, 6 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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. Specifically, these are UI strings that are used by app/ that 4 each locale. Specifically, these are UI strings that are used by app/ that
5 need to be translated for each locale.--> 5 need to be translated for each locale.-->
6 6
7 <grit base_dir="." latest_public_release="0" current_release="1" 7 <grit base_dir="." latest_public_release="0" current_release="1"
8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl"> 8 output_all_resource_defines="false" source_lang_id="en" enc_check="möl">
9 <outputs> 9 <outputs>
10 <!-- TODO add each of your output files. Modify the three below, and add 10 <!-- TODO add each of your output files. Modify the three below, and add
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 </message> 689 </message>
690 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder"> 690 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder">
691 Close folder 691 Close folder
692 </message> 692 </message>
693 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query"> 693 <message name="IDS_APP_LIST_SPEECH_HINT_TEXT" desc="The text label in the speech recognition UI to ask the user to speak the search query">
694 Speak now 694 Speak now
695 </message> 695 </message>
696 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error."> 696 <message name="IDS_APP_LIST_SPEECH_NETWORK_ERROR_HINT_TEXT" desc="The text label in the speech recognition UI to show the speech recognition can't start b ecause of network error.">
697 No internet connection 697 No internet connection
698 </message> 698 </message>
699 <message name="IDS_APP_LIST_PRICE" desc="The text for the price of the pla y store app in the search results in the app launcher.">
700 $<ph name="price">{0}<ex>19.98</ex></ph>
xiyuan 2017/06/20 22:19:23 Currency is tricky. Using "$" directly here is not
weidongg 2017/06/22 00:59:16 I confirmed with the @hejq. The price should be fo
701 </message>
702 <message name="IDS_APP_LIST_RATING" desc="The text for the rating of the p lay store app in the search results in the app launcher.">
703 <ph name="rating">{0}<ex>4.5</ex></ph>★
xiyuan 2017/06/20 22:19:23 Get rid of "*". Think it should be displayed via a
weidongg 2017/06/22 00:59:16 I am confirming with UX designer about this. In th
704 </message>
699 705
700 <!-- Strings describing the touch calibration UX --> 706 <!-- Strings describing the touch calibration UX -->
701 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_EXIT_LABEL" desc="A message t o notify the user about using the escape key to exit the calibration mode."> 707 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_EXIT_LABEL" desc="A message t o notify the user about using the escape key to exit the calibration mode.">
702 To exit calibration press Esc. 708 To exit calibration press Esc.
703 </message> 709 </message>
704 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_HINT_LABEL_TEXT" desc="Title of the hint message to inform the user what the next step is in touch calibratio n is"> 710 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_HINT_LABEL_TEXT" desc="Title of the hint message to inform the user what the next step is in touch calibratio n is">
705 Calibrate your touchscreen 711 Calibrate your touchscreen
706 </message> 712 </message>
707 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_HINT_SUBLABEL_TEXT" desc="Mes sage to inform the user what the next step is in touch calibration is"> 713 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_HINT_SUBLABEL_TEXT" desc="Mes sage to inform the user what the next step is in touch calibration is">
708 Tap the touch targets on your screen. 714 Tap the touch targets on your screen.
709 </message> 715 </message>
710 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_TAP_HERE_LABEL" desc="A messa ge to notify the user about the significance of a circle on the screen during th e touchscreen calibration."> 716 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_TAP_HERE_LABEL" desc="A messa ge to notify the user about the significance of a circle on the screen during th e touchscreen calibration.">
711 Tap here 717 Tap here
712 </message> 718 </message>
713 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_FINISH_LABEL" desc="Message t o inform the user that the calibration is now complete"> 719 <message name="IDS_DISPLAY_TOUCH_CALIBRATION_FINISH_LABEL" desc="Message t o inform the user that the calibration is now complete">
714 Calibration is completed 720 Calibration is completed
715 </message> 721 </message>
716 722
717 <!-- Display names --> 723 <!-- Display names -->
718 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray."> 724 <message name="IDS_DISPLAY_NAME_UNKNOWN" desc="The name used for a display whose name is unknown, which is shown in the display settings and ash tray.">
719 Unknown Display 725 Unknown Display
720 </message> 726 </message>
721 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 727 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
722 Internal Display 728 Internal Display
723 </message> 729 </message>
724 </messages> 730 </messages>
725 </release> 731 </release>
726 </grit> 732 </grit>
OLDNEW
« ui/app_list/views/tile_item_view.cc ('K') | « ui/app_list/views/tile_item_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698