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 d09747e commit 0b0bb99Copy full SHA for 0b0bb99
lang/it/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Il token segreto fornito per il token API utilizzato non è corretto',
126
'api_user_no_api_permission' => 'Il proprietario del token API utilizzato non ha il permesso di effettuare chiamate API',
127
'api_user_token_expired' => 'Il token di autorizzazione utilizzato è scaduto',
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' => 'Si è verificato un errore durante l\'invio di una e-mail di prova:',
0 commit comments