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

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

Issue 1465853002: Implement support for importing favorites from Edge on Windows 10. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix another CLANG warning Created 5 years 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
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 ">
11 Import bookmarks now... 11 Import bookmarks now...
12 </message> 12 </message>
13 13
14 <!-- The special folders created when importing from other other browsers. - -> 14 <!-- The special folders created when importing from other other browsers. - ->
15 <if expr="is_win"> 15 <if expr="is_win">
16 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmar ks from Internet Explorer"> 16 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmar ks from Internet Explorer">
17 Imported From IE 17 Imported From IE
18 </message> 18 </message>
19 <message name="IDS_BOOKMARK_GROUP_FROM_EDGE" desc="The group name of bookm arks from Edge">
20 Imported From Edge
21 </message>
19 </if> 22 </if>
20 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of book marks from Firefox"> 23 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of book marks from Firefox">
21 Imported From Firefox 24 Imported From Firefox
22 </message> 25 </message>
23 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookm arks from Safari"> 26 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookm arks from Safari">
24 Imported From Safari 27 Imported From Safari
25 </message> 28 </message>
26 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe d from a file"> 29 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe d from a file">
27 Imported 30 Imported
28 </message> 31 </message>
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 <!-- Being of Bookmark Star button strings. --> 393 <!-- Being of Bookmark Star button strings. -->
391 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar."> 394 <message name="IDS_TOOLTIP_STAR" desc="The tooltip shown when you hover the st ar button in the right side of the location bar.">
392 Bookmark this page 395 Bookmark this page
393 </message> 396 </message>
394 <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."> 397 <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.">
395 Edit bookmark for this page 398 Edit bookmark for this page
396 </message> 399 </message>
397 <!-- End of Bookmark Star button strings. --> 400 <!-- End of Bookmark Star button strings. -->
398 401
399 </grit-part> 402 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/importer/edge_importer_browsertest_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698