PHP Classes

File: translations/en/upload.php

Recommend this page to a friend!
  Classes of Thierry Feuzeu   Jaxon   translations/en/upload.php   Download  
File: translations/en/upload.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: Jaxon
Call PHP classes from JavaScript using AJAX
Author: By
Last change: Update of translations/en/upload.php
Date: 4 years ago
Size: 662 bytes
 

Contents

Class file image Download
<?php

return [
   
'errors' => [
       
'upload' => [
           
'failed' => "The upload of file :name has failed.",
           
'access' => "Cannot get write access to upload directory.",
           
'type' => "Upload is not allowed for file of type :type.",
           
'extension' => "Upload is not allowed for file with extension :extension.",
           
'max-size' => "Upload is not allowed for file of size :size. Too big.",
           
'max-size' => "Upload is not allowed for file of size :size. Too small.",
           
'plugin' => "Upload plugin not found",
           
'request' => "Upload data not available in the request",
        ],
    ],
];