diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 05:09:43 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-28 05:09:43 +0000 |
commit | e0aba8dd6fb49c7be4f1b064dcc38958cfabc640 (patch) | |
tree | cc09a224bd319e2b3977ebcd3665f531258bee8b /chrome | |
parent | 0da94d4cf284f79e9e080af4174c94cd547bea6c (diff) | |
download | chromium_src-e0aba8dd6fb49c7be4f1b064dcc38958cfabc640.zip chromium_src-e0aba8dd6fb49c7be4f1b064dcc38958cfabc640.tar.gz chromium_src-e0aba8dd6fb49c7be4f1b064dcc38958cfabc640.tar.bz2 |
Delete bookmark manager strings now unused.
This is a first pass. A few more may be deleted once I clean up the bookmark
context menu code.
BUG=38908
TEST=everything still works
Review URL: http://codereview.chromium.org/1763017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 4a3fe4c..ac21ee1 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6390,34 +6390,6 @@ Keep your key file in a safe place. You will need it to create new versions of y Deny </message> - <!-- Bookmark table --> - <message name="IDS_BOOKMARK_TABLE_TITLE" desc="Title of the column in bookmark table showing the title of the bookmark."> - Title - </message> - <message name="IDS_BOOKMARK_TABLE_URL" desc="Title of the column in bookmark table showing the url of the bookmark."> - URL - </message> - <message name="IDS_BOOKMARK_TABLE_PATH" desc="Title of the column in bookmark table showing the path in the bookmark bar of the node."> - Folder - </message> - <message name="IDS_BOOKMARK_TABLE_OTHER_BOOKMARKS_PATH" desc="Path used for bookmarks in the other bookmarks folder"> - Other bookmarks - </message> - <message name="IDS_BOOKMARK_TABLE_BOOKMARK_BAR_PATH" desc="Path used for bookmarks on the bookmark bar"> - Bookmark bar - </message> - <message name="IDS_BOOKMARK_TABLE_PATH_SEPARATOR" desc="Separator between path elements in the bookmarks table"> - / - </message> - - <!-- Bookmark tree --> - <message name="IDS_BOOKMARK_TREE_RECENTLY_BOOKMARKED_NODE_TITLE" desc="Title of the bookmark node in the bookmark manager showing the 'recently bookmarked' bookmarks"> - Recently Added - </message> - <message name="IDS_BOOKMARK_TREE_SEARCH_NODE_TITLE" desc="Title of node under which search results are shown."> - Search - </message> - <!-- Bookmark manager --> <message name="IDS_BOOKMARK_MANAGER_TITLE" desc="Title of the bookmark manager window."> Bookmark Manager @@ -6471,15 +6443,6 @@ Keep your key file in a safe place. You will need it to create new versions of y Export Bookmarks... </message> </if> - <message name="IDS_BOOKMARK_MANAGER_NO_SEARCH_TEXT" desc="Text shown in the bookmark table if the user clicks on the search folder without typing in any text in the search text field."> - Enter a query in the text field above to search your bookmarks. - </message> - <message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bookmark table when the search didn't find anything."> - No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'. - </message> - <message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field."> - Search: - </message> <message name="IDS_BOOKMARK_MANAGER_NAME_INPUT_PLACE_HOLDER" desc="Text to show in the URL input field when editing or creating bookmarks."> Name </message> @@ -6489,12 +6452,6 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalud URL."> Invalid URL. </message> - <message name="IDS_BOOKMARK_MANAGER_REMOVE" desc="Label for menu item that is used to remove a folder or bookmark."> - Delete... - </message> - <message name="IDS_BOOKMARK_MANAGER_REMOVE_CONFIRM" desc="Warning text asking the user if he wants to remove the bookmark or the bookmark folder."> - Are you sure you want to remove '<ph name="BOOKMARK_TITLE">$1</ph>'? - </message> <message name="IDS_DEFAULT_FILENAME" desc="Default name for saved files when we have no idea what they could be."> unknown |