kMaxBlockSize -> kMaxHeaderBlockSize to avoid shadowing warning on VS2015
[chromium-blink-merge.git] / components / bookmark_bar_strings.grdp
blob28c748677a26ad8ffce82b923081fd006127e1f7
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3 <if expr="not is_android and not is_ios and not use_titlecase">
4 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
5 Bookmarks bar
6 </message>
7 </if>
8 <if expr="not is_android and not is_ios and use_titlecase">
9 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
10 Bookmarks Bar
11 </message>
12 </if>
13 <if expr="is_android">
14 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
15 Desktop bookmarks
16 </message>
17 <message name="IDS_ENHANCED_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder when enhanced bookmark is enabled.">
18 Bookmarks Bar
19 </message>
20 </if>
21 <if expr="is_ios">
22 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
23 Desktop Bookmarks
24 </message>
25 </if>
27 <if expr="not use_titlecase">
28 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
29 Mobile bookmarks
30 </message>
31 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder">
32 Other bookmarks
33 </message>
34 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DOMAIN_NAME" desc="Name shown in the tree for the managed bookmarks folder, when the managed bookmarks come from a domain">
35 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
36 </message>
37 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
38 Managed bookmarks
39 </message>
40 </if>
41 <if expr="use_titlecase">
42 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
43 Mobile Bookmarks
44 </message>
45 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
46 Other Bookmarks
47 </message>
48 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DOMAIN_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder, when the managed bookmarks come from a domain">
49 <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
50 </message>
51 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="In Title Case: Name shown in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
52 Managed Bookmarks
53 </message>
54 </if>
55 </grit-part>