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

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

Issue 1992403002: UI strings: expand PgUp and PgDwn to the full words. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@backspace-new-shortcut-bubble
Patch Set: Avoid patch set dependency. Created 4 years, 7 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 | « no previous file | 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 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 <message name="IDS_APP_HOME_KEY" desc="Home key"> 479 <message name="IDS_APP_HOME_KEY" desc="Home key">
480 Home 480 Home
481 </message> 481 </message>
482 <message name="IDS_APP_DELETE_KEY" desc="Delete key"> 482 <message name="IDS_APP_DELETE_KEY" desc="Delete key">
483 Del 483 Del
484 </message> 484 </message>
485 <message name="IDS_APP_END_KEY" desc="End key"> 485 <message name="IDS_APP_END_KEY" desc="End key">
486 End 486 End
487 </message> 487 </message>
488 <message name="IDS_APP_PAGEUP_KEY" desc="Page up key"> 488 <message name="IDS_APP_PAGEUP_KEY" desc="Page up key">
489 PgUp 489 Page Up
490 </message> 490 </message>
491 <message name="IDS_APP_PAGEDOWN_KEY" desc="Page down key"> 491 <message name="IDS_APP_PAGEDOWN_KEY" desc="Page down key">
492 PgDwn 492 Page Down
493 </message> 493 </message>
494 <message name="IDS_APP_LEFT_ARROW_KEY" desc="Left arrow key"> 494 <message name="IDS_APP_LEFT_ARROW_KEY" desc="Left arrow key">
495 Left Arrow 495 Left Arrow
496 </message> 496 </message>
497 <message name="IDS_APP_RIGHT_ARROW_KEY" desc="Right arrow key"> 497 <message name="IDS_APP_RIGHT_ARROW_KEY" desc="Right arrow key">
498 Right Arrow 498 Right Arrow
499 </message> 499 </message>
500 <message name="IDS_APP_UP_ARROW_KEY" desc="Up arrow key"> 500 <message name="IDS_APP_UP_ARROW_KEY" desc="Up arrow key">
501 Up Arrow 501 Up Arrow
502 </message> 502 </message>
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 </message> 692 </message>
693 <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"> 693 <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">
694 Speak now 694 Speak now
695 </message> 695 </message>
696 <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."> 696 <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.">
697 No internet connection 697 No internet connection
698 </message> 698 </message>
699 </messages> 699 </messages>
700 </release> 700 </release>
701 </grit> 701 </grit>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698