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

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

Issue 1995893002: Added strings for notification when user presses backspace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move IDS_APP_ALT_KEY into the Key names section. 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 | « chrome/app/generated_resources.grd ('k') | 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 491 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 </message> 502 </message>
503 <message name="IDS_APP_DOWN_ARROW_KEY" desc="Down arrow key"> 503 <message name="IDS_APP_DOWN_ARROW_KEY" desc="Down arrow key">
504 Down Arrow 504 Down Arrow
505 </message> 505 </message>
506 <message name="IDS_APP_ENTER_KEY" desc="Enter key"> 506 <message name="IDS_APP_ENTER_KEY" desc="Enter key">
507 Enter 507 Enter
508 </message> 508 </message>
509 <message name="IDS_APP_SPACE_KEY" desc="Space bar key"> 509 <message name="IDS_APP_SPACE_KEY" desc="Space bar key">
510 Space 510 Space
511 </message> 511 </message>
512 <message name="IDS_APP_ALT_KEY" desc="Alt key">
513 Alt
514 </message>
512 <message name="IDS_APP_F1_KEY" desc="F1 key"> 515 <message name="IDS_APP_F1_KEY" desc="F1 key">
513 F1 516 F1
514 </message> 517 </message>
515 <message name="IDS_APP_F11_KEY" desc="F11 key"> 518 <message name="IDS_APP_F11_KEY" desc="F11 key">
516 F11 519 F11
517 </message> 520 </message>
518 <message name="IDS_APP_BACKSPACE_KEY" desc="Backspace key"> 521 <message name="IDS_APP_BACKSPACE_KEY" desc="Backspace key">
519 Backspace 522 Backspace
520 </message> 523 </message>
521 <message name="IDS_APP_COMMA_KEY" desc="Comma key"> 524 <message name="IDS_APP_COMMA_KEY" desc="Comma key">
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
689 </message> 692 </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"> 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">
691 Speak now 694 Speak now
692 </message> 695 </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."> 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.">
694 No internet connection 697 No internet connection
695 </message> 698 </message>
696 </messages> 699 </messages>
697 </release> 700 </release>
698 </grit> 701 </grit>
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698