diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:20:05 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-07-30 10:21:55 +0200 |
commit | bb5e6c9823a6c89f9eecd82c45d48f664063cace (patch) | |
tree | d5427a0306c1effc6555674ddbcab333864cf939 /core/l10n/nl.php | |
parent | 924cd17f2ed18dcc860a5e15543c3fc835203c4c (diff) | |
download | nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.tar.gz nextcloud-server-bb5e6c9823a6c89f9eecd82c45d48f664063cace.zip |
Transifex connection, added French and part of Bulgarian
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r-- | core/l10n/nl.php | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 66d96505971..033adc0e432 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -1,22 +1,12 @@ <?php $TRANSLATIONS = array( "Error 404, Cloud not found" => "Fout 404, Cloud niet gevonden.", -"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", -"Login:" => "Gebruikersnaam:", -"Password:" => "Wachtwoord:", "Advanced" => "Geavanceerd", "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.", "SQLite" => "SQLite", -"I will use a MySQL database." => "Er zal een MySQL database gebruikt worden.", -"Host:" => "Host:", "Database name:" => "Databasenaam:", +"Host:" => "Host:", "Table prefix:" => "Voorvoegsel voor tabelnamen:", -"MySQL user login:" => "MySQL gebruikersnaam.", -"MySQL user password:" => "MySQL wachtwoord", "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>", "Login failed!" => "Aanmelden mislukt.", |