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

Side by Side Diff: components/bookmarks_strings.grdp

Issue 307993005: Enable the ManagedBookmarks policy on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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 | Annotate | Revision Log
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_android and 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_android and 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
(...skipping 10 matching lines...) Expand all
21 </message> 21 </message>
22 </if> 22 </if>
23 23
24 <if expr="not use_titlecase"> 24 <if expr="not use_titlecase">
25 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder"> 25 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="Name shown in the tree for the mobile bookmarks folder">
26 Mobile bookmarks 26 Mobile bookmarks
27 </message> 27 </message>
28 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder"> 28 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder">
29 Other bookmarks 29 Other bookmarks
30 </message> 30 </message>
31 <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 f rom a domain">
32 <ph name="DOMAIN">$1<ex>google.com</ex></ph> bookmarks
33 </message>
34 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DEFAULT_NAME" desc="Name show n in the tree for the managed bookmarks folder, when the managed bookmarks don't come from a domain">
35 Managed bookmarks
36 </message>
31 </if> 37 </if>
32 <if expr="use_titlecase"> 38 <if expr="use_titlecase">
33 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Nam e shown in the tree for the mobile bookmarks folder"> 39 <message name="IDS_BOOKMARK_BAR_MOBILE_FOLDER_NAME" desc="In Title Case: Nam e shown in the tree for the mobile bookmarks folder">
34 Mobile Bookmarks 40 Mobile Bookmarks
35 </message> 41 </message>
36 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the other bookmarks folder"> 42 <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 43 Other Bookmarks
38 </message> 44 </message>
45 <message name="IDS_BOOKMARK_BAR_MANAGED_FOLDER_DOMAIN_NAME" desc="In Title C ase: Name shown in the tree for the managed bookmarks folder, when the managed b ookmarks come from a domain">
46 <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
47 </message>
48 <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">
49 Managed Bookmarks
50 </message>
39 </if> 51 </if>
40 </grit-part> 52 </grit-part>
OLDNEW
« no previous file with comments | « components/bookmarks/common/bookmark_pref_names.cc ('k') | components/policy/resources/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698