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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 8463008: Fix the Spelling UI. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/tab_contents/spelling_menu_observer.cc » ('j') | 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 <message name="IDS_CONTENT_CONTEXT_DELETE" desc="The name of the Delete command in the content area context menu"> 481 <message name="IDS_CONTENT_CONTEXT_DELETE" desc="The name of the Delete command in the content area context menu">
482 &amp;Delete 482 &amp;Delete
483 </message> 483 </message>
484 <message name="IDS_CONTENT_CONTEXT_ADD_TO_DICTIONARY" desc="The name of the Add to dictionary command in the content area context menu"> 484 <message name="IDS_CONTENT_CONTEXT_ADD_TO_DICTIONARY" desc="The name of the Add to dictionary command in the content area context menu">
485 &amp;Add to dictionary 485 &amp;Add to dictionary
486 </message> 486 </message>
487 <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="The na me of the No Spelling Suggestions display in the content area context menu"> 487 <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="The na me of the No Spelling Suggestions display in the content area context menu">
488 &amp;No spelling suggestions 488 &amp;No spelling suggestions
489 </message> 489 </message>
490 <message name="IDS_CONTENT_CONTEXT_SPELLING_ASK_GOOGLE" desc="The contex t-menu item that asks whether to integrate the spelling service of Google to Chr ome. This text is also used as the title of a bubble which confirms it."> 490 <message name="IDS_CONTENT_CONTEXT_SPELLING_ASK_GOOGLE" desc="The contex t-menu item that asks whether to integrate the spelling service of Google to Chr ome. This text is also used as the title of a bubble which confirms it.">
491 Ask Google for spelling suggestions 491 Ask Google for suggestions
492 </message> 492 </message>
493 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_TEXT" desc="The text of a bubble that confirms users allows integrating the spelling service of Googl e to Chrome."> 493 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_TEXT" desc="The text of a bubble that confirms users allows integrating the spelling service of Googl e to Chrome.">
494 Google Chrome can provide even better spell-checking by sending what y ou type in the browser to Google servers, allowing you to use the same spell-che cking technology used by Google search. 494 Google Chrome can provide smarter spell-checking by sending what you t ype in the browser to Google servers, allowing you to use the same spell-checkin g technology used by Google search.
495 </message> 495 </message>
496 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_ENABLE" desc="The but ton text that allows integrating the spelling service of Google."> 496 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_ENABLE" desc="The but ton text that allows integrating the spelling service of Google.">
497 Enable 497 Enable
498 </message> 498 </message>
499 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_DISABLE" desc="The bu tton text that disallows integrating the spelling service of Google."> 499 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_DISABLE" desc="The bu tton text that disallows integrating the spelling service of Google.">
500 No thanks 500 No thanks
501 </message> 501 </message>
502 <message name="IDS_CONTENT_CONTEXT_SPELLING_STOP_ASKING_GOOGLE" desc="Th e context-menu item that stops integrating the spelling service."> 502 <message name="IDS_CONTENT_CONTEXT_SPELLING_STOP_ASKING_GOOGLE" desc="Th e context-menu item that stops integrating the spelling service.">
503 Stop asking Google for spelling suggestions 503 Stop asking Google for suggestions
504 </message> 504 </message>
505 <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-ho lder message shown while the Spelling service is checking text"> 505 <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-ho lder message shown while the Spelling service is checking text">
506 Loading spelling suggestion 506 Loading suggestion
507 </message> 507 </message>
508 <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="The name of th e Spellcheck Options submenu in the content area context menu"> 508 <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="The name of th e Spellcheck Options submenu in the content area context menu">
509 &amp;Spell-checker options 509 &amp;Spell-checker options
510 </message> 510 </message>
511 <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the Language Settings command in the content area context menu"> 511 <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="The name of the Language Settings command in the content area context menu">
512 &amp;Language settings... 512 &amp;Language settings...
513 </message> 513 </message>
514 <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="T he name of the Check the spelling of this field command in the content area cont ext menu"> 514 <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="T he name of the Check the spelling of this field command in the content area cont ext menu">
515 &amp;Check the spelling of this field 515 &amp;Check the spelling of this field
516 </message> 516 </message>
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 <message name="IDS_CONTENT_CONTEXT_DELETE" desc="In Title Case: The name of the Delete command in the content area context menu"> 693 <message name="IDS_CONTENT_CONTEXT_DELETE" desc="In Title Case: The name of the Delete command in the content area context menu">
694 &amp;Delete 694 &amp;Delete
695 </message> 695 </message>
696 <message name="IDS_CONTENT_CONTEXT_ADD_TO_DICTIONARY" desc="In Title Cas e: The name of the Add to dictionary command in the content area context menu"> 696 <message name="IDS_CONTENT_CONTEXT_ADD_TO_DICTIONARY" desc="In Title Cas e: The name of the Add to dictionary command in the content area context menu">
697 &amp;Add to Dictionary 697 &amp;Add to Dictionary
698 </message> 698 </message>
699 <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="In Tit le Case: The name of the No Spelling Suggestions display in the content area con text menu"> 699 <message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="In Tit le Case: The name of the No Spelling Suggestions display in the content area con text menu">
700 &amp;No Spelling Suggestions 700 &amp;No Spelling Suggestions
701 </message> 701 </message>
702 <message name="IDS_CONTENT_CONTEXT_SPELLING_ASK_GOOGLE" desc="The contex t-menu item that asks whether to integrate the spelling service of Google to Chr ome. This text is also used as the title of a bubble which confirms it."> 702 <message name="IDS_CONTENT_CONTEXT_SPELLING_ASK_GOOGLE" desc="The contex t-menu item that asks whether to integrate the spelling service of Google to Chr ome. This text is also used as the title of a bubble which confirms it.">
703 Ask Google for spelling suggestions 703 Ask Google for suggestions
704 </message> 704 </message>
705 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_TEXT" desc="The text of a bubble that confirms users allows integrating the spelling service of Googl e to Chrome."> 705 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_TEXT" desc="The text of a bubble that confirms users allows integrating the spelling service of Googl e to Chrome.">
706 Google Chrome can provide even better spell-checking by sending what y ou type in the browser to Google servers, allowing you to use the same spell-che cking technology used by Google search. 706 Google Chrome can provide smarter spell-checking by sending what you t ype in the browser to Google servers, allowing you to use the same spell-checkin g technology used by Google search.
707 </message> 707 </message>
708 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_ENABLE" desc="The but ton text that allows integrating the spelling service of Google."> 708 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_ENABLE" desc="The but ton text that allows integrating the spelling service of Google.">
709 Enable 709 Enable
710 </message> 710 </message>
711 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_DISABLE" desc="The bu tton text that disallows integrating the spelling service of Google."> 711 <message name="IDS_CONTENT_CONTEXT_SPELLING_BUBBLE_DISABLE" desc="The bu tton text that disallows integrating the spelling service of Google.">
712 No thanks 712 No thanks
713 </message> 713 </message>
714 <message name="IDS_CONTENT_CONTEXT_SPELLING_STOP_ASKING_GOOGLE" desc="Th e context-menu item that stops integrating the spelling service."> 714 <message name="IDS_CONTENT_CONTEXT_SPELLING_STOP_ASKING_GOOGLE" desc="Th e context-menu item that stops integrating the spelling service.">
715 Stop asking Google for spelling suggestions 715 Stop asking Google for suggestions
716 </message> 716 </message>
717 <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-ho lder message shown while the Spelling service is checking text"> 717 <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-ho lder message shown while the Spelling service is checking text">
718 Loading spelling suggestion 718 Loading suggestion
719 </message> 719 </message>
720 <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the content area context menu"> 720 <message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the content area context menu">
721 &amp;Spell-checker Options 721 &amp;Spell-checker Options
722 </message> 722 </message>
723 <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="In Title Cas e: The name of the Language Settings command in the content area context menu"> 723 <message name="IDS_CONTENT_CONTEXT_LANGUAGE_SETTINGS" desc="In Title Cas e: The name of the Language Settings command in the content area context menu">
724 &amp;Language Settings... 724 &amp;Language Settings...
725 </message> 725 </message>
726 <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="I n Title Case: The name of the Check the spelling of this field command in the co ntent area context menu"> 726 <message name="IDS_CONTENT_CONTEXT_CHECK_SPELLING_OF_THIS_FIELD" desc="I n Title Case: The name of the Check the spelling of this field command in the co ntent area context menu">
727 &amp;Check Spelling in This Field 727 &amp;Check Spelling in This Field
728 </message> 728 </message>
(...skipping 13860 matching lines...) Expand 10 before | Expand all | Expand 10 after
14589 </messages> 14589 </messages>
14590 <structures fallback_to_english="true"> 14590 <structures fallback_to_english="true">
14591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14591 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14592 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14593 </structure> 14593 </structure>
14594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14594 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14595 </structure> 14595 </structure>
14596 </structures> 14596 </structures>
14597 </release> 14597 </release>
14598 </grit> 14598 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/tab_contents/spelling_menu_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698