summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
authorchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-02 02:08:16 +0000
committerchocobo@chromium.org <chocobo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-02 02:08:16 +0000
commit17f12b5a7bb89916a41256c7bdbe640f8df06604 (patch)
treec30c166c76cc7a5dc814a3fef538ad91c59a388d /chrome/app
parente3a8a926da1f7e3365a6f0dbb9061af975a36361 (diff)
downloadchromium_src-17f12b5a7bb89916a41256c7bdbe640f8df06604.zip
chromium_src-17f12b5a7bb89916a41256c7bdbe640f8df06604.tar.gz
chromium_src-17f12b5a7bb89916a41256c7bdbe640f8df06604.tar.bz2
Low data notifications
BUG=chromium-os:5611 TEST=None Review URL: http://codereview.chromium.org/3524004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61281 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/generated_resources.grd21
-rw-r--r--chrome/app/theme/notification_bars_critical.pngbin0 -> 2846 bytes
-rw-r--r--chrome/app/theme/notification_bars_empty.pngbin0 -> 2846 bytes
-rw-r--r--chrome/app/theme/theme_resources.grd2
4 files changed, 23 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ad504f0..b64412e 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -8335,6 +8335,27 @@ Keep your key file in a safe place. You will need it to create new versions of y
</if>
<!-- Chrome OS Strings -->
<if expr="pp_ifdef('chromeos')">
+ <message name="IDS_NETWORK_LOW_DATA_TITLE" desc="Title for network low data notification">
+ Low <ph name="network">$1<ex>YBH</ex></ph> data
+ </message>
+ <message name="IDS_NETWORK_OUT_OF_DATA_TITLE" desc="Title for network out of data notification">
+ Out of <ph name="network">$1<ex>YBH</ex></ph> data
+ </message>
+ <message name="IDS_NETWORK_DATA_REMAINING_MESSAGE" desc="Message for network data remaining notification">
+ <ph name="megabytes">$1<ex>50</ex></ph> MB remaining
+ </message>
+ <message name="IDS_NETWORK_NEARING_EXPIRATION_TITLE" desc="Title for network nearing expiration notification">
+ Nearing <ph name="network">$1<ex>YBH</ex></ph> expiration
+ </message>
+ <message name="IDS_NETWORK_DATA_EXPIRED_TITLE" desc="Title for network data expired notification">
+ <ph name="network">$1<ex>YBH</ex></ph> data expired
+ </message>
+ <message name="IDS_NETWORK_MINUTES_UNTIL_EXPIRATION_MESSAGE" desc="Message for network minutes until expirations notification">
+ <ph name="minues">$1<ex>30</ex></ph> minutes until expiration
+ </message>
+ <message name="IDS_NETWORK_MINUTES_REMAINING_MESSAGE" desc="Message for network minutes remaining notification">
+ <ph name="minues">$1<ex>30</ex></ph> minutes remaining
+ </message>
<message name="IDS_NETWORK_CONNECTION_ERROR_TITLE" desc="Title for network connection error notification">
Network Connection Error
</message>
diff --git a/chrome/app/theme/notification_bars_critical.png b/chrome/app/theme/notification_bars_critical.png
new file mode 100644
index 0000000..16f29e1
--- /dev/null
+++ b/chrome/app/theme/notification_bars_critical.png
Binary files differ
diff --git a/chrome/app/theme/notification_bars_empty.png b/chrome/app/theme/notification_bars_empty.png
new file mode 100644
index 0000000..d9d6f54
--- /dev/null
+++ b/chrome/app/theme/notification_bars_empty.png
Binary files differ
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd
index c9a3610..9f9889b 100644
--- a/chrome/app/theme/theme_resources.grd
+++ b/chrome/app/theme/theme_resources.grd
@@ -477,6 +477,8 @@
<include name="IDR_LOGIN_DEFAULT_USER" file="login_default.png" type="BINDATA" />
<include name="IDR_LOGIN_GUEST" file="login_guest.png" type="BINDATA" />
<include name="IDR_LOGIN_ADD_USER" file="login_add_user.png" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_BARS_EMPTY" file="notification_bars_empty.png" type="BINDATA" />
+ <include name="IDR_NOTIFICATION_BARS_CRITICAL" file="notification_bars_critical.png" type="BINDATA" />
<include name="IDR_NOTIFICATION_LOW_BATTERY" file="notification_battery_low.png" type="BINDATA" />
<include name="IDR_NOTIFICATION_MENU" file="notification_menu.png" type="BINDATA" />
<include name="IDR_NOTIFICATION_NETWORK_FAILED" file="notification_network_failed.png" type="BINDATA" />