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

Side by Side Diff: components/bookmark_bar_strings.grdp

Issue 381353002: fix broken translations for bookmarks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | « no previous file | components/bookmarks_strings.grdp » ('j') | 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"?>
tfarina 2014/07/11 17:46:56 that my personal preference. If I were to name thi
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
11 </message> 11 </message>
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 Other Bookmarks 43 Other Bookmarks
44 </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"> 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 46 <ph name="DOMAIN">$1<ex>google.com</ex></ph> Bookmarks
47 </message> 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"> 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 49 Managed Bookmarks
50 </message> 50 </message>
51 </if> 51 </if>
52 </grit-part> 52 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | components/bookmarks_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698