We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4875820 commit bdd7c3aCopy full SHA for bdd7c3a
lang/nl/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Het opgegeven geheim voor de API-token is onjuist',
126
'api_user_no_api_permission' => 'De eigenaar van de gebruikte API-token heeft geen machtiging om API calls te maken',
127
'api_user_token_expired' => 'De gebruikte autorisatie token is verlopen',
128
+ 'api_cookie_auth_only_get' => 'Only GET requests are allowed when using the API with cookie-based authentication',
129
130
// Settings & Maintenance
131
'maintenance_test_email_failure' => 'Fout opgetreden bij het verzenden van een test email:',
0 commit comments