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

Unified Diff: chrome/app/generated_resources.grd

Issue 12833002: Adds strings for the iOS net-export error dialog. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: CQ? Created 7 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:
Download patch
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | 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 198abcd4e495d57ebcb0916947c1eccea915814d..c48bad475d221cdebad329d40e0b3c01df222bf7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -15307,6 +15307,16 @@ Some features may be unavailable. Please check that the profile exists and you
</message>
</if>
+ <!-- iOS Net-Export strings -->
+ <if expr="pp_ifdef('ios')">
+ <message name="IDS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_MESSAGE" desc="The message of the alert informing a user with no email accounts that he or she needs to configure an email account to send net-export data. [Length: 70em]">
+ To send net-export data, please configure your email account in System Settings.
+ </message>
+ <message name="IDS_NET_EXPORT_NO_EMAIL_ACCOUNTS_ALERT_TITLE" desc="The title of the alert informing a user with no email accounts that he or she needs to configure an email account to send net-export data. [Length: 20em]">
+ No Email Accounts
+ </message>
+ </if>
+
<!-- Pepper 3D and WebGL (client 3D APIs) infobar strings -->
<message name="IDS_3D_APIS_BLOCKED_TEXT" desc="Infobar message when 3D graphics APIs are blocked because the graphics processor was reset recently. NOTE that 'rats' here is being used like 'darn'.">
Rats! <ph name="API_NAME">$1<ex>WebGL</ex></ph> hit a snag.
« no previous file with comments | « build/ios/grit_whitelist.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698