Chromium Code Reviews| 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 530 <message name="IDS_APP_MEDIA_PLAY_PAUSE_KEY" desc="Media play pause key"> | 530 <message name="IDS_APP_MEDIA_PLAY_PAUSE_KEY" desc="Media play pause key"> |
| 531 Media Play/Pause | 531 Media Play/Pause |
| 532 </message> | 532 </message> |
| 533 <message name="IDS_APP_MEDIA_PREV_TRACK_KEY" desc="Media previous track ke y"> | 533 <message name="IDS_APP_MEDIA_PREV_TRACK_KEY" desc="Media previous track ke y"> |
| 534 Media Previous Track | 534 Media Previous Track |
| 535 </message> | 535 </message> |
| 536 <message name="IDS_APP_MEDIA_STOP_KEY" desc="Media stop key"> | 536 <message name="IDS_APP_MEDIA_STOP_KEY" desc="Media stop key"> |
| 537 Media Stop | 537 Media Stop |
| 538 </message> | 538 </message> |
| 539 | 539 |
| 540 <!-- Shortcut Keys --> | |
|
Peter Kasting
2016/05/19 09:19:00
Nit: Why does this get its own heading? Shouldn't
Matt Giuca
2016/05/19 10:27:01
Oh yes, you're right. I don't have access to my gi
Matt Giuca
2016/05/19 23:11:53
Done.
| |
| 541 <message name="IDS_APP_ALT_KEY" desc="Alt key"> | |
| 542 Alt | |
| 543 </message> | |
| 544 | |
| 540 <!-- Shortcut Modifiers --> | 545 <!-- Shortcut Modifiers --> |
| 541 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> | 546 <message name="IDS_APP_CONTROL_MODIFIER" desc="Control key shortcut modifi er"> |
| 542 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 547 Ctrl+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 543 </message> | 548 </message> |
| 544 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> | 549 <message name="IDS_APP_ALT_MODIFIER" desc="Alt key shortcut modifier"> |
| 545 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 550 Alt+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 546 </message> | 551 </message> |
| 547 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> | 552 <message name="IDS_APP_SHIFT_MODIFIER" desc="Shift key shortcut modifier"> |
| 548 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> | 553 Shift+<ph name="KEY_COMBO_NAME">$1<ex>C</ex></ph> |
| 549 </message> | 554 </message> |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 689 </message> | 694 </message> |
| 690 <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"> | 695 <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"> |
| 691 Speak now | 696 Speak now |
| 692 </message> | 697 </message> |
| 693 <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."> | 698 <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."> |
| 694 No internet connection | 699 No internet connection |
| 695 </message> | 700 </message> |
| 696 </messages> | 701 </messages> |
| 697 </release> | 702 </release> |
| 698 </grit> | 703 </grit> |
| OLD | NEW |