Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trash code #19

Open
waleko opened this issue Apr 18, 2020 · 0 comments
Open

Fix trash code #19

waleko opened this issue Apr 18, 2020 · 0 comments

Comments

@waleko
Copy link
Owner

waleko commented Apr 18, 2020

Fix this trash please

{
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!");
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant