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

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: 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 1821 matching lines...) Expand 10 before | Expand all | Expand 10 after
1832 </message> 1832 </message>
1833 <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]"> 1833 <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]">
1834 Move bookmarks 1834 Move bookmarks
1835 </message> 1835 </message>
1836 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]"> 1836 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1837 Delete bookmarks 1837 Delete bookmarks
1838 </message> 1838 </message>
1839 <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]"> 1839 <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]">
1840 Close dialog 1840 Close dialog
1841 </message> 1841 </message>
1842 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookmark search action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1843 Search bookmarks
1844 </message>
1845 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query">
1846 No bookmarks found
1847 </message>
1842 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1848 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1843 Open navigation drawer 1849 Open navigation drawer
1844 </message> 1850 </message>
1845 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1851 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1846 Close navigation drawer 1852 Close navigation drawer
1847 </message> 1853 </message>
1848 1854
1849 <!-- Find in page --> 1855 <!-- Find in page -->
1850 <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."> 1856 <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.">
1851 Find in page 1857 Find in page
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 </message> 2230 </message>
2225 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2231 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2226 send_crash_report 2232 send_crash_report
2227 </message> 2233 </message>
2228 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2234 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2229 mobile_awsnap 2235 mobile_awsnap
2230 </message> 2236 </message>
2231 </messages> 2237 </messages>
2232 </release> 2238 </release>
2233 </grit> 2239 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698