]> BookStack Code Mirror - bookstack/blobdiff - lang/en/validation.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / lang / en / validation.php
index 2a676c7c4cce0130591a929cefd8a21e7765be1c..d9b982d1e23e2eb2ad98ae4815e8b94de20f11dc 100644 (file)
@@ -105,6 +105,11 @@ return [
     'url'                  => 'The :attribute format is invalid.',
     'uploaded'             => 'The file could not be uploaded. The server may not accept files of this size.',
 
+    'zip_file' => 'The :attribute needs to reference a file within the ZIP.',
+    'zip_file_mime' => 'The :attribute needs to reference a file of type :validTypes, found :foundType.',
+    'zip_model_expected' => 'Data object expected but ":type" found.',
+    'zip_unique' => 'The :attribute must be unique for the object type within the ZIP.',
+
     // Custom validation lines
     'custom' => [
         'password-confirm' => [