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

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

Issue 243433002: Move resources to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@364870.base
Patch Set: Fix rebase Created 6 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/browser/bookmarks/bookmark_codec.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 and not is_ios and not use_titlecase">
6 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder.">
7 Bookmarks bar
8 </message>
9 </if>
10 <if expr="not is_android and not is_ios and use_titlecase">
11 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
12 Bookmarks Bar
13 </message>
14 </if>
15 <if expr="is_android">
16 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
17 Desktop bookmarks
18 </message>
19 </if>
20 <if expr="is_ios">
21 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
22 Desktop Bookmarks
23 </message>
24 </if>
25
26 <if expr="not is_android"> 5 <if expr="not is_android">
27 <!-- 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. -->
28 <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">
29 For quick access, place your bookmarks here on the bookmarks bar. 8 For quick access, place your bookmarks here on the bookmarks bar.
30 </message> 9 </message>
31 <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 ">
32 Import bookmarks now... 11 Import bookmarks now...
33 </message> 12 </message>
34 13
35 <!-- The special folders created when importing from other other browsers. - -> 14 <!-- The special folders created when importing from other other browsers. - ->
36 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer"> 15 <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
37 Imported From IE 16 Imported From IE
38 </message> 17 </message>
39 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of book marks from Firefox"> 18 <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of book marks from Firefox">
40 Imported From Firefox 19 Imported From Firefox
41 </message> 20 </message>
42 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookm arks from Safari"> 21 <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookm arks from Safari">
43 Imported From Safari 22 Imported From Safari
44 </message> 23 </message>
45 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar"> 24 <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
46 Imported From Google Toolbar 25 Imported From Google Toolbar
47 </message> 26 </message>
48 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe d from a file"> 27 <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks importe d from a file">
49 Imported 28 Imported
50 </message> 29 </message>
51 </if> 30 </if>
52 31
53 <if expr="not use_titlecase"> 32 <if expr="not use_titlecase">
54 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
55 Mobile bookmarks
56 </message>
57 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder">
58 Other bookmarks
59 </message>
60 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar"> 33 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
61 Show apps shortcut 34 Show apps shortcut
62 </message> 35 </message>
63 </if> 36 </if>
64 <if expr="use_titlecase"> 37 <if expr="use_titlecase">
65 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Nam e shown in the tree for the mobile bookmarks folder">
66 Mobile Bookmarks
67 </message>
68 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
69 Other Bookmarks
70 </message>
71 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam e shown in the context menu to hide/show the apps shortcut in the bookmakr bar"> 38 <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Nam e shown in the context menu to hide/show the apps shortcut in the bookmakr bar">
72 Show Apps Shortcut 39 Show Apps Shortcut
73 </message> 40 </message>
74 </if> 41 </if>
75 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut"> 42 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bo okmark bar for the apps page shortcut">
76 Apps 43 Apps
77 </message> 44 </message>
78 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar"> 45 <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_TOOLTIP" desc="Text shown in the tooltip of the apps page shortcut in the bookmark bar">
79 Show apps 46 Show apps
80 </message> 47 </message>
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 <if expr="is_android"> 469 <if expr="is_android">
503 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder"> 470 <message name="IDS_BOOKMARK_EDIT_FOLDER" desc="Context menu item for editing a bookmark folder">
504 Edit folder 471 Edit folder
505 </message> 472 </message>
506 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder"> 473 <message name="IDS_BOOKMARK_REMOVE_FOLDER" desc="Context menu item for remov ing a bookmark folder">
507 Remove folder 474 Remove folder
508 </message> 475 </message>
509 </if> 476 </if>
510 477
511 </grit-part> 478 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/bookmarks/bookmark_codec.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698