diff --git a/OpenKeychain/src/main/res/raw-da/advanced.md b/OpenKeychain/src/main/res/raw-da/advanced.md
new file mode 100644
index 000000000..54a694084
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-da/advanced.md
@@ -0,0 +1,9 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+Advanced screen allows you to
+* share key in non-recommended ways
+* edit identities
+* edit subkeys
+* examine certificates in detail
+
+Only proceed if you know what you are doing!
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-da/help_about.md b/OpenKeychain/src/main/res/raw-da/help_about.md
new file mode 100644
index 000000000..fad35b356
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-da/help_about.md
@@ -0,0 +1,72 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+[https://www.openkeychain.org](https://www.openkeychain.org)
+
+[OpenKeychain](https://www.openkeychain.org) is an OpenPGP implementation for Android.
+
+License: GPLv3+
+
+[//]: # (NOTE: Alphabetic ordering)
+
+## Main Developers
+ * Dominik Schürmann (Maintainer)
+ * Vincent Breitmoser
+
+## Top Contributors
+ * Adithya Abraham Philip
+ * Ash Hughes
+ * 'mar-v-in'
+ * 'Thialfihar' (APG developer)
+ * Tim Bray
+
+## Occasional Contributors
+ * Art O Cathain
+ * Brian C. Barnes
+ * Bahtiar 'kalkin' Gadimov
+ * Daniel Albert
+ * Daniel Hammann
+ * Daniel Haß
+ * Daniel Nelz
+ * Daniel Ramos
+ * Greg Witczak
+ * 'iseki'
+ * Ishan Khanna
+ * 'jellysheep'
+ * 'Jesperbk'
+ * 'jkolo'
+ * Joey Castillo
+ * Kai Jiang
+ * Kartik Arora
+ * 'Kent'
+ * 'ligi'
+ * Lukas Zorich
+ * Manoj Khanna
+ * Markus Doits
+ * Miroojin Bakshi
+ * Morgan Gangwere
+ * Nikhil Peter Raj
+ * Paul Sarbinowski
+ * 'Senecaso'
+ * Signe Rüsch
+ * Sreeram Boyapati
+ * 'steelman'
+
+[//]: # (NOTE: Alphabetic ordering)
+
+## Libraries
+ * [Android Support Libraries](http://developer.android.com/tools/support-library/index.html) (Apache License v2)
+ * [FloatingActionButton](https://github.com/futuresimple/android-floating-action-button) (Apache License v2)
+ * [HtmlTextView](https://github.com/sufficientlysecure/html-textview) (Apache License v2)
+ * [KeybaseLib](https://github.com/timbray/KeybaseLib) (Apache License v2)
+ * [Markdown4J](https://github.com/jdcasey/markdown4j) (Apache License v2)
+ * [MaterialDrawer](https://github.com/mikepenz/MaterialDrawer) (Apache License v2)
+ * [MiniDNS](https://github.com/rtreffer/minidns) (Apache License v2)
+ * [OkHttp](https://square.github.io/okhttp/) (Apache License v2)
+ * [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip) (Material Design) (Apache License v2)
+ * [SafeSlinger Exchange library](https://github.com/SafeSlingerProject/exchange-android) (MIT License)
+ * [Snackbar](https://github.com/nispok/snackbar) (MIT License)
+ * [BouncyCastle](https://github.com/open-keychain/bouncycastle) (MIT X11 License)
+ * [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) (Apache License v2)
+ * [TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete) (Apache License v2)
+ * [ZXing](https://github.com/zxing/zxing) (Apache License v2)
+ * [ZXing Android Minimal](https://github.com/journeyapps/zxing-android-embedded) (Apache License v2)
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-da/help_certification.md b/OpenKeychain/src/main/res/raw-da/help_certification.md
new file mode 100644
index 000000000..3518adf73
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-da/help_certification.md
@@ -0,0 +1,28 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## Key Confirmation
+Without confirmation, you cannot be sure if a key really corresponds to a specific person.
+The simplest way to confirm a key is by scanning the QR Code or exchanging it via NFC.
+To confirm keys between more than two persons, we suggest to use the key exchange method available for your keys.
+
+## Key Status
+
+
+Confirmed: You have already confirmed this key, e.g., by scanning the QR Code.
+
+Unconfirmed: This key has not been confirmed yet. You cannot be sure if the key really corresponds to a specific person.
+
+Expired: This key is no longer valid. Only the owner can extend its validity.
+
+Revoked: This key is no longer valid. It has been revoked by its owner.
+
+## Advanced Information
+A "key confirmation" in OpenKeychain is implemented by creating a certification according to the OpenPGP standard.
+This certification is a ["generic certification (0x10)"](http://tools.ietf.org/html/rfc4880#section-5.2.1) described in the standard by:
+"The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID."
+
+Traditionally, certifications (also with higher certification levels, such as "positive certifications" (0x13)) are organized in OpenPGP's Web of Trust.
+Our model of key confirmation is a much simpler concept to avoid common usability problems related to this Web of Trust.
+We assume that keys are verified only to a certain degree that is still usable enough to be executed "on the go".
+We also do not implement (potentially transitive) trust signatures or an ownertrust database like in GnuPG.
+Furthermore, keys which contain at least one user ID certified by a trusted key will be marked as "confirmed" in the key listings.
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-da/help_changelog.md b/OpenKeychain/src/main/res/raw-da/help_changelog.md
new file mode 100644
index 000000000..a93dad380
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-da/help_changelog.md
@@ -0,0 +1,337 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## 4.1
+
+ * Better detection of emails and other content when opened
+
+
+## 4.0
+
+ * Experimental support for Security Tokens over USB
+ * Allow password changing of stripped keys
+
+
+## 3.9
+
+ * Detection and handling of text data
+ * Performance improvements
+ * UI improvements for Security Token handling
+
+
+## 3.8
+
+ * Redesigned key editing
+ * Choose remember time individually when entering passwords
+ * Facebook key import
+
+
+## 3.7
+
+ * Improved Android 6 support (permissions, integration into text selection)
+ * API: Version 10
+
+
+## 3.6
+
+ * Encrypted backups
+ * Security fixes based on external security audit
+ * YubiKey NEO key creation wizard
+ * Basic internal MIME support
+ * Automatic key synchronization
+ * Experimental feature: link keys to Github, Twitter accounts
+ * Experimental feature: key confirmation via phrases
+ * Experimental feature: dark theme
+ * API: Version 9
+
+
+## 3.5
+
+ * Key revocation on key deletion
+ * Improved checks for insecure cryptography
+ * Fix: Don't close OpenKeychain after first time wizard succeeds
+ * API: Version 8
+
+
+## 3.4
+
+ * Anonymous key download over Tor
+ * Proxy support
+ * Better YubiKey error handling
+
+
+## 3.3
+
+ * New decryption screen
+ * Decryption of multiple files at once
+ * Better handling of YubiKey errors
+
+
+## 3.2
+
+ * First version with full YubiKey support available from the user interface: Edit keys, bind YubiKey to keys,...
+ * Material design
+ * Integration of QR Code Scanning (New permissions required)
+ * Improved key creation wizard
+ * Fix missing contacts after sync
+ * Requires Android 4
+ * Redesigned key screen
+ * Simplify crypto preferences, better selection of secure ciphers
+ * API: Detached signatures, free selection of signing key,...
+ * Fix: Some valid keys were shown revoked or expired
+ * Don't accept signatures by expired or revoked subkeys
+ * Keybase.io support in advanced view
+ * Method to update all keys at once
+
+
+## 3.1.2
+
+ * Fix key export to files (now for real)
+
+
+## 3.1.1
+
+ * Fix key export to files (they were written partially)
+ * Fix crash on Android 2.3
+
+
+## 3.1
+
+ * Fix crash on Android 5
+ * New certify screen
+ * Secure Exchange directly from key list (SafeSlinger library)
+ * New QR Code program flow
+ * Redesigned decrypt screen
+ * New icon usage and colors
+ * Fix import of secret keys from Symantec Encryption Desktop
+ * Experimental YubiKey support: Subkey IDs are now checked correctly
+
+
+## 3.0.1
+
+ * Better handling of large key imports
+ * Improved subkey selection
+
+
+## 3.0
+
+ * Propose installable compatible apps in apps list
+ * New design for decryption screens
+ * Many fixes for key import, also fixes stripped keys
+ * Honor and display key authenticate flags
+ * User interface to generate custom keys
+ * Fixing user id revocation certificates
+ * New cloud search (searches over traditional keyservers and keybase.io)
+ * Support for stripping keys inside OpenKeychain
+ * Experimental YubiKey support: Support for signature generation and decryption
+
+
+## 2.9.2
+
+ * Fix keys broken in 2.9.1
+ * Experimental YubiKey support: Decryption now working via API
+
+
+## 2.9.1
+
+ * Split encrypt screen into two
+ * Fix key flags handling (now supporting Mailvelope 0.7 keys)
+ * Improved passphrase handling
+ * Key sharing via SafeSlinger
+ * Experimental YubiKey support: Preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain
+ * Fix usage of stripped keys
+ * SHA256 as default for compatibility
+ * Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API
+ * OpenPGP API now handles revoked/expired keys and returns all user ids
+
+
+## 2.9
+
+ * Fixing crashes introduced in v2.8
+ * Experimental ECC support
+ * Experimental YubiKey support: Only signing with imported keys
+
+
+## 2.8
+
+ * So many bugs have been fixed in this release that we focus on the main new features
+ * Key edit: awesome new design, key revocation
+ * Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
+ * New first time screen
+ * New key creation screen: autocompletion of name and email based on your personal Android accounts
+ * File encryption: awesome new design, support for encrypting multiple files
+ * New icons to show status of key (by Brennan Novak)
+ * Important bug fix: Importing of large key collections from a file is now possible
+ * Notification showing cached passphrases
+ * Keys are connected to Android's contacts
+
+This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar
+
+## 2.7
+
+ * Purple! (Dominik, Vincent)
+ * New key view design (Dominik, Vincent)
+ * New flat Android buttons (Dominik, Vincent)
+ * API fixes (Dominik)
+ * Keybase.io import (Tim Bray)
+
+
+## 2.6.1
+
+ * Some fixes for regression bugs
+
+
+## 2.6
+
+ * Key certifications (thanks to Vincent Breitmoser)
+ * Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
+ * New design for signature verification
+ * Custom key length (thanks to Greg Witczak)
+ * Fix share-functionality from other apps
+
+
+## 2.5
+
+ * Fix decryption of symmetric OpenPGP messages/files
+ * Refactored key edit screen (thanks to Ash Hughes)
+ * New modern design for encrypt/decrypt screens
+ * OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
+
+
+## 2.4
+Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free!
+Besides several small patches, a notable number of patches are made by the following people (in alphabetical order):
+Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.
+
+ * New unified key list
+ * Colorized key fingerprint
+ * Support for keyserver ports
+ * Deactivate possibility to generate weak keys
+ * Much more internal work on the API
+ * Certify user ids
+ * Keyserver query based on machine-readable output
+ * Lock navigation drawer on tablets
+ * Suggestions for emails on creation of keys
+ * Search in public key lists
+ * And much more improvements and fixes…
+
+
+## 2.3.1
+
+ * Hotfix for crash when upgrading from old versions
+
+
+## 2.3
+
+ * Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
+ * Fix setting expiry dates on keys (thanks to Ash Hughes)
+ * More internal fixes when editing keys (thanks to Ash Hughes)
+ * Querying keyservers directly from the import screen
+ * Fix layout and dialog style on Android 2.2-3.0
+ * Fix crash on keys with empty user ids
+ * Fix crash and empty lists when coming back from signing screen
+ * Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source
+ * Fix upload of key from signing screen
+
+
+## 2.2
+
+ * New design with navigation drawer
+ * New public key list design
+ * New public key view
+ * Bug fixes for importing of keys
+ * Key cross-certification (thanks to Ash Hughes)
+ * Handle UTF-8 passwords properly (thanks to Ash Hughes)
+ * First version with new languages (thanks to the contributors on Transifex)
+ * Sharing of keys via QR Codes fixed and improved
+ * Package signature verification for API
+
+
+## 2.1.1
+
+ * API Updates, preparation for K-9 Mail integration
+
+
+## 2.1
+
+ * Lots of bug fixes
+ * New API for developers
+ * PRNG bug fix by Google
+
+
+## 2.0
+
+ * Complete redesign
+ * Share public keys via QR codes, NFC beam
+ * Sign keys
+ * Upload keys to server
+ * Fixes import issues
+ * New AIDL API
+
+
+## 1.0.8
+
+ * Basic keyserver support
+ * App2sd
+ * More choices for passphrase cache: 1, 2, 4, 8, hours
+ * Translations: Norwegian Bokmål (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
+ * Bugfixes
+ * Optimizations
+
+
+## 1.0.7
+
+ * Fixed problem with signature verification of texts with trailing newline
+ * More options for passphrase cache time to live (20, 40, 60 mins)
+
+
+## 1.0.6
+
+ * Account adding crash on Froyo fixed
+ * Secure file deletion
+ * Option to delete key file after import
+ * Stream encryption/decryption (gallery, etc.)
+ * New options (language, force v3 signatures)
+ * Interface changes
+ * Bugfixes
+
+
+## 1.0.5
+
+ * German and Italian translation
+ * Much smaller package, due to reduced BC sources
+ * New preferences GUI
+ * Layout adjustment for localization
+ * Signature bugfix
+
+
+## 1.0.4
+
+ * Fixed another crash caused by some SDK bug with query builder
+
+
+## 1.0.3
+
+ * Fixed crashes during encryption/signing and possibly key export
+
+
+## 1.0.2
+
+ * Filterable key lists
+ * Smarter pre-selection of encryption keys
+ * New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
+ * Fixes and additional features (key preselection) for K-9 Mail, new beta build available
+
+
+## 1.0.1
+
+ * GMail account listing was broken in 1.0.0, fixed again
+
+
+## 1.0.0
+
+ * K-9 Mail integration, APG supporting beta build of K-9 Mail
+ * Support of more file managers (including ASTRO)
+ * Slovenian translation
+ * New database, much faster, less memory usage
+ * Defined Intents and content provider for other apps
+ * Bugfixes
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-da/help_start.md b/OpenKeychain/src/main/res/raw-da/help_start.md
new file mode 100644
index 000000000..4cc331942
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-da/help_start.md
@@ -0,0 +1,16 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## How do I activate OpenKeychain in K-9 Mail?
+To use OpenKeychain with K-9 Mail, you want to follow these steps:
+ 1. Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.
+ 2. Select "Account settings", scroll to the very bottom and click "Cryptography".
+ 3. Click on "OpenPGP Provider" and select OpenKeychain from the list.
+
+## I found a bug in OpenKeychain!
+Please report the bug using the [issue tracker of OpenKeychain](https://github.com/openpgp-keychain/openpgp-keychain/issues).
+
+## Contribute
+If you want to help us developing OpenKeychain by contributing code [follow our small guide on Github](https://github.com/openpgp-keychain/openpgp-keychain#contribute-code).
+
+## Translations
+Help translating OpenKeychain! Everybody can participate at [OpenKeychain on Transifex](https://www.transifex.com/projects/p/open-keychain/).
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-fi/advanced.md b/OpenKeychain/src/main/res/raw-fi/advanced.md
index 4c950b41f..5c80d6d5a 100644
--- a/OpenKeychain/src/main/res/raw-fi/advanced.md
+++ b/OpenKeychain/src/main/res/raw-fi/advanced.md
@@ -1,6 +1,6 @@
[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
-Advanced screen allows you to
+Asetusikkuna sallii sinun
* jakaa avaimen ei-suositelluilla tavoilla
* Muokkaa identiteetit
* editoi aliavaimet
diff --git a/OpenKeychain/src/main/res/raw-fi/help_about.md b/OpenKeychain/src/main/res/raw-fi/help_about.md
index c8873e348..dfe323d60 100644
--- a/OpenKeychain/src/main/res/raw-fi/help_about.md
+++ b/OpenKeychain/src/main/res/raw-fi/help_about.md
@@ -2,11 +2,11 @@
[https://www.openkeychain.org](https://www.openkeychain.org)
-[OpenKeychain](https://www.openkeychain.org) is an OpenPGP implementation for Android.
+[OpenKeychain](https://www.openkeychain.org) on OpenPGP toteutus Androidille.
-License: GPLv3+
+Lisenssi: GPLv3+
-[//]: # (NOTE: Alphabetic ordering)
+[//]: # (Huom.: Aakkosjärjestys)
## Pääkehittäjät
* Dominik Schürmann (Ylläpitäjä)
@@ -16,10 +16,10 @@ License: GPLv3+
* Adithya Abraham Philip
* Ash Hughes
* 'mar-v-in'
- * 'Thialfihar' (APG developer)
+ * 'Thialfihar' (APG kehittäjä)
* Tim Bray
-## Occasional Contributors
+## Aijottain auttaneet
* Art O Cathain
* Brian C. Barnes
* Bahtiar 'kalkin' Gadimov
@@ -51,7 +51,7 @@ License: GPLv3+
* Sreeram Boyapati
* 'steelman'
-[//]: # (NOTE: Alphabetic ordering)
+[//]: # (Huom.: Aakkosjärjestys)
## Libraries
* [Android Support Libraries](http://developer.android.com/tools/support-library/index.html) (Apache License v2)
diff --git a/OpenKeychain/src/main/res/raw-it/help_changelog.md b/OpenKeychain/src/main/res/raw-it/help_changelog.md
index 478126b81..9ed4d3789 100644
--- a/OpenKeychain/src/main/res/raw-it/help_changelog.md
+++ b/OpenKeychain/src/main/res/raw-it/help_changelog.md
@@ -7,7 +7,7 @@
## 4.0
- * Experimental support for Security Tokens over USB
+ * Supporto sperimentale dei Token USB
* Allow password changing of stripped keys
@@ -15,19 +15,19 @@
* Detection and handling of text data
* Miglioramento delle prestazioni
- * UI improvements for Security Token handling
+ * Miglioramento interfaccia di gestione dei Token
## 3.8
* Redesigned key editing
- * Choose remember time individually when entering passwords
+ Scegli il tempo di ricordo individualmente quando inserisci una password
* Importazione delle password di Facebook
## 3.7
- * Improved Android 6 support (permissions, integration into text selection)
+ Migliorato il supporto ad Android 6 (permessi, integrazione nella selezione del testo)
* API: Versione 10
@@ -36,11 +36,11 @@
* Copie di backup crittografate
* Security fixes based on external security audit
* YubiKey NEO key creation wizard
- * Basic internal MIME support
- * Automatic key synchronization
+ * Supporto base a MIME
+ * Sincronizzazione automatica delle chiavi
* Experimental feature: link keys to Github, Twitter accounts
* Experimental feature: key confirmation via phrases
- * Experimental feature: dark theme
+ * Caratteristica sperimentale: Tema scuro
* API: Versione 9
@@ -55,7 +55,7 @@
## 3.4
* Anonymous key download over Tor
- * Proxy support
+ * Supporto proxy
* Better YubiKey error handling
@@ -63,18 +63,18 @@
* New decryption screen
* Decryption of multiple files at once
- * Better handling of YubiKey errors
+ * Migliore gestione errori di YubiKey
## 3.2
* First version with full YubiKey support available from the user interface: Edit keys, bind YubiKey to keys,...
* Material design
- * Integration of QR Code Scanning (New permissions required)
- * Improved key creation wizard
- * Fix missing contacts after sync
+ * Integrazione della Scasione codici QR (Nuovi permessi richiesti)
+ * Migliorato wizard della creazione di chiavi
+ * Corretto contatti persi dopo sincronizzazione
* Richiede Android 4
- * Redesigned key screen
+ * Schermata chiavi riprogettata
* Simplify crypto preferences, better selection of secure ciphers
* API: Detached signatures, free selection of signing key,...
* Fix: Some valid keys were shown revoked or expired
@@ -85,19 +85,19 @@
## 3.1.2
- * Fix key export to files (now for real)
+ * Corretta esportazione chiavi su file (davvero questa volta)
## 3.1.1
- * Fix key export to files (they were written partially)
+ * Corretta esportazione chiavi su file (la scrittura era parziale)
* Risolto un crash in Android 2.3
## 3.1
* Corretto crash su Android 5
- * New certify screen
+ * Nuova schermata di certificazione
* Secure Exchange directly from key list (SafeSlinger library)
* New QR Code program flow
* Redesigned decrypt screen
@@ -108,8 +108,8 @@
## 3.0.1
- * Better handling of large key imports
- * Improved subkey selection
+ * Gestione migliorata dell'importazioni di chiavi di grandi dimensioni
+ * Migliorata la selezione delle sottochiavi
## 3.0
@@ -136,18 +136,18 @@
* Split encrypt screen into two
* Fix key flags handling (now supporting Mailvelope 0.7 keys)
* Gestione delle password migliorata
- * Key sharing via SafeSlinger
+ * Condivisione chiavi via SafeSlinger
* Experimental YubiKey support: Preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain
* Fix usage of stripped keys
- * SHA256 as default for compatibility
+ * SHA256 predefinito per compatibilità
* Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API
* OpenPGP API now handles revoked/expired keys and returns all user ids
## 2.9
- * Fixing crashes introduced in v2.8
- * Experimental ECC support
+ * Correzione crash introdotti nella versione 2.8
+ * Supporto sperimentale ad ECC
* Experimental YubiKey support: Only signing with imported keys
@@ -156,13 +156,13 @@
* So many bugs have been fixed in this release that we focus on the main new features
* Key edit: awesome new design, key revocation
* Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
- * New first time screen
+ * Nuova schermata di introduzione
* New key creation screen: autocompletion of name and email based on your personal Android accounts
* File encryption: awesome new design, support for encrypting multiple files
* New icons to show status of key (by Brennan Novak)
* Important bug fix: Importing of large key collections from a file is now possible
* Notification showing cached passphrases
- * Keys are connected to Android's contacts
+ * Le chiavi sono collegate ai contatti di Android
This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar
@@ -170,7 +170,7 @@ This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2
* Purple! (Dominik, Vincent)
* New key view design (Dominik, Vincent)
- * New flat Android buttons (Dominik, Vincent)
+ * Nuovi pulsanti piatti su Android (Dominik, Vincent)
* Diverse correzioni alle API (Dominik)
* Keybase.io import (Tim Bray)
@@ -185,7 +185,7 @@ This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2
* Key certifications (thanks to Vincent Breitmoser)
* Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
* New design for signature verification
- * Custom key length (thanks to Greg Witczak)
+ * Lunghezza personalizzata chiave (grazie a Greg Witczak)
* Fix share-functionality from other apps
@@ -194,7 +194,7 @@ This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2
* Fix decryption of symmetric OpenPGP messages/files
* Refactored key edit screen (thanks to Ash Hughes)
* New modern design for encrypt/decrypt screens
- * OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
+ * API OpenPGP versione 3 (account api multipli, correzioni interne, ricerca chiavi)
## 2.4
@@ -211,8 +211,8 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Keyserver query based on machine-readable output
* Lock navigation drawer on tablets
* Suggestions for emails on creation of keys
- * Search in public key lists
- * And much more improvements and fixes…
+ * Ricerca nelle liste di chiavi pubbliche
+ * E molti altri miglioramenti e correzioni...
## 2.3.1
@@ -238,11 +238,11 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* New design with navigation drawer
* New public key list design
* New public key view
- * Bug fixes for importing of keys
+ * Correzione bug importazione chiavi
* Key cross-certification (thanks to Ash Hughes)
- * Handle UTF-8 passwords properly (thanks to Ash Hughes)
- * First version with new languages (thanks to the contributors on Transifex)
- * Sharing of keys via QR Codes fixed and improved
+ * Gestione corretta password UTF-8 (grazie ad Ash Hughes)
+ * Prima versione multilingua (grazie ai collaboratori su Transifex)
+ * Condivisione di chiavi attraverso Codici QR corretta e migliorata
* Package signature verification for API
@@ -262,8 +262,8 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Complete redesign
* Share public keys via QR codes, NFC beam
- * Sign keys
- * Upload keys to server
+ * Firma chiavi
+ * Caricamento chiavi su server
* Fixes import issues
* New AIDL API
@@ -299,9 +299,9 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Traduzione in Italiano e Tedesco
* Much smaller package, due to reduced BC sources
- * New preferences GUI
+ * Nuove preferenze per GUI
* Layout adjustment for localization
- * Signature bugfix
+ * Correzione bug firma
## 1.0.4
@@ -316,7 +316,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
## 1.0.2
- * Filterable key lists
+ * Liste chiavi filtrabili
* Smarter pre-selection of encryption keys
* New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
* Fixes and additional features (key preselection) for K-9 Mail, new beta build available
@@ -329,9 +329,9 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
## 1.0.0
- * K-9 Mail integration, APG supporting beta build of K-9 Mail
- * Support of more file managers (including ASTRO)
+ * Integrazione K-9 Mail, APG supporta build beta di K-9 Mail
+ * Supporto per altri file manager (incluso ASTRO)
* Traduzione in Sloveno
- * New database, much faster, less memory usage
+ * Nuovo database, più veloce, con utilizzo di memoria ridotto
* Defined Intents and content provider for other apps
* Correzione di bug
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-pt-rBR/advanced.md b/OpenKeychain/src/main/res/raw-pt-rBR/advanced.md
index 6551e778e..9c3715980 100644
--- a/OpenKeychain/src/main/res/raw-pt-rBR/advanced.md
+++ b/OpenKeychain/src/main/res/raw-pt-rBR/advanced.md
@@ -1,9 +1,9 @@
-[//]: # (NOTA: coloque cada frase em sua própria linha, Transifex coloca cada linha em seu próprio campo de tradução!)
+[//]: # (NOTA: coloque cada frase em sua própria linha, o Transifex coloca cada linha em seu próprio campo de tradução!)
-Configuração avançada de tela permite que você
-compartilhar a chave de formas não recomendadas
+A tela Avançado permite a você
+* compartilhar chaves de formas não recomendadas
* editar identidades
* editar sub-chaves
-* examine certificados em detalhes
+* examinar certificados em detalhes
Só prossiga se você sabe o que está fazendo!
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-pt-rBR/help_changelog.md b/OpenKeychain/src/main/res/raw-pt-rBR/help_changelog.md
index b6a82bc86..6085b40ec 100644
--- a/OpenKeychain/src/main/res/raw-pt-rBR/help_changelog.md
+++ b/OpenKeychain/src/main/res/raw-pt-rBR/help_changelog.md
@@ -1,14 +1,14 @@
-[//]: # (NOTA: coloque cada frase em sua própria linha, Transifex coloca cada linha em seu próprio campo de tradução!)
+[//]: # (NOTA: coloque cada frase em sua própria linha, o Transifex coloca cada linha em seu próprio campo de tradução!)
## 4.1
- * Better detection of emails and other content when opened
+ * Melhor detecção de emails e outros conteúdos quando aberto
## 4.0
- * Experimental support for Security Tokens over USB
- * Allow password changing of stripped keys
+ * Suporte experimental a Tokens de Segurança por USB
+ * Permissão de mudança de senha de chaves estirpadas
## 3.9
@@ -27,83 +27,83 @@
## 3.7
- * Improved Android 6 support (permissions, integration into text selection)
- * API: Version 10
+ * Melhoria no suporte ao Android 6 (permissões, integração na seleção de texto)
+ * API: Versão 10
## 3.6
- * Encrypted backups
- * Security fixes based on external security audit
- * YubiKey NEO key creation wizard
- * Basic internal MIME support
- * Automatic key synchronization
- * Experimental feature: link keys to Github, Twitter accounts
- * Experimental feature: key confirmation via phrases
- * Experimental feature: dark theme
- * API: Version 9
+ * Cópias de Segurança encriptadas
+ * Correções de segurança baseadas em auditoria de segurança externa
+ * Assistente de criação de chave YubiKey NEO
+ * Suporte interno básico a MIME
+ * Sincronização automática de chaves
+ * Funcionalidades experimentais: associar chaves a contas do GitHub, Twitter
+ * Funcionalidade experimental: confirmação de chaves via frases
+ * Funcionalidade experimental: tema escuro
+ * API: Versão 9
## 3.5
- * Key revocation on key deletion
- * Improved checks for insecure cryptography
- * Fix: Don't close OpenKeychain after first time wizard succeeds
- * API: Version 8
+ * Revogação de chave na exclusão
+ * Melhoria das checagens de criptografia insegura
+ * Correção: Não feche o OpenKeychain após o sucesso do assistente inicial
+ * API: Versão 8
## 3.4
- * Anonymous key download over Tor
- * Proxy support
- * Better YubiKey error handling
+ * Download anônimo de chaves por Tor
+ * Suporte a proxy
+ * Melhor tratamento de erros do YubiKey
## 3.3
- * New decryption screen
- * Decryption of multiple files at once
- * Better handling of YubiKey errors
+ * Nova tela de decriptação
+ * Decriptação de múltiplos arquivos de uma só vez
+ * Melhor tratamento de erros do YubiKey
## 3.2
- * First version with full YubiKey support available from the user interface: Edit keys, bind YubiKey to keys,...
+ * Primeira versão com suporte total ao YubiKey disponíveis pela interface do usuário: Editar chaves, vincular YubiKey a chaves, etc....
* Material design
- * Integration of QR Code Scanning (New permissions required)
- * Improved key creation wizard
- * Fix missing contacts after sync
- * Requires Android 4
- * Redesigned key screen
- * Simplify crypto preferences, better selection of secure ciphers
- * API: Detached signatures, free selection of signing key,...
- * Fix: Some valid keys were shown revoked or expired
- * Don't accept signatures by expired or revoked subkeys
- * Keybase.io support in advanced view
- * Method to update all keys at once
+ * Integração com leitura por QR Code (Novas permissões requeridas)
+ * Melhoria no assistente de criação de chaves
+ * Corrigidos contatos desaparecidos após sincronismo
+ * Requer Android 4
+ * Tela de chaves redesenhada
+ * Simplificação de preferências criptográficas, melhor seleção de cifras seguras
+ * API: Assinaturas destacáveis, seleção livre de chave para assinatura, etc...
+ * Correção: algumas chaves válidas se mostravam como revogadas ou expiradas
+ * Não aceitar assinaturar por subchaves expiradas ou revogadas
+ * Suporte ao Keybase.io na vista avançada
+ * Método para atualizar todas as chaves de uma só vez
## 3.1.2
- * Fix key export to files (now for real)
+ * Correção na exportação de chaves para arquivos (agora vai)
## 3.1.1
- * Fix key export to files (they were written partially)
- * Fix crash on Android 2.3
+ * Correção na exportação de chaves para arquivos (eram gravadas parcialmente)
+ * Corrigido um crash no Android 2.3
## 3.1
- * Fix crash on Android 5
- * New certify screen
- * Secure Exchange directly from key list (SafeSlinger library)
- * New QR Code program flow
- * Redesigned decrypt screen
- * New icon usage and colors
- * Fix import of secret keys from Symantec Encryption Desktop
- * Experimental YubiKey support: Subkey IDs are now checked correctly
+ * Corrigido um crash no Android 5
+ * Nova tela de certificado
+ * Troca Segura diretamente da lista de chaves (biblioteca SafeSlinger)
+ * Novo fluxo de programa para QR Code
+ * Tela de decriptação redesenhada
+ * Uso de novos ícones e cores
+ * Corrigida a importação de chaves secretas do Symantec Encryption Desktop
+ * Suporte experimental a YubiKey: ID's de subchaves agora são verificadas corretamente
## 3.0.1
diff --git a/OpenKeychain/src/main/res/raw-ro/advanced.md b/OpenKeychain/src/main/res/raw-ro/advanced.md
new file mode 100644
index 000000000..54a694084
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ro/advanced.md
@@ -0,0 +1,9 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+Advanced screen allows you to
+* share key in non-recommended ways
+* edit identities
+* edit subkeys
+* examine certificates in detail
+
+Only proceed if you know what you are doing!
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-ro/help_about.md b/OpenKeychain/src/main/res/raw-ro/help_about.md
new file mode 100644
index 000000000..fad35b356
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ro/help_about.md
@@ -0,0 +1,72 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+[https://www.openkeychain.org](https://www.openkeychain.org)
+
+[OpenKeychain](https://www.openkeychain.org) is an OpenPGP implementation for Android.
+
+License: GPLv3+
+
+[//]: # (NOTE: Alphabetic ordering)
+
+## Main Developers
+ * Dominik Schürmann (Maintainer)
+ * Vincent Breitmoser
+
+## Top Contributors
+ * Adithya Abraham Philip
+ * Ash Hughes
+ * 'mar-v-in'
+ * 'Thialfihar' (APG developer)
+ * Tim Bray
+
+## Occasional Contributors
+ * Art O Cathain
+ * Brian C. Barnes
+ * Bahtiar 'kalkin' Gadimov
+ * Daniel Albert
+ * Daniel Hammann
+ * Daniel Haß
+ * Daniel Nelz
+ * Daniel Ramos
+ * Greg Witczak
+ * 'iseki'
+ * Ishan Khanna
+ * 'jellysheep'
+ * 'Jesperbk'
+ * 'jkolo'
+ * Joey Castillo
+ * Kai Jiang
+ * Kartik Arora
+ * 'Kent'
+ * 'ligi'
+ * Lukas Zorich
+ * Manoj Khanna
+ * Markus Doits
+ * Miroojin Bakshi
+ * Morgan Gangwere
+ * Nikhil Peter Raj
+ * Paul Sarbinowski
+ * 'Senecaso'
+ * Signe Rüsch
+ * Sreeram Boyapati
+ * 'steelman'
+
+[//]: # (NOTE: Alphabetic ordering)
+
+## Libraries
+ * [Android Support Libraries](http://developer.android.com/tools/support-library/index.html) (Apache License v2)
+ * [FloatingActionButton](https://github.com/futuresimple/android-floating-action-button) (Apache License v2)
+ * [HtmlTextView](https://github.com/sufficientlysecure/html-textview) (Apache License v2)
+ * [KeybaseLib](https://github.com/timbray/KeybaseLib) (Apache License v2)
+ * [Markdown4J](https://github.com/jdcasey/markdown4j) (Apache License v2)
+ * [MaterialDrawer](https://github.com/mikepenz/MaterialDrawer) (Apache License v2)
+ * [MiniDNS](https://github.com/rtreffer/minidns) (Apache License v2)
+ * [OkHttp](https://square.github.io/okhttp/) (Apache License v2)
+ * [PagerSlidingTabStrip](https://github.com/jpardogo/PagerSlidingTabStrip) (Material Design) (Apache License v2)
+ * [SafeSlinger Exchange library](https://github.com/SafeSlingerProject/exchange-android) (MIT License)
+ * [Snackbar](https://github.com/nispok/snackbar) (MIT License)
+ * [BouncyCastle](https://github.com/open-keychain/bouncycastle) (MIT X11 License)
+ * [StickyListHeaders](https://github.com/emilsjolander/StickyListHeaders) (Apache License v2)
+ * [TokenAutoComplete](https://github.com/splitwise/TokenAutoComplete) (Apache License v2)
+ * [ZXing](https://github.com/zxing/zxing) (Apache License v2)
+ * [ZXing Android Minimal](https://github.com/journeyapps/zxing-android-embedded) (Apache License v2)
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-ro/help_certification.md b/OpenKeychain/src/main/res/raw-ro/help_certification.md
new file mode 100644
index 000000000..3518adf73
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ro/help_certification.md
@@ -0,0 +1,28 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## Key Confirmation
+Without confirmation, you cannot be sure if a key really corresponds to a specific person.
+The simplest way to confirm a key is by scanning the QR Code or exchanging it via NFC.
+To confirm keys between more than two persons, we suggest to use the key exchange method available for your keys.
+
+## Key Status
+
+
+Confirmed: You have already confirmed this key, e.g., by scanning the QR Code.
+
+Unconfirmed: This key has not been confirmed yet. You cannot be sure if the key really corresponds to a specific person.
+
+Expired: This key is no longer valid. Only the owner can extend its validity.
+
+Revoked: This key is no longer valid. It has been revoked by its owner.
+
+## Advanced Information
+A "key confirmation" in OpenKeychain is implemented by creating a certification according to the OpenPGP standard.
+This certification is a ["generic certification (0x10)"](http://tools.ietf.org/html/rfc4880#section-5.2.1) described in the standard by:
+"The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID."
+
+Traditionally, certifications (also with higher certification levels, such as "positive certifications" (0x13)) are organized in OpenPGP's Web of Trust.
+Our model of key confirmation is a much simpler concept to avoid common usability problems related to this Web of Trust.
+We assume that keys are verified only to a certain degree that is still usable enough to be executed "on the go".
+We also do not implement (potentially transitive) trust signatures or an ownertrust database like in GnuPG.
+Furthermore, keys which contain at least one user ID certified by a trusted key will be marked as "confirmed" in the key listings.
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-ro/help_changelog.md b/OpenKeychain/src/main/res/raw-ro/help_changelog.md
new file mode 100644
index 000000000..a93dad380
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ro/help_changelog.md
@@ -0,0 +1,337 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## 4.1
+
+ * Better detection of emails and other content when opened
+
+
+## 4.0
+
+ * Experimental support for Security Tokens over USB
+ * Allow password changing of stripped keys
+
+
+## 3.9
+
+ * Detection and handling of text data
+ * Performance improvements
+ * UI improvements for Security Token handling
+
+
+## 3.8
+
+ * Redesigned key editing
+ * Choose remember time individually when entering passwords
+ * Facebook key import
+
+
+## 3.7
+
+ * Improved Android 6 support (permissions, integration into text selection)
+ * API: Version 10
+
+
+## 3.6
+
+ * Encrypted backups
+ * Security fixes based on external security audit
+ * YubiKey NEO key creation wizard
+ * Basic internal MIME support
+ * Automatic key synchronization
+ * Experimental feature: link keys to Github, Twitter accounts
+ * Experimental feature: key confirmation via phrases
+ * Experimental feature: dark theme
+ * API: Version 9
+
+
+## 3.5
+
+ * Key revocation on key deletion
+ * Improved checks for insecure cryptography
+ * Fix: Don't close OpenKeychain after first time wizard succeeds
+ * API: Version 8
+
+
+## 3.4
+
+ * Anonymous key download over Tor
+ * Proxy support
+ * Better YubiKey error handling
+
+
+## 3.3
+
+ * New decryption screen
+ * Decryption of multiple files at once
+ * Better handling of YubiKey errors
+
+
+## 3.2
+
+ * First version with full YubiKey support available from the user interface: Edit keys, bind YubiKey to keys,...
+ * Material design
+ * Integration of QR Code Scanning (New permissions required)
+ * Improved key creation wizard
+ * Fix missing contacts after sync
+ * Requires Android 4
+ * Redesigned key screen
+ * Simplify crypto preferences, better selection of secure ciphers
+ * API: Detached signatures, free selection of signing key,...
+ * Fix: Some valid keys were shown revoked or expired
+ * Don't accept signatures by expired or revoked subkeys
+ * Keybase.io support in advanced view
+ * Method to update all keys at once
+
+
+## 3.1.2
+
+ * Fix key export to files (now for real)
+
+
+## 3.1.1
+
+ * Fix key export to files (they were written partially)
+ * Fix crash on Android 2.3
+
+
+## 3.1
+
+ * Fix crash on Android 5
+ * New certify screen
+ * Secure Exchange directly from key list (SafeSlinger library)
+ * New QR Code program flow
+ * Redesigned decrypt screen
+ * New icon usage and colors
+ * Fix import of secret keys from Symantec Encryption Desktop
+ * Experimental YubiKey support: Subkey IDs are now checked correctly
+
+
+## 3.0.1
+
+ * Better handling of large key imports
+ * Improved subkey selection
+
+
+## 3.0
+
+ * Propose installable compatible apps in apps list
+ * New design for decryption screens
+ * Many fixes for key import, also fixes stripped keys
+ * Honor and display key authenticate flags
+ * User interface to generate custom keys
+ * Fixing user id revocation certificates
+ * New cloud search (searches over traditional keyservers and keybase.io)
+ * Support for stripping keys inside OpenKeychain
+ * Experimental YubiKey support: Support for signature generation and decryption
+
+
+## 2.9.2
+
+ * Fix keys broken in 2.9.1
+ * Experimental YubiKey support: Decryption now working via API
+
+
+## 2.9.1
+
+ * Split encrypt screen into two
+ * Fix key flags handling (now supporting Mailvelope 0.7 keys)
+ * Improved passphrase handling
+ * Key sharing via SafeSlinger
+ * Experimental YubiKey support: Preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain
+ * Fix usage of stripped keys
+ * SHA256 as default for compatibility
+ * Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API
+ * OpenPGP API now handles revoked/expired keys and returns all user ids
+
+
+## 2.9
+
+ * Fixing crashes introduced in v2.8
+ * Experimental ECC support
+ * Experimental YubiKey support: Only signing with imported keys
+
+
+## 2.8
+
+ * So many bugs have been fixed in this release that we focus on the main new features
+ * Key edit: awesome new design, key revocation
+ * Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records
+ * New first time screen
+ * New key creation screen: autocompletion of name and email based on your personal Android accounts
+ * File encryption: awesome new design, support for encrypting multiple files
+ * New icons to show status of key (by Brennan Novak)
+ * Important bug fix: Importing of large key collections from a file is now possible
+ * Notification showing cached passphrases
+ * Keys are connected to Android's contacts
+
+This release wouldn't be possible without the work of Vincent Breitmoser (GSoC 2014), mar-v-in (GSoC 2014), Daniel Albert, Art O Cathain, Daniel Haß, Tim Bray, Thialfihar
+
+## 2.7
+
+ * Purple! (Dominik, Vincent)
+ * New key view design (Dominik, Vincent)
+ * New flat Android buttons (Dominik, Vincent)
+ * API fixes (Dominik)
+ * Keybase.io import (Tim Bray)
+
+
+## 2.6.1
+
+ * Some fixes for regression bugs
+
+
+## 2.6
+
+ * Key certifications (thanks to Vincent Breitmoser)
+ * Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)
+ * New design for signature verification
+ * Custom key length (thanks to Greg Witczak)
+ * Fix share-functionality from other apps
+
+
+## 2.5
+
+ * Fix decryption of symmetric OpenPGP messages/files
+ * Refactored key edit screen (thanks to Ash Hughes)
+ * New modern design for encrypt/decrypt screens
+ * OpenPGP API version 3 (multiple api accounts, internal fixes, key lookup)
+
+
+## 2.4
+Thanks to all applicants of Google Summer of Code 2014 who made this release feature rich and bug free!
+Besides several small patches, a notable number of patches are made by the following people (in alphabetical order):
+Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.
+
+ * New unified key list
+ * Colorized key fingerprint
+ * Support for keyserver ports
+ * Deactivate possibility to generate weak keys
+ * Much more internal work on the API
+ * Certify user ids
+ * Keyserver query based on machine-readable output
+ * Lock navigation drawer on tablets
+ * Suggestions for emails on creation of keys
+ * Search in public key lists
+ * And much more improvements and fixes…
+
+
+## 2.3.1
+
+ * Hotfix for crash when upgrading from old versions
+
+
+## 2.3
+
+ * Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)
+ * Fix setting expiry dates on keys (thanks to Ash Hughes)
+ * More internal fixes when editing keys (thanks to Ash Hughes)
+ * Querying keyservers directly from the import screen
+ * Fix layout and dialog style on Android 2.2-3.0
+ * Fix crash on keys with empty user ids
+ * Fix crash and empty lists when coming back from signing screen
+ * Bouncy Castle (cryptography library) updated from 1.47 to 1.50 and build from source
+ * Fix upload of key from signing screen
+
+
+## 2.2
+
+ * New design with navigation drawer
+ * New public key list design
+ * New public key view
+ * Bug fixes for importing of keys
+ * Key cross-certification (thanks to Ash Hughes)
+ * Handle UTF-8 passwords properly (thanks to Ash Hughes)
+ * First version with new languages (thanks to the contributors on Transifex)
+ * Sharing of keys via QR Codes fixed and improved
+ * Package signature verification for API
+
+
+## 2.1.1
+
+ * API Updates, preparation for K-9 Mail integration
+
+
+## 2.1
+
+ * Lots of bug fixes
+ * New API for developers
+ * PRNG bug fix by Google
+
+
+## 2.0
+
+ * Complete redesign
+ * Share public keys via QR codes, NFC beam
+ * Sign keys
+ * Upload keys to server
+ * Fixes import issues
+ * New AIDL API
+
+
+## 1.0.8
+
+ * Basic keyserver support
+ * App2sd
+ * More choices for passphrase cache: 1, 2, 4, 8, hours
+ * Translations: Norwegian Bokmål (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
+ * Bugfixes
+ * Optimizations
+
+
+## 1.0.7
+
+ * Fixed problem with signature verification of texts with trailing newline
+ * More options for passphrase cache time to live (20, 40, 60 mins)
+
+
+## 1.0.6
+
+ * Account adding crash on Froyo fixed
+ * Secure file deletion
+ * Option to delete key file after import
+ * Stream encryption/decryption (gallery, etc.)
+ * New options (language, force v3 signatures)
+ * Interface changes
+ * Bugfixes
+
+
+## 1.0.5
+
+ * German and Italian translation
+ * Much smaller package, due to reduced BC sources
+ * New preferences GUI
+ * Layout adjustment for localization
+ * Signature bugfix
+
+
+## 1.0.4
+
+ * Fixed another crash caused by some SDK bug with query builder
+
+
+## 1.0.3
+
+ * Fixed crashes during encryption/signing and possibly key export
+
+
+## 1.0.2
+
+ * Filterable key lists
+ * Smarter pre-selection of encryption keys
+ * New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers
+ * Fixes and additional features (key preselection) for K-9 Mail, new beta build available
+
+
+## 1.0.1
+
+ * GMail account listing was broken in 1.0.0, fixed again
+
+
+## 1.0.0
+
+ * K-9 Mail integration, APG supporting beta build of K-9 Mail
+ * Support of more file managers (including ASTRO)
+ * Slovenian translation
+ * New database, much faster, less memory usage
+ * Defined Intents and content provider for other apps
+ * Bugfixes
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-ro/help_start.md b/OpenKeychain/src/main/res/raw-ro/help_start.md
new file mode 100644
index 000000000..4cc331942
--- /dev/null
+++ b/OpenKeychain/src/main/res/raw-ro/help_start.md
@@ -0,0 +1,16 @@
+[//]: # (NOTE: Please put every sentence in its own line, Transifex puts every line in its own translation field!)
+
+## How do I activate OpenKeychain in K-9 Mail?
+To use OpenKeychain with K-9 Mail, you want to follow these steps:
+ 1. Open K-9 Mail and long-tap on the account you want to use OpenKeychain with.
+ 2. Select "Account settings", scroll to the very bottom and click "Cryptography".
+ 3. Click on "OpenPGP Provider" and select OpenKeychain from the list.
+
+## I found a bug in OpenKeychain!
+Please report the bug using the [issue tracker of OpenKeychain](https://github.com/openpgp-keychain/openpgp-keychain/issues).
+
+## Contribute
+If you want to help us developing OpenKeychain by contributing code [follow our small guide on Github](https://github.com/openpgp-keychain/openpgp-keychain#contribute-code).
+
+## Translations
+Help translating OpenKeychain! Everybody can participate at [OpenKeychain on Transifex](https://www.transifex.com/projects/p/open-keychain/).
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-ru/help_changelog.md b/OpenKeychain/src/main/res/raw-ru/help_changelog.md
index bd5ec633d..fc4308c6f 100644
--- a/OpenKeychain/src/main/res/raw-ru/help_changelog.md
+++ b/OpenKeychain/src/main/res/raw-ru/help_changelog.md
@@ -2,13 +2,13 @@
## 4.1
- * Better detection of emails and other content when opened
+ * Улучшено определение писем и другого контента при открытии
## 4.0
* Эксперементальная поддержка для токена безопасности через USB
- * Allow password changing of stripped keys
+ * Добавлена возможность изменения пароля отделённых ключей
## 3.9
@@ -20,7 +20,7 @@
## 3.8
- * Redesigned key editing
+ * Изменение дизайна окна редактирования ключей
* Choose remember time individually when entering passwords
* Импорт ключа с Facebook
@@ -34,21 +34,21 @@
## 3.6
* Зашифрованные резервные копии
- * Security fixes based on external security audit
- * YubiKey NEO key creation wizard
- * Basic internal MIME support
+ * Исправление ошибок, выявленных внешним аудитом безопасности
+ * Диалог создания ключа YubiKey NEO
+ * Основная поддержка MIME
* Автоматическая синхронизация ключа
* Experimental feature: link keys to Github, Twitter accounts
* Experimental feature: key confirmation via phrases
* Экспериментальная функция: тёмная тема
- * API: Version 9
+ * API: Версия 9
## 3.5
- * Key revocation on key deletion
+ * Аннулирование ключа при его удалении
* Улучшенная проверка небезопасной криптографии
- * Fix: Don't close OpenKeychain after first time wizard succeeds
+ * Исправлено: Не закрывался диалог первичной настройки
API: Версия 8
@@ -61,20 +61,20 @@
## 3.3
- * New decryption screen
- * Decryption of multiple files at once
- * Better handling of YubiKey errors
+ * Новое окно расшифровки
+ * Расшифровка нескольких файлов одновременно
+ * Улучшена обработка ошибок YubiKey
## 3.2
- * First version with full YubiKey support available from the user interface: Edit keys, bind YubiKey to keys,...
+ * Первая версия с поддержкой YubiKey в программе: Изменение ключа, привязка ключа к брелоку,...
* Материальный дизайн
- * Integration of QR Code Scanning (New permissions required)
- * Improved key creation wizard
- * Fix missing contacts after sync
+ * Интеграция сканера кодов QR (Требуются новые полномочия)
+ * Улучшение мастера создания ключей
+ * Исправлено пропадание контактов после синхронизации
* Требуется Android 4
- * Redesigned key screen
+ * Изменение дизайна окна ключей
* Simplify crypto preferences, better selection of secure ciphers
* API: Detached signatures, free selection of signing key,...
* Fix: Some valid keys were shown revoked or expired
@@ -100,7 +100,7 @@
Новое окно подтверждения
* Secure Exchange directly from key list (SafeSlinger library)
* New QR Code program flow
- * Redesigned decrypt screen
+ * Изменение дизайна диалога расшифровки
Использование новых иконок и цевтов
* Fix import of secret keys from Symantec Encryption Desktop
* Experimental YubiKey support: Subkey IDs are now checked correctly
@@ -119,7 +119,7 @@
* Many fixes for key import, also fixes stripped keys
* Honor and display key authenticate flags
Пользовательский интерфейс для генерации пользовательских ключей
- * Fixing user id revocation certificates
+ * Исправление сертификатов отзыва
Новый облачный поиск (по традиционным серверам ключей и по keybase.io)
* Support for stripping keys inside OpenKeychain
Экспериментальная поддержка YubiKey: Поддержка генерации и расшифровка подписей
@@ -127,8 +127,8 @@
## 2.9.2
- * Fix keys broken in 2.9.1
- * Experimental YubiKey support: Decryption now working via API
+ * Исправление ключей, сломанных в 2.9.1
+ * Экспериментальная поддержка Yubikey: Расшифровка теперь работает через API
## 2.9.1
@@ -139,7 +139,7 @@
* Key sharing via SafeSlinger
* Experimental YubiKey support: Preference to allow other PINs, currently only signing via the OpenPGP API works, not inside of OpenKeychain
* Fix usage of stripped keys
- * SHA256 as default for compatibility
+ SHA256 по умолчанию для совместимости
* Intent API has changed, see https://github.com/open-keychain/open-keychain/wiki/Intent-API
* OpenPGP API now handles revoked/expired keys and returns all user ids
@@ -211,7 +211,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Keyserver query based on machine-readable output
* Lock navigation drawer on tablets
* Suggestions for emails on creation of keys
- * Search in public key lists
+ * Поиск в списках публичных ключей
* And much more improvements and fixes…
@@ -236,46 +236,46 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
## 2.2
* New design with navigation drawer
- * New public key list design
- * New public key view
+ * Новый дизайн списка публичных ключей
+ * Новый вид просмотра публичного ключа
* Bug fixes for importing of keys
- * Key cross-certification (thanks to Ash Hughes)
+ * Кросс-сертификация ключей (спасибо Ash Hughes)
* Handle UTF-8 passwords properly (thanks to Ash Hughes)
- * First version with new languages (thanks to the contributors on Transifex)
- * Sharing of keys via QR Codes fixed and improved
- * Package signature verification for API
+ * Первая версия с новыми языками (спасибо переводчикам на Transifex)
+ * Передача ключей через QR коды исправлена и улучшена
+ * Проверка подписи пакета для API
## 2.1.1
- * API Updates, preparation for K-9 Mail integration
+ * Обновление API, подготовка к интеграции с K-9 Mail
## 2.1
- * Lots of bug fixes
- * New API for developers
+ * Множество исправлений ошибок
+ * Новый API для разработчиков
* PRNG bug fix by Google
## 2.0
- * Complete redesign
- * Share public keys via QR codes, NFC beam
- * Sign keys
- * Upload keys to server
- * Fixes import issues
+ * Переработка дизайна
+ * Передачи публичных ключей через QR коды и NFC
+ * Подпись ключей
+ * Загрузка ключей на сервер
+ * Исправление проблем импорта
* New AIDL API
## 1.0.8
- * Basic keyserver support
+ * Основная поддержка сервера ключей
* App2sd
* More choices for passphrase cache: 1, 2, 4, 8, hours
* Translations: Norwegian Bokmål (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)
- * Bugfixes
- * Optimizations
+ * Исправления ошибок
+ * Оптимизации
## 1.0.7
@@ -287,12 +287,12 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
## 1.0.6
* Account adding crash on Froyo fixed
- * Secure file deletion
+ * Безопасное удаление файла
* Option to delete key file after import
* Stream encryption/decryption (gallery, etc.)
* New options (language, force v3 signatures)
- * Interface changes
- * Bugfixes
+ * Изменения интерфейса
+ * Исправления ошибок
## 1.0.5
@@ -334,4 +334,4 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Словенский перевод
Новая база данных, намного быстрее и компактнее
* Defined Intents and content provider for other apps
- * Bugfixes
\ No newline at end of file
+ * Исправления ошибок
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-sv/help_certification.md b/OpenKeychain/src/main/res/raw-sv/help_certification.md
index 040fd7912..633a331eb 100644
--- a/OpenKeychain/src/main/res/raw-sv/help_certification.md
+++ b/OpenKeychain/src/main/res/raw-sv/help_certification.md
@@ -18,11 +18,11 @@ Utgången: Den här nyckeln är inte längre giltig. Endast ägaren kan förlän
## Avancerad information
En "nyckelbekräftelse" i OpenKeychain genomförs genom att skapa en certifiering enligt OpenPGP-standard.
-This certification is a ["generic certification (0x10)"](http://tools.ietf.org/html/rfc4880#section-5.2.1) described in the standard by:
+Denna certifiering är en ["generisk certifiering (0x10)"] (http://tools.ietf.org/html/rfc4880#section-5.2.1) beskrivs i standarden av:
"The issuer of this certification does not make any particular assertion as to how well the certifier has checked that the owner of the key is in fact the person described by the User ID."
Traditionellt, certifieringar (även med högre certifieringsnivåer, såsom "positiva certifieringar" (0x13)) är organiserade i OpenPGP:s Web of Trust.
Vår modell av nyckelbekräftelse är ett mycket enklare koncept för att undvika vanliga användbarhetsproblem i samband med Web of Trust.
Vi antar att nycklar verifieras endast till en viss grad som fortfarande är användbar nog att exekveras "on the go".
We also do not implement (potentially transitive) trust signatures or an ownertrust database like in GnuPG.
-Furthermore, keys which contain at least one user ID certified by a trusted key will be marked as "confirmed" in the key listings.
\ No newline at end of file
+Dessutom kommer nycklar som innehåller åtminstone en användar-ID certifierad av en betrodd nyckel markeras som "bekräftade" i nyckel listor.
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/raw-sv/help_changelog.md b/OpenKeychain/src/main/res/raw-sv/help_changelog.md
index f28d6a277..7030a3cc5 100644
--- a/OpenKeychain/src/main/res/raw-sv/help_changelog.md
+++ b/OpenKeychain/src/main/res/raw-sv/help_changelog.md
@@ -2,7 +2,7 @@
## 4.1
- * Better detection of emails and other content when opened
+ * Bättre detektering av e-post och annat innehåll när den öppnas
## 4.0
@@ -47,7 +47,7 @@
## 3.5
* Nyckelåterkallelse vid nyckelradering
- * Improved checks for insecure cryptography
+ * Förbättrade kontroller för osäker kryptografi
* Fix: Don't close OpenKeychain after first time wizard succeeds
* API: Version 8
@@ -120,7 +120,7 @@
* Honor and display key authenticate flags
* User interface to generate custom keys
* Fixing user id revocation certificates
- * New cloud search (searches over traditional keyservers and keybase.io)
+ * Ny moln sökning (sökningar över traditionella nyckelservrar och keybase.io)
* Support for stripping keys inside OpenKeychain
* Experimental YubiKey support: Support for signature generation and decryption
@@ -211,7 +211,7 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
* Keyserver query based on machine-readable output
* Lock navigation drawer on tablets
* Suggestions for emails on creation of keys
- * Search in public key lists
+ * Sök i offentliga nyckellistor
* And much more improvements and fixes…
diff --git a/OpenKeychain/src/main/res/raw-zh/advanced.md b/OpenKeychain/src/main/res/raw-zh/advanced.md
index 0a1741ce2..6f73118a9 100644
--- a/OpenKeychain/src/main/res/raw-zh/advanced.md
+++ b/OpenKeychain/src/main/res/raw-zh/advanced.md
@@ -1,8 +1,8 @@
[//]: # (注意:请把每个句子放在单独一行中, Transifex 将把每一行放置在独立的翻译表单内!)
您可以在高级选项界面进行以下操作
-以其他方式分享密钥(不推荐)
-* 编辑身份
+* 以其他方式分享密钥(不推荐)
+* 编辑用户标识
* 编辑子密钥
* 查看证书详情
diff --git a/OpenKeychain/src/main/res/raw-zh/help_certification.md b/OpenKeychain/src/main/res/raw-zh/help_certification.md
index d9f43875a..014ae0bc9 100644
--- a/OpenKeychain/src/main/res/raw-zh/help_certification.md
+++ b/OpenKeychain/src/main/res/raw-zh/help_certification.md
@@ -19,10 +19,10 @@
## 高级信息
OpenKeychain 中的“密钥确认”行为,是根据 OpenPGP 标准规定,通过创建认证实现的。
这个认证是一个 [“一般认证(0x10)”](http://tools.ietf.org/html/rfc4880#section-5.2.1) ,标准中的描述是:
-“对于密钥持有者与密钥所示身份之间的关联,认证签发者不对其可靠性做出任何表态。”
+“对于密钥持有者与密钥所示标识之间的关联,认证签发者不对其可靠性做出任何表态。”
习惯上,这些认证(也包括较高的信任等级,例如“正向认证” (0x13) )是以 OpenPGP 的信任网络的形式存在的。
为了消除信任网络的可用性问题,我们的密钥确认模型采用一套相对简单的概念。
我们相信密钥的确认过程应该在不妨碍日常使用的情况下尽量可靠。
我们也不实现像 GnuPG 那样的(可传递)信任签名或信任数据库。
-此外,当某密钥含有至少一个被信任密钥所认证过的使用者身份时,它将在密钥列表中被标记为“已确认”。
\ No newline at end of file
+此外,当某密钥含有至少一个被信任密钥所认证过的用户标识时,它将在密钥列表中被标记为“已确认”。
\ No newline at end of file
diff --git a/OpenKeychain/src/main/res/values-cs/strings.xml b/OpenKeychain/src/main/res/values-cs/strings.xml
index 25537873a..70480887c 100644
--- a/OpenKeychain/src/main/res/values-cs/strings.xml
+++ b/OpenKeychain/src/main/res/values-cs/strings.xml
@@ -319,7 +319,7 @@
selhala kontrola integrity! Data byla pozměněna!
chybné heslo.
nebylo možné extrahovat privátní klíč
-
+
Musíte mít Android 4.1 abyste mohli používat Androidí NFC Beam technologii!
NFC musí být zapnuté!
Beam musí být zapnutý!
diff --git a/OpenKeychain/src/main/res/values-da/strings.xml b/OpenKeychain/src/main/res/values-da/strings.xml
new file mode 100644
index 000000000..86053fba1
--- /dev/null
+++ b/OpenKeychain/src/main/res/values-da/strings.xml
@@ -0,0 +1,87 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/OpenKeychain/src/main/res/values-de/strings.xml b/OpenKeychain/src/main/res/values-de/strings.xml
index 2e02ca016..67772277c 100644
--- a/OpenKeychain/src/main/res/values-de/strings.xml
+++ b/OpenKeychain/src/main/res/values-de/strings.xml
@@ -347,7 +347,7 @@
Integritätscheck fehlgeschlagen! Die Daten wurden verändert!
falsches Passwort
Privater Schlüssel konnte nicht extrahiert werden
-
+
Android 4.1 wird benötigt um Androids NFC-Beam nutzen zu können!
NFC muss aktiviert sein!
Beam muss aktiviert sein!
diff --git a/OpenKeychain/src/main/res/values-es-rMX/strings.xml b/OpenKeychain/src/main/res/values-es-rMX/strings.xml
index 1db4b9c2d..4110883e1 100644
--- a/OpenKeychain/src/main/res/values-es-rMX/strings.xml
+++ b/OpenKeychain/src/main/res/values-es-rMX/strings.xml
@@ -220,7 +220,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-es/strings.xml b/OpenKeychain/src/main/res/values-es/strings.xml
index 24509276d..c84b12980 100644
--- a/OpenKeychain/src/main/res/values-es/strings.xml
+++ b/OpenKeychain/src/main/res/values-es/strings.xml
@@ -347,7 +347,7 @@
¡ha fallado la comprobación de integridad! ¡Los datos han sido modificados!
contraseña incorrecta
no se puede extraer la clave privada
-
+
¡Necesita Android 4.1 para usar la característica NFC Beam de Android!
¡NFC debe estar habilitado!
¡Beam debe estar habilitado!
diff --git a/OpenKeychain/src/main/res/values-eu/strings.xml b/OpenKeychain/src/main/res/values-eu/strings.xml
index 80a13c67b..9965df050 100644
--- a/OpenKeychain/src/main/res/values-eu/strings.xml
+++ b/OpenKeychain/src/main/res/values-eu/strings.xml
@@ -338,7 +338,7 @@
osotasun egiaztapen hutsegitea! Datuak aldatuak izan dira!
sarhitz okerra
ezin da giltza pribatua atera
-
+
Android 4.1 behar duzu Android-ren NFC Beam ezaugarria erabiltzeko!
NFC gaitua izan behar da!
Beam gaitua izan behar da!
diff --git a/OpenKeychain/src/main/res/values-fa/strings.xml b/OpenKeychain/src/main/res/values-fa/strings.xml
index 10a0f2851..388e08057 100644
--- a/OpenKeychain/src/main/res/values-fa/strings.xml
+++ b/OpenKeychain/src/main/res/values-fa/strings.xml
@@ -171,7 +171,7 @@
کلیدی برای امضاء کردن داده نشد
رمزعبور اشتباه است
نمیتوان کلید شخصی را خارج کرد
-
+
امضاء نشده
امضاء معتبر نیست!
diff --git a/OpenKeychain/src/main/res/values-fi/strings.xml b/OpenKeychain/src/main/res/values-fi/strings.xml
index b3cbba284..6cea5da02 100644
--- a/OpenKeychain/src/main/res/values-fi/strings.xml
+++ b/OpenKeychain/src/main/res/values-fi/strings.xml
@@ -188,7 +188,7 @@
no punctuation, all lowercase,
they will be put after "error_message", e.g. "Error: file not found"-->
väärä salasana
-
+
Salattu
Ei salattu
diff --git a/OpenKeychain/src/main/res/values-fr/strings.xml b/OpenKeychain/src/main/res/values-fr/strings.xml
index fb476e503..d388c77fb 100644
--- a/OpenKeychain/src/main/res/values-fr/strings.xml
+++ b/OpenKeychain/src/main/res/values-fr/strings.xml
@@ -22,7 +22,7 @@
Partager le texte avec...
Chiffrer vers un fichier
Déchiffrer vers un fichier
- importer des clés
+ Importer des clés
Sauvegarder la clé
Sauvegarder les clés
clé introuvable
@@ -38,7 +38,7 @@
Gérer mes clés
Dépouiller cette sous-clé
- identités
+ Identités
Jeton de sécurité
Contact système relié
Preuves keybase.io
@@ -57,7 +57,7 @@
Fonctions expérimentales
Confirmer
Actions
- clé
+ Clé
Serveur de clés
Empreinte
Phrases
@@ -166,7 +166,7 @@
Nom
Commentaire
Courriel
- Synchroniser par l\'Internet
+ Synchroniser avec Internet
Empreinte
Définir une date d\'expiration
Serveurs de clés
@@ -240,9 +240,9 @@
- %d serveur de clés
- - %d serveur de clés
+ - %d serveurs de clés
- clé secrète :
+ Clé secrète :
Aucune
15 s
@@ -347,7 +347,7 @@
la vérification de l\'intégrité a échoué ! Les données ont été modifiées !
mot de passe erroné
impossible d\'extraire la clé privée
-
+
Il vous faut Android 4.1 pour utiliser la fonction Beam NFC d\'Android !
La NFC doit être activée !
Beam doit être activé !
@@ -633,7 +633,7 @@
Invalide
Quelque chose ne va pas avec cette identité !
- Aucune preuve en provenance de l\'Internet sur la fiabilité de cette clé.
+ Aucune preuve en provenance d\'Internet sur la fiabilité de cette clé.
Lancer la recherche
Keybase.io offre des « preuves » affirmant que le propriétaire de cette clé :
@@ -693,7 +693,7 @@
La taille de clé n\'est pas prise en charge par le jeton de sécurité !
Impossible de déplacer la clé vers le jeton de sécurité (soit elle a été dépouillée ou « déviée-vers-la-carte ») !
- Synchroniser avec l\'Internet
+ Synchroniser avec Internet
Ce champ est exigé
Les mots de passe ne correspondent pas
Vous avez saisie l\'identité suivante :
@@ -1402,7 +1402,7 @@
Vous ne pouvez pas créer de compte OpenKeychain manuellement..
Confidentialité
- OpenKeychain ne synchronise pas vos contacts avec l\'Internet. Il ne fait que relier les contacts aux clés d\'après les noms et les adresses courriel. Il le fait hors ligne sur votre appareil.
+ OpenKeychain ne synchronise pas vos contacts avec Internet. Il ne fait que relier les contacts aux clés d\'après les noms et les adresses courriel. Il le fait hors ligne sur votre appareil.
Accès aux contacts exigé
Toucher pour configurer la liaison aux contacts
@@ -1427,7 +1427,7 @@
Mauvaise balise. Veuillez ressayer.
Veuillez activer la NFC dans vos paramètres
- Cet appareil ne prends pas en charge la NFC
+ Cet appareil ne prend pas en charge la NFC
Écrit avec succès sur la balise NFC
Déverrouillé
Paramètres
diff --git a/OpenKeychain/src/main/res/values-hi/strings.xml b/OpenKeychain/src/main/res/values-hi/strings.xml
index 7d189f6e6..82c22b939 100644
--- a/OpenKeychain/src/main/res/values-hi/strings.xml
+++ b/OpenKeychain/src/main/res/values-hi/strings.xml
@@ -31,7 +31,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-hu/strings.xml b/OpenKeychain/src/main/res/values-hu/strings.xml
index 836f9789b..857fb5ee7 100644
--- a/OpenKeychain/src/main/res/values-hu/strings.xml
+++ b/OpenKeychain/src/main/res/values-hu/strings.xml
@@ -43,7 +43,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-id/strings.xml b/OpenKeychain/src/main/res/values-id/strings.xml
index 722bae5e7..a07d06f0d 100644
--- a/OpenKeychain/src/main/res/values-id/strings.xml
+++ b/OpenKeychain/src/main/res/values-id/strings.xml
@@ -35,7 +35,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-it/strings.xml b/OpenKeychain/src/main/res/values-it/strings.xml
index 3aec1a884..a377c8ec7 100644
--- a/OpenKeychain/src/main/res/values-it/strings.xml
+++ b/OpenKeychain/src/main/res/values-it/strings.xml
@@ -341,7 +341,7 @@
Controllo di integrita\' fallito! I dati sono stati modificati!
Password errata
impossibile estrarre la chiave privata
-
+
Devi avere Android 4.1 per usare Android NFC Beam!
NFC deve essere abilitato!
Nessuna chiave trovata!
@@ -966,9 +966,11 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
Verifica dati firma
Controllo firma OK
Dati danneggiati!
+ Errore sconosciuto durante apertura chiave!
Errore di controllo di integrità!
Manca la firma!
Controllo integrità OK!
+ Utilizzo della password dalla cache
Inizio operazione di decodifica...
Dati simmetrici non permessi, proseguo...
Sblocco chiave segreta
@@ -979,28 +981,54 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
Tipo MIME: %s
Ultima modifica: %s
Dimesione file: %s
+ Verifica dati firma
Errore di controllo d\'integrità!
OK
+ Preparazione compressione
Codifica dati in corso
Password errata!
+ Errore dati NFC!
+ Errore interno di PGP!
Nessuna chiave certificata!
+ Salvataggio portachiavi in corso
Identità certificata correttamente
Chiave non trovata!
+ Generazione del certificato fallita!
Chiave caricata con successo sul server
+
+ - Importazione della chiave
+ - Importazione di %d chiavi
+
Errore banca dati!
Errore di input/output!
Server: %s
+ ID chiave: %s
Chiave non trovata!
Niente da cancellare!
+
+ - Cancellazione di una chiave
+ - Cancellazione di %d chiavi
+
+ Cancellazione chiave %s
+ Cancellazione chiave %s fallita!
+ Non c\'è niente da revocare!
+ Revoca chiave %s
+ Revoca chiave fallita
+ Chiave revocata con successo
+ Errore del server (HTTP %s)
Errore di input output!
Errore di formato!
+ Risorsa non trovata!
+ Tempo di codifica: %ss
+ Tempo di decodifica: %ss
Nome file: \'%s\'
Il set di caratteri è \'%s\'
Il set di caratteri è sconosciuto, oppure i dati non sono testo.
Account salvato
+ Scaricamento completato!
%s
@@ -1012,9 +1040,14 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
Avvia Orbot
Riappropriati della tua privacy con OpenKeychain!
+ Crea mia chiave
+ Importa chiave da file
+ Usa Token
(Fidesmo, YubiKey NEO, SIGILANCE, …)
Salta Installazione
+ Utilizza questo Token
Backup
+ Ripristina
Certificatore
Dettagli Certificato
@@ -1035,6 +1068,7 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
Nessuna sottochiave di codifica disponibile!
Mostra chiave (%s)
Seleziona almeno un file da codificare!
+ Digitare del testo da codificare!
Chiave:
]]>
@@ -1053,34 +1087,80 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
Imposta password
NFC
+ Sbloccata
Impostazioni
Importa
+ N° seriale: %s
]]>
Importa
+ Reset
Importa chiave
Errore: %s
+
+ - PIN errato!\n%d tentativo rimasto.
+ - PIN errato!\n%d tentativi rimasti.
+
Errore sconosciuto
Riprovare
Cancella file originale
+ Output codificato come testo.
+ Output codificato come dati binari.
+ Compressione attivata.
+ Compressione disattivata.
+ Dati crittografati
Elaborazione in corso...
Errore durante il salvataggio del file!
File salvato!
Il file originale è stato cancellato.
+ Gli appunti sono vuoti!
+ Errore durante copia dei dati negli appunti!
+ La data di scadenza non può essere nel passato!
+ Esempio: https://example.com/pgpkey.txt
Verifica
Verifica in corso...
Verificato!
+ Errore di verifica!
+ Non ancora verificato
+ Collega all\'account
+ Identità collegate
+ Concludi
Sito (HTTPS)
GitHub
Twitter
Verifica
Riprova
+ Conferma
+ Guarda
Verifica in corso...
Errore
+ Conferma in corso...
+ Aggiorna chiave...
+ Collega all\'account di GitHub
+ Autorizzazione fallita!
+ Connessione scaduta!
Si è verificato un errore di rete!
+ Autorizzazione di GitHub
+ Condividi la tua chiave a GitHub, Twitter o altri siti web!
Sovrascrivi
+ Per favore inserisci il codice di backup:
+ Codice accettato!
+ Ok, l\'ho scritto!
+ Condividi il backup
+ Salva backup
+ Errore durante il salvataggio del backup!
+ Backup salvato
+ Il backup esiste già!
+ Salvato nella cartella di OpenKeychain
+ Torna indietro a controllare
+ Il testo è troppo lungo per essere mostrato per intero!
+ Vuoi condividere i log?
+ Condividi
Cancella
Salva
+ Modifica Identità
+ Modifica Sottochiavi
+ fino allo spegnimento dello schermo
per dieci minuti
per mezz\'ora
per un\'ora
@@ -1088,10 +1168,15 @@ Permetti accesso?\n\nATTENZIONE: Se non sai perche\' questo schermata e\' appars
per una giornata
per tre giorni
per sempre
+ Almeno un elemento deve essere selezionato!
+ Non puoi selezionare più di tre elementi!
+ Nessuna app PGP è stata trovata sul token di sicurezza
Installare PGP?
+ Non c\'era nessuna app PGP disponibile sul tuo dispositivo Fidesmo.
Installa
Annulla
Installare Fidesmo?
+ Per installare PGP hai bisogno dell\'applicazione Fidesmo per Android
Installa
Annulla
Donazione ad OpenKeychain
diff --git a/OpenKeychain/src/main/res/values-ja/strings.xml b/OpenKeychain/src/main/res/values-ja/strings.xml
index fbcda6654..d5324c2b4 100644
--- a/OpenKeychain/src/main/res/values-ja/strings.xml
+++ b/OpenKeychain/src/main/res/values-ja/strings.xml
@@ -348,7 +348,7 @@
完全性チェックが失敗しました! データに変更があります!
正しくないパスワードです
秘密鍵を取り出すことができません
-
+
Android NFC Beam機能を使うにはAndroid 4.1 が必要です!
NFCを有効にしてください!
Beamを有効にしてください!
diff --git a/OpenKeychain/src/main/res/values-kn/strings.xml b/OpenKeychain/src/main/res/values-kn/strings.xml
index cbbcec1b1..86053fba1 100644
--- a/OpenKeychain/src/main/res/values-kn/strings.xml
+++ b/OpenKeychain/src/main/res/values-kn/strings.xml
@@ -19,7 +19,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-ko/strings.xml b/OpenKeychain/src/main/res/values-ko/strings.xml
index 341174b3a..7a920db40 100644
--- a/OpenKeychain/src/main/res/values-ko/strings.xml
+++ b/OpenKeychain/src/main/res/values-ko/strings.xml
@@ -290,7 +290,7 @@
무결성 체크 실패! 데이터가 수정되었습니다!
암호 오류
개인키를 추출할 수 없음
-
+
NFC 빔 기능을 쓰기 위해선 안드로이드 4.1 이상이 필요합니다!
NFC가 활성화 되어 있어야 합니다!
빔이 활성화 되어 있어야 합니다!
diff --git a/OpenKeychain/src/main/res/values-la/strings.xml b/OpenKeychain/src/main/res/values-la/strings.xml
index cbbcec1b1..86053fba1 100644
--- a/OpenKeychain/src/main/res/values-la/strings.xml
+++ b/OpenKeychain/src/main/res/values-la/strings.xml
@@ -19,7 +19,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-nb/strings.xml b/OpenKeychain/src/main/res/values-nb/strings.xml
index 82d017a8e..7dedd56a0 100644
--- a/OpenKeychain/src/main/res/values-nb/strings.xml
+++ b/OpenKeychain/src/main/res/values-nb/strings.xml
@@ -278,7 +278,7 @@
ingen signaturnøkkel oppgitt
feil passord
kunne ikke pakke ut privat nøkkel
-
+
Du trenger Android 4.1 for å bruke Androids NFC-strålingsfunksjon!
NFC må være påslått!
Stråling må være påslått!
@@ -329,6 +329,8 @@
"Brainpool P-384"
"Brainpool P-512"-->
+ rask
+ veldig treg
Start
O-S-S
@@ -358,6 +360,8 @@
+ Vis avansert informasjon
+ Skjul avansert informasjon
Ingen nøkkel valgt
Velg nøkkel
Opprett ny nøkkel
@@ -427,6 +431,7 @@
Ukjent bevistype %s
+ Ei tekstfil
Bekreft
Endre passord
@@ -492,6 +497,12 @@
Inget passord oppgitt!
Intern OpenPGP-feil!
Manglende nøkkel for kryptering: %s
+ Bruker nøkkeltjener %s
+
+ - Sikkerhetskopi med én nøkkel
+ - Sikkerhetskopi med %d nøkler
+
+ Sikkerhetskopi med alle nøkler
Bruker melltomtjener: %s
Tjener: %s
Nøkkel-ID: %s
@@ -564,4 +575,20 @@
Prøv igjen
Slett orginalfil
+ Bekreft
+ Vis
+ Bekrefter…
+ Feil
+ Nettverksfeil!
+ Overskriv
+ Kode godtatt!
+ Sikkerhetskopi lagret
+ Del
+ Avbryt
+ Lagre
+ Husk
+ Installer
+ Avbryt
+ Installer
+ Avbryt
diff --git a/OpenKeychain/src/main/res/values-nl/strings.xml b/OpenKeychain/src/main/res/values-nl/strings.xml
index ced0f4e5e..035c7831e 100644
--- a/OpenKeychain/src/main/res/values-nl/strings.xml
+++ b/OpenKeychain/src/main/res/values-nl/strings.xml
@@ -347,7 +347,7 @@
integriteitcheck niet geslaagd! Data is bewerkt!
wachtwoord verkeerd
kan privésleutel niet uitpakken
-
+
U heeft minstens Android 4.1 nodig om Androids NFC Beam eigenschap te gebruiken!
NFC moet aangezet zijn!
Beam moet aangezet zijn!
diff --git a/OpenKeychain/src/main/res/values-pl/strings.xml b/OpenKeychain/src/main/res/values-pl/strings.xml
index 97589a1ac..aac0a65fc 100644
--- a/OpenKeychain/src/main/res/values-pl/strings.xml
+++ b/OpenKeychain/src/main/res/values-pl/strings.xml
@@ -149,11 +149,13 @@
- 1 klucz
- %d klucze
+ - %d kluczy
- %d kluczy
- %d serwer kluczy
- %d serwery kluczy
+ - %d serwerów kluczy
- %d serwerów kluczy
Klucz prywatny:
@@ -203,6 +205,7 @@
- zignorowano %d zły tajnych klucz. Prawdopodobnie wyeksportowałeś go przy użyciu opcji\n --export-secret-subkeys\nUpewnij się, że wyeksportujesz go z opcją\n --export-secret-keys
- zignorowano %d złych tajnych kluczy. Prawdopodobnie wyeksportowałeś je przy użyciu opcji\n --export-secret-subkeys\nUpewnij się, że wyeksportujesz je z opcją\n --export-secret-keys
+ - zignorowano %d złych tajnych kluczy. Prawdopodobnie wyeksportowałeś je przy użyciu opcji\n --export-secret-subkeys\nUpewnij się, że wyeksportujesz je z opcją\n --export-secret-keys
- zignorowano %d złych tajnych kluczy. Prawdopodobnie wyeksportowałeś je przy użyciu opcji\n --export-secret-subkeys\nUpewnij się, że wyeksportujesz je z opcją\n --export-secret-keys
Lista jest pusta!
@@ -223,7 +226,7 @@
Brak treści szyfrowanej lub podpisanej OpenPGP!
Sprawdzanie spójności zakończone niepowodzeniem! Dane były modyfikowane!
nie można wyodrębnić klucza prywatnego
-
+
Potrzebujesz Androida 4.1 aby korzystać z Android NFC Beam
Nie znaleziono kluczy!
Pobieranie ID klucza z kontaktów nie powiodło się!
@@ -265,6 +268,7 @@
- eksportowanie klucza...
- eksportowanie kluczy...
+ - eksportowanie kluczy...
- eksportowanie kluczy...
wyodrębnianie klucza podpisu...
@@ -328,21 +332,25 @@
- Pomyślnie zaimportowano klucz%2$s.
- Pomyślnie zaimportowano %1$d kluczy%2$s.
+ - Pomyślnie zaimportowano %1$d kluczy%2$s.
- Pomyślnie zaimportowano %1$d kluczy%2$s.
- Pomyślnie zaktualizowano klucz%2$s.
- Pomyślnie zaktualizowano %1$d kluczy%2$s.
+ - Pomyślnie zaktualizowano %1$d kluczy%2$s.
- Pomyślnie zaktualizowano %1$d kluczy%2$s.
- Nie udało się zaimportować jednego klucza!
- Nie udało się zaimportować %d kluczy!
+ - Nie udało się zaimportować %d kluczy!
- Nie udało się zaimportować %d kluczy!
- Nieudany import!
- Import %d kluczy nie udał się!
+ - Import %d kluczy nie udał się!
- Import %d kluczy nie udał się!
Nie ma nic do importowania.
@@ -351,21 +359,25 @@
- Pomyślnie usunięto jeden klucz
- Pomyślnie usunięto %1$d kluczy
+ - Pomyślnie usunięto %1$d kluczy
- Pomyślnie usunięto %1$d kluczy
- , ale nie udało się usunąć jednego klucza%2$s.
- , ale nie udało się usunąć %1$d kluczy%2$s.
+ - , ale nie udało się usunąć %1$d kluczy%2$s.
- , ale nie udało się usunąć %1$d kluczy%2$s.
- Pomyślnie usunięto klucz%2$s.
- Pomyślnie usunięto %1$d kluczy%2$s.
+ - Pomyślnie usunięto %1$d kluczy%2$s.
- Pomyślnie usunięto %1$d kluczy%2$s.
- Błąd usuwania jednego klucza%2$s.
- Błąd usuwania %1$d kluczy.
+ - Błąd usuwania %1$d kluczy.
- Błąd usuwania %1$d kluczy.
Nie ma nic do usunięcia.
@@ -375,11 +387,13 @@
- Certyfikacja nie powiodła się!
- Nie udana certyfikacja dla %d kluczy!
+ - Nie udana certyfikacja dla %d kluczy!
- Nie udana certyfikacja dla %d kluczy!
- Certyfikacja nie powiodła się!
- Certyfikacja %d kluczy nie powiodła się!
+ - Certyfikacja %d kluczy nie powiodła się!
- Certyfikacja %d kluczy nie powiodła się!
@@ -421,6 +435,7 @@ OSTRZEŻENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezw
- 1 klucz wybrany.
- %d kluczy wybranych.
+ - %d kluczy wybranych.
- %d kluczy wybranych.
Nie znaleziono kluczy!
@@ -547,6 +562,7 @@ OSTRZEŻENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezw
- Importowanie klucza
- Importowanie %d kluczy
+ - Importowanie %d kluczy
- Importowanie %d kluczy
Operacja importowania nie udała się!
@@ -555,6 +571,7 @@ OSTRZEŻENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezw
- Usuwanie jednego klucza
- Usuwanie %d kluczy
+ - Usuwanie %d kluczy
- Usuwanie %d kluczy
Usuwanie klucza %s
@@ -562,11 +579,13 @@ OSTRZEŻENIE: Jeżeli nie wiesz, czemu wyświetlił się ten komunikat, nie zezw
- Pomyślnie usunięto klucz
- Pomyślnie usunięto %d kluczy
+ - Pomyślnie usunięto %d kluczy
- Pomyślnie usunięto %d kluczy
- Nie udało się usunąć jednego klucza
- Nie udało się usunąć %d kluczy
+ - Nie udało się usunąć %d kluczy
- Nie udało się usunąć %d kluczy
diff --git a/OpenKeychain/src/main/res/values-pt-rBR/strings.xml b/OpenKeychain/src/main/res/values-pt-rBR/strings.xml
index 4b3524c88..13356cb44 100644
--- a/OpenKeychain/src/main/res/values-pt-rBR/strings.xml
+++ b/OpenKeychain/src/main/res/values-pt-rBR/strings.xml
@@ -80,8 +80,8 @@
Proximo
Voltar
Não
- Impressões digitais não conferem
- Senhas não conferem
+ Impressões digitais conferem
+ Senhas conferem
Encriptar/Assinar e compartilhar texto
Encriptar/Assinar e copiar texto
Encriptar/Assinar e colar texto
@@ -347,7 +347,7 @@
a verificação de integridade falhou! Os dados foram modificados!
senha incorreta
não foi possível extrair a chave privada
-
+
Você precisa do Android 4.1 para usar a funcionalidade Android NFC Beam!
O NFC precisa estar habilitado!
O Beam precisa estar habilitado!
@@ -695,7 +695,7 @@
Sincronizar com a Internet
Este campo é requerido
- As senhas não coincidem
+ As senhas não conferem
Você inseriu a seguinte identidade:
Criar a chave pode demorar um pouco, tome um cafezinho até lá...
(3 sub-chaves, RSA, 4096 bit)
@@ -977,7 +977,7 @@
A criação de novas sub-chaves não é suportada para chaves primárias \'desviar-para-cartão\'!
O número de série de uma chave \'desviar-para-cartão\' precisa ter 16 bytes! Isto é um erro programático, por favor, envie um relatório de erro!
Exceção ao codificar!
- A impressão digital atual da chave não coincide com o esperado!
+ A impressão digital atual da chave não confere com o esperado!
Nenhum ID de usuário. Isto é um erro interno, por favor, envie um relatório de erro!
Erro interno, a verificação de integridade falhou!
Nenhum certificado mestre encontrado para operar! (Todos revogados?)
@@ -1371,7 +1371,7 @@
Nao há certificados para esta chave
Apenas auto-certificados validados e certificados válidos criados com suas chaves são exibidos aqui.
Identidades para
- As chaves que você está inportando contém \"identidades\": nomes e endereços de email. Selecione exatamente aqueles que coincidem com o que você espera para confirmação.
+ As chaves que você está importando contém \"identidades\": nomes e endereços de email. Selecione exatamente aqueles que coincidem com o que você espera para confirmação.
Compare a impressão digital, caractere por caractere, com aquele exibido no dispositivo de seu parceiro.
Compare estas frases com aquelas exibidas no dispositivo do seu parceiro.
Razão da revogação
@@ -1413,7 +1413,7 @@
Senha
Nenhuma senha
Nenhuma senha configurada
- As senhas não coincidem
+ As senhas coincidem
Senha salva
Senha inválida
Falta a senha
diff --git a/OpenKeychain/src/main/res/values-ro/strings.xml b/OpenKeychain/src/main/res/values-ro/strings.xml
new file mode 100644
index 000000000..fda64f9e5
--- /dev/null
+++ b/OpenKeychain/src/main/res/values-ro/strings.xml
@@ -0,0 +1,369 @@
+
+
+
+ OpenKeychain
+
+ Criptează
+ Criptează
+ Decriptează
+ Editează cheia
+ Setări
+ Aplicații
+ Schimbă parola
+ Partajează cheia cu...
+ Partajează fișierul cu...
+ Partajează textul cu...
+ Importă chei
+ Confirmă cheia
+ Detalii cheie
+ Ajutor
+ Jurnal
+ Schimbă chei
+ Avansat
+ Gestionează cheile mele
+
+ Identități
+ Căutare chei
+ Parole și PIN-uri
+ Anonimitate Rețea
+ Sincronizare
+ Funcționalități experimentale
+ Confirmă
+ Acțiuni
+ Cheie
+ Amprentă
+ Criptează
+ Decriptează / Verifică
+
+ Salvează fișierul
+ Salvează
+ Vezi jurnalul
+ Anulare
+ Șterge
+ Okay
+ Înainte
+ Înapoi
+ Nu
+ Creează cheia
+ Adaugă fișier(e)
+ Partajează
+ Deschide cu...
+ Copiază în clipboard
+ Citește din clipboard
+ Selectează un fișier de intrare
+ Criptează fișiere
+ Criptează text
+ Adaugă o adresă de email adițională
+ Deblochează
+ Adaugă
+ Salvat!
+
+ Criptează fișiere
+ Schimbă chei
+ Criptează text
+
+ Setări
+ Ajutor
+ Șterge cheia
+ Gestionează cheile mele
+ Caută
+ Setări NFC
+ Selectează tot
+ Actualizează toate cheile
+ Avansat
+ Schimbă parola
+ Adaugă
+
+ Text
+ Fișier
+ Fișier(e)
+ Fișier:
+ Nici o parolă
+ Parolă
+ PIN
+ Repetă parola
+ Arată parola
+ Algoritm
+ Semnează cu:
+ Criptează cu parolă
+ ID cheie
+ Cheie creată %s
+ Tip
+ Mărime cheie
+ Curbă eliptică
+ Nume
+ Comentariu
+ Email
+ Sincronizează pe Internet
+ Amprentă
+ URL
+ Temă
+ keybase.io
+ Caută chei pe keybase.io
+ Facebook
+
+
+ Activează Tor
+ Gazdă proxy
+ Port proxy
+ Tip proxy
+
+ HTTP
+ SOCKS
+
+ Nu folosi Tor
+
+ Instalez Orbot pentru a utiliza Tor?
+ Instalează
+ Anulare
+ Nu folosi Tor
+
+ Anulare
+ Nu folosi Tor
+
+ - 1 cheie
+ - %d chei
+ - %d chei
+
+
+ 15 sec
+ 1 min
+ 3 min
+ 5 min
+ 10 min
+ 20 min
+ 40 min
+ 1 oră
+ 2 ore
+ 4 ore
+ 8 ore
+ Deschide...
+ RSA 2048
+ RSA 3072
+ RSA 4096
+ ECC P-256
+ ECC P-521
+ Semnează
+ Criptează
+ Semnează și Criptează
+ Eroare
+ Închisă
+ Deschisă
+
+ Parolă greșită.
+ Parolele nu se potrivesc.
+ Te rog introdu o parolă.
+ Introdu parola
+ Introdu parola pentru \'%s\'
+
+ parolă greșită
+
+
+ Criptat
+ Arată
+
+ Cheia mea:
+
+ Gata.
+ Anulare
+ se generează o nouă cheie RSA...
+ se generează o nouă cheie DSA...
+ se generează o nouă cheie ElGamal...
+ se generează o nouă cheie ECDSA...
+ se generează o nouă cheie ECDH...
+ se schimbă parola...
+ se generează semnătura...
+
+
+ 2048
+ 3072
+ 4096
+ 8192
+
+ NIST P-256
+ NIST P-384
+ NIST P-521
+
+
+ rapid
+ foarte încet
+
+ Start
+ FAQ
+ Despre
+ Versiune:
+ Donează
+
+ Căutare chei
+ Scanează cod QR
+
+
+ Detalii
+
+
+ Nimic de șters.
+
+
+
+
+ Creează o cheie nouă
+ Salvează
+ Anulare
+ Pornește aplicația
+ Șterge contul
+ Avansat
+ Setări
+
+ Partajează prin cod QR
+ Partajează prin NFC
+
+
+
+
+ Căutare chei
+ Importă dintr-un fișier
+
+ Editează
+ Criptează text
+ fișiere
+ Partajează cu...
+ Start
+ Partajează
+ Certificate
+ Keybase.io
+ Revocat
+ Confirmat
+
+
+
+ Schimbă parola
+
+ Sincronizează pe Internet
+ Ai introdus următoarea identitate:
+ Crearea cheii o să dureze ceva timp, servește o cafea între timp...
+ Alege un nume asociat cu această cheie. Acesta poate fi un nume complet, ex., \'John Doe\', sau o poreclă, ex., \'Johnny\'
+ Introdu adresă ta principală de email folosită pentru comunicare în siguranță.
+ Alege o parolă puternică. Îți va proteja cheia ta dacă dispozitivul tău este furat.
+ Nume complet sau poreclă
+ Schimbă configurația cheii
+ Adaugă adresă de email
+ PIN
+
+ Cheia mea
+
+ URL invalid!
+
+ Chei
+ Criptare/Decriptare
+ Aplicații
+ Cheile mele
+ Backup/Restaurare
+
+
+ implicit
+ OK
+
+ Eroare internă!
+
+
+ Eroare bază de date!
+
+
+
+
+ Nimic de făcut!
+
+
+
+
+
+ Datele sunt corupte!
+
+ OK
+
+
+ Parolă greșită!
+ Eroare bază de date!
+ Cheia nu a fost găsită!
+
+ Cont salvat
+
+
+
+ Parolă
+
+
+ Creează cheia mea
+ Importă o cheie dintr-un fișier
+ Folosește un Token de Securitate
+ Sari peste configurare
+ Backup-urile care includ cheile proprii nu trebuiesc partajate niciodată cu alte persoane!
+ Toate cheile + cheile proprii
+ Toate cheile
+
+ Identitate
+ Tip
+ nici o parolă
+ Cheie:
+ Pornește schimbul
+
+ Confidențialitate
+
+
+
+ Introdu parola
+ Parolă
+ Nici o parolă
+ Nu este setată nici o parolă
+ Parolele se potrivesc
+ Parolă salvată
+ Parolă invalidă
+ Lipsește parola
+ Setează parola
+ NFC
+
+ Setări
+ Importă
+ Importă
+ Importă o cheie
+ Eroare necunoscută
+ Încearcă din nou
+ Verifică
+
+ Se verifică...
+ Verificat!
+ Eroare la verificare!
+ GitHub
+ Twitter
+ Verifică
+ Confirmă
+ Se verifică...
+ Eroare
+ Se confirmă...
+ Autorizează prin GitHub...
+ Suprascrie
+ Cod acceptat!
+ Anulare
+ Salvează
+ Instalez PGP?
+ Instalează
+ Anulare
+ Instalează
+ Anulare
+ Donație OpenKeychain
+
+ - 1 EURO
+ - 2 EURO
+ - 3 EURO
+ - 5 EURO
+ - 10 EURO
+ - 50 EURO
+ - 100 EURO
+
+
diff --git a/OpenKeychain/src/main/res/values-ru/strings.xml b/OpenKeychain/src/main/res/values-ru/strings.xml
index 10ab0555b..635c5ca1c 100644
--- a/OpenKeychain/src/main/res/values-ru/strings.xml
+++ b/OpenKeychain/src/main/res/values-ru/strings.xml
@@ -354,7 +354,7 @@
Проверка целостности не удалась! Данные изменились!
неправильный пароль
не удалось извлечь личный ключ
-
+
Для использования NFC Beam требуется Android 4.1+ !
Необходимо включить NFC!
Необходимо включить Beam!
@@ -514,6 +514,12 @@
- Успешно обновлено %1$d ключей%2$s.
- Успешно обновлено %1$d ключей%2$s.
+
+ - Ошибка импорта ключа!
+ - Ошибка импорта %d ключей!
+ - Ошибка импорта %d ключей!
+ - Ошибка импорта %d ключей!
+
- Импортирование ключа завершилось неудачно!
- Импортирование %d ключей завершилось неудачно!
@@ -523,6 +529,12 @@
Нет данных для импорта.
Импорт отменен.
+
+ - Ключ успешно удален
+ - Успешно удалено %1$d ключей
+ - Успешно удалено %1$d ключей
+ - Успешно удалено %1$d ключей
+
- , но не удалось удалить ключ%2$s.
- , но не удалось удалить %1$d ключа%2$s.
@@ -716,6 +728,7 @@
Добавьте хотя бы один доп. ключ!
Алгоритм не поддерживается токеном безопасности!
Размер ключа не поддерживается токеном безопасности!
+ Нельзя перенести ключ на Брелок (отделенный или \'переносимый на карту\')!
Синхронизация с интернетом
Это обязательне поле
@@ -898,6 +911,7 @@
Секретный доп. ключ %s отмечен как доступный, с пустым паролем
Секретный доп. ключ %s отмечен как доступный, с PIN
Секретный доп. ключ %s отмечен как отделённый
+ Секретный доп.ключ %s отмечен как \'переносимый на карту\'
Связка ключей не содержит новых данных, нечего делать
Успешно добавлена связка секретных ключей
@@ -1007,6 +1021,8 @@
Изменение связки %s
Будет отвлекать на токен безопасности для криптографических операций
+ Создание новых доп.ключей не поддерживается для \'переносимых на карту\' ключей!
+ Сериный номер \'переносимого на карту\' ключа должна быть 16 байт! Это ошибка в программе, сообщите разработчику!
Ошибка кодирования!
Отпечаток ключа не совпадает с представленным!
Нет ID ключа. Это программная ошибка. Пожалуйста, сообщите об этом!
diff --git a/OpenKeychain/src/main/res/values-sl/strings.xml b/OpenKeychain/src/main/res/values-sl/strings.xml
index 4dea8b566..943add07f 100644
--- a/OpenKeychain/src/main/res/values-sl/strings.xml
+++ b/OpenKeychain/src/main/res/values-sl/strings.xml
@@ -189,7 +189,7 @@
Ne najdem nobene vsebine šifrirane ali podpisane z OpenPGP!
Preverba neokrnjenosti ni bila uspešna! Podatki so bili spremenjeni!
ne morem izvleči zasebnega ključa
-
+
Za uporabo storitve NFC Beam potrebujete najmanj Android 4.1!
Vključen mora biti NFC!
Vključen mora biti Beam!
diff --git a/OpenKeychain/src/main/res/values-sr/strings.xml b/OpenKeychain/src/main/res/values-sr/strings.xml
index f77c5eef8..74e9717c9 100644
--- a/OpenKeychain/src/main/res/values-sr/strings.xml
+++ b/OpenKeychain/src/main/res/values-sr/strings.xml
@@ -339,7 +339,7 @@
провера интегритета није успела! Подаци су измењени!
погрешна лозинка
не могох да извучем лични кључ
-
+
Потребан вам је Андроид 4.1 да бисте користили Андроидову могућност НФЦ Снопа!
НФЦ мора бити укључен!
Бим мора бити укључен
diff --git a/OpenKeychain/src/main/res/values-sv/strings.xml b/OpenKeychain/src/main/res/values-sv/strings.xml
index 4cfb9a5a8..9df3fa385 100644
--- a/OpenKeychain/src/main/res/values-sv/strings.xml
+++ b/OpenKeychain/src/main/res/values-sv/strings.xml
@@ -189,18 +189,24 @@
Nycklar uppdateras inte automatiskt
Synkronisera bara på Wifi
Länka nycklar till kontakter
+ Länka nycklar till kontakter baserade på namn och e-postadresser. Detta sker helt offline på enheten.
+ Nya nycklar kommer inte att kopplas till kontakter
Automatiska nyckel uppdateringar
Varning
+ Dessa funktioner är ännu inte klar eller resultat användarupplevelse/säkerhetsforskning. Således, lita inte på deras säkerhet och vänligen rapporterar inte problem som du påträffar!
+ Bekräftelse med fraser
+ Bekräfta nycklar med fraser istället för hexadecimala fingeravtryck
Länkade identiteter
+ Länka nycklarna till Twitter, GitHub, webbplatser eller DNS (liknande keybase.io men decentraliserade)
Keybase.io-bevis
Aktivera Tor
- Kräver att Orbot är installerat
+ Kräver att Orbot är installerad
Aktivera annan proxy
- Proxy värd
- Proxy värd kan inte vara tom
- Proxy port
+ Proxyvärd
+ Proxyvärd kan inte vara tom
+ Proxyport
Proxytyp
HTTP
@@ -214,8 +220,8 @@
Använd inte Tor
Starta Orbot?
- Starta Orbot?
- Starta Orbot?
+ Starta Orbot
+ Starta Orbot
Avbryt
Använd inte Tor
@@ -269,6 +275,8 @@
Ange PIN för \'%s\'
Ange PIN-kod för att få tillgång till säkerhetstoken för \'%s\'
Håll Säkerhetstoken mot NFC markören på baksidan av enheten.
+ Håll säkerhetstoken mot baksidan!
+ Ta bort säkerhetstoken nu.
Radera orginalfiler?
Följande filer kommer raderas:%s
%1$d av %2$d filer har raderats.%3$s
@@ -320,7 +328,7 @@
integritetskontroll misslyckades! Data har modifierats!
fel lösenord
kunde inte extrahera privat nyckel
-
+
Du behöver Android 4.1 för att använda Androids NFC Beam-funktion!
NFC måste vara aktiverat!
Beam måste vara aktiverat!
@@ -328,6 +336,7 @@
Inga nycklar valda för import!
Det gick inte att hämta nyckel-ID:t från kontakter!
Ett generiskt fel inträffade, skapa en ny buggrapport för OpenKeychain.
+ Kan inte läsa filer från lagring eftersom åtkomst har nekats!
Inte signerat
Ogiltig signatur!
@@ -439,6 +448,7 @@
Skanna QR-kod
Håll din kamera över QR-koden!
+ Ingen sökfråga definierad. Du kan fortfarande söka manuellt på denna nyckelserver .
Detaljer
, med varningar
@@ -483,7 +493,12 @@
Raderingsoperation avbruten.
Återkallat nyckel.
+ Inget att återkalla.
+
+ - Framgångsrikt bekräftade key%2$s.
+ - Framgångsrikt bekräftade %1$d keys%2$s.
+
- Certifiering misslyckades!
- Certifiering misslyckades för %d nycklar!
@@ -520,6 +535,8 @@
Tillåt åtkomst
Tillåt inte åtkomst
Välj en nyckel!
+ Inga nycklar hittades för dessa e-postadresser:
+ Mer än en nyckel existerar för dessa e-postadresser:
Se över listan med mottagare!
Välj mottagare!
Signaturkontroll misslyckades! Har du installerat appen från en annan källa? Om du är säker på att det här inte är en attack, återkalla den här appens registrering i OpenKeychain och registrera sen om appen igen.
@@ -538,6 +555,7 @@
Inga nycklar hittades!
Visa alla nycklar
+ Visa bekräftade nycklar endast
Skanna QR-kod
Nyckelsökning
Importera från fil
@@ -561,6 +579,7 @@
Bekräftad
Denna identitet har bekräftats av dig.
Inte bekräftad
+ Denna identitet har inte bekräftats ännu. Du kan inte vara säker på om identiteten verkligen motsvarar en viss person.
Ogiltig
Något är fel med den här identiteten!
@@ -802,6 +821,7 @@
Inget nyckel-ID. Det här är ett internt fel, skicka en buggrapport!
Dåligt primärt användar-ID angivet!
Återkallade användar-ID:n kan inte vara primära!
+ Inget att göra!
Internt OpenPGP-fel!
Återkrypterar undernyckel %s med nytt lösenord
Ersätter certifikat för tidigare primärt användar-ID
@@ -945,11 +965,17 @@
- Misslyckades med att radera en nyckel
- Misslyckades med att radera %d nycklar
+ Inget att återkalla!
Återkallat nyckel
+ Verifierar länkad identitet...
+ Söker efter token
Krypteringstid: %ss
Genomsnittlig tidsåtgång för att kryptera 5 MB: %ss
Konto sparat
+ Nyckel sökfråga gav alltför många kandidater. Vänligen förfina din förfråga!
+ Sökfråga för kort. Vänligen förfina din förfråga!
+ Ett fel uppstod vid sökning efter nycklar.
@@ -964,7 +990,9 @@
Ta tillbaka din integritet med OpenKeychain!
Skapa min nyckel
Importera nyckel från fil
+ Använd säkerhetstoken
Hoppa över inställning
+ Använd denna säkerhetstoken
Säkerhetskopior som innehåller dina egna nycklar får aldrig delas med andra människor!
Alla nycklar + dina egna nycklar
Alla nycklar
@@ -974,13 +1002,16 @@
Certifikatinformation
Identitet
Inga certifikat för den här nyckeln
+ Endast validerade själv certifikat och validerade certifikat som skapats med dina nycklar visas här.
Identiteter för
Nycklarna du importerar innehåller \"identiteter\": namn och e-postadresser. Välja exakt de för bekräftelse som matchar vad du förväntade dig.
+ Jämför dessa fraser med de som visas på din partners enhet.
Anledning till återkallelse
Typ
Nyckel hittades inte!
Fel vid bearbetning av nyckel!
rensad
+ inget lösenord
otillgänglig
Dina egna nycklar kan bara raderas var för sig!
Visa certifikatinformation
@@ -999,17 +1030,21 @@
Integritet
OpenKeychain synkroniserar inte dina kontakter med Internet. Den länkar bara kontakter med nycklar baserade på namn och e-postadresser. Detta sker offline på enheten.
+ Tryck för att konfigurera länkning till kontakter
Skriv lösenord
Lösenord
Inget lösenord
+ Inget lösenord angivet
Lösenord sparat
+ Lösenord ogiltigt
Igen
Låsmönster
NFC + Låsmönster
Upplåsningmetod
+ Ange lösenord
Dra låsmönster
NFC
@@ -1018,45 +1053,86 @@
Denna enhet stöder inte NFC
Upplåst
Inställningar
+ Visa
+ Importera
+ Håll säkerhetstoken mot baksidan av din enhet.
Importera
+ Återställ
Importera nyckel
+ Fel: %s
+ Försök igen
Radera ursprunglig fil
Filnamn är krypterad.
Filnamn är inte krypterade.
+ (fel, tom logg)
Nyckel säkerhetskopiering (rör för att importera)
Visa krypterat/signerat innehåll
Dela krypterat/signerat innehåll
Visa i OpenKeychain
Krypterad data
+ Fil vid sparande av fil!
+ Fil sparad!
Urklipp är tomt!
+ Genom att skapa en länkad identitet av denna typ, kan du länka din nyckel till en webbplats som du styr.
+ För att göra detta, publicerar du en textfil på denna webbplats, sedan skapa en länkad identitet som länkar till den.
+ Verifiera
+ Kopplingen mellan denna webbplats och nyckeln har säkert verifierats. Om du anser att webbplatsen är äkta, bekräfta denna verifiering med din nyckel.
+ Kopplingen mellan detta GitHub konto och nyckeln har säkert verifierats. Om du tror att kontot är äkta, bekräfta denna verifikation med din nyckel.
+ Kopplingen mellan detta domännamn och nyckeln har säkert verifierats. Om du tror att domänen är äkta, bekräfta denna verifikation med din nyckel.
+ Kopplingen mellan detta Twitter konto och nyckeln har säkert verifierats. Om du tror att kontot är äkta, bekräfta denna verifikation med din nyckel.
+ Verifierar...
+ Verifierad!
Inte verifierad ännu
+ Länka till konto
+ Länkade identiteter
+ Färdig
Webbsida (HTTPS)
GitHub
Twitter
+ Länkad identitet
Verifiera
Bekräfta
Visa
Verifierar...
Fel
Bekräftar…
+ Skapa länkad identitet
Uppdatera nyckel...
+ Länka till GitHub konto
Nätverksfel!
+ Skriv över
Säkerhetskopian kommer att säkras med en säkerhetskod. Skriv ner den innan du fortsätter!
Ange säkerhetskopieringskod:
+ OK, jag skrev ner det!
Dela säkerhetskopia
Spara säkerhetskopia
+ Fel vid sparande av säkerhetskopia!
Säkerhetskopia sparad
Säkerhetskopia existerar redan!
+ Dela logg?
Dela
Avbryt
Spara
+ Redigera identiteter
+ Redigera undernycklar
+ Sök efter\n\'%s\'
+ till skärmen stängs
+ för tio minuter
+ för trettio minuter
+ för en timme
+ för tre veckor
+ för en dag
+ för tre dagar
för alltid
Kom ihåg
+ Ingen PGP-app hittades på säkerhetstoken
Installera PGP?
+ Det fanns inget PGP-app tillgängligt på din Fidesmo-enhet.
Installera
Avbryt
Installera Fidesmo?
+ För att installera PGP behöver du Fidesmo Android-appen.
Installera
Avbryt
OpenKeychain donation
diff --git a/OpenKeychain/src/main/res/values-tr/strings.xml b/OpenKeychain/src/main/res/values-tr/strings.xml
index 9bebdc798..618f26bbf 100644
--- a/OpenKeychain/src/main/res/values-tr/strings.xml
+++ b/OpenKeychain/src/main/res/values-tr/strings.xml
@@ -143,7 +143,7 @@
Geçerli olan şifrelenmiş ya da imzalanmış OpenPGP içeriği yok!
Bütünlük kontrolü başarısız! Veri değiştirilmiş!
özel anahtar çıkarılamadı
-
+
Android\'in NFC Beam özelliğini kullanabilmek için Android 4.1 kullanmalısınız!
Anahtar bulunamadı!
Kişilerden anahtar ID getirme işlemi başarısız!
diff --git a/OpenKeychain/src/main/res/values-uk/strings.xml b/OpenKeychain/src/main/res/values-uk/strings.xml
index a0484abf8..f9fe43680 100644
--- a/OpenKeychain/src/main/res/values-uk/strings.xml
+++ b/OpenKeychain/src/main/res/values-uk/strings.xml
@@ -4,22 +4,37 @@
http://developer.android.com/guide/topics/resources/string-resource.html (scroll down to "Escaping apostrophes and quotes").-->
OpenKeychain
+ Зашифрувати текст
+ Зашифрувати файл
Розшифрувати
Додати підключ
+ Змінити основний ключ
Редагувати ключ
+ Створити зв\'язану сутність
+ Налаштування
Програми
+ Сервера ключів OpenPGP
+ Змінити пароль
Поділитися відбитком із…
Поділитися ключем з…
Поширити файл з…
+ Поділитися текстом через...
Зашифрувати до файлу
Розшифрувати до файлу
Імпортувати ключі
+ Резервний ключ
+ Резервні ключі
Ключ не знайдено
Завантажити на сервер ключів
+ Резервування ключа
Подробиці про ключ
Довідка
Журнал
Обміняти ключі
+ Додаткове
+ Вилучити ВАШ ключ «%s»?
+ Управління моїми ключами
+ Відділити цей підключ
Сутності
Підключі
@@ -30,6 +45,9 @@
Розшифрувати, перевірити та зберегти файл
Зашифрувати та поширити файл
+ Зберегти файл
+ Зберегти
+ Переглянути журнал
Скасувати
Вилучити
Необмежено
@@ -37,24 +55,40 @@
Завантажити на сервер ключів
Далі
Назад
+ Ні
Переглянути ключ сертифікації
Створити ключ
Додати файл(и)
+ Відкрити через...
+ Копіювати у буфер обміну
+ Отримати з буфера обміну
+ Вибрати вхідний файл
+ Додати
Параметри
Довідка
Вилучити ключ
Пошук
+ Налаштування NFC
Налаштування променя
Зашифрувати…
Вибрати усе
Експортувати усі ключі
+ Оновити всі ключі
+ Змінити пароль
+ Додати
+ Текст
Файл
Файл(и)
Файл:
+ Без пароля
+ Пароль
+ PIN
Розблоковується…
+ Повторити пароль
+ Показати пароль
Алгоритм
Файл ASCII Armor
Увімкнути ASCII Armor
@@ -63,8 +97,11 @@
Вилучити після розшифрування
Алгоритм шифрування
Хеш алгоритм
+ Стиснення тексту
Стиснення файлу
ІД ключа
+ Ключ створено %s
+ Тип
Створення
Закінчення
Використання
@@ -74,15 +111,30 @@
Назва
Коментар
Ел. пошта
+ Синхронізувати з інтернетом
Відбиток
Задати термін дії
бажаний
+ URL
+ Тема
+ Facebook
+ Шукати ключі в Facebook по імені користувача
+ Попередження
+ HTTP
+ SOCKS
+ Не використовувати Tor
+ Встановити
+ Скасувати
+ Скасувати
+ Не використовувати Tor
+ ]]>
+ ]]>
- 1 ключ
- %d ключі
@@ -108,9 +160,17 @@
4 години
8 годин
назавжди
+ Вибрати ключ
Відкрити…
+ RSA 2048
+ RSA 3072
+ RSA 4096
+ ECC P-256
+ ECC P-521
Помилка
Помилка: %s
+ Темна
+ Світла
Нема встановленого сумісного менеджера файлів.
Успішно підписано та/або перевірено.
@@ -147,7 +207,7 @@
не подано ключ підпису
Невдала перевірка цілісності! Дані вже змінено!
не можна витягти секретний ключ
-
+
Вам потрібний Android 4.1 для використання функції Androids NFC промінь!
Ключ не знайдено!
Трапилася загальна помилка, будь ласка, створіть новий звіт про помилку для OpenKeychain.
@@ -163,6 +223,7 @@
Готово.
Скасувати
+ скасування...
збереження…
імпортується…
експортується…
@@ -268,6 +329,7 @@
Не вибрано ключа
Вибрати ключ
+ Створити новий ключ
Зберегти
Скасувати
Відкликати доступ
diff --git a/OpenKeychain/src/main/res/values-vi/strings.xml b/OpenKeychain/src/main/res/values-vi/strings.xml
index 55e0b2c42..5573ca9e4 100644
--- a/OpenKeychain/src/main/res/values-vi/strings.xml
+++ b/OpenKeychain/src/main/res/values-vi/strings.xml
@@ -215,7 +215,7 @@
-
+
diff --git a/OpenKeychain/src/main/res/values-zh-rTW/strings.xml b/OpenKeychain/src/main/res/values-zh-rTW/strings.xml
index 2997b7ce1..fdc0fd293 100644
--- a/OpenKeychain/src/main/res/values-zh-rTW/strings.xml
+++ b/OpenKeychain/src/main/res/values-zh-rTW/strings.xml
@@ -13,6 +13,7 @@
設定
應用程式
OpenPGP金鑰伺服器
+ 自訂\"記住時間\"選項
修改金鑰密碼
分享指紋…
分享金鑰…
@@ -34,10 +35,12 @@
進階
刪除您的金鑰 \'%s\'?
管理我的金鑰
+ 分離這個子金鑰
身份
安全口令
已關聯帳戶
+ Keybase.io 證明
您信任這把金鑰嗎?
子金鑰
金鑰搜尋
@@ -52,6 +55,7 @@
金鑰
金鑰伺服器
指紋
+ 密語
加密
解密/驗證
目前有效期限
@@ -73,6 +77,8 @@
不
指紋相符
口令相符
+ 加密/簽名文字後分享
+ 加密/簽名文字後複製到剪貼簿
檢視簽署的金鑰
建立金鑰
加入檔案
@@ -88,7 +94,7 @@
加入新伺服器
設為預設值
已儲存
- ㄅ
+ 不符合
加密檔案
交換金鑰
@@ -108,6 +114,8 @@
匯出所有金鑰
更新所有金鑰
進階
+ 透過指紋確認
+ 透過密語確認
分享紀錄
修改密碼
新增
@@ -134,6 +142,7 @@
加密演算法
雜湊演算法
透過密碼加密
+ 自訂\"記憶時間\"選項
文字壓縮
檔案壓縮
選擇OpenPGP金鑰伺服器
@@ -168,6 +177,7 @@
在keybase.io上搜尋金鑰
Facebook
在 Facebook 上以使用者名稱搜尋金鑰
+ 自動更新金鑰
金鑰不會自動更新
只以 Wi-Fi 同步
@@ -288,7 +298,7 @@
完整性檢查失敗!資料已被修改!
密碼錯誤
無法抽取私鑰
-
+
需要Android 4.1以上才能使用NFC Beam功能!
NFC 必須開啓 !
Bean 必須開啓 !
@@ -627,6 +637,7 @@
操作失敗,因為資料庫錯誤
操作失敗,因為內部錯誤
匯入公鑰鑰匙圈 %s
+ 指紋檢查正確
正在解析金鑰
正在準備資料庫
主要標記:未指定(全用途)
diff --git a/OpenKeychain/src/main/res/values-zh/strings.xml b/OpenKeychain/src/main/res/values-zh/strings.xml
index 73b222ce3..eb9cfb2ac 100644
--- a/OpenKeychain/src/main/res/values-zh/strings.xml
+++ b/OpenKeychain/src/main/res/values-zh/strings.xml
@@ -10,7 +10,7 @@
添加子密钥
更改主密钥
编辑密钥
- 创建一个关联身份
+ 创建一个关联用户标识
设置
已注册应用
OpenPGP 密钥服务器
@@ -38,7 +38,7 @@
管理我的密钥
剥离子密钥
- 用户名
+ 用户标识
安全令牌
关联系统联系人
Keybase.io 证书
@@ -200,7 +200,7 @@
这些功能目前尚未完成或者缺少用户经验性/安全性的研究结果。所以,不保证他们是安全的,请不要对我们发牢骚!
通过短语确认密钥
使用短语代替 16 进制指纹,完成密钥确认
- 关联身份
+ 关联用户标识
将密钥与 Twitter, GitHub, 网站或者 DNS 关联 (类似 Keybase.io 但是去中心化的)
Keybase.io 证书
每次展示密钥时自动从keybase.io获取证明并显示它们
@@ -344,7 +344,7 @@
完整性检查失败! 数据已被篡改!
密码错误
不能提取私钥
-
+
只有 Android 4.1 及以上才支持 Android\'s NFC Beam 功能
必须开启 NFC!
必须开启 Beam!
@@ -617,7 +617,7 @@
网上没有关于此密钥可信度的证明
开始搜索
- Keybase.io提供的用来断定该密钥所有者身份的证明
+ Keybase.io 提供用以确定该密钥所有者的证明:
能发送推文到 %s
在GitHub上的用户名是 %s
@@ -632,6 +632,7 @@
证明有问题
证明内容与该密钥指纹不匹配
取回 DNS 的 TXT 记录失败
+ 没有找到证明检查
加密证明内容不匹配
正在获取证明
该证明已被检验
@@ -644,6 +645,7 @@
一个文本文件
一个gist
一个JSON文件
+ 归到 Reddit
校验
变更密码
@@ -740,7 +742,7 @@
操作已取消
开始批量导入
- 已将私钥导入为公钥,这是一个BUG,请提交报告!
+ 尝试将私钥环导入为公钥。这是一个BUG,请提交报告!
没有旧密钥被删除(创建一个新密钥?)
已从数据库中删除旧的密钥
由于编码错误,操作失败
@@ -914,11 +916,17 @@
正在移除带有未来时间戳的用户属性
正在移除未知类型 (%s) 的用户属性
正在移除用户属性的无效自签名
+ 正在移除用户属性中过期的无效自签名
+ 移除重复的用户属性。密钥环中包含两份相同属性。这可能导入认证丢失!
+ 移除外部用户属性,该属性认证为
正在移除重复的用户属性吊销证书
正在移除过期的用户属性吊销证书
+ 没有找到有效的自认证,从密钥环中移除用户属性
移除无效的用用户标识
用户标识不是有效的 UTF-8 字符串!
+ 找到新的公钥子密钥,但不支持私钥子密钥虚拟生成!
+ 尝试合并具有不同指纹的密钥环!
解码信号时发生错误!
正在并入公钥密钥环 %s
正在并入私钥密钥环 %s
@@ -965,12 +973,15 @@
智能卡仅支持每存储位一密钥的规格。
安全令牌密钥的标签不正确。
正在修改主密钥认证
+ 添加空的注释数据包
+ 添加PIN注释数据包
正在更改密钥环密码
正在变更安全令牌PIN码
正在变更安全令牌管理员PIN码
用新密码重新加密子密钥%s
设置新密码失败,正在尝试旧的空密钥
无法更改子密钥的密码!(其密码与其他密钥不一致吗?)
+ 替换先前主用户标识的认证
正在为新的主用户标识表示生成新的证书
正在切换到受限操作模式
正在修改子密钥 %s
@@ -1001,6 +1012,8 @@
正在保存公钥密钥环
正在清空数据库
成功整理数据库
+ 进入关键阶段
+ 离开关键阶段
正在删除公钥密钥环缓存
正在删除私钥密钥环缓存
打开数据库时出错!
@@ -1009,6 +1022,8 @@
重新导入公共密钥时出错
重新导入私有密钥时出错
正在恢复合并
+ 跳过递归合并
+ 从未知状态恢复合并过程
- 正在重新导入 %d 个公钥
@@ -1028,15 +1043,21 @@
正在提取待修改的密钥(%s)
密钥操作成功
+ 将公钥提升为私钥
升级所有的子密钥
未找到密钥
正在提取待修改的密钥(%s)
升级密钥:%s
+ 子密钥不在安全令牌中: %s
密钥成功升级
主密钥已剥离时无法编辑密钥环!
未找到密钥
+ 不是加密密钥,跳过...
+ 密钥不可用,跳过...
+ 数据加密密钥未知,跳过…
+ 数据使用不被允许的密钥加密,跳过...
找到用 %s 密钥非对称加密的数据
找到 charset 头部:\'%s\'
找到 backupVersion 头部:\'%s\'
@@ -1050,6 +1071,7 @@
指纹检验异常!
正在检验签名数据
签名检验正常
+ 保存签名数据备用
正在处理明文数据
无法解锁密钥,密码错误!
无法解密数据!(密码错误?)
@@ -1071,12 +1093,23 @@
需要密码,请求用户输入…
正在准备解密用的数据流
正在开始解密操作...
+ 不允许对称数据,跳过...
找到对称加密的数据
+ 找到由密钥 %s 后切非对称加密的数据
+ 找到后切对称加密数据
+ 找到未知类型的后切数据
正在解密私钥
+ 使用了不安全的加密密钥!这可能由于密钥过旧,或源自一次攻击。
+ 使用了不安全的加密算法!这可能由于使用了过时的程序,或源自一次攻击。
+ 使用了不安全的哈希算法!这可能由于使用了过时的程序,或源自一次攻击。
+ 丢失篡改检测码(MDC)数据!这可能由于使用的加密程序过时,或源自一次降级攻击。
+ 不安全的密钥:RSA/DSA/ElGamal 长度过短或ECC曲线/算法不安全!这可能由于使用了过时的程序,或源自一次攻击。
开始签名检查
+ 签名字面数据中没有签名列表!
消息没有用预期的密钥签名!
缺失签名数据!
+ 签名字面数据中没有有效内容
文件名:%s
MIME 类型:%s
修改日期:%s
@@ -1110,14 +1143,28 @@
没有找到加密的密钥:%s
不可用于加密的密钥:%s
签名/加密操作成功!
+ 需要 NFC 令牌,请求用户输入…
+ 需要密码,请求用户输入…
+ 数据签名中 (不加密)
+ 正在创建明文签名
+ 创建分离签名
+ 加密并签名数据
开始签名/加密操作
正在准备对称加密
正在生成证书
+
+ - 正在认证密钥 %2$s 的 %1$d 个用户标识。
+
+
+ - 正在认证密钥 %2$s 的 %1$d 个用户属性。
+
+ 无法发出这样的自认证!
未找到主密钥!
没有密钥被签名
解锁主密钥时出错!
正在为密钥环签名...
正在获取认证方的主密钥
+ 返回到 NFC 屏幕
正在保存验证后的密钥 %s
保存密钥环中....
正在解锁主密钥
@@ -1130,6 +1177,7 @@
- 正在导入 %d 个密钥
+ 取回的密钥环解码错误!
无法获取密钥!(网络问题?)
无法从密钥服务器下载密钥:%s
无法从密钥服务器导入私钥!
@@ -1158,6 +1206,7 @@
使用代理:无
使用代理:TOR
使用代理:%s
+ 服务器: %s
密钥 ID:%s
处理密钥数据时出错!
未找到密钥
@@ -1168,7 +1217,9 @@
- 正在删除 %d 个密钥
+ 正在删除密钥 %s
不能成功删除密钥 %s
+ 删除私钥后合并数据库
- 成功删除 %d 个密钥
@@ -1176,24 +1227,73 @@
- 不能成功删除%d个密钥
无物可吊销!
+ 找不到可以吊销的密钥!
+ 正在吊销密钥 %s
不能成功吊销密钥
吊销密钥成功
正在验证关联用户标识...
+ 正在查找令牌
+ 未在资源中找到令牌!
指纹正常.
+ 指纹不匹配!
+ 获取 Twitter 授权令牌时出错!
+ 回应的 Twitter 账号用户名不匹配!
+ 从 Twitter 接口收到意外响应!
+ 回应的 GitHub 账号用户名不匹配!
+ Gist 中未包含匹配文件!
+ 正在加载 \'%s\'
+ 正在重定向至 \'%s\'
获取成功 (HTTP %s)
+ 服务器错误 (HTTP %s)
+ URL 格式不正确!
+ 输入输出错误!
+ 格式错误!
+ 未找到资源!
+ 正在进行某些操作的性能测试...
+ 加密时间: %ss
+ 5MB 加密平均时间: %ss
+ 解密时间: %ss
+ 5MB 解密平均时间: %ss
+ 100ms S2K迭代次数: %s
+ %1$s 次 SHA1 S2K 操作耗时: %2$sms
+ 性能测试完成!
正在输入数据
+ 正在尝试处理 OpenPGP 数据
+ 发现分离的签名
+ 清除早前未签名的数据!
+ 处理分离签名
+ 处理签名数据
+ 跳过嵌套的签名数据!
+ 跳过签名部分之后的后切数据!
+ 分享签名的类型不被支持!
+ 读取输入数据时出错!
无法作为 MIME 数据解析
Filename: \'%s\'
从扩展名猜测 MIME 类型
Content-Length: %s
+ 字符集: \'%s\'
+ 字符集 \'%s\' 解码失败!
+ 字符集似乎是 \'%s\'
+ 字符集未知,或数据不是文本。
解析 MIME 数据结构
+ 已完成解析
没有找到 MIME 结构
正在处理 MIME 部分
+ Content-Type: %s
数据处理成功
跳过 MIME 解析
+ 帐户已保存
下载成功!
+ 没有找到输入文件!
+ 文件/剪贴板里没有密钥!
+ 密钥搜索返回太多符合条件的结果。请优化您的关键词!
+ 搜索条件过短。请优化您的关键词!
+ 没有找到或找到过多结果。请优化您的关键词!
+ 搜索密钥时出错。
+ 尝试使用 keybase 验证密钥 %s
+ 没有找到 %s 的证明检查
获取证明出现问题
证明内容与该密钥指纹不匹配
取回 DNS 的 TXT 记录失败
@@ -1212,7 +1312,10 @@
清除密码
密码
+ 需要 Orbot 才能从服务器同步
+ 点击启动 Orbot
打开Orbot
+ 直连
用OpenKeychain重新找回您的隐私!
创建密钥
@@ -1231,8 +1334,13 @@
认证人
认证详情
用户标识
+ ]]>
该密钥的证书不存在
此处仅显示自认证及被您的密钥所验证的凭证。
+ 用户标识
+ 您正在导入的密钥包含了“用户标识”:姓名和邮件地址。选择那些完全符合您预期的以确认这些信息。
+ 请逐字比对这里的短语和同伴设备上显示的的指纹。
+ 请比对这里的短语和同伴设备上显示的的短语。
吊销原因
输入
未找到密钥
@@ -1245,15 +1353,25 @@
查看认证详情
未知
无法签署
+ 没有加密子密钥!
显示密钥 (%s)
向下滑动从密钥服务器更新
至少选择一个待加密的文件!
+ 由于 Android 系统限制,不支持保存多个文件。
+ 不支持加密多个文件到剪贴板。
+ 不支持对二进制文件只签名而不加密,请至少选择一个加密密钥。
输入待加密文本!
+ 初始化日志时发生内部错误!
密钥:
在开始密钥交换之前,在右侧指定参与者的数量,然后点击“开始交换”按钮。\n\n您将被要求回答两个问题以确认由正确的参与者参与交换过程,并且他们的指纹是正确的。
开始交换
]]>
+ 不能手动创建 OpenKeychain 账户。
+ 隐私
+ OpenKeychain 并不与互联网同步您的联系人数据。它仅通过姓名和邮件地址的匹配关联联系人和密钥。这是线下完成的。
+ 需要访问联系人的权限
+ 点击以配置关联到联系人
选择一个解锁方法
@@ -1266,9 +1384,15 @@
密码已保存
密码无效
缺少密码
+ 重复
+ 锁屏图案
+ NFC + 锁屏图案
解锁方法
设置密码
+ 绘制锁屏图案
+ NFC
+ NFC 标签不匹配,请重试。
请在设置中激活 NFC
该设备不支持 NFC
已成功写入 NFC 标签
@@ -1279,6 +1403,7 @@
绑定密钥
序列号: %s
密钥持有人: %s
+ ]]>
安全信息匹配并且已绑定到密钥
安全信息匹配并且可绑定到密钥
安全信息匹配并且已部分绑定到密钥
@@ -1297,9 +1422,12 @@
安全令牌处于停用状态。
输入的PIN码过短。至少6位长度。
使用条件不满足。
+ 安全状态不满足。
由于太多的尝试,PIN已被阻止。
+ 未找到密钥或对象。
未知错误
安全令牌报告了无效的数据。
+ 安全令牌在等待最后一个命令。
安全令牌报告了无效的 %s 字节。
安全信息被过早移除了。保持安全令牌在背面直到操作完成。
标签不支持 ISO-DEP (ISO 14443-4)
@@ -1315,6 +1443,7 @@
(错误,空日志)
解密时无法读取输入!
读取数据失败,这是 Android 邮件客户端的一个错误 !(错误 #290)
+ 收到不完整数据,尝试在 K-9 Mail 中点击 “下载完整消息”!
未知文件名(触摸打开)
文本(触摸显示)
密钥备份(触摸导出)
@@ -1331,27 +1460,51 @@
无法删除原始文件!
剪贴板为空!
复制到剪贴板时出现错误!
+ 扫描指纹时出错!
+ 指纹不匹配!
+ 过期时间为过去!
通过创建一个该类型的关联用户标识,您可以将您的密钥连接到您控制的一个网站。
请在您的网站上发布一个文本文档,然后再创建一个链接到它的关联用户标识。
+ 请输入放置了用于证明的文本文件的URL。注意,您的服务器必须支持 https 并拥有有效的 TLS 证书!
范例:https://example.com/pgpkey.txt
+ 已创建证明文件 。下一步,您应该将其保存并上传到您声明的位置:
+ 已为此位置创建证明文件:
+ 下一步,您应该保存并上传此文件。
+ 请确保该文件存在于正确位置并可访问,然后验证安装。
验证成功之后,触摸完成按钮将关联用户标识加入您的密钥环,从而完成操作。
通过创建一个该类型的关联用户标识,您可以将您的密钥连接到您控制的一个Twitter账号。
请在您的时间线上发布一条指定推文,然后再创建一个链接到该推文的关联用户标识。
+ 请输入您的 Twitter 屏幕名称以继续。
+ Twitter 用户名
+ 点击任意按钮发布此信息!
+ 在发布之前,您可以编辑,只要不修改括号内的文本即可。
+ 一旦以 <b>@%s</b> 身份完成发布,点击验证按钮开始在您的时间线中查找这条消息。
验证成功之后,触摸完成按钮将关联用户标识加入您的密钥环,从而完成操作。
校验
+ 文本已复制到剪贴板
+ 此网站与密钥的关联已被安全验证。如果你相信网站是真的,用您的密钥确认此次验证。
+ GitHub 账号与密钥的关联已被安全验证。如果你相信账号是真的,用您的密钥确认此次验证。
+ 此域名与密钥的关联已被安全验证。如果你相信域名是真的,用您的密钥确认此次验证。
+ Twitter 账号与密钥的关联已被安全验证。如果你相信账号是真的,用您的密钥确认此次验证。
+ 一切正常。
+ 一切正常。
+ 一切正常。
+ 一切正常。
- 共有 %d 个以上未知的用户标识类型
\'关联用户标识\' 将您的 PGP 密钥关联到网络资源上。
请选择一个类型:
+ 此文件声明拥有 OpenPGP 密钥 %2$s 的所有权。\n\n证明令牌:\n%1$s
+ 此 Gist 确认了我的 OpenPGP 密钥的关联用户标识,并将其连接到该 GitHub 账号。\n\n证明令牌:\n%1$s
正在校验…
已通过验证!
认证错误!
尚未验证
资源必须被校验后才能继续操作!
关联到帐户
- 关联身份
+ 关联用户标识
完成
网站 (HTTPS)
域名(DNS)
@@ -1402,7 +1555,7 @@
错误的数据类型,文本是预设值
分享数据中没有文本!
保存
- 编辑身份
+ 编辑用户标识
编辑子密钥
查找\n\'%s\'
直到锁屏