msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" "PO-Revision-Date: \n" "Last-Translator: Marten de Vries \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Poedit 1.5.4\n" msgid "" "Most of the PouchDB API is exposed as `fun(arg, [options], [callback])` " "where both the options and the callback are optional. Callbacks use the " "`function(err, result)` idiom where the first argument will be undefined " "unless there is an error, and the second argument holds the result. " msgstr "" "Het grootste deel van de PouchDB API wordt beschikbaar gemaakt in het " "formaat `fun(arg, [options], [callback])` waarbij zowel options als callback " "optioneel zijn. Callsbacks gebruiken het `function (err, result)`-formaat " "waarbij het eerste argument undefined zal zijn tenzij er een fout optreedt, " "en het tweede argument het resultaat bevat."