summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-01-31 17:45:21 +0100
committerArne Schwabe <arne@rfc2549.org>2013-01-31 17:45:21 +0100
commit6d8a143adc28c7b9c1434b117f21c147667e4f26 (patch)
treefc387d8931f6224e86461cb0d05e63ac45a0c132 /res/values
parent249f750a6273a690b2e013bc17fbeba81223d0eb (diff)
Allow finer control of notification messages
Diffstat (limited to 'res/values')
-rwxr-xr-xres/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index a101d024..1d1a15e5 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -253,5 +253,6 @@
<string name="state_tcp_connect">Connecting (TCP)</string>
<string name="state_auth_failed">Authentication failed</string>
<string name="state_nonetwork">Waiting for usable network</string>
-
+ <string name="statusline_bytecount">In: %8$1s %8$2s/s Out: %8$3s %8$4s/s</string>
+ <string name="notifcation_title_notconnect">Not connected</string>
</resources>