aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-03-08 01:44:06 +0100
committerVincent Breitmoser <valodim@mugenguild.com>2015-03-08 01:46:30 +0100
commit30ca8637ff50a78a7f36b82d3deef577f2f1e792 (patch)
tree2ecb085a34b4ac53758551a299709c0812f474b4 /OpenKeychain/src/main/res/values/strings.xml
parent443feef27a30ee141750fae025c8b0f475034c7b (diff)
downloadopen-keychain-30ca8637ff50a78a7f36b82d3deef577f2f1e792.tar.gz
open-keychain-30ca8637ff50a78a7f36b82d3deef577f2f1e792.tar.bz2
open-keychain-30ca8637ff50a78a7f36b82d3deef577f2f1e792.zip
add support for certification of user attributes
Diffstat (limited to 'OpenKeychain/src/main/res/values/strings.xml')
-rw-r--r--OpenKeychain/src/main/res/values/strings.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml
index d9460882c..051383a36 100644
--- a/OpenKeychain/src/main/res/values/strings.xml
+++ b/OpenKeychain/src/main/res/values/strings.xml
@@ -1071,11 +1071,14 @@
<string name="msg_pse_symmetric">"Preparing symmetric encryption"</string>
<string name="msg_crt_certifying">"Generating certifications"</string>
- <string name="msg_crt_certify_all">"Certifying all user IDs for key %s"</string>
- <plurals name="msg_crt_certify_some">
+ <plurals name="msg_crt_certify_uids">
<item quantity="one">"Certifying one user ID for key %2$s"</item>
<item quantity="other">"Certifying %1$d user IDs for key %2$s"</item>
</plurals>
+ <plurals name="msg_crt_certify_uats">
+ <item quantity="one">"Certifying one user attribute for key %2$s"</item>
+ <item quantity="other">"Certifying %1$d user attributes for key %2$s"</item>
+ </plurals>
<string name="msg_crt_error_self">"Cannot issue self-certificate like this!"</string>
<string name="msg_crt_error_master_not_found">"Master key not found!"</string>
<string name="msg_crt_error_nothing">"No keys certified!"</string>