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

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

Issue 2691373004: [Android History] Even more polish (Closed)
Patch Set: Rebase Created 3 years, 10 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 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 </message> 2278 </message>
2279 <message name="IDS_FRE_LABEL" desc="First Run Experience Strings"> 2279 <message name="IDS_FRE_LABEL" desc="First Run Experience Strings">
2280 First Run Experience 2280 First Run Experience
2281 </message> 2281 </message>
2282 <message name="IDS_CONTENT_PROVIDER_SEARCH_DESCRIPTION" desc="Description for Chrome's entry in QSB's list of search suggestion providers [CHAR-LIMIT=32]" > 2282 <message name="IDS_CONTENT_PROVIDER_SEARCH_DESCRIPTION" desc="Description for Chrome's entry in QSB's list of search suggestion providers [CHAR-LIMIT=32]" >
2283 Bookmarks and web history 2283 Bookmarks and web history
2284 </message> 2284 </message>
2285 <message name="IDS_URL_COPIED" desc="Notification telling the user that th e url has been copied to clipboard. [CHAR-LIMIT=32]"> 2285 <message name="IDS_URL_COPIED" desc="Notification telling the user that th e url has been copied to clipboard. [CHAR-LIMIT=32]">
2286 URL copied. 2286 URL copied.
2287 </message> 2287 </message>
2288 <message name="IDS_COPIED" desc="Notification telling the user that someth ing has been copied to the clipboard.">
2289 Copied
gone 2017/02/16 19:29:16 Move to generic section at top?
Theresa 2017/02/16 19:59:10 Done.
2290 </message>
2288 2291
2289 <!-- Accessibility --> 2292 <!-- Accessibility -->
2290 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_FORWARD" desc="Content descri ption for the forward navigation button."> 2293 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_FORWARD" desc="Content descri ption for the forward navigation button.">
2291 Go forward 2294 Go forward
2292 </message> 2295 </message>
2293 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_BACK" desc="Content descripti on for the backard navigation button."> 2296 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_BACK" desc="Content descripti on for the backard navigation button.">
2294 Go back 2297 Go back
2295 </message> 2298 </message>
2296 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_MENU" desc="Content descripti on for the settings menu button."> 2299 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_MENU" desc="Content descripti on for the settings menu button.">
2297 More options 2300 More options
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
2734 </message> 2737 </message>
2735 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog."> 2738 <message name="IDS_KEYBOARD_SHORTCUT_CHROME_FEATURE_GROUP_HEADER" desc="A text label that appears above a list of shortcuts that are related to the Chrome app features. This group is part of several groups of keyboard shortcuts all sh own in a dialog.">
2736 Google Chrome feature shortcuts 2739 Google Chrome feature shortcuts
2737 </message> 2740 </message>
2738 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog."> 2741 <message name="IDS_KEYBOARD_SHORTCUT_WEBPAGE_GROUP_HEADER" desc="A text la bel that appears above a list of shortcuts that are related to manipulation of t he current tab window. This group is part of several groups of keyboard shortcut s all shown in a dialog.">
2739 Webpage shortcuts 2742 Webpage shortcuts
2740 </message> 2743 </message>
2741 </messages> 2744 </messages>
2742 </release> 2745 </release>
2743 </grit> 2746 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698