Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 09a1e7292d6b9579c96cc62307d5303b922c807e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###############################################################################
#  Copyright (c) 2021 Red Hat Inc. and others
#
#  This program and the accompanying materials
#  are made available under the terms of the Eclipse Public License 2.0
#  which accompanies this distribution, and is available at
#  https://www.eclipse.org/legal/epl-2.0/
#
#  SPDX-License-Identifier: EPL-2.0
###############################################################################

Error_SignatureAfterKeyRevocation=The signature is created after the revocation time of the signature's key {0}
Error_SignatureAfterKeyExpiration=The signature is created after the expiration time of the signature's key {0}
Error_SignatureAndFileDontMatch=The signature is invalid for current content
Error_CouldNotLoadSignature=The signatures could not be loaded
Warning_publicKeyNotFound=A public key with ID {0} needed to verify the signatures of {1} could not be found

Back to the top