Throw error in case PGP key files cannot be read

This commit is contained in:
Danny Moesch 2019-06-29 10:28:16 +02:00 committed by Mingshen Sun
parent f0003227d5
commit b806175842
4 changed files with 13 additions and 10 deletions

View file

@ -61,6 +61,7 @@
"RepositoryRemoteBranchNotFoundError." = "Cannot find remote branch %@.";
"RepositoryBranchNotFoundError." = "Branch %@ not found in repository.";
"KeyImportError." = "Cannot import the key.";
"FileNotFoundError." = "File '%@' cannot be read.";
"PasswordDuplicatedError." = "Cannot add the password; password is duplicated.";
"GitResetError." = "Cannot identify the latest synced commit.";
"PgpPublicKeyNotExistError." = "PGP public key doesn't exist.";