OLD | NEW |
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 | 659 |
660 <!-- Strings describing the touch calibration UX --> | 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."> | 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. | 662 To exit calibration press Esc. |
663 </message> | 663 </message> |
| 664 <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"> |
| 665 Define your touchscreen |
| 666 </message> |
| 667 <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"> |
| 668 Tap the touch targets on your screen. |
| 669 </message> |
664 | 670 |
665 <!-- Display names --> | 671 <!-- Display names --> |
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."> | 672 <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."> |
667 Unknown Display | 673 Unknown Display |
668 </message> | 674 </message> |
669 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> | 675 <message name="IDS_DISPLAY_NAME_INTERNAL" desc="The name used for internal
displays, which is shown in the display settings."> |
670 Internal Display | 676 Internal Display |
671 </message> | 677 </message> |
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."> | 678 <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."> |
673 Virtual Display | 679 Virtual Display |
674 </message> | 680 </message> |
675 </messages> | 681 </messages> |
676 </release> | 682 </release> |
677 </grit> | 683 </grit> |
OLD | NEW |