| Index: components/bookmarks_strings.grdp
|
| diff --git a/components/bookmarks_strings.grdp b/components/bookmarks_strings.grdp
|
| index e21cf85220bceadb05a0ea9a5cf77dfcb38a86c0..326953f75301b2b393bbf4924cae7dfc4a402097 100644
|
| --- a/components/bookmarks_strings.grdp
|
| +++ b/components/bookmarks_strings.grdp
|
| @@ -28,6 +28,12 @@
|
| <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder">
|
| Other bookmarks
|
| </message>
|
| + <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">
|
| + <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
|
| + </message>
|
| + <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">
|
| + Managed bookmarks
|
| + </message>
|
| </if>
|
| <if expr="use_titlecase">
|
| <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
|
| @@ -36,5 +42,11 @@
|
| <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
|
| Other Bookmarks
|
| </message>
|
| + <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">
|
| + <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
|
| + </message>
|
| + <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">
|
| + Managed Bookmarks
|
| + </message>
|
| </if>
|
| </grit-part>
|
|
|