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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2837643002: [Bookmarks] Remove side drawer and introduce root folder view (Closed)
Patch Set: Move is_permanent_node_ check to bookmark_bridge.cc Created 3 years, 7 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
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2314 matching lines...) Expand 10 before | Expand all | Expand 10 after
2325 </message> 2325 </message>
2326 <message name="IDS_BOOKMARK_PAGE_SAVED_DEFAULT" desc="Default message show n after user adds a new bookmark. [CHAR-LIMIT=32]"> 2326 <message name="IDS_BOOKMARK_PAGE_SAVED_DEFAULT" desc="Default message show n after user adds a new bookmark. [CHAR-LIMIT=32]">
2327 Bookmarked 2327 Bookmarked
2328 </message> 2328 </message>
2329 <message name="IDS_BOOKMARK_PAGE_SAVED_FOLDER" desc="Message shown after u ser adds a new bookmark. Also specifies in which folder the bookmark was added. [CHAR-LIMIT=32]"> 2329 <message name="IDS_BOOKMARK_PAGE_SAVED_FOLDER" desc="Message shown after u ser adds a new bookmark. Also specifies in which folder the bookmark was added. [CHAR-LIMIT=32]">
2330 Bookmarked to <ph name="FOLDER_NAME">%1$s<ex>Mobile bookmarks</ex></ph> 2330 Bookmarked to <ph name="FOLDER_NAME">%1$s<ex>Mobile bookmarks</ex></ph>
2331 </message> 2331 </message>
2332 <message name="IDS_BOOKMARK_PAGE_FAILED" desc="Message shown when the user tries to add a bookmark but the browser fails to save it."> 2332 <message name="IDS_BOOKMARK_PAGE_FAILED" desc="Message shown when the user tries to add a bookmark but the browser fails to save it.">
2333 Failed to add bookmark. 2333 Failed to add bookmark.
2334 </message> 2334 </message>
2335 <message name="IDS_BOOKMARK_DRAWER_FOLDERS" desc="Title for the list of fo lders in the drawer view. [CHAR-LIMIT=32]">
2336 Folders
2337 </message>
2338 <message name="IDS_BOOKMARK_PARENT_FOLDER" desc="Header text for title of parent folder of the bookmark [CHAR-LIMIT=32]"> 2335 <message name="IDS_BOOKMARK_PARENT_FOLDER" desc="Header text for title of parent folder of the bookmark [CHAR-LIMIT=32]">
2339 Parent folder 2336 Parent folder
2340 </message> 2337 </message>
2341 <message name="IDS_BOOKMARK_ITEM_SELECT" desc="Menu item text for selectin g a bookmark [CHAR-LIMIT=24]"> 2338 <message name="IDS_BOOKMARK_ITEM_SELECT" desc="Menu item text for selectin g a bookmark [CHAR-LIMIT=24]">
2342 Select 2339 Select
2343 </message> 2340 </message>
2344 <message name="IDS_BOOKMARK_ITEM_EDIT" desc="Menu item text for showing bo okmark editing page [CHAR-LIMIT=24]"> 2341 <message name="IDS_BOOKMARK_ITEM_EDIT" desc="Menu item text for showing bo okmark editing page [CHAR-LIMIT=24]">
2345 Edit 2342 Edit
2346 </message> 2343 </message>
2347 <message name="IDS_BOOKMARK_ITEM_MOVE" desc="Menu item for moving a bookma rk to a new folder [CHAR-LIMIT=24]"> 2344 <message name="IDS_BOOKMARK_ITEM_MOVE" desc="Menu item for moving a bookma rk to a new folder [CHAR-LIMIT=24]">
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2937 Remove and recreate this shortcut 2934 Remove and recreate this shortcut
2938 </message> 2935 </message>
2939 2936
2940 <!-- Chrome Home --> 2937 <!-- Chrome Home -->
2941 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content."> 2938 <message name="IDS_BOTTOM_SHEET_HELP_BUBBLE_MESSAGE" desc="Text displayed in a help bubble above the bottom navigation sheet prompting users to pull the s heet up to see their bookmarks and other content.">
2942 Pull up to see bookmarks and more 2939 Pull up to see bookmarks and more
2943 </message> 2940 </message>
2944 </messages> 2941 </messages>
2945 </release> 2942 </release>
2946 </grit> 2943 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698