28 lines
1.5 KiB
PHP
28 lines
1.5 KiB
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Create an <strong>admin account.</strong>" => "Maak een <strong>administrator account.</strong> aan",
|
||
|
"Welcome to <strong>ownCloud</strong>, your personnal cloud." => "Welkom by <strong>ownCloud</strong>, jouw persoonlijke cloud",
|
||
|
"You are logged out." => "Je bent afgemend.",
|
||
|
"MySQL user password:" => "MySQL wachtwoord",
|
||
|
"Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.",
|
||
|
"Database name:" => "Database naam:",
|
||
|
"Set where to store the data." => "Bepaal waar de gegevens opgeslagen moeten woorden.",
|
||
|
"Advanced" => "Geavanceerd",
|
||
|
"To finish the installation, please follow the steps below." => "Volg de volgende stappen om de instalatie af te ronden.",
|
||
|
"Host:" => "Host:",
|
||
|
"Table prefix:" => "Voorvoegsel voor tabelnaamen:",
|
||
|
"prev" => "vorige",
|
||
|
"Login:" => "Gebruikersnaam:",
|
||
|
"Login failed!" => "Aanmelden mislukt.",
|
||
|
"I will use a MySQL database." => "Er zal een MySQL database gebruikt woorden.",
|
||
|
"next" => "volgende",
|
||
|
"Password:" => "Wachtwoord:",
|
||
|
"SQLite" => "SQLite",
|
||
|
"MySQL user login:" => "MySQL gebruikers naam.",
|
||
|
"<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 je eigen server draait.</p>",
|
||
|
"Search" => "Zoeken",
|
||
|
"Data directory:" => "Gegevens map:",
|
||
|
"Finish setup" => "Instalatie afronden",
|
||
|
"Configure your database." => "Stel de database in.",
|
||
|
"I will use a SQLite database. You have nothing to do!" => "Er zan een SQLite database gebruikt woorden, je hoeft niks in te stellen."
|
||
|
);
|