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

Side by Side Diff: components/bookmarks_strings.grdp

Issue 243433002: Move resources to components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@364870.base
Patch Set: Fix rebase Created 6 years, 8 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/utility/importer/safari_importer.mm ('k') | components/components_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
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.">
5 Bookmarks bar
6 </message>
7 </if>
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.">
10 Bookmarks Bar
11 </message>
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 </if>
18 <if expr="is_ios">
19 <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
20 Desktop Bookmarks
21 </message>
22 </if>
23
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">
26 Mobile bookmarks
27 </message>
28 <message name="IDS_BOOKMARK_BAR_OTHER_FOLDER_NAME" desc="Name shown in the t ree for the other bookmarks folder">
29 Other bookmarks
30 </message>
31 </if>
32 <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">
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 </if>
40 </grit-part>
OLDNEW
« no previous file with comments | « chrome/utility/importer/safari_importer.mm ('k') | components/components_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698