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

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

Issue 2768663002: [Bookmarks] Refactor search view to use SelectableListLayout paradigm (Closed)
Patch Set: Fix spelling error Created 3 years, 9 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 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2215 <message name="IDS_BOOKMARK_ACTION_BAR_MOVE" desc="Button text for bookmar k move action on the bookmark action bar [CHAR-LIMIT=32]"> 2215 <message name="IDS_BOOKMARK_ACTION_BAR_MOVE" desc="Button text for bookmar k move action on the bookmark action bar [CHAR-LIMIT=32]">
2216 Move bookmarks 2216 Move bookmarks
2217 </message> 2217 </message>
2218 <message name="IDS_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookm ark delete action on the bookmark action bar [CHAR-LIMIT=32]"> 2218 <message name="IDS_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookm ark delete action on the bookmark action bar [CHAR-LIMIT=32]">
2219 Delete bookmarks 2219 Delete bookmarks
2220 </message> 2220 </message>
2221 <message name="IDS_BOOKMARK_ACTION_BAR_CLOSE" desc="Button text for closin g the current bookmark dialog on the bookmark action bar [CHAR-LIMIT=32]"> 2221 <message name="IDS_BOOKMARK_ACTION_BAR_CLOSE" desc="Button text for closin g the current bookmark dialog on the bookmark action bar [CHAR-LIMIT=32]">
2222 Close dialog 2222 Close dialog
2223 </message> 2223 </message>
2224 <message name="IDS_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookm ark search action on the bookmark action bar [CHAR-LIMIT=32]"> 2224 <message name="IDS_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookm ark search action on the bookmark action bar [CHAR-LIMIT=32]">
2225 Search bookmarks 2225 Search your bookmarks
2226 </message> 2226 </message>
2227 <message name="IDS_BOOKMARK_NO_RESULT" desc="Text explaining that no bookm arks are found to match a search query"> 2227 <message name="IDS_BOOKMARK_NO_RESULT" desc="Text explaining that no bookm arks are found to match a search query">
2228 No bookmarks found 2228 No bookmarks found
2229 </message> 2229 </message>
2230 <message name="IDS_EDIT_BOOKMARK" desc='The string prompting the user to e dit the content of a bookmark. [CHAR-LIMIT=30]'> 2230 <message name="IDS_EDIT_BOOKMARK" desc='The string prompting the user to e dit the content of a bookmark. [CHAR-LIMIT=30]'>
2231 Edit bookmark 2231 Edit bookmark
2232 </message> 2232 </message>
2233 <message name="IDS_ADD_FOLDER" desc='Title of the "Add Folder" form dialog . [CHAR-LIMIT=30]'> 2233 <message name="IDS_ADD_FOLDER" desc='Title of the "Add Folder" form dialog . [CHAR-LIMIT=30]'>
2234 Add folder 2234 Add folder
2235 </message> 2235 </message>
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
2758 </message> 2758 </message>
2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing."> 2759 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_INSTALL_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for installing.">
2760 Install 2760 Install
2761 </message> 2761 </message>
2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating."> 2762 <message name="IDS_VR_SERVICES_CHECK_INFOBAR_UPDATE_BUTTON" desc="Text to be displayed in the VR Services check infobar confirm button for updating.">
2763 Update 2763 Update
2764 </message> 2764 </message>
2765 </messages> 2765 </messages>
2766 </release> 2766 </release>
2767 </grit> 2767 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698