You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jsignpdf/src/main/resources/net/sf/jsignpdf/translations/messages.properties
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ console.inFileNotFound.error=Input PDF was not found or it's not readable.
35
35
console.keys=Key aliases in the keystore:
36
36
console.keystores=Available key store types:
37
37
console.loadKeystore=Loading keystore: {0}
38
-
console.memoryError=\nJava is out of memory. Try to allow more memory to your JVM.\nAdd parameter -Xmx<size> to your java call.\ne.g., $ java -Xmx512m \u2026 sets the maximum Java heap size to 512MB.\n
38
+
console.memoryError=\nJava is out of memory. Try to allow more memory to your JVM.\nAdd parameter -Xmx<size> to your java call.\ne.g., $ java -Xmx512m … sets the maximum Java heap size to 512MB.\n
39
39
console.noOCSPURL=OCSP server URL not found in Certificate. The value entered in application settings will be used.
40
40
console.pdfEncError.cantUseCertificate=Unable to use certificate encryption of the PDF. The encryption using public key from the certificate "{0}" is not supported by the running Java.
41
41
console.pdfEncError.missingOwnerPassword=Password encryption requires an owner password.
@@ -45,7 +45,7 @@ console.processing=Processing (it may take a while) ...
45
45
console.readingCRLs=Reading CRLs
46
46
console.readingOCSP=Getting OCSP data from URL: {0}
47
47
console.renderModeFallback=The Render mode of visible signature is set to "Image and description" but no image was provided. The mode "Description only" will be used.
48
-
console.serverNotTrusted=Certificate of the server is not trusted. You can use the InstallCert tool to add the server's certificate into a trusted certificates store\u0009.
48
+
console.serverNotTrusted=Certificate of the server is not trusted. You can use the InstallCert tool to add the server's certificate into a trusted certificates store.
49
49
console.setAcro6Layers=Use only layers recommend by Acrobat 6: {0}
0 commit comments