nextcloud/core/l10n/nl.php

28 lines
1.5 KiB
PHP
Raw Normal View History

2011-06-20 16:52:24 +04:00
<?php $TRANSLATIONS = array(
"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
2011-07-04 02:39:04 +04:00
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Welkom by <strong>ownCloud</strong>, uw persoonlijke cloud",
"To finish the installation, please follow the steps below." => "Volg de volgende stappen om de installatie te voltooien.",
"Create an <strong>admin account.</strong>" => "Maak een <strong>beheerdersaccount</strong> aan",
2011-06-20 16:52:24 +04:00
"Login:" => "Gebruikersnaam:",
"Password:" => "Wachtwoord:",
2011-06-21 00:22:58 +04:00
"Advanced" => "Geavanceerd",
2011-07-04 02:39:04 +04:00
"Set where to store the data." => "Bepaal de opslaglocatie.",
"Data directory:" => "Gegevensmap:",
"Configure your database." => "Configureer uw database.",
"I will use a SQLite database. You have nothing to do!" => "Er zal een SQLite database gebruikt worden. U hoeft geen verdere instellingen te maken.",
2011-06-20 16:52:24 +04:00
"SQLite" => "SQLite",
2011-07-04 02:39:04 +04:00
"I will use a MySQL database." => "Er zal een MySQL database gebruikt worden.",
2011-06-21 00:22:58 +04:00
"Host:" => "Host:",
2011-07-04 02:39:04 +04:00
"Database name:" => "Databasenaam:",
"Table prefix:" => "Voorvoegsel voor tabelnamen:",
"MySQL user login:" => "MySQL gebruikersnaam.",
2011-06-21 00:22:58 +04:00
"MySQL user password:" => "MySQL wachtwoord",
2011-07-04 02:39:04 +04:00
"Finish setup" => "Installatie afronden",
"<a href=\"http://owncloud.org/\">ownCloud</a> is a personal cloud which runs on your own server.</p>" => "<a href=\"http://owncloud.org/\">ownCloud</a> is een persoonlijke cloud die op uw eigen server draait.</p>",
2011-06-21 00:22:58 +04:00
"Login failed!" => "Aanmelden mislukt.",
2011-07-04 02:39:04 +04:00
"You are logged out." => "U bent afgemeld.",
2011-06-21 00:22:58 +04:00
"prev" => "vorige",
"next" => "volgende",
"Search" => "Zoeken"
2011-06-20 16:52:24 +04:00
);