summaryrefslogtreecommitdiff
path: root/chromium/components/bookmark_bar_strings.grdp
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@theqtcompany.com>2014-12-05 15:04:29 +0100
committerAndras Becsi <andras.becsi@theqtcompany.com>2014-12-09 10:49:28 +0100
commitaf6588f8d723931a298c995fa97259bb7f7deb55 (patch)
tree060ca707847ba1735f01af2372e0d5e494dc0366 /chromium/components/bookmark_bar_strings.grdp
parent2fff84d821cc7b1c785f6404e0f8091333283e74 (diff)
downloadqtwebengine-chromium-af6588f8d723931a298c995fa97259bb7f7deb55.tar.gz
BASELINE: Update chromium to 40.0.2214.28 and ninja to 1.5.3.
Change-Id: I759465284fd64d59ad120219cbe257f7402c4181 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>
Diffstat (limited to 'chromium/components/bookmark_bar_strings.grdp')
-rw-r--r--chromium/components/bookmark_bar_strings.grdp52
1 files changed, 52 insertions, 0 deletions
diff --git a/chromium/components/bookmark_bar_strings.grdp b/chromium/components/bookmark_bar_strings.grdp
new file mode 100644
index 00000000000..326953f7530
--- /dev/null
+++ b/chromium/components/bookmark_bar_strings.grdp
@@ -0,0 +1,52 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+ <if expr="not is_android and not is_ios and not use_titlecase">
+ <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
+ Bookmarks bar
+ </message>
+ </if>
+ <if expr="not is_android and not is_ios and use_titlecase">
+ <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
+ Bookmarks Bar
+ </message>
+ </if>
+ <if expr="is_android">
+ <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
+ Desktop bookmarks
+ </message>
+ </if>
+ <if expr="is_ios">
+ <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
+ Desktop Bookmarks
+ </message>
+ </if>
+
+ <if expr="not use_titlecase">
+ <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
+ Mobile bookmarks
+ </message>
+ <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">
+ Mobile Bookmarks
+ </message>
+ <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>