nl.php 980 Bytes
<?php
$TRANSLATIONS = array(
"Welcome to %s" => "Welkom bij %s",
"Your personal web services. All your files, contacts, calendar and more, in one place." => "Uw persoonlijke webservice. Al uw bestanden, contactgegevens, agenda's en meer, op één plek.",
"Get the apps to sync your files" => "Download de apps om bestanden te synchen",
"Connect your desktop apps to %s" => "Verbind uw desktop apps met %s",
"Connect your Calendar" => "Verbindt uw agenda",
"Connect your Contacts" => "Verbindt uw contactpersonen",
"Access files via WebDAV" => "Benader bestanden via WebDAV",
"Documentation" => "Documentatie",
"There’s more information in the <a target=\"_blank\" href=\"%s\">documentation</a> and on our <a target=\"_blank\" href=\"http://owncloud.org\">website</a>." => "Er is meer informatie in de <a target=\"_blank\" href=\"%s\">documentatie</a> en op onze  <a target=\"_blank\" href=\"http://owncloud.org\">website</a>."
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";