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
|
|
@ -60,6 +60,7 @@
|
|||
"FailureToSaveContext" = "Fehler beim Speichern des Kontexts: %@";
|
||||
"RepositoryRemoteMasterNotFoundError." = "Remote-Branch origin/master wurde nicht gefunden.";
|
||||
"KeyImportError." = "Schlüssel kann nicht importiert werden.";
|
||||
"FileNotFoundError." = "Die Datei '%@' kann nicht gelesen werden.";
|
||||
"PasswordDuplicatedError." = "Passwort kann nicht hinzugefügt werden; es existiert bereits.";
|
||||
"GitResetError." = "Der zuletzt synchronisierte Commit kann nicht identifiziert werden.";
|
||||
"PGPPublicKeyNotExistError." = "Der öffentliche PGP-Schlüssen existiert nicht";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue