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

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

Issue 8497008: Implement Bookmark All Tabs Dialog with WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix 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/bookmarks/bookmark_editor.h » ('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 10035 matching lines...) Expand 10 before | Expand all | Expand 10 after
10046 </message> 10046 </message>
10047 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalid URL."> 10047 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="Error message to display when the user tries to edit or create a bookmark with an invalid URL.">
10048 Invalid URL. 10048 Invalid URL.
10049 </message> 10049 </message>
10050 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks."> 10050 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="The label for the tree item that shows the recently added bookmarks.">
10051 Recent 10051 Recent
10052 </message> 10052 </message>
10053 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks."> 10053 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="The label for the tree item that shows the search results for the bookmarks.">
10054 Search 10054 Search
10055 </message> 10055 </message>
10056 <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of th e window the bookmark all tabs dialog.">
10057 Bookmark all tabs
10058 </message>
10056 </if> 10059 </if>
10057 <if expr="pp_ifdef('use_titlecase')"> 10060 <if expr="pp_ifdef('use_titlecase')">
10058 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of t he menu item that shows the bookmark manager"> 10061 <message name="IDS_BOOKMARK_MANAGER" desc="In Title Case: The label of t he menu item that shows the bookmark manager">
10059 &amp;Bookmark Manager 10062 &amp;Bookmark Manager
10060 </message> 10063 </message>
10061 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes th e selection in the tree to match the folder of the selected item in the table."> 10064 <message name="IDS_BOOKMARK_MANAGER_SHOW_IN_FOLDER" desc="In Title Case: The label of the menu item in the bookmark manager context menu that changes th e selection in the tree to match the folder of the selected item in the table.">
10062 Show in Folder 10065 Show in Folder
10063 </message> 10066 </message>
10064 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bo okmarks/folders by title."> 10067 <message name="IDS_BOOKMARK_MANAGER_SORT" desc="In Title Case: The label of the menu item in the bookmark manager organize menu that alphabetizes the bo okmarks/folders by title.">
10065 Reorder by Title 10068 Reorder by Title
(...skipping 18 matching lines...) Expand all
10084 </message> 10087 </message>
10085 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Er ror message to display when the user tries to edit or create a bookmark with an invalid URL."> 10088 <message name="IDS_BOOKMARK_MANAGER_INVALID_URL" desc="In Title Case: Er ror message to display when the user tries to edit or create a bookmark with an invalid URL.">
10086 Invalid URL. 10089 Invalid URL.
10087 </message> 10090 </message>
10088 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The lab el for the tree item that shows the recently added bookmarks."> 10091 <message name="IDS_BOOKMARK_MANAGER_RECENT" desc="In Title Case: The lab el for the tree item that shows the recently added bookmarks.">
10089 Recent 10092 Recent
10090 </message> 10093 </message>
10091 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The lab el for the tree item that shows the search results for the bookmarks."> 10094 <message name="IDS_BOOKMARK_MANAGER_SEARCH" desc="In Title Case: The lab el for the tree item that shows the search results for the bookmarks.">
10092 Search 10095 Search
10093 </message> 10096 </message>
10097 <message name="IDS_BOOKMARK_MANAGER_BOOKMARK_ALL_TABS" desc="Title of th e window the bookmark all tabs dialog.">
10098 Bookmark All Tabs
10099 </message>
10094 </if> 10100 </if>
10095 <message name="IDS_BOOKMARKS_MENU" desc="The title of the bookmarks menu i n the wrench menu and in the mac menu bar"> 10101 <message name="IDS_BOOKMARKS_MENU" desc="The title of the bookmarks menu i n the wrench menu and in the mac menu bar">
10096 &amp;Bookmarks 10102 &amp;Bookmarks
10097 </message> 10103 </message>
10098 10104
10099 <message name="IDS_DEFAULT_DOWNLOAD_FILENAME" desc="Default name for downl oaded files when we have no idea what they could be."> 10105 <message name="IDS_DEFAULT_DOWNLOAD_FILENAME" desc="Default name for downl oaded files when we have no idea what they could be.">
10100 download 10106 download
10101 </message> 10107 </message>
10102 <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string."> 10108 <message name="IDS_BROWSER_WINDOW_MAC_TAB_UNTITLED" desc="Tabs and windows on MacOS with no title use this string.">
10103 Untitled 10109 Untitled
(...skipping 4499 matching lines...) Expand 10 before | Expand all | Expand 10 after
14603 </messages> 14609 </messages>
14604 <structures fallback_to_english="true"> 14610 <structures fallback_to_english="true">
14605 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14611 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14606 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14612 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14607 </structure> 14613 </structure>
14608 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14614 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14609 </structure> 14615 </structure>
14610 </structures> 14616 </structures>
14611 </release> 14617 </release>
14612 </grit> 14618 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_editor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698