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> | |
670 | 664 |
671 <!-- Display names --> | 665 <!-- Display names --> |
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."> | 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."> |
673 Unknown Display | 667 Unknown Display |
674 </message> | 668 </message> |
675 <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."> |
676 Internal Display | 670 Internal Display |
677 </message> | 671 </message> |
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."> | 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."> |
679 Virtual Display | 673 Virtual Display |
680 </message> | 674 </message> |
681 </messages> | 675 </messages> |
682 </release> | 676 </release> |
683 </grit> | 677 </grit> |
OLD | NEW |