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

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

Issue 1531013006: Remove OmahaUpdateInfoBar and related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chrome/test/data/android/omahaupdateinfobar/ from chrome_public_test_apk.isolate Created 4 years, 11 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 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 </message> 2094 </message>
2095 <message name="IDS_MENU_OPEN_IN_PRODUCT" desc="App menu item for opening l ink in Chrome. [CHAR-LIMIT=30]"> 2095 <message name="IDS_MENU_OPEN_IN_PRODUCT" desc="App menu item for opening l ink in Chrome. [CHAR-LIMIT=30]">
2096 Open in <ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph> 2096 Open in <ph name="PRODUCT_NAME">%1$s<ex>Chrome</ex></ph>
2097 </message> 2097 </message>
2098 <message name="IDS_READER_VIEW_TEXT" desc="Message shown on the reader mod e button bar, to invite the user to tap to open a reader mode. Reader mode extra cts content and removes clutter from a web page and puts the result in a panel m aking it easier to read."> 2098 <message name="IDS_READER_VIEW_TEXT" desc="Message shown on the reader mod e button bar, to invite the user to tap to open a reader mode. Reader mode extra cts content and removes clutter from a web page and puts the result in a panel m aking it easier to read.">
2099 Make page mobile-friendly 2099 Make page mobile-friendly
2100 </message> 2100 </message>
2101 <message name="IDS_READER_MODE_EXPANDED_TITLE" desc="Message shown on the reader mode button bar when it is opened to show reader mode. Reader mode extrac ts content and removes clutter from a web page and puts the result in a panel ma king it easier to read."> 2101 <message name="IDS_READER_MODE_EXPANDED_TITLE" desc="Message shown on the reader mode button bar when it is opened to show reader mode. Reader mode extrac ts content and removes clutter from a web page and puts the result in a panel ma king it easier to read.">
2102 Mobile-friendly view 2102 Mobile-friendly view
2103 </message> 2103 </message>
2104 <message name="IDS_UPDATE_AVAILABLE_INFOBAR" desc="Text to display when a new update is detected.">
2105 Chrome is out of date. Important security improvements and new features are available in the latest version.
2106 </message>
2107 <message name="IDS_UPDATE_AVAILABLE_INFOBAR_BUTTON" desc="Open market butt on. [CHAR-LIMIT=32]">
2108 Update
2109 </message>
2110 <message name="IDS_FRE_LABEL" desc="First Run Experience Strings"> 2104 <message name="IDS_FRE_LABEL" desc="First Run Experience Strings">
2111 First Run Experience 2105 First Run Experience
2112 </message> 2106 </message>
2113 <message name="IDS_CONTENT_PROVIDER_SEARCH_DESCRIPTION" desc="Description for Chrome's entry in QSB's list of search suggestion providers [CHAR-LIMIT=32]" > 2107 <message name="IDS_CONTENT_PROVIDER_SEARCH_DESCRIPTION" desc="Description for Chrome's entry in QSB's list of search suggestion providers [CHAR-LIMIT=32]" >
2114 Bookmarks and web history 2108 Bookmarks and web history
2115 </message> 2109 </message>
2116 2110
2117 <!-- Accessibility --> 2111 <!-- Accessibility -->
2118 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_FORWARD" desc="Content descri ption for the forward navigation button."> 2112 <message name="IDS_ACCESSIBILITY_TOOLBAR_BTN_FORWARD" desc="Content descri ption for the forward navigation button.">
2119 Go forward 2113 Go forward
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
2326 </message> 2320 </message>
2327 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display."> 2321 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST" desc="The message displayed in place of a list of nearby URLs when there are no URLs to display.">
2328 No nearby Physical Web pages found 2322 No nearby Physical Web pages found
2329 </message> 2323 </message>
2330 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs."> 2324 <message name="IDS_PHYSICAL_WEB_EMPTY_LIST_SCANNING" desc="The message dis played in place of a list of nearby URLs while still scanning for nearby URLs.">
2331 Looking for nearby Physical Web pages 2325 Looking for nearby Physical Web pages
2332 </message> 2326 </message>
2333 </messages> 2327 </messages>
2334 </release> 2328 </release>
2335 </grit> 2329 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698