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

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 1843 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 </message> 1854 </message>
1855 <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]"> 1855 <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]">
1856 Move bookmarks 1856 Move bookmarks
1857 </message> 1857 </message>
1858 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]"> 1858 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_DELETE" desc="Button text for bookmark delete action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1859 Delete bookmarks 1859 Delete bookmarks
1860 </message> 1860 </message>
1861 <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]"> 1861 <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]">
1862 Close dialog 1862 Close dialog
1863 </message> 1863 </message>
1864 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookmark search action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1865 Search bookmarks
1866 </message>
1867 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query">
1868 No bookmarks found
1869 </message>
1864 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1870 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
1865 Open navigation drawer 1871 Open navigation drawer
1866 </message> 1872 </message>
1867 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer."> 1873 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_CLOSE " desc="Content description for the button to close the navigation drawer.">
1868 Close navigation drawer 1874 Close navigation drawer
1869 </message> 1875 </message>
1870 1876
1871 <!-- Find in page --> 1877 <!-- Find in page -->
1872 <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."> 1878 <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.">
1873 Find in page 1879 Find in page
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
2243 </message> 2249 </message>
2244 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2250 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2245 send_crash_report 2251 send_crash_report
2246 </message> 2252 </message>
2247 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2253 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2248 mobile_awsnap 2254 mobile_awsnap
2249 </message> 2255 </message>
2250 </messages> 2256 </messages>
2251 </release> 2257 </release>
2252 </grit> 2258 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698