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 d51cc99 commit 0616471Copy full SHA for 0616471
lang/sk/errors.php
@@ -125,6 +125,7 @@
125
'api_incorrect_token_secret' => 'Secret poskytnutý pre daný token API je nesprávny',
126
'api_user_no_api_permission' => 'Vlastník použitého tokenu API nemá povolenie na uskutočňovanie volaní rozhrania API',
127
'api_user_token_expired' => 'Platnosť použitého autorizačného tokenu vypršala',
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' => 'Chyba pri odosielaní testovacieho e-mailu:',
0 commit comments