2018-08-24 13:20:18 +00:00
|
|
|
{
|
|
|
|
"Cant lock cache": "The cache could not be blocked"
|
|
|
|
,"Bad file format": "Unrecognized file format"
|
|
|
|
,"File not choosed": "You have not selected any file"
|
|
|
|
,"Permission denied": "You are not allowed to upload the file"
|
|
|
|
,"File upload error": "Failed to upload the file, check that size is not too large"
|
|
|
|
,"File save error": "Failed to save the file: %s"
|
|
|
|
,"File size error": "The file must be no longer than %.2f MB"
|
|
|
|
,"Bad file name": "The file name must contain only lowercase letters, digits or the '_' character"
|
2019-02-07 13:09:56 +00:00
|
|
|
,"Bad collection name": "Invalid collection name"
|
|
|
|
,"Collection not exists": "Collection does not exist"
|
2018-08-24 13:20:18 +00:00
|
|
|
,"Unreferenced file": "The file is not referenced by the database"
|
2019-02-07 13:09:56 +00:00
|
|
|
,"Cannot update matching id": "Cannot update matching id"
|
2018-08-24 13:20:18 +00:00
|
|
|
,"Com error": "Error communicating with the server"
|
|
|
|
,"Image open error": "Error opening the image file"
|
|
|
|
,"Operation disabled": "Operation disabled for security"
|
|
|
|
,"Image added": "Image added correctly"
|
|
|
|
|
|
|
|
,"ErrIniSize": "File exceeds the upload_max_filesize directive in php.ini"
|
|
|
|
,"ErrFormSize": "File exceeds the MAX_FILE_SIZE specified in the HTML form"
|
|
|
|
,"ErrPartial": "File was partially uploaded"
|
|
|
|
,"ErrNoFile": "No file was uploaded"
|
|
|
|
,"ErrNoTmpDir": "Missing a temporary folder"
|
|
|
|
,"ErrCantWrite": "Failed to write file to disk"
|
|
|
|
,"ErrExtension": "File upload stopped by extension"
|
|
|
|
,"ErrDefault": "Unknown upload error"
|
|
|
|
|
|
|
|
,"Sync complete": "Synchronization complete"
|
|
|
|
}
|