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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 620983002: Add Permissions to the PageInfo dialog on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page_info_dialog_shell_only_v2
Patch Set: Added TODO to rename class to PageInfo Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 9eabb65b66372547fdab806cb42a281177c98a89..5364c762b60b2a7459445c42340b5dd4e05f3b9d 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -397,6 +397,20 @@ You are signing in with a managed account and giving its administrator control o
Can’t beam current tab
</message>
+ <!-- WebsiteSettingsPopup (PageInfo dialog) -->
+ <message name="IDS_PAGE_INFO_COPY_URL_BUTTON" desc="Text in the button that copies the URL to the clipboard.">
+ Copy URL
+ </message>
+ <message name="IDS_PAGE_INFO_SITE_SETTINGS_BUTTON" desc="Text in the button that opens a website's Site Settings from the Page Info dialog.">
+ Site Settings
+ </message>
+ <message name="IDS_PAGE_INFO_DONE_BUTTON" desc="Text in the button that closes the Page Info dialog.">
+ Done
+ </message>
+ <message name="IDS_PAGE_INFO_COPY_SUCCESS_TEXT" desc="Text displayed in a small toast message at the bottom of the screen after the URL has been copied to the user's clipboard in the Page Info dialog.">
+ URL copied to clipboard.
+ </message>
+
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698