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

Unified Diff: chrome/app/generated_resources.grd

Issue 7713033: Integrate the Spelling service to Chrome. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 side-by-side diff with in-line comments
Download patch
Index: chrome/app/generated_resources.grd
===================================================================
--- chrome/app/generated_resources.grd (revision 97777)
+++ chrome/app/generated_resources.grd (working copy)
@@ -531,6 +531,12 @@
<message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="The name of the No Spelling Suggestions display in the content area context menu">
&amp;No spelling suggestions
</message>
+ <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-holder message shown while the Spelling servie is checking text">
Avi (use Gerrit) 2011/08/23 18:38:19 typo: service
Hironori Bono 2011/08/25 11:18:58 Done.
+ Loading spelling suggestion
Ben Goodger (Google) 2011/08/23 16:12:52 append an ellipsis ...
Hironori Bono 2011/08/25 11:18:58 This change appends an ellipsis in SpellingMenuObs
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_SPELLING_CORRECT" desc="The message shown when the selection text is correct.">
+ No suggestions found
+ </message>
<message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="The name of the Spellcheck Options submenu in the content area context menu">
&amp;Spell-checker options
</message>
@@ -725,6 +731,12 @@
<message name="IDS_CONTENT_CONTEXT_NO_SPELLING_SUGGESTIONS" desc="In Title Case: The name of the No Spelling Suggestions display in the content area context menu">
&amp;No Spelling Suggestions
</message>
+ <message name="IDS_CONTENT_CONTEXT_SPELLING_CHECKING" desc="The place-holder message shown while the Spelling servie is checking text">
Avi (use Gerrit) 2011/08/23 18:38:19 same typo here
Hironori Bono 2011/08/25 11:18:58 Done.
+ Loading spelling suggestion
+ </message>
+ <message name="IDS_CONTENT_CONTEXT_SPELLING_CORRECT" desc="The message shown when the selection text is correct.">
+ No suggestions found
+ </message>
<message name="IDS_CONTENT_CONTEXT_SPELLCHECK_MENU" desc="In Title Case: The name of the Spellcheck Options submenu in the content area context menu">
&amp;Spell-checker Options
</message>
@@ -8832,7 +8844,9 @@
<message name="IDS_OPTIONS_SUGGEST_PREF" desc="The documentation string of the 'Use Suggest' preference">
Use a prediction service to help complete searches and URLs typed in the address bar
</message>
-
+ <message name="IDS_OPTIONS_SPELLING_PREF" desc="The documentation string of the 'Use Spelling' preference">
+ Use a web serviece to help resolve spelling errors
Ben Goodger (Google) 2011/08/23 16:12:52 service
Hironori Bono 2011/08/25 11:18:58 Done.
+ </message>
<message name="IDS_OPTIONS_ENABLE_LOGGING" desc="The label of the checkbox to enable/disable crash and user metrics logging">
Automatically send usage statistics and crash reports to Google
</message>

Powered by Google App Engine
This is Rietveld 408576698