Throw error in case PGP key files cannot be read
This commit is contained in:
parent
f0003227d5
commit
b806175842
4 changed files with 13 additions and 10 deletions
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue