X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d8072cbef2cad710a780ff689b29195bad1d035b..refs/pull/2393/head:/resources/lang/sk/errors.php diff --git a/resources/lang/sk/errors.php b/resources/lang/sk/errors.php index ef6474b4d..c045d473d 100644 --- a/resources/lang/sk/errors.php +++ b/resources/lang/sk/errors.php @@ -46,7 +46,6 @@ return [ 'file_upload_timeout' => 'Nahrávanie súboru vypršalo.', // Attachments - 'attachment_page_mismatch' => 'Page mismatch during attachment update', 'attachment_not_found' => 'Attachment not found', // Pages @@ -83,6 +82,7 @@ return [ // Error pages '404_page_not_found' => 'Stránka nenájdená', 'sorry_page_not_found' => 'Prepáčte, stránka ktorú hľadáte nebola nájdená.', + 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'return_home' => 'Vrátiť sa domov', 'error_occurred' => 'Nastala chyba', 'app_down' => ':appName je momentálne nedostupná', @@ -96,4 +96,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:', + ];