diff options
author | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-12-12 13:48:28 +0100 |
---|---|---|
committer | Tobias Kellner <tobias.kellner@iaik.tugraz.at> | 2014-12-12 13:48:28 +0100 |
commit | 683f42f194a30e70d4d09f4bac779d15526e1436 (patch) | |
tree | 44e74d6f290a623af9a21c06fad02a9847774ec4 /pdf-over-gui/src/main/resources/at/asit | |
parent | b1d832da0a2b9da58d94c529ab8d0e4aabcb4c0b (diff) | |
download | pdf-over-683f42f194a30e70d4d09f4bac779d15526e1436.tar.gz pdf-over-683f42f194a30e70d4d09f4bac779d15526e1436.tar.bz2 pdf-over-683f42f194a30e70d4d09f4bac779d15526e1436.zip |
Make PDF/A compatibility configurable
Diffstat (limited to 'pdf-over-gui/src/main/resources/at/asit')
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 2 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties index 4db02e9a..42744584 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties @@ -16,6 +16,8 @@ advanced_config.OutputFolder.Dialog=Select a folder advanced_config.OutputFolder.Dialog_Title=Select Output folder advanced_config.OutputFolder_Title=&Output location advanced_config.OutputFolder_ToolTip=Select the folder where the signed document will be saved automatically (clear this field to disable automatic saving, enter a single dot (".") to denote the input document directory) +advanced_config.PdfACompat=PDF/A compatibility +advanced_config.PdfACompat_Tooltip=Whether to make signature PDF/A compatible (increases pdf size) advanced_config.Proxy_Title=&Proxy advanced_config.ProxyHost=Host: advanced_config.ProxyHost_ToolTip=To use a proxy server enter the hostname or the IP here diff --git a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties index 86696107..d99aaa7e 100644 --- a/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties +++ b/pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties @@ -16,6 +16,8 @@ advanced_config.OutputFolder.Dialog=Wählen Sie einen Ordner advanced_config.OutputFolder.Dialog_Title=Ausgabeordner Wählen advanced_config.OutputFolder_Title=Ausgabe&ort advanced_config.OutputFolder_ToolTip=Wählen Sie einen Ordner, in dem signierte Dokumente automatisch abgelegt werden (deaktivert, wenn das Feld leer ist; ein einzelner Punkt (".") wählt das Verzeichnis des Ursprungsdokuments) +advanced_config.PdfACompat=PDF/A-Kompatibilität +advanced_config.PdfACompat_Tooltip=Ob die Signatur PDF/A-kompatibel sein soll (erhöht PDF-Größe) advanced_config.Proxy_Title=&Proxy advanced_config.ProxyHost=Host: advanced_config.ProxyHost_Template=Hostname oder IP des Proxy-Servers |