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 5c64290 commit 9d0af14Copy full SHA for 9d0af14
lang/de/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Das Kennwort für das angegebene API-Token ist falsch',
126
'api_user_no_api_permission' => 'Der Besitzer des verwendeten API-Tokens hat keine Berechtigung für API-Aufrufe',
127
'api_user_token_expired' => 'Das verwendete Autorisierungstoken ist abgelaufen',
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' => 'Fehler beim Versenden einer Test E-Mail:',
0 commit comments