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

Unified Diff: chrome/app/generated_resources.grd

Issue 6151004: DOMUI Prefs: Replace search engine edit overlay with inline editing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address last comment Created 9 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/search_engine_manager_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index f97ba5ff58cd3f35874fd41cc48ab7014295b454..1fa0b7df33d94f2d48cc9412de7920594c84c316 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1133,6 +1133,10 @@ each locale. -->
desc="Title of the description column in the search engines editor">
Name
</message>
+ <message name="IDS_SEARCH_ENGINES_EDITOR_URL_COLUMN"
+ desc="Title of the URL column in the search engines editor">
+ URL
+ </message>
<message name="IDS_SEARCH_ENGINES_EDITOR_DESCRIPTION_LABEL"
desc="Prefix before the search engine description text field">
Name:
@@ -6893,6 +6897,15 @@ Keep your key file in a safe place. You will need it to create new versions of y
desc="The label of a link that brings up the keyword editor (aka search engine editor)">
Manage
</message>
+ <message name="IDS_SEARCH_ENGINE_ADD_NEW_NAME_PLACEHOLDER" desc="Placeholder text for name before the user adds a new search engine" >
+ Add a new search engine
+ </message>
+ <message name="IDS_SEARCH_ENGINE_ADD_NEW_KEYWORD_PLACEHOLDER" desc="Placeholder text for keyword before the user adds a new search engine" >
+ Keyword
+ </message>
+ <message name="IDS_SEARCH_ENGINE_ADD_NEW_URL_PLACEHOLDER" desc="Placeholder text for URL before the user adds a new search engine" >
+ URL with %s in place of query
+ </message>
<if expr="not pp_ifdef('use_titlecase') or os != 'linux2'">
<message name="IDS_OPTIONS_DEFAULTBROWSER_GROUP_NAME" desc="The title of the default browser group">
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/search_engine_manager_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698