summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 9f410896..270a54ce 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -156,6 +156,10 @@
[CHAR LIMIT=24] -->
<string name="notification_need_wifi_for_size">Download size requires Wi-Fi</string>
+ <!-- Notification shown when a download has been paused because a user policy
+ has blocked network access to applications running in background. [CHAR LIMIT=24] -->
+ <string name="notification_paused_in_background">Paused in background</string>
+
<!-- Title for dialog when a download exceeds the carrier-specified maximum size of downloads
over the mobile network and Wi-Fi is required. The user has the choice to either queue the
download to start next time Wi-Fi is available or cancel the download altogether. [CHAR