# Dutch translation of AES encryption (8.x-2.1)
# Copyright (c) 2014 by the Dutch translation team
#
msgid ""
msgstr ""
"Project-Id-Version: AES encryption (8.x-2.1)\n"
"POT-Creation-Date: 2014-12-15 12:36+0000\n"
"PO-Revision-Date: YYYY-mm-DD HH:MM+ZZZZ\n"
"Language-Team: Dutch\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n!=1);\n"

msgid "Save"
msgstr "Opslaan"
msgid "Other"
msgstr "Andere"
msgid "Key"
msgstr "Sleutel"
msgid "AES settings"
msgstr "AES instellingen"
msgid "Cipher"
msgstr "Versleuteling"
msgid ""
"The key for your encryption system. You normally don't need to worry "
"about this since this module will generate a key for you if none is "
"specified. However you have the option of using your own custom key "
"here."
msgstr ""
"De sleutel voor de versleuteling. Normaal gesproken hoeft u zich "
"hierover geen zorgen te maken, omdat deze module een sleutel voor u "
"zal genereren als er geen is opgegeven. U heeft echter de mogelijkheid "
"uw eigen aangepaste sleutel te gebruiken."
msgid "Confirm key"
msgstr "Sleutel bevestigen"
msgid "The encryption keys didn't match."
msgstr "De sleutels komen niet overeen."
msgid "Key changed."
msgstr "De sleutel is veranderd."
msgid "No initialization vector found while trying to decrypt. Aborting!"
msgstr ""
"Geen initialisatie vector gevonden terwijl de module bezig was met "
"decoderen van de gegevens. Bewerking afgebroken."
msgid "AES uninstalled."
msgstr "AES verwijderd."
msgid "AES"
msgstr "AES"
msgid "Provides AES encryption."
msgstr "Biedt AES-encryptie"
msgid ""
"It appears that phpseclib is installed in the right location but can't "
"be read. Check that the permissions on the directory and its files "
"allows for reading by the webserver."
msgstr ""
"Phpseclib is op de juiste locatie geïnstalleerd maar kan niet gelezen "
"worden. Controleer de toegangsrechten van de map en de bestanden, zorg "
"ervoor dat ze gelezen kunnen worden door de webserver."
msgid "AES implementation"
msgstr "AES-implementatie"
msgid ""
"Cipher is locked to Rijndael 128 when using the phpseclib "
"implementation."
msgstr ""
"De cryptografie is vast ingesteld op 'Rijndael 128' bij het gebruik "
"van de phpseclib-implementatie."
msgid ""
"Request was sent to encrypt a string with the AES module, but the AES "
"module has no active encryption implementation to work with! Did you "
"forget to run update.php after upgrading this module?"
msgstr ""
"Er is een verzoek verzonden om een tekenreeks met de AES-module te "
"versleutelen, maar de AES-module heeft geen actieve "
"encryptie-implementatie om mee te werken! Heeft u update.php "
"uitgevoerd na het bijwerken van deze module?"
msgid ""
"Request was sent to decrypt a string with the AES module, but the AES "
"module has no active encryption implementation to work with! Did you "
"forget to run update.php after upgrading this module?"
msgstr ""
"Er is een verzoek verzonden om een tekenreeks met de AES-module te "
"ontcijferen, maar de AES-module heeft geen actieve "
"encryptie-implementatie om mee te werken! Heeft u update.php "
"uitgevoerd na het bijwerken van deze module?"
msgid ""
"Called aes_make_iv when using phpseclib. This is harmless, but "
"shouldn't happen."
msgstr ""
"aes_make_iv werd opgeroepen bij het gebruik van phpseclib. Dit is "
"onschuldig, maar het zou niet mogen gebeuren."
msgid "Tried to encrypt an empty string."
msgstr "Er is gepoogd een lege tekenreeks te versleutelen."
msgid "Tried to decrypt an empty string."
msgstr "Er is geprobeerd om een lege tekenreeks te ontcijferen."
msgid "AES installed using the Mcrypt implementation."
msgstr "AES geïnstalleerd met de Mcrypt-toepassing."
msgid "AES installed using the phpseclib implementation."
msgstr "AES geïnstalleerd met de phpseclib-toepassing."
msgid "AES installed without any implementation!"
msgstr "AES geïnstalleerd zonder een encryptie-toepassing!"
msgid "PHP Secure Communications Library (phpseclib)"
msgstr "PHP Secure Communications Library (phpseclib)"
msgid "Mcrypt extension"
msgstr "Mcrypt-uitbreiding"
msgid "The Mcrypt extension is the only installed implementation."
msgstr "De Mcrypt-uitbreiding is de enige geïnstalleerde toepassing."
msgid ""
"PHP Secure Communications Library is the only installed "
"implementation."
msgstr ""
"De PHP Secure Communications Library is de enige geïnstalleerde "
"toepassing."
msgid "AES encryption implementation"
msgstr "AES-versleuteling toepassing"
