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

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

Issue 1270693004: Add bookmark search feature to enhanced bookmark (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address kkimlabs@'s comments Created 5 years, 4 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 1839 matching lines...) Expand 10 before | Expand all | Expand 10 after
1850 </message> 1850 </message>
1851 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_MOVE" desc="Button text fo r bookmark move action on the enhanced bookmark action bar [CHAR-LIMIT=32]"> 1851 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_MOVE" desc="Button text fo r bookmark move action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1852 Move bookmarks 1852 Move bookmarks
1853 </message> 1853 </message>
1854 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]"> 1854 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1855 Delete bookmarks 1855 Delete bookmarks
1856 </message> 1856 </message>
1857 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_CLOSE" desc="Button text f or closing the current enhanced bookmark dialog on the enhanced bookmark action bar [CHAR-LIMIT=32]"> 1857 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_CLOSE" desc="Button text f or closing the current enhanced bookmark dialog on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1858 Close dialog 1858 Close dialog
1859 </message> 1859 </message>
1860 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookmark search action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1861 Search bookmarks
1862 </message>
1863 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query">
1864 No bookmarks found
1865 </message>
1860 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1866 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1861 Open navigation drawer 1867 Open navigation drawer
1862 </message> 1868 </message>
1863 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1869 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1864 Close navigation drawer 1870 Close navigation drawer
1865 </message> 1871 </message>
1866 1872
1867 <!-- Find in page --> 1873 <!-- Find in page -->
1868 <message name="IDS_HINT_FIND_IN_PAGE" desc="Hint text to show for the find in page search field when the search field is empty."> 1874 <message name="IDS_HINT_FIND_IN_PAGE" desc="Hint text to show for the find in page search field when the search field is empty.">
1869 Find in page 1875 Find in page
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2242 </message> 2248 </message>
2243 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2249 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2244 send_crash_report 2250 send_crash_report
2245 </message> 2251 </message>
2246 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2252 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2247 mobile_awsnap 2253 mobile_awsnap
2248 </message> 2254 </message>
2249 </messages> 2255 </messages>
2250 </release> 2256 </release>
2251 </grit> 2257 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698