Pull from transifex

This commit is contained in:
Dominik Schürmann
2014-09-08 14:26:10 +02:00
parent fcd4be5ba0
commit 980674b322
51 changed files with 1111 additions and 771 deletions

View File

@@ -1,5 +1,7 @@
<?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-->
<string name="title_decrypt">Dekrüpteeri</string>
<string name="title_authentication">Salasõne</string>
@@ -32,8 +34,6 @@
<string name="label_no_passphrase">Salasõnet pole</string>
<string name="label_passphrase">Salasõne</string>
<string name="label_algorithm">Algoritm</string>
<string name="label_hash_algorithm">Räsialgoritm</string>
<string name="label_passphrase_cache_ttl">Salasõne puhverdus</string>
<string name="label_creation">Loodud</string>
<string name="label_expiry">Aegub</string>
<string name="label_usage">Kasutusvaldkond</string>
@@ -77,9 +77,9 @@
<!--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>-->
<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-->