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

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

Issue 2815453002: [Android] Show Browser Actions dialog in Chrome (Closed)
Patch Set: Update based on Ted's comments. Created 3 years, 8 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 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after
1596 Open in new Chrome tab 1596 Open in new Chrome tab
1597 </message> 1597 </message>
1598 <message name="IDS_CONTEXTMENU_OPEN_IN_CHROME_INCOGNITO_TAB" desc="Context sensitive menu item to open the selected link in a Chrome incognito tab from Ch rome Custom Tab. [CHAR-LIMIT=30]"> 1598 <message name="IDS_CONTEXTMENU_OPEN_IN_CHROME_INCOGNITO_TAB" desc="Context sensitive menu item to open the selected link in a Chrome incognito tab from Ch rome Custom Tab. [CHAR-LIMIT=30]">
1599 Open in incognito tab 1599 Open in incognito tab
1600 </message> 1600 </message>
1601 <!-- Swipe refresh --> 1601 <!-- Swipe refresh -->
1602 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action."> 1602 <message name="IDS_ACCESSIBILITY_SWIPE_REFRESH" desc="Content description for the swipe refresh action.">
1603 Refreshing page 1603 Refreshing page
1604 </message> 1604 </message>
1605 1605
1606 <!-- Browser Action strings -->
1607 <message name="IDS_BROWSERACTIONS_OPEN_IN_BACKGROUND" desc="Browser Action s menu item to open the selected link in a Chrome tab in the background. [CHAR-L IMIT=30]">
1608 Open in new Chrome tab
1609 </message>
1610 <message name="IDS_BROWSERACTIONS_OPEN_IN_INCOGNITO_TAB" desc="Browser Act ions menu item to open the selected link in a Chrome incognito tab. [CHAR-LIMIT= 30]">
1611 Open in incognito tab
srahim 2017/04/18 20:29:38 UI review deck shows this as "Open in incognito Ch
ltian 2017/04/21 05:10:54 This recent mock (https://folio.googleplex.com/chr
1612 </message>
1613 <message name="IDS_BROWSERACTIONS_SAVE_LINK_AS" desc="Browser Actions menu item to download the page of the selected link. [CHAR-LIMIT=30]">
1614 Download page
1615 </message>
1616 <message name="IDS_BROWSERACTIONS_COPY_ADDRESS" desc="Browser Actions menu item to copy the url address of the selected link. [CHAR-LIMIT=30]">
1617 Copy link
1618 </message>
1619 <message name="IDS_BROWSERACTIONS_SHARE" desc="Browser Actions menu item t o share the url address of the selected link. [CHAR-LIMIT=30]">
1620 Share...
1621 </message>
1622
1606 <!-- App banner strings --> 1623 <!-- App banner strings -->
1607 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]"> 1624 <message name="IDS_APP_BANNER_INSTALLING" desc="Button text indicating tha t an application is being installed. [CHAR-LIMIT=25]">
1608 Installing… 1625 Installing…
1609 </message> 1626 </message>
1610 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]"> 1627 <message name="IDS_APP_BANNER_OPEN" desc="Text that indicates that clickin g on the button will launch an application. [CHAR-LIMIT=25]">
1611 Open 1628 Open
1612 </message> 1629 </message>
1613 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]"> 1630 <message name="IDS_APP_BANNER_INSTALLING_WEBAPK" desc="Button text indicat ing that a WebAPK is being installed. [CHAR-LIMIT=25]">
1614 Adding… 1631 Adding…
1615 </message> 1632 </message>
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
2854 <!-- Search Widget strings --> 2871 <!-- Search Widget strings -->
2855 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the sear ch widget"> 2872 <message name="IDS_SEARCH_WIDGET_DEFAULT" desc= "Default text for the sear ch widget">
2856 Search 2873 Search
2857 </message> 2874 </message>
2858 <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name"> 2875 <message name="IDS_SEARCH_WITH_PRODUCT" desc= "Text for search widget with a search engine name">
2859 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph> 2876 Search with <ph name="PRODUCT_NAME">%1$s<ex>Google</ex></ph>
2860 </message> 2877 </message>
2861 </messages> 2878 </messages>
2862 </release> 2879 </release>
2863 </grit> 2880 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698