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

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

Issue 2098083002: Bookmarks: revert ICU plural syntax for "Should we open all these bookmarks?" messsage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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_utils_desktop.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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 </message> 135 </message>
136 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder"> 136 <message name="IDS_BOOKMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
137 Add &amp;Folder... 137 Add &amp;Folder...
138 </message> 138 </message>
139 <if expr="not is_android"> 139 <if expr="not is_android">
140 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s how the bookmark bar"> 140 <message name="IDS_SHOW_BOOKMARK_BAR" desc="In Title Case: The toggle to s how the bookmark bar">
141 &amp;Show Bookmarks Bar 141 &amp;Show Bookmarks Bar
142 </message> 142 </message>
143 </if> 143 </if>
144 </if> 144 </if>
145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will n ever be 1. [ICU Syntax]"> 145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will a lways be 15 or more.">
146 {TAB_COUNT, plural, 146 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
147 =1 {Are you sure you want to open # tab?}
148 other {Are you sure you want to open # tabs?}
149 }
150 </message> 147 </message>
151 <!-- End of Bookmarks Bar Context Menu strings. --> 148 <!-- End of Bookmarks Bar Context Menu strings. -->
152 149
153 <!-- Begin of Bookmarks Bubble strings. --> 150 <!-- Begin of Bookmarks Bubble strings. -->
154 <if expr="not use_titlecase"> 151 <if expr="not use_titlecase">
155 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page."> 152 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page.">
156 Bookmark added! 153 Bookmark added!
157 </message> 154 </message>
158 </if> 155 </if>
159 <if expr="use_titlecase"> 156 <if expr="use_titlecase">
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 </if> 346 </if>
350 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 347 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
351 348
352 <!-- Begin of Bookmark Star button strings. --> 349 <!-- Begin of Bookmark Star button strings. -->
353 <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."> 350 <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.">
354 Edit bookmark for this page 351 Edit bookmark for this page
355 </message> 352 </message>
356 <!-- End of Bookmark Star button strings. --> 353 <!-- End of Bookmark Star button strings. -->
357 354
358 </grit-part> 355 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_utils_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698