aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/raw-nl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-07 10:01:57 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-07 10:01:57 +0200
commitd4105420f708742fbf5a27807f6cabeb0bb02cd0 (patch)
tree4a6f4564942a7f0b91d5c0b8ae5e79b12d7304e5 /OpenKeychain/src/main/res/raw-nl
parenta908c7de6707df61a1346d6206f286b067b2de37 (diff)
downloadopen-keychain-d4105420f708742fbf5a27807f6cabeb0bb02cd0.tar.gz
open-keychain-d4105420f708742fbf5a27807f6cabeb0bb02cd0.tar.bz2
open-keychain-d4105420f708742fbf5a27807f6cabeb0bb02cd0.zip
Pull from transifex
Diffstat (limited to 'OpenKeychain/src/main/res/raw-nl')
-rw-r--r--OpenKeychain/src/main/res/raw-nl/help_about.html34
-rw-r--r--OpenKeychain/src/main/res/raw-nl/help_changelog.html164
2 files changed, 108 insertions, 90 deletions
diff --git a/OpenKeychain/src/main/res/raw-nl/help_about.html b/OpenKeychain/src/main/res/raw-nl/help_about.html
index 0ac14d919..1996bf267 100644
--- a/OpenKeychain/src/main/res/raw-nl/help_about.html
+++ b/OpenKeychain/src/main/res/raw-nl/help_about.html
@@ -5,27 +5,27 @@
<p><a href="http://www.openkeychain.org">OpenKeychain</a> is een OpenPGP implementatie voor Android.</p>
<p>Licentie: GPLv3+</p>
-<h2>Ontwikkelaars OpenKeychain</h2>
+<h2>Developers</h2>
<ul>
-<li>Dominik Schürmann (hoofdontwikkelaar)</li>
-<li>Ash Hughes (crypto patches)</li>
+<li>Dominik Schürmann (Maintainer)</li>
+<li>Art O Cathain</li>
+<li>Ash Hughes</li>
<li>Brian C. Barnes</li>
-<li>Bahtiar 'kalkin' Gadimov (UI)</li>
+<li>Bahtiar 'kalkin' Gadimov</li>
+<li>Daniel Albert</li>
<li>Daniel Hammann</li>
<li>Daniel Haß</li>
<li>Greg Witczak</li>
+<li>'mar-v-in'</li>
+<li>Markus Doits</li>
<li>Miroojin Bakshi</li>
<li>Nikhil Peter Raj</li>
<li>Paul Sarbinowski</li>
+<li>'Senecaso'</li>
<li>Sreeram Boyapati</li>
-<li>Vincent Breitmoser</li>
+<li>Thialfihar (APG 1.x)</li>
<li>Tim Bray</li>
-</ul>
-<h2>Ontwikkelaars APG 1.x</h2>
-<ul>
-<li>Thialfihar (Hoofdontwikkelaar)</li>
-<li>'Senecaso' (QRCode, signeersleutel, uploadsleutel)</li>
-<li>Markus Doits</li>
+<li>Vincent Breitmoser</li>
</ul>
<h2>Bibliotheken</h2>
<ul>
@@ -34,17 +34,21 @@
<li>
<a href="http://developer.android.com/tools/support-library/index.html">Android Support Bibliotheek v7 'appcompat'</a> (Apache Licentie v2)</li>
<li>
-<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache Licentie v2)</li>
+<a href="https://github.com/timbray/KeybaseLib">KeybaseLib</a> (Apache License v2)</li>
+<li>
+<a href="https://github.com/JohnPersano/SuperToasts">SuperToasts</a> (Apache License v2)</li>
+<li>
+<a href="https://github.com/splitwise/TokenAutoComplete">TokenAutoComplete</a> (Apache License v2)</li>
<li>
-<a href="https://github.com/Bearded-Hen/Android-Bootstrap">Android-Bootstrap</a> (MIT Licentie)</li>
+<a href="https://github.com/rtreffer/minidns">MiniDNS</a> (Apache License v2)</li>
+<li>
+<a href="https://github.com/emilsjolander/StickyListHeaders">StickyListHeaders</a> (Apache Licentie v2)</li>
<li>
<a href="http://code.google.com/p/zxing/">ZXing</a> (Apache Licentie v2)</li>
<li>
<a href="http://rtyley.github.com/spongycastle/">SpongyCastle</a> (MIT X11 Licentie)</li>
<li>
<a href="https://github.com/dschuermann/html-textview">HtmlTextView</a> (Apache Licentie v2)</li>
-<li>
-<a href="https://github.com/johnkil/Android-AppMsg">Android AppMsg Library</a> (Apache Licentie v2)</li>
</ul>
</body>
</html>
diff --git a/OpenKeychain/src/main/res/raw-nl/help_changelog.html b/OpenKeychain/src/main/res/raw-nl/help_changelog.html
index 38da3d57c..3bc039642 100644
--- a/OpenKeychain/src/main/res/raw-nl/help_changelog.html
+++ b/OpenKeychain/src/main/res/raw-nl/help_changelog.html
@@ -1,6 +1,20 @@
<html>
<head></head>
<body>
+<h2>2.8</h2>
+<ul>
+<li>So many bugs have been fixed in this release that we focus on the main new features</li>
+<li>Key edit: awesome new design, key revocation</li>
+<li>Key import: awesome new design, secure keyserver connections via hkps, keyserver resolving via DNS SRV records</li>
+<li>New first time screen</li>
+<li>New create key screen: autocompletion of name and email based on your personal Android accounts</li>
+<li>File encryption: awesome new design, support for encrypting multiple files</li>
+<li>New icons to show status of key (by Brennan Novak)</li>
+<li>Important bug fix: Importing of large key collections from a file is now possible</li>
+<li>Notification showing cached passphrases</li>
+</ul>
+<p>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</p>
+
<h2>2.7</h2>
<ul>
<li>Paars! (Dominik, Vincent)</li>
@@ -11,21 +25,21 @@
</ul>
<h2>2.6.1</h2>
<ul>
-<li>enige fixes voor regressie bugs</li>
+<li>Some fixes for regression bugs</li>
</ul>
<h2>2.6</h2>
<ul>
-<li>sleutel certificaties (dank aan Vincent Breitmoser)</li>
-<li>support voor GnuPG deel geheime sleutels (dank aan Vincent Breitmoser)</li>
-<li>nieuw design voor handtekeningsverificatie</li>
-<li>aangepaste sleutellengte (dank aan Greg Witczak)</li>
-<li>fix deel-functionaliteit van andere apps</li>
+<li>Key certifications (thanks to Vincent Breitmoser)</li>
+<li>Support for GnuPG partial secret keys (thanks to Vincent Breitmoser)</li>
+<li>New design for signature verification</li>
+<li>Custom key length (thanks to Greg Witczak)</li>
+<li>Fix share-functionality from other apps</li>
</ul>
<h2>2.5</h2>
<ul>
-<li>fix decodering van symmetrische pgp berichten/bestanden</li>
-<li>bewerk sleutel scherm opnieuw gedaan (dank aan Ash Hughes)</li>
-<li>nieuw modern design voor codeer/decodeer schermen</li>
+<li>Fix decryption of symmetric pgp messages/files</li>
+<li>Refactored edit key screen (thanks to Ash Hughes)</li>
+<li>New modern design for encrypt/decrypt screens</li>
<li>OpenPGP API versie 3 (meerdere api accounts, interne fixes, sleutel lookup)</li>
</ul>
<h2>2.4</h2>
@@ -33,45 +47,45 @@
Naast meerdere kleine patches zijn een redelijk aantal patches gemaakt door de volgende mensen (in alfabetische volgorde):
Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Paul Sarbinowski, Sreeram Boyapati, Vincent Breitmoser.</p>
<ul>
-<li>nieuwe verenigde sleutellijst</li>
-<li>gekleurde sleutel vingerafdruk</li>
-<li>support voor sleutelserver ports</li>
-<li>deactiveer mogelijkheid om zwakke sleutels te genereren</li>
-<li>veel meer intern werk aan het API</li>
-<li>certificeer gebruiker ids</li>
-<li>sleutelserver opdracht gebaseerd op machine-leesbare output</li>
-<li>Versleutel navigatiemenu op tablets</li>
-<li>suggesties voor e-mails bij aanmaken van sleutels</li>
-<li>zoek in publieke sleutel lijsten</li>
-<li>en veel meer verbeteringen en fixes...</li>
+<li>New unified key list</li>
+<li>Colorized key fingerprint</li>
+<li>Support for keyserver ports</li>
+<li>Deactivate possibility to generate weak keys</li>
+<li>Much more internal work on the API</li>
+<li>Certify user ids</li>
+<li>Keyserver query based on machine-readable output</li>
+<li>Lock navigation drawer on tablets</li>
+<li>Suggestions for emails on creation of keys</li>
+<li>Search in public key lists</li>
+<li>And much more improvements and fixes…</li>
</ul>
<h2>2.3.1</h2>
<ul>
-<li>hotfix voor crash bij het upgraden van oude versies</li>
+<li>Hotfix for crash when upgrading from old versions</li>
</ul>
<h2>2.3</h2>
<ul>
-<li>verwijder onnodige export van publieke sleutels bij het exporteren van de geheime sleutel (dank aan Ash Hughes)</li>
-<li>fix instellingen verloopdata op sleutels (dank aan Ash Hughes)</li>
-<li>meer interne fixes tijdens het bewerken van sleutels (dank aan Ash Hughes)</li>
-<li>sleutelservers direct van het importeerscherm zoeken</li>
-<li>fix layout en dialoog stijl op Android 2.2-3.0</li>
-<li>fix crash op sleutels met lege gebruiker id's</li>
-<li>fix crash en lege lijsten bij het terugkomen van het ondertekenscherm</li>
+<li>Remove unnecessary export of public keys when exporting secret key (thanks to Ash Hughes)</li>
+<li>Fix setting expiry dates on keys (thanks to Ash Hughes)</li>
+<li>More internal fixes when editing keys (thanks to Ash Hughes)</li>
+<li>Querying keyservers directly from the import screen</li>
+<li>Fix layout and dialog style on Android 2.2-3.0</li>
+<li>Fix crash on keys with empty user ids</li>
+<li>Fix crash and empty lists when coming back from signing screen</li>
<li>Bouncy Castle (cryptografie bibliotheek) bijgewerkt van 1.47 naar 1.50 en versie van bron</li>
-<li>fix uploaden van sleutel van ondertekenscherm</li>
+<li>Fix upload of key from signing screen</li>
</ul>
<h2>2.2</h2>
<ul>
-<li>nieuw design met navigatiemenu</li>
-<li>nieuw publieke sleutel lijst design</li>
-<li>nieuw publieke sleutel uiterlijk</li>
-<li>bug fixes voor importeren van sleutels</li>
-<li>sleutel kruis-certificatie (dank aan Ash Hughes)</li>
-<li>behandelt UTF-8 wachtwoorden goed (dank aan Ash Hughes)</li>
-<li>eerste versie met nieuwe talen (dank aan de medewerkers bij Transifex)</li>
-<li>delen van sleutels via QR Codes gefixt en verbeterd</li>
-<li>pakket handtekening verificatie voor API</li>
+<li>New design with navigation drawer</li>
+<li>New public key list design</li>
+<li>New public key view</li>
+<li>Bug fixes for importing of keys</li>
+<li>Key cross-certification (thanks to Ash Hughes)</li>
+<li>Handle UTF-8 passwords properly (thanks to Ash Hughes)</li>
+<li>First version with new languages (thanks to the contributors on Transifex)</li>
+<li>Sharing of keys via QR Codes fixed and improved</li>
+<li>Package signature verification for API</li>
</ul>
<h2>2.1.1</h2>
<ul>
@@ -79,65 +93,65 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
</ul>
<h2>2.1</h2>
<ul>
-<li>veel bugfixes</li>
-<li>nieuwe API voor ontwikkelaars</li>
+<li>Lots of bug fixes</li>
+<li>New API for developers</li>
<li>PRNG bug fix door Google</li>
</ul>
<h2>2.0</h2>
<ul>
-<li>complete herdesign</li>
-<li>deel publieke sleutels via qr codes, nfc beam</li>
-<li>sleutels ondertekenen</li>
-<li>upload sleutels naar server</li>
-<li>fixt importeerfouten</li>
-<li>nieuwe AIDL API</li>
+<li>Complete redesign</li>
+<li>Share public keys via qr codes, nfc beam</li>
+<li>Sign keys</li>
+<li>Upload keys to server</li>
+<li>Fixes import issues</li>
+<li>New AIDL API</li>
</ul>
<h2>1.0.8</h2>
<ul>
-<li>basis sleutelserver support</li>
-<li>app2sd</li>
-<li>meer keuzes voor wachtwoord cache: 1, 2, 4, 8, uren</li>
-<li>vertalingen: Noors (bedankt, Sander Danielsen), Chinees (bedankt, Zhang Fredrick)</li>
-<li>bugfixes</li>
-<li>optimalisaties</li>
+<li>Basic keyserver support</li>
+<li>App2sd</li>
+<li>More choices for pass phrase cache: 1, 2, 4, 8, hours</li>
+<li>Translations: Norwegian (thanks, Sander Danielsen), Chinese (thanks, Zhang Fredrick)</li>
+<li>Bugfixes</li>
+<li>Optimizations</li>
</ul>
<h2>1.0.7</h2>
<ul>
-<li>probleem met handtekeningverificatie van teksten met nieuwe trailing newline gefixt</li>
-<li>meer opties voor wachtwoord cache tijd te leven (20, 40, 60 minuten)</li>
+<li>Fixed problem with signature verification of texts with trailing newline</li>
+<li>More options for pass phrase cache time to live (20, 40, 60 mins)</li>
</ul>
<h2>1.0.6</h2>
<ul>
-<li>account toevoegen crash op Froyo gefixt</li>
-<li>veilige bestandsverwijdering</li>
-<li>optie om sleutel te verwijderen na importeren</li>
-<li>stream codering/decodering (gallery, etc.)</li>
-<li>nieuwe opties (taal, force v3 handtekeningen)</li>
-<li>interface veranderingen</li>
-<li>bugfixes</li>
+<li>Account adding crash on Froyo fixed</li>
+<li>Secure file deletion</li>
+<li>Option to delete key file after import</li>
+<li>Stream encryption/decryption (gallery, etc.)</li>
+<li>New options (language, force v3 signatures)</li>
+<li>Interface changes</li>
+<li>Bugfixes</li>
</ul>
<h2>1.0.5</h2>
<ul>
<li>Duitse en Italiaanse vertaling</li>
-<li>veel kleiner pakket, door verminderde BC bronnen</li>
-<li>nieuwe voorkeuren GUI</li>
-<li>layout aanpassing voor plaatsbepaling</li>
-<li>handtekening bugfix</li>
+<li>Much smaller package, due to reduced BC sources</li>
+<li>New preferences GUI</li>
+<li>Layout adjustment for localization</li>
+<li>Signature bugfix</li>
</ul>
<h2>1.0.4</h2>
<ul>
-<li>nog een crash gefixt veroorzaakt door een SDK bug met query builder</li>
+<li>Fixed another crash caused by some SDK bug with query builder</li>
</ul>
<h2>1.0.3</h2>
<ul>
-<li>crashes tijdens codering/signering en mogelijk sleutel importeren gefixt</li>
+<li>Fixed crashes during encryption/signing and possibly key export</li>
</ul>
<h2>1.0.2</h2>
<ul>
-<li>filterbare sleutellijsten</li>
-<li>slimmere voor-selectie van codeersleutels</li>
-<li>nieuwe Intent behandeling voor VIEW en SEND, maakt het mogelijk om bestanden te coderen/decoderen uit bestandsmanagers</li>
-<li>fixes en meer functies (sleutel voorselectie) voor K-9 Mail, nieuwe beta versie beschikbaar</li>
+<li>Filterable key lists</li>
+<li>Smarter pre-selection of encryption keys</li>
+<li>New Intent handling for VIEW and SEND, allows files to be encrypted/decrypted out of file managers</li>
+<li>Fixes and additional features (key preselection) for K-9 Mail, new beta build available</li>
</ul>
<h2>1.0.1</h2>
<ul>
@@ -146,11 +160,11 @@ Daniel Hammann, Daniel Haß, Greg Witczak, Miroojin Bakshi, Nikhil Peter Raj, Pa
<h2>1.0.0</h2>
<ul>
<li>K-9 Mail integratie, APG ondersteunende beta versie van K-9 Mail</li>
-<li>support voor meer bestandsmanagers (inclusief ASTRO)</li>
+<li>Support of more file managers (including ASTRO)</li>
<li>Slovenische vertaling</li>
-<li>nieuwe database, veel sneller, minder geheugenverbruik</li>
-<li>gedefinieerde Intents en inhoudsprovider voor andere apps</li>
-<li>bugfixes</li>
+<li>New database, much faster, less memory usage</li>
+<li>Defined Intents and content provider for other apps</li>
+<li>Bugfixes</li>
</ul>
</body>
</html>