|
{ |
|
errorsDict["no_data"] = tr("No data given!"); |
|
errorsDict["muchdata"] = tr("Data size is too big (must be less than 15MB)!"); |
|
errorsDict["nullimage"] = tr("Invalid / null image!"); |
|
errorsDict["bigimage"] = tr("Image is too big!"); |
|
errorsDict["bitsWrong"] = tr("bitsUsed parameter is wrong!"); |
|
errorsDict["no_key"] = tr("No key given!"); |
|
errorsDict["big_key"] = tr("Given key is too big!"); |
|
errorsDict["undefined_mode"] = tr("Undefined mode is only available when decrypting!"); |
|
errorsDict["wrongmode"] = tr("Given mode isn't available!"); |
|
errorsDict["inject-v1.4"] = tr("ModelPC::inject() isn't available with v1.4 (advanced) mode"); |
|
errorsDict["all_modes_fail"] = tr("Given image isn't encrypted by this app (all modes have failed) or is damaged!"); |
|
errorsDict["nojphs"] = tr("JPHS is not installed!"); |
|
errorsDict["bitsBufferFail"] = tr("bitsBufferFail (holy crap, contact me or submit a bug)"); |
|
errorsDict["point_visited_twice"] = tr("One point visited twice (holy crap, contact me or submit a bug)"); |
|
errorsDict["bigdata"] = tr("Too much data for this image!"); |
|
errorsDict["veriffail"] = tr("Given image isn't encrypted with this mode or is damaged!"); |
|
errorsDict["noreaddata"] = tr("No data to read from image!"); |
|
errorsDict["new_version"] = tr("Version of the image is newer than yours (update!!!)"); |
|
errorsDict["old_version"] = tr("Version of the image is older than yours"); |
|
errorsDict["no_input_file"] = tr("No file given!"); |
|
errorsDict["open_file_fail"] = tr("Cannot open file!"); |
|
errorsDict["save_file_fail"] = tr("Cannot save file!"); |
|
errorsDict["decryption_completed"] = tr("Decryption completed!"); |
|
errorsDict["encryption_completed"] = tr("Encryption completed!"); |
|
} |
Fix this trash please
PictureCrypt/src/app/view/viewpc.cpp
Lines 287 to 312 in b11fd16