]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/nl/errors.php
Update settings.php
[bookstack] / resources / lang / nl / errors.php
index 7dd2bdaa5288a215c474d469f17343d74a40d034..dca27ca396229562e3bc59cf578d1075fd630fb2 100644 (file)
@@ -83,6 +83,7 @@ return [
     // Error pages
     '404_page_not_found' => 'Pagina Niet Gevonden',
     'sorry_page_not_found' => 'Sorry, de pagina die je zocht is niet beschikbaar.',
+    'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
     'return_home' => 'Terug naar home',
     'error_occurred' => 'Er Ging Iets Fout',
     'app_down' => ':appName is nu niet beschikbaar',
@@ -96,4 +97,7 @@ return [
     'api_user_no_api_permission' => 'The owner of the used API token does not have permission to make API calls',
     'api_user_token_expired' => 'The authorization token used has expired',
 
+    // Settings & Maintenance
+    'maintenance_test_email_failure' => 'Error thrown when sending a test email:',
+
 ];