]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/it/errors.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / it / errors.php
index 977f26e19c45b320d5176727c3403c342a017db6..cb49355a92c4bb849c9fad5006f1d6fd8a3fa831 100755 (executable)
@@ -83,6 +83,7 @@ return [
     // Error pages
     '404_page_not_found' => 'Pagina Non Trovata',
     'sorry_page_not_found' => 'La pagina che stavi cercando non è stata trovata.',
+    'sorry_page_not_found_permission_warning' => 'If you expected this page to exist, you might not have permission to view it.',
     'return_home' => 'Ritorna alla home',
     'error_occurred' => 'C\'è Stato un errore',
     'app_down' => ':appName è offline',
@@ -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:',
+
 ];