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

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

Issue 2754383004: Rename WebsiteSettings code to PageInfo. (Closed)
Patch Set: Upload missing comment fix for WebSettingsUI -> PageInfoUI. Created 3 years, 9 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 1605 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen"> 1616 <message name="IDS_APP_BANNER_INSTALL" desc="A button in an app banner to confirm adding a site to homescreen">
1617 Install 1617 Install
1618 </message> 1618 </message>
1619 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen."> 1619 <message name="IDS_ADDED_TO_HOMESCREEN" desc="Indicates that the website w ith the specified name was added to the user's Home screen.">
1620 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen 1620 <ph name="NAME">%1$s<ex>Google</ex></ph> was added to your Home screen
1621 </message> 1621 </message>
1622 <message name="IDS_WEBAPK_INSTALL_IN_PROGRESS" desc="Indicates that an ins tallation for the WebAPK for the specific website is already in progress."> 1622 <message name="IDS_WEBAPK_INSTALL_IN_PROGRESS" desc="Indicates that an ins tallation for the WebAPK for the specific website is already in progress.">
1623 Still adding previous site 1623 Still adding previous site
1624 </message> 1624 </message>
1625 1625
1626 <!-- WebsiteSettingsPopup (PageInfo dialog) --> 1626 <!-- PageInfoPopup (PageInfo dialog) -->
1627 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog."> 1627 <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the butto n that opens a website's Site Settings from the Page Info dialog.">
1628 Site Settings 1628 Site Settings
1629 </message> 1629 </message>
1630 <message name="IDS_PAGE_INFO_INSTANT_APP_BUTTON" desc="Text in the button that opens an Android Instant app that is associated with the website's URL."> 1630 <message name="IDS_PAGE_INFO_INSTANT_APP_BUTTON" desc="Text in the button that opens an Android Instant app that is associated with the website's URL.">
1631 Open Instant App 1631 Open Instant App
1632 </message> 1632 </message>
1633 <message name="IDS_PAGE_INFO_DSE_PERMISSION_ALLOWED" desc="The label used in the Page Info dialog to describe an allowed location permission for the curre nt search engine. Eg: Location - Allowed for current search engine"> 1633 <message name="IDS_PAGE_INFO_DSE_PERMISSION_ALLOWED" desc="The label used in the Page Info dialog to describe an allowed location permission for the curre nt search engine. Eg: Location - Allowed for current search engine">
1634 Allowed for current search engine 1634 Allowed for current search engine
1635 </message> 1635 </message>
1636 <message name="IDS_PAGE_INFO_DSE_PERMISSION_BLOCKED" desc="The label used in the Page Info dialog to describe a blocked location permission for the curren t search engine. Eg: Location - Blocked for current search engine"> 1636 <message name="IDS_PAGE_INFO_DSE_PERMISSION_BLOCKED" desc="The label used in the Page Info dialog to describe a blocked location permission for the curren t search engine. Eg: Location - Blocked for current search engine">
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 </message> 2775 </message>
2776 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link."> 2776 <message name="IDS_CONTEXTMENU_LINK_TITLE" desc="The title of a context me nu tab when the item pressed contains more than one type. This indicates that al l the actions are related to the link.">
2777 LINK 2777 LINK
2778 </message> 2778 </message>
2779 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video."> 2779 <message name="IDS_CONTEXTMENU_VIDEO_TITLE" desc="The title of a context m enu tab when the item pressed contains more than one type. This indicates that a ll the actions are related to a video.">
2780 VIDEO 2780 VIDEO
2781 </message> 2781 </message>
2782 </messages> 2782 </messages>
2783 </release> 2783 </release>
2784 </grit> 2784 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/toolbar/CustomTabToolbar.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698