add contact count to My Keys header

This commit is contained in:
Vincent Breitmoser
2014-03-08 14:41:25 +01:00
parent de6daf5c30
commit be558944b5
3 changed files with 30 additions and 2 deletions

View File

@@ -145,6 +145,11 @@
<string name="expired">expired</string>
<string name="revoked">revoked</string>
<plurals name="n_contacts">
<item quantity="one">1 contact</item>
<item quantity="other">%d contacts</item>
</plurals>
<plurals name="n_key_servers">
<item quantity="one">%d keyserver</item>
<item quantity="other">%d keyservers</item>