aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2015-12-01 17:15:36 +0100
committerChristian S <christian@pix-art.de>2015-12-04 20:10:23 +0100
commit0b6f5f29197fad79bb90be4d51c1b87c7577e4ff (patch)
tree93460c9c42c3cce9639aec5ebaed7619433c7edc /src/main/res/values/strings.xml
parent3d6ec86f7d6137766fd5989d0550c5704a91d488 (diff)
introduce config.java variable to optionally show number of connected…
… accounts in notification
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index c7830254c..27cf34dad 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -568,4 +568,5 @@
<string name="hostname_or_onion">Server- or .onion-Address</string>
<string name="not_a_valid_port">This is not a valid port number</string>
<string name="not_valid_hostname">This is not a valid hostname</string>
+ <string name="connected_accounts">%1$d of %2$d accounts connected</string>
</resources>