bookmark_bar_strings.grdp 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <grit-part>
  3. <if expr="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_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_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. <if expr="not use_titlecase">
  19. <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
  20. Mobile bookmarks
  21. </message>
  22. <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the tree for the other bookmarks folder">
  23. Other bookmarks
  24. </message>
  25. <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">
  26. <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
  27. </message>
  28. <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">
  29. Managed bookmarks
  30. </message>
  31. </if>
  32. <if expr="use_titlecase">
  33. <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the mobile bookmarks folder">
  34. Mobile Bookmarks
  35. </message>
  36. <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder">
  37. Other Bookmarks
  38. </message>
  39. <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">
  40. <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
  41. </message>
  42. <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">
  43. Managed Bookmarks
  44. </message>
  45. </if>
  46. </grit-part>