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

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

Issue 6931018: Initial implementation of "Synced Bookmarks" folder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Merge Created 9 years, 7 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_codec.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. OS values are passed through from Python's sys.platform: 5 locale. OS values are passed through from Python's sys.platform:
6 6
7 win32 - Windows 7 win32 - Windows
8 darwin - Mac 8 darwin - Mac
9 linux2 - Linux (both Views and GTK+) 9 linux2 - Linux (both Views and GTK+)
10 10
(...skipping 5763 matching lines...) Expand 10 before | Expand all | Expand 10 after
5774 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item."> 5774 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
5775 &amp;New folder 5775 &amp;New folder
5776 </message> 5776 </message>
5777 <message name="IDS_BOOMARK_EDITOR_TITLE" desc="Title of the window the boo kmark editor is in."> 5777 <message name="IDS_BOOMARK_EDITOR_TITLE" desc="Title of the window the boo kmark editor is in.">
5778 Edit Bookmark 5778 Edit Bookmark
5779 </message> 5779 </message>
5780 <if expr="not pp_ifdef('use_titlecase')"> 5780 <if expr="not pp_ifdef('use_titlecase')">
5781 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the bookmarks bar folder"> 5781 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the bookmarks bar folder">
5782 Bookmarks bar 5782 Bookmarks bar
5783 </message> 5783 </message>
5784 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="Name shown in t he tree for the synced bookmarks folder">
5785 Synced bookmarks
5786 </message>
5784 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in th e tree for the other bookmarks folder"> 5787 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in th e tree for the other bookmarks folder">
5785 Other bookmarks 5788 Other bookmarks
5786 </message> 5789 </message>
5787 </if> 5790 </if>
5788 <if expr="pp_ifdef('use_titlecase')"> 5791 <if expr="pp_ifdef('use_titlecase')">
5789 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="In Title Case: Name sh own in the tree for the bookmarks bar folder"> 5792 <message name="IDS_BOOMARK_BAR_FOLDER_NAME" desc="In Title Case: Name sh own in the tree for the bookmarks bar folder">
5790 Bookmarks Bar 5793 Bookmarks Bar
5791 </message> 5794 </message>
5795 <message name="IDS_BOOMARK_BAR_SYNCED_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the synced bookmarks folder">
5796 Synced Bookmarks
5797 </message>
5792 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: N ame shown in the tree for the other bookmarks folder"> 5798 <message name="IDS_BOOMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: N ame shown in the tree for the other bookmarks folder">
5793 Other Bookmarks 5799 Other Bookmarks
5794 </message> 5800 </message>
5795 </if> 5801 </if>
5796 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly cr eated groups"> 5802 <message name="IDS_BOOMARK_EDITOR_NEW_FOLDER_NAME" desc="Name for newly cr eated groups">
5797 New folder 5803 New folder
5798 </message> 5804 </message>
5799 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 5805 <message name="IDS_BOOMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
5800 Edit folder name 5806 Edit folder name
5801 </message> 5807 </message>
(...skipping 6581 matching lines...) Expand 10 before | Expand all | Expand 10 after
12383 </includes> 12389 </includes>
12384 <structures fallback_to_english="true"> 12390 <structures fallback_to_english="true">
12385 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 12391 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
12386 </structure> 12392 </structure>
12387 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 12393 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
12388 </structure> 12394 </structure>
12389 </structures> 12395 </structures>
12390 12396
12391 </release> 12397 </release>
12392 </grit> 12398 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698