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

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

Issue 18603006: Bookmark sync promo for Views. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test for CrOS Created 7 years, 5 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_bubble_delegate.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 <!-- 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 and not pp_ifdef('ios') and not pp_ifdef('use_titleca se')"> 5 <if expr="not is_android and not pp_ifdef('ios') and not pp_ifdef('use_titleca se')">
6 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder."> 6 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder.">
7 Bookmarks bar 7 Bookmarks bar
8 </message> 8 </message>
9 </if> 9 </if>
10 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase') "> 10 <if expr="not is_android and not pp_ifdef('ios') and pp_ifdef('use_titlecase') ">
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 Choose another folder... 200 Choose another folder...
201 </message> 201 </message>
202 </if> 202 </if>
203 <if expr="pp_ifdef('use_titlecase')"> 203 <if expr="pp_ifdef('use_titlecase')">
204 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Ca se: Text in the combobox allowing the user to choose another folder (by bringing up th editor)."> 204 <message name="IDS_BOOKMARK_BUBBLE_CHOOSER_ANOTHER_FOLDER" desc="In Title Ca se: Text in the combobox allowing the user to choose another folder (by bringing up th editor).">
205 Choose Another Folder... 205 Choose Another Folder...
206 </message> 206 </message>
207 </if> 207 </if>
208 <!-- End of Bookmarks Bubble strings. --> 208 <!-- End of Bookmarks Bubble strings. -->
209 209
210 <!-- Begin of Bookmarks Sync Promo strings. -->
211 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo d isplayed at the bottom of the bookmark bubble.">
212 <ph name="SIGN_IN_LINK">$1<ex>Sign in</ex></ph> to get your bookmarks everyw here.
213 </message>
214 <message name="IDS_BOOKMARK_SYNC_PROMO_LINK" desc="Text of the link to sign in from the bookmark sync promo.">
215 Sign in
216 </message>
217 <!-- End of Bookmarks Sync Promo strings. -->
218
210 <!-- Begin of Bookmark Editor strings. --> 219 <!-- Begin of Bookmark Editor strings. -->
211 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the ti tle/name of the URL."> 220 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the ti tle/name of the URL.">
212 Name: 221 Name:
213 </message> 222 </message>
214 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog"> 223 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
215 Name: 224 Name:
216 </message> 225 </message>
217 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL ."> 226 <message name="IDS_BOOKMARK_EDITOR_URL_LABEL" desc="Label shown before the URL .">
218 URL: 227 URL:
219 </message> 228 </message>
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 <if expr="is_android"> 413 <if expr="is_android">
405 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> 414 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
406 Edit folder 415 Edit folder
407 </message> 416 </message>
408 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> 417 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder">
409 Remove folder 418 Remove folder
410 </message> 419 </message>
411 </if> 420 </if>
412 421
413 </grit-part> 422 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/bookmarks/bookmark_bubble_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698