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

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: cleaned 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 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1823 </message> 1823 </message>
1824 <message name="IDS_ENHANCED_BOOKMARK_ADD_FOLDER" desc="Title for button to add a new bookmark folder [CHAR-LIMIT=32]"> 1824 <message name="IDS_ENHANCED_BOOKMARK_ADD_FOLDER" desc="Title for button to add a new bookmark folder [CHAR-LIMIT=32]">
1825 New folder… 1825 New folder…
1826 </message> 1826 </message>
1827 <message name="IDS_ENHANCED_BOOKMARK_CHOOSE_FOLDER" desc="Title for the di alog that moves bookmarks to another folder [CHAR-LIMIT=32]"> 1827 <message name="IDS_ENHANCED_BOOKMARK_CHOOSE_FOLDER" desc="Title for the di alog that moves bookmarks to another folder [CHAR-LIMIT=32]">
1828 Choose folder 1828 Choose folder
1829 </message> 1829 </message>
1830 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_EDIT_FOLDER" desc="Button text for editing current folder action on the enhanced bookmark action bar [CHAR -LIMIT=32]"> 1830 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_EDIT_FOLDER" desc="Button text for editing current folder action on the enhanced bookmark action bar [CHAR -LIMIT=32]">
1831 Edit folder 1831 Edit folder
1832 </message> 1832 </message>
1833 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_SEARCH" desc="Button text for bookmark search action on the enhanced bookmark action bar [CHAR-LIMIT=32]">
1834 Search bookmarks
1835 </message>
1836 <message name="IDS_ENHANCED_BOOKMARK_NO_RESULT" desc="Text explaining that no bookmarks are found to match a search query">
1837 No bookmarks found
1838 </message>
1839 <message name="IDS_ENHANCED_BOOKMARK_ACTION_BAR_EDIT_BOOKMARKS" desc="Butt on text for editing bookmarks action on the enhanced bookmark action bar [CHAR-L IMIT=32]">
1840 Edit bookmarks
1841 </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]"> 1842 <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 1843 Move bookmarks
1835 </message> 1844 </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]"> 1845 <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 1846 Delete bookmarks
1838 </message> 1847 </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]"> 1848 <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 1849 Close dialog
1841 </message> 1850 </message>
1842 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer."> 1851 <message name="IDS_ACCESSIBILITY_ENHANCED_BOOKMARK_DRAWER_TOGGLE_BTN_OPEN" desc="Content description for the button to show the navigation drawer.">
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 </message> 2233 </message>
2225 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2234 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2226 send_crash_report 2235 send_crash_report
2227 </message> 2236 </message>
2228 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2237 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2229 mobile_awsnap 2238 mobile_awsnap
2230 </message> 2239 </message>
2231 </messages> 2240 </messages>
2232 </release> 2241 </release>
2233 </grit> 2242 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698