Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nl.php « l10n - github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 930b449de86dd6064bacfc87e347c739906da069 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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>.",
"If you like ownCloud, <a href=\"mailto:?subject=ownCloud&body=ownCloud is a great open software to sync and share your files. You can freely get it from http://owncloud.org\">recommend it to your friends</a>!" => "Als u ownCloud leuk vindt, <a href=\"mailto:?subject=ownCloud&body=ownCloud is prettige open software om uw bestanden te sync'en en te delen. U krijgt het vrijelijk van http://owncloud.org\">beveel het aan bij uw relaties</a>!"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";