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

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

Issue 2002783002: Use plural formats and native digits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plural: use "=1" instead of "one" for pop-up block infobar 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 | « base/strings/string_number_conversions.h ('k') | chrome/app/generated_resources.grd » ('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"> 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]">
146 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? 146 {TAB_COUNT, plural,
147 one{Are you sure you want to open # tab?}
148 other{Are you sure you want to open # tabs?}
149 }
147 </message> 150 </message>
148 <!-- End of Bookmarks Bar Context Menu strings. --> 151 <!-- End of Bookmarks Bar Context Menu strings. -->
149 152
150 <!-- Begin of Bookmarks Bubble strings. --> 153 <!-- Begin of Bookmarks Bubble strings. -->
151 <if expr="not use_titlecase"> 154 <if expr="not use_titlecase">
152 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page."> 155 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page.">
153 Bookmark added! 156 Bookmark added!
154 </message> 157 </message>
155 </if> 158 </if>
156 <if expr="use_titlecase"> 159 <if expr="use_titlecase">
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 </message> 217 </message>
215 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL ."> 218 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL .">
216 URL: 219 URL:
217 </message> 220 </message>
218 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new fo lder button."> 221 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_BUTTON" desc="Text on the new fo lder button.">
219 New folder 222 New folder
220 </message> 223 </message>
221 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item."> 224 <message name="IDS_BOOKMARK_EDITOR_NEW_FOLDER_MENU_ITEM" desc="Text on the new folder context menu item.">
222 &amp;New folder 225 &amp;New folder
223 </message> 226 </message>
224 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder."> 227 <message name="IDS_BOOKMARK_EDITOR_CONFIRM_DELETE" desc="The message shown in the dialog asking the user to confirm deleting a folder. [ICU Syntax]">
225 This folder contains <ph name="COUNT">$1<ex>5</ex></ph> bookmarks. Are you s ure you want to delete it? 228 {NUM_BOOKMARKS, plural,
229 =1 {This folder contains a bookmark. Are you sure you want to delete it?}
230 =other {This folder contains # bookmarks. Are you sure you want to delete i t?}}
226 </message> 231 </message>
227 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders"> 232 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE" desc="Window title of editor for bookmark folders">
228 Edit folder name 233 Edit folder name
229 </message> 234 </message>
230 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders"> 235 <message name="IDS_BOOKMARK_FOLDER_EDITOR_WINDOW_TITLE_NEW" desc="Window title of editor for new bookmark folders">
231 New folder 236 New folder
232 </message> 237 </message>
233 <if expr="not use_titlecase"> 238 <if expr="not use_titlecase">
234 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bo okmark All Tabs dialog."> 239 <message name="IDS_BOOKMARK_ALL_TABS_DIALOG_TITLE" desc="The title of the Bo okmark All Tabs dialog.">
235 Bookmark all tabs 240 Bookmark all tabs
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 </if> 349 </if>
345 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 350 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
346 351
347 <!-- Begin of Bookmark Star button strings. --> 352 <!-- Begin of Bookmark Star button strings. -->
348 <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."> 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.">
349 Edit bookmark for this page 354 Edit bookmark for this page
350 </message> 355 </message>
351 <!-- End of Bookmark Star button strings. --> 356 <!-- End of Bookmark Star button strings. -->
352 357
353 </grit-part> 358 </grit-part>
OLDNEW
« no previous file with comments | « base/strings/string_number_conversions.h ('k') | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698