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

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

Issue 2781553003: Integrate Desktop iOS promotion with bookmarks. (Closed)
Patch Set: address comments 3 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/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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 </message> 190 </message>
191 </if> 191 </if>
192 <!-- End of Bookmarks Bubble strings. --> 192 <!-- End of Bookmarks Bubble strings. -->
193 193
194 <!-- Begin of Bookmarks Sync Promo strings. --> 194 <!-- Begin of Bookmarks Sync Promo strings. -->
195 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo d isplayed at the bottom of the bookmark bubble."> 195 <message name="IDS_BOOKMARK_SYNC_PROMO_MESSAGE" desc="Text of the sync promo d isplayed at the bottom of the bookmark bubble.">
196 To get your bookmarks on all your devices, <ph name="SIGN_IN_LINK">$1<ex>sig n in</ex></ph>. 196 To get your bookmarks on all your devices, <ph name="SIGN_IN_LINK">$1<ex>sig n in</ex></ph>.
197 </message> 197 </message>
198 <!-- End of Bookmarks Sync Promo strings. --> 198 <!-- End of Bookmarks Sync Promo strings. -->
199 199
200 <!-- Begin of Desktop to iOS Promo strings. -->
201 <if expr="is_win">
202 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE" desc="Title f or Chrome iOS promotion appearing in the bookmark bubble after a bookmark is sav ed.">
203 Sync this bookmark to your iPhone
204 </message>
205 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V2" desc="Titl e for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
206 Get this bookmark on your iPhone
207 </message>
208 <message name="IDS_BOOKMARK_BUBBLE_DESKTOP_TO_IOS_PROMO_TITLE_V3" desc="Titl e for Chrome iOS promotion appearing in the bookmark bubble after a bookmark is saved.">
209 Share this bookmark with your iPhone
210 </message>
211 </if>
212 <!-- End of Desktop to iOS Promo strings. -->
213
200 <!-- Begin of Bookmark Editor strings. --> 214 <!-- Begin of Bookmark Editor strings. -->
201 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the ti tle/name of the URL."> 215 <message name="IDS_BOOKMARK_EDITOR_NAME_LABEL" desc="Label shown before the ti tle/name of the URL.">
202 Name: 216 Name:
203 </message> 217 </message>
204 <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookma rk name text field in edit folder dialog"> 218 <message name="IDS_BOOKMARK_AX_EDITOR_NAME_LABEL" desc="Spoken text for bookma rk name text field in edit folder dialog">
205 Bookmark name 219 Bookmark name
206 </message> 220 </message>
207 <if expr="is_macosx"> 221 <if expr="is_macosx">
208 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label befo re text field in edit folder dialog"> 222 <message name="IDS_BOOKMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label befo re text field in edit folder dialog">
209 Name: 223 Name:
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 </if> 402 </if>
389 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 403 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
390 404
391 <!-- Begin of Bookmark Star button strings. --> 405 <!-- Begin of Bookmark Star button strings. -->
392 <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."> 406 <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.">
393 Edit bookmark for this page 407 Edit bookmark for this page
394 </message> 408 </message>
395 <!-- End of Bookmark Star button strings. --> 409 <!-- End of Bookmark Star button strings. -->
396 410
397 </grit-part> 411 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698