diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-01-31 17:45:21 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-01-31 17:45:21 +0100 |
commit | 6d8a143adc28c7b9c1434b117f21c147667e4f26 (patch) | |
tree | fc387d8931f6224e86461cb0d05e63ac45a0c132 /res/values/strings.xml | |
parent | 249f750a6273a690b2e013bc17fbeba81223d0eb (diff) |
Allow finer control of notification messages
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 3 |
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> |