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

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 2267273005: Add strings for ARC's intent picker incognito mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3aa98a2f8fdfcdf8b0b91a4ec09bfd71b0f35e8e..535f8fa0dac499508284a6d7a14b2976cc1f87cf 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14752,6 +14752,18 @@ Please check your email at <ph name="ACCOUNT_EMAIL">$2<ex>jane.doe@gmail.com</ex
<message name="IDS_INTENT_PICKER_BUBBLE_VIEW_OPEN_WITH" desc="Message contained in a label used as a header for a list of applications from which the user will pick one.">
Open with
</message>
+ <message name="IDS_INTENT_PICKER_INCOGNITO_WARNING_OK" desc="Message displayed to the user so he can Accept to procced.">
+ OK
+ </message>
+ <message name="IDS_INTENT_PICKER_INCOGNITO_WARNING_CANCEL" desc="Message displayed to the user, used to Cancel the on-going URL redirection">
+ CANCEL
+ </message>
+ <message name="IDS_INTENT_PICKER_INCOGNITO_WARNING_TITLE" desc="Tittle for the warning message, it litteraly warns the user about the URL redirecting to an external app outside of the incognito environment.">
+ Warning
+ </message>
+ <message name="IDS_INTENT_PICKER_INCOGNITO_WARNING_MESSAGE" desc="Message explaining the user that by continuing he/she will leave the incognito environment.">
+ Leaving incognito mode if this link is opened in an external application. Continue?
+ </message>
</if>
<!-- Strings describing Chrome security policy for DevTools security panel -->
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698