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

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

Issue 2603463002: Adds background fade in animation and exit label to touch calibrator view (Closed)
Patch Set: Resolving comments Created 3 years, 12 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
« no previous file with comments | « chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 638 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 </message> 649 </message>
650 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder"> 650 <message name="IDS_APP_LIST_FOLDER_CLOSE_FOLDER_ACCESSIBILE_NAME" desc="Th e spoken feedback text for closing an app launcher folder">
651 Close folder 651 Close folder
652 </message> 652 </message>
653 <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"> 653 <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">
654 Speak now 654 Speak now
655 </message> 655 </message>
656 <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."> 656 <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.">
657 No internet connection 657 No internet connection
658 </message> 658 </message>
659
660 <!-- Strings describing the touch calibration UX -->
661 <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.">
662 To exit calibration press Esc.
663 </message>
659 664
660 <!-- Display names --> 665 <!-- Display names -->
661 <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."> 666 <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.">
662 Unknown Display 667 Unknown Display
663 </message> 668 </message>
664 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings."> 669 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal displays, which is shown in the display settings.">
665 Internal Display 670 Internal Display
666 </message> 671 </message>
667 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor."> 672 <message name="IDS_DISPLAY_NAME_VIRTUAL" desc="The name used for virtual d isplays, which is shown in the display settings. Virtual displays are not associ ated with a physical monitor.">
668 Virtual Display 673 Virtual Display
669 </message> 674 </message>
670 </messages> 675 </messages>
671 </release> 676 </release>
672 </grit> 677 </grit>
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/display/touch_calibrator/touch_calibrator_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698