diff options
Diffstat (limited to 'settings/l10n/nl.php')
-rw-r--r-- | settings/l10n/nl.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/settings/l10n/nl.php b/settings/l10n/nl.php index 666b34981f6..6f6c47bef23 100644 --- a/settings/l10n/nl.php +++ b/settings/l10n/nl.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Enabled" => "Geactiveerd", +"Not enabled" => "Niet ingeschakeld", +"Recommended" => "Aanbevolen", "Authentication error" => "Authenticatie fout", "Your full name has been changed." => "Uw volledige naam is gewijzigd.", "Unable to change full name" => "Kan de volledige naam niet wijzigen", @@ -31,6 +34,7 @@ $TRANSLATIONS = array( "Unable to change password" => "Kan wachtwoord niet wijzigen", "Saved" => "Bewaard", "test email settings" => "test e-mailinstellingen", +"A problem occurred while sending the email. Please revise your settings." => "Er ontstond een probleem bij het versturen van de e-mail. Controleer uw instellingen.", "Email sent" => "E-mail verzonden", "You need to set your user email before being able to send test emails." => "U moet uw e-mailadres invoeren voordat u testberichten kunt versturen.", "Are you really sure you want add \"{domain}\" as trusted domain?" => "Weet u zeker dat u \"{domain}\" als een vertrouwd domein wilt toevoegen?", @@ -146,6 +150,7 @@ $TRANSLATIONS = array( "Credentials" => "Inloggegevens", "SMTP Username" => "SMTP gebruikersnaam", "SMTP Password" => "SMTP wachtwoord", +"Store credentials" => "Opslaan inloggegevens", "Test email settings" => "Test e-mailinstellingen", "Send email" => "Versturen e-mail", "Log" => "Log", @@ -154,9 +159,14 @@ $TRANSLATIONS = array( "Less" => "Minder", "Version" => "Versie", "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" target=\"_blank\">source code</a> is licensed under the <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>." => "Ontwikkeld door de <a href=\"http://ownCloud.org/contact\" target=\"_blank\">ownCloud gemeenschap</a>, de <a href=\"https://github.com/owncloud\" target=\"_blank\">broncode</a> is gelicenseerd onder de <a href=\"http://www.gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero General Public License\">AGPL</abbr></a>.", +"More apps" => "Meer applicaties", +"Add your app" => "Voeg uw app toe", +"by" => "door", +"licensed" => "gelicenseerd", "Documentation:" => "Documentatie:", "User Documentation" => "Gebruikersdocumentatie", "Admin Documentation" => "Beheerdocumentatie", +"Update to %s" => "Bijgewerkt naar %s", "Enable only for specific groups" => "Alleen voor bepaalde groepen activeren", "Uninstall App" => "De-installeren app", "Administrator Documentation" => "Beheerdersdocumentatie", |