diff options
Diffstat (limited to 'core/l10n/nl.php')
-rw-r--r-- | core/l10n/nl.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/l10n/nl.php b/core/l10n/nl.php index 1a5ee85a14e..c75b1acf6c2 100644 --- a/core/l10n/nl.php +++ b/core/l10n/nl.php @@ -65,6 +65,8 @@ $TRANSLATIONS = array( "Good password" => "Goed wachtwoord", "Strong password" => "Sterk wachtwoord", "Shared" => "Gedeeld", +"Shared by {owner}" => "Gedeeld door {owner}", +"Shared with {recipients}" => "Gedeeld met {recipients}", "Share" => "Delen", "Error" => "Fout", "Error while sharing" => "Fout tijdens het delen", @@ -158,11 +160,13 @@ $TRANSLATIONS = array( "Storage & database" => "Opslag & database", "Data folder" => "Gegevensmap", "Configure the database" => "Configureer de database", +"Only %s is available." => "Alleen %s is beschikbaar.", "Database user" => "Gebruiker database", "Database password" => "Wachtwoord database", "Database name" => "Naam database", "Database tablespace" => "Database tablespace", "Database host" => "Databaseserver", +"SQLite will be used as database. For larger installations we recommend to change this." => "SQLite wordt gebruikt als database. Voor grotere installaties adviseren we dit aan te passen.", "Finish setup" => "Installatie afronden", "Finishing …" => "Afronden ...", "This application requires JavaScript to be enabled for correct operation. Please <a href=\"http://enable-javascript.com/\" target=\"_blank\">enable JavaScript</a> and re-load this interface." => "Deze applicatie heeft JavaScript nodig om correct te functioneren. <a href=\"http://enable-javascript.com/\" target=\"_blank\">Activeer JavaScript</a> en herlaad deze interface.", |