diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-06-30 13:35:22 +0200 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2015-06-30 13:35:22 +0200 |
commit | a8efe3a12ee6e368cc13fb857f97ff39900a82cc (patch) | |
tree | 9fbfe89bb97552f87fb15a2b91f569eabffbbff1 /OpenKeychain/src/main/res/values-vi | |
parent | 7b4c4dc49132807debd3de4b9355c9087f493124 (diff) | |
download | open-keychain-a8efe3a12ee6e368cc13fb857f97ff39900a82cc.tar.gz open-keychain-a8efe3a12ee6e368cc13fb857f97ff39900a82cc.tar.bz2 open-keychain-a8efe3a12ee6e368cc13fb857f97ff39900a82cc.zip |
Update from transifex
Diffstat (limited to 'OpenKeychain/src/main/res/values-vi')
-rw-r--r-- | OpenKeychain/src/main/res/values-vi/strings.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/values-vi/strings.xml b/OpenKeychain/src/main/res/values-vi/strings.xml new file mode 100644 index 000000000..8f84af665 --- /dev/null +++ b/OpenKeychain/src/main/res/values-vi/strings.xml @@ -0,0 +1,72 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources> + <!--GENERAL: Please put all strings inside quotes as described in example 1 on + http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").--> + <!--title--> + <!--section--> + <!--button--> + <!--menu--> + <!--label--> + <!--choice--> + <!--key flags--> + <!--sentences--> + <!--errors + no punctuation, all lowercase, + they will be put after "error_message", e.g. "Error: file not found"--> + <!--errors without preceeding Error:--> + <!--results shown after decryption/verification--> + <!--Add keys--> + <!--progress dialogs, usually ending in '…'--> + <!--action strings--> + <!--key bit length selections--> + <!--elliptic curve names--> + <!--not in for now, see SaveKeyringParcel + <string name="key_curve_bp_p256">"Brainpool P-256"</string> + <string name="key_curve_bp_p384">"Brainpool P-384"</string> + <string name="key_curve_bp_p512">"Brainpool P-512"</string>--> + <!--compression--> + <!--Help--> + <!--Import--> + <!--Import from URL--> + <!--Generic result toast--> + <!--Import result toast--> + <!--Delete result toast--> + <!--Certify result toast--> + <!--Intent labels--> + <!--Remote API--> + <!--Share--> + <!--Key list--> + <!--Key view--> + <!--Key trust--> + <!--keybase proof stuff--> + <!--Edit key--> + <!--Create key--> + <!--View key--> + <!--Add keyserver--> + <!--Navigation Drawer--> + <!--hints--> + <!--certs--> + <!--LogType log messages. Errors should have _ERROR_ in their name and end with a !--> + <!--Import Public log entries--> + <!--Import Secret log entries--> + <!--Keyring Canonicalization log entries--> + <!--Keyring merging log entries--> + <!--createSecretKeyRing--> + <!--modifySecretKeyRing--> + <!--Consolidate--> + <!--Edit Key (higher level than modify)--> + <!--Promote key--> + <!--Other messages used in OperationLogs--> + <!--Messages for DecryptVerify operation--> + <!--Messages for VerifySignedLiteralData operation--> + <!--Messages for SignEncrypt operation--> + <!--Messages for PgpSignEncrypt operation--> + <!--Messages for Export Log operation--> + <!--PassphraseCache--> + <!--First Time--> + <!--unsorted--> + <!--Passphrase wizard--> + <!--TODO: rename all the things!--> + <!--<string name="enter_passphrase_twice">Enter password twice</string>--> + <!--<string name="nfc_text">Please place a NFC tag near your device</string>--> +</resources> |