X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d8072cbef2cad710a780ff689b29195bad1d035b..refs/pull/2023/head:/resources/lang/pl/errors.php diff --git a/resources/lang/pl/errors.php b/resources/lang/pl/errors.php index c31f04efa..5273906a0 100644 --- a/resources/lang/pl/errors.php +++ b/resources/lang/pl/errors.php @@ -83,6 +83,7 @@ return [ // Error pages '404_page_not_found' => 'Strona nie została znaleziona', 'sorry_page_not_found' => 'Przepraszamy, ale strona której szukasz nie została znaleziona.', + 'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.', 'return_home' => 'Powrót do strony głównej', 'error_occurred' => 'Wystąpił błąd', 'app_down' => ':appName jest aktualnie wyłączona', @@ -96,4 +97,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:', + ];