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

Side by Side Diff: components/bookmark_bar_strings.grdp

Issue 1699743002: Remove unused "Desktop bookmarks" folder name on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
« no previous file with comments | « chrome/browser/android/bookmarks/bookmarks_bridge.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <if expr="not is_android and not is_ios and not use_titlecase"> 3 <if expr="not is_ios and not use_titlecase">
4 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder."> 4 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree fo r the Bookmarks Bar folder.">
5 Bookmarks bar 5 Bookmarks bar
6 </message> 6 </message>
7 </if> 7 </if>
8 <if expr="not is_android and not is_ios and use_titlecase"> 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."> 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 10 Bookmarks Bar
11 </message> 11 </message>
12 </if> 12 </if>
13 <if expr="is_android">
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 <message name="IDS_ENHANCED_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name sho wn in the tree for the desktop bookmarks folder when enhanced bookmark is enable d.">
18 Bookmarks bar
19 </message>
20 </if>
21 <if expr="is_ios"> 13 <if expr="is_ios">
22 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder"> 14 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
23 Desktop Bookmarks 15 Desktop Bookmarks
24 </message> 16 </message>
25 </if> 17 </if>
26 18
27 <if expr="not use_titlecase"> 19 <if expr="not use_titlecase">
28 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder"> 20 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
29 Mobile bookmarks 21 Mobile bookmarks
30 </message> 22 </message>
(...skipping 21 matching lines...) Expand all
52 <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks 44 <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
53 </message> 45 </message>
54 <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"> 46 <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">
55 Managed Bookmarks 47 Managed Bookmarks
56 </message> 48 </message>
57 <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="In Tit le Case: Name shown in the tree for the managed bookmarks folder for supervised users."> 49 <message name="IDS_BOOKMARK_BAR_SUPERVISED_FOLDER_DEFAULT_NAME" desc="In Tit le Case: Name shown in the tree for the managed bookmarks folder for supervised users.">
58 Parent Suggestions 50 Parent Suggestions
59 </message> 51 </message>
60 </if> 52 </if>
61 </grit-part> 53 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/android/bookmarks/bookmarks_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698