Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4428)

Unified Diff: chrome/app/bookmarks_strings.grdp

Issue 167533002: Exclude bookmark import strings for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove strings removed in https://chromiumcodereview.appspot.com/14322002 Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/bookmarks_strings.grdp
diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
index d2f4ce5a54b934eab68ebbbdb624428e6035cdce..1a4b2669e6a9362acb4c463a91ccae107b6b8966 100644
--- a/chrome/app/bookmarks_strings.grdp
+++ b/chrome/app/bookmarks_strings.grdp
@@ -23,30 +23,32 @@
</message>
</if>
- <!-- The following two strings are shown when the user has no bookmarks yet. -->
- <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
- For quick access, place your bookmarks here on the bookmarks bar.
- </message>
- <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
- Import bookmarks now...
- </message>
+ <if expr="not is_android">
+ <!-- The following two strings are shown when the user has no bookmarks yet. -->
+ <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
+ For quick access, place your bookmarks here on the bookmarks bar.
+ </message>
+ <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
+ Import bookmarks now...
+ </message>
- <!-- The special folders created when importing from other other browsers. -->
- <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
- Imported From IE
- </message>
- <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
- Imported From Firefox
- </message>
- <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari">
- Imported From Safari
- </message>
- <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
- Imported From Google Toolbar
- </message>
- <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
- Imported
- </message>
+ <!-- The special folders created when importing from other other browsers. -->
+ <message name="IDS_BOOKMARK_GROUP_FROM_IE" desc="The group name of bookmarks from Internet Explorer">
+ Imported From IE
+ </message>
+ <message name="IDS_BOOKMARK_GROUP_FROM_FIREFOX" desc="The group name of bookmarks from Firefox">
+ Imported From Firefox
+ </message>
+ <message name="IDS_BOOKMARK_GROUP_FROM_SAFARI" desc="The group name of bookmarks from Safari">
+ Imported From Safari
+ </message>
+ <message name="IDS_BOOKMARK_GROUP_FROM_GOOGLE_TOOLBAR" desc="The group name of bookmarks from Google Toolbar">
+ Imported From Google Toolbar
+ </message>
+ <message name="IDS_BOOKMARK_GROUP" desc="The group name of bookmarks imported from a file">
+ Imported
+ </message>
+ </if>
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698