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 source_lang_id="en" enc_check="möl"> | 8 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 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
584 <if expr="chromeos"> | 584 <if expr="chromeos"> |
585 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The na
me of screenshot notifier that is a system component"> | 585 <message name="IDS_MESSAGE_CENTER_NOTIFIER_SCREENSHOT_NAME" desc="The na
me of screenshot notifier that is a system component"> |
586 Screenshot | 586 Screenshot |
587 </message> | 587 </message> |
588 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_BUTTON_COPY_SCREENSHOT_TO
_CLIPBOARD" desc="The button label for the screenshot notification which copies
the screenshot image to clipboard on click."> | 588 <message name="IDS_MESSAGE_CENTER_NOTIFICATION_BUTTON_COPY_SCREENSHOT_TO
_CLIPBOARD" desc="The button label for the screenshot notification which copies
the screenshot image to clipboard on click."> |
589 Copy to clipboard | 589 Copy to clipboard |
590 </message> | 590 </message> |
591 <message name="IDS_MESSAGE_CENTER_NOTIFIER_HATS_NAME" desc="The name of
hats notifier that is a system component"> | 591 <message name="IDS_MESSAGE_CENTER_NOTIFIER_HATS_NAME" desc="The name of
hats notifier that is a system component"> |
592 Hats | 592 Hats |
593 </message> | 593 </message> |
| 594 <message name="IDS_MESSAGE_CENTER_NOTIFIER_QUICK_UNLOCK_FEATURE_NAME" de
sc="The name of quick unlock feature notifier that is a system component"> |
| 595 Quick Unlock Feature |
| 596 </message> |
594 </if> | 597 </if> |
595 | 598 |
596 <!-- App list --> | 599 <!-- App list --> |
597 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> | 600 <message name="IDS_APP_LIST_HELP" desc="The menu entry to show the app lis
t help UI."> |
598 Help | 601 Help |
599 </message> | 602 </message> |
600 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> | 603 <message name="IDS_APP_LIST_OPEN_SETTINGS" desc="The menu entry to show th
e settings UI."> |
601 Settings | 604 Settings |
602 </message> | 605 </message> |
603 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> | 606 <message name="IDS_APP_LIST_OPEN_FEEDBACK" desc="The menu entry to show th
e feedback UI."> |
(...skipping 19 matching lines...) Expand all Loading... |
623 </message> | 626 </message> |
624 <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"> | 627 <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"> |
625 Speak now | 628 Speak now |
626 </message> | 629 </message> |
627 <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."> | 630 <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."> |
628 No internet connection | 631 No internet connection |
629 </message> | 632 </message> |
630 </messages> | 633 </messages> |
631 </release> | 634 </release> |
632 </grit> | 635 </grit> |
OLD | NEW |