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

Side by Side Diff: chrome/app/bookmarks_strings.grdp

Issue 2828873003: Fixing display issue in bookmark manager. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc » ('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 <!-- Bookmarks specific strings (included from generated_resources.grd). --> 2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Begin of Bookmarks Bar strings--> 4 <!-- Begin of Bookmarks Bar strings-->
5 <if expr="not is_android"> 5 <if expr="not is_android">
6 <!-- The following two strings are shown when the user has no bookmarks yet. --> 6 <!-- The following two strings are shown when the user has no bookmarks yet. -->
7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks"> 7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
8 For quick access, place your bookmarks here on the bookmarks bar. 8 For quick access, place your bookmarks here on the bookmarks bar.
9 </message> 9 </message>
10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut"> 56 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut">
57 Apps 57 Apps
58 </message> 58 </message>
59 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar"> 59 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
60 Show apps 60 Show apps
61 </message> 61 </message>
62 <!-- End of Bookmarks Bar strings. --> 62 <!-- End of Bookmarks Bar strings. -->
63 63
64 <!-- Begin of Bookmarks Bar Context Menu strings. --> 64 <!-- Begin of Bookmarks Bar Context Menu strings. -->
65 <if expr="not use_titlecase"> 65 <if expr="not use_titlecase">
66 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all url s in a bookmark folder"> 66 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all u rls in a bookmark folder">
67 {COUNT, plural, 67 &amp;Open all bookmark
Peter Kasting 2017/04/20 00:01:59 I think this should be "bookmarks"
Paezagon 2017/04/20 15:56:54 Done.
68 =0 {&amp;Open all} 68 </message>
69 =1 {&amp;Open bookmark} 69 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for op ening all urls in a bookmark folder in a new window">
70 other {&amp;Open all (#)}} 70 Open all bookmarks in &amp;new window
71 </message> 71 </message>
72 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for open ing all urls in a bookmark folder in a new window"> 72 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description f or opening all urls in a bookmark folder in an incognito window">
73 {COUNT, plural, 73 Open all bookmarks in &amp;incognito window
74 =0 {Open all in &amp;new window} 74 </message>
75 =1 {Open in &amp;new window} 75 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="Menu title for opening all urls in a bookmark folder">
76 other {Open all (#) in &amp;new window}} 76 {COUNT, plural,
77 </message> 77 =0 {&amp;Open all}
78 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window"> 78 =1 {&amp;Open bookmark}
79 {COUNT, plural, 79 other {&amp;Open all (#)}}
80 =0 {Open all in &amp;incognito window} 80 </message>
81 =1 {Open in &amp;incognito window} 81 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
82 other {Open all (#) in &amp;incognito window}} 82 {COUNT, plural,
83 </message> 83 =0 {Open all in &amp;new window}
84 =1 {Open in &amp;new window}
85 other {Open all (#) in &amp;new window}}
86 </message>
87 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="Menu descrip tion for opening all urls in a bookmark folder in an incognito window">
88 {COUNT, plural,
89 =0 {Open all in &amp;incognito window}
90 =1 {Open in &amp;incognito window}
91 other {Open all (#) in &amp;incognito window}}
92 </message>
84 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab"> 93 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
85 &amp;Open in new tab 94 &amp;Open in new tab
86 </message> 95 </message>
87 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description f or loading bookmark in a new window"> 96 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description f or loading bookmark in a new window">
88 Open in &amp;new window 97 Open in &amp;new window
89 </message> 98 </message>
90 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for o pening bookmark in incognito window"> 99 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="Menu description for o pening bookmark in incognito window">
91 Open in &amp;incognito window 100 Open in &amp;incognito window
92 </message> 101 </message>
93 <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context me nu item that brings up the bookmark editor"> 102 <message name="IDS_BOOKMARK_BAR_EDIT" desc="Title of the bookmark context me nu item that brings up the bookmark editor">
(...skipping 11 matching lines...) Expand all
105 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a ne w folder"> 114 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="Menu title for adding a ne w folder">
106 Add &amp;folder... 115 Add &amp;folder...
107 </message> 116 </message>
108 <if expr="not is_android"> 117 <if expr="not is_android">
109 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar"> 118 <message name="IDS_SHOW_BOOKMARK_BAR" desc="The toggle to show the bookmar k bar">
110 &amp;Show bookmarks bar 119 &amp;Show bookmarks bar
111 </message> 120 </message>
112 </if> 121 </if>
113 </if> 122 </if>
114 <if expr="use_titlecase"> 123 <if expr="use_titlecase">
115 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> 124 <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title fo r opening all urls in a bookmark folder">
116 {COUNT, plural, 125 &amp;Open All Bookmarks
117 =0 {&amp;Open All} 126 </message>
118 =1 {&amp;Open Bookmark} 127 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Me nu title for opening all urls in a bookmark folder in a new window">
119 other {&amp;Open All (#)}} 128 Open All Bookmarks in &amp;New Window
120 </message> 129 </message>
121 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> 130 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Men u description for opening all urls in a bookmark folder in an incognito window">
122 {COUNT, plural, 131 Open All Bookmarks in &amp;Incognito Window
123 =0 {Open All in &amp;New Window} 132 </message>
124 =1 {Open in &amp;New Window} 133 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT" desc="In Title Case: Menu ti tle for opening all urls in a bookmark folder">
125 other {Open All (#) in &amp;New Window}} 134 {COUNT, plural,
126 </message> 135 =0 {&amp;Open All}
127 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window"> 136 =1 {&amp;Open Bookmark}
128 {COUNT, plural, 137 other {&amp;Open All (#)}}
129 =0 {Open All in &amp;Incognito Window} 138 </message>
130 =1 {Open in &amp;Incognito Window} 139 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_NEW_WINDOW" desc="In Title Ca se: Menu title for opening all urls in a bookmark folder in a new window">
131 other {Open All (#) in &amp;Incognito Window}} 140 {COUNT, plural,
132 </message> 141 =0 {Open All in &amp;New Window}
142 =1 {Open in &amp;New Window}
143 other {Open All (#) in &amp;New Window}}
144 </message>
145 <message name="IDS_BOOKMARK_BAR_OPEN_ALL_COUNT_INCOGNITO" desc="In Title Cas e: Menu description for opening all urls in a bookmark folder in an incognito wi ndow">
146 {COUNT, plural,
147 =0 {Open All in &amp;Incognito Window}
148 =1 {Open in &amp;Incognito Window}
149 other {Open All (#) in &amp;Incognito Window}}
150 </message>
133 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu d escription for loading bookmark in a new tab"> 151 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu d escription for loading bookmark in a new tab">
134 &amp;Open in New Tab 152 &amp;Open in New Tab
135 </message> 153 </message>
136 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Men u description for loading bookmark in a new window"> 154 <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Men u description for loading bookmark in a new window">
137 Open in &amp;New Window 155 Open in &amp;New Window
138 </message> 156 </message>
139 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu de scription for opening bookmark in incognito window"> 157 <message name="IDS_BOOKMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu de scription for opening bookmark in incognito window">
140 Open in &amp;Incognito Window 158 Open in &amp;Incognito Window
141 </message> 159 </message>
142 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the book mark context menu item that brings up the bookmark editor"> 160 <message name="IDS_BOOKMARK_BAR_EDIT" desc="In Title Case: Title of the book mark context menu item that brings up the bookmark editor">
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 </if> 441 </if>
424 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 442 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
425 443
426 <!-- Begin of Bookmark Star button strings. --> 444 <!-- Begin of Bookmark Star button strings. -->
427 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked."> 445 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked.">
428 Edit bookmark for this page 446 Edit bookmark for this page
429 </message> 447 </message>
430 <!-- End of Bookmark Star button strings. --> 448 <!-- End of Bookmark Star button strings. -->
431 449
432 </grit-part> 450 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_context_menu_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698