[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <grit-part> |
newt | 21f70bbc | 2016-02-17 02:09:19 | [diff] [blame] | 3 | <if expr="not is_ios and not use_titlecase"> |
[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 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> |
newt | 21f70bbc | 2016-02-17 02:09:19 | [diff] [blame] | 8 | <if expr="not is_ios and use_titlecase"> |
[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 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> |
[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 13 | <if expr="is_ios"> |
| 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 | </if> |
| 18 | |
| 19 | <if expr="not use_titlecase"> |
| 20 | <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder"> |
| 21 | Mobile bookmarks |
| 22 | </message> |
| 23 | <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder"> |
| 24 | Other bookmarks |
| 25 | </message> |
[email protected] | 937dbb5 | 2014-06-01 17:16:28 | [diff] [blame] | 26 | <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"> |
| 27 | <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks |
| 28 | </message> |
| 29 | <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"> |
| 30 | Managed bookmarks |
| 31 | </message> |
[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 32 | </if> |
| 33 | <if expr="use_titlecase"> |
| 34 | <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder"> |
| 35 | Mobile Bookmarks |
| 36 | </message> |
| 37 | <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder"> |
| 38 | Other Bookmarks |
| 39 | </message> |
[email protected] | 937dbb5 | 2014-06-01 17:16:28 | [diff] [blame] | 40 | <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"> |
| 41 | <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks |
| 42 | </message> |
| 43 | <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"> |
| 44 | Managed Bookmarks |
| 45 | </message> |
[email protected] | ea6de38 | 2014-04-22 13:24:38 | [diff] [blame] | 46 | </if> |
| 47 | </grit-part> |