diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-07-24 14:57:56 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-07-24 14:57:56 +0000 |
commit | 2eecedc172330390f8bc162a4fa8f89f4811db71 (patch) | |
tree | a5b96eda16123942740c4ad46e5ef4c40fc8b721 /pdf-over-gui/src/main/resources/at/asit | |
parent | a52b66cf1d0a579b95cddba44fb4df0e97bf8e22 (diff) | |
download | pdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.tar.gz pdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.tar.bz2 pdf-over-2eecedc172330390f8bc162a4fa8f89f4811db71.zip |
Add proxy auth cmd-line parameters
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@466 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
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 | 4 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 8 |
2 files changed, 10 insertions, 2 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 c5991585..208b97fc 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 @@ -46,6 +46,8 @@ argument.help.output=Sets the output folder or file to use. Example: -o <folder> argument.help.password=Sets the password to use for mobile CCE. Example: -p <password> argument.help.proxyhost=Sets the proxy host to use. Example: -proxy <hostname/IP> argument.help.proxyport=Sets the proxy port to use. Example: -proxyport <port> +argument.help.proxyuser=Sets the proxy username to use. Example: -proxyuser <username> +argument.help.proxypass=Sets the proxy password to use. Example: -proxypass <password> argument.help.skipfinish=Enables skipping of the "Finish" dialog (if successfully saved) argument.info.help=The following options are available: argument.invalid.bku=CCE argument invalid! Usage: @@ -57,6 +59,8 @@ argument.invalid.output=Output folder argument invalid! Usage: argument.invalid.password=Mobile CCE password invalid! Usage: argument.invalid.proxyhost=Proxy host argument invalid! Usage: argument.invalid.proxyport=Proxy port argument invalid! Usage: +argument.invalid.proxyuser=Proxy username argument invalid! Usage: +argument.invalid.proxypass=Proxy password argument invalid! Usage: bku_selection.card=&Card bku_selection.mobile=&Mobile common.AllExtension_Description=All files 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 4d9eaf50..73e63a8c 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 @@ -46,6 +46,8 @@ argument.help.output=Wählt den Ausgabeordner oder die Ausgabedatei. Bsp.: -o <Or argument.help.password=Wählt das Passwort für die Handy-BKU. Bsp.: -p <Passwort> argument.help.proxyhost=Wählt den Proxy-Server. Bsp.: -proxy <Hostname/IP> argument.help.proxyport=Wählt den Proxy-Server-Port. Bsp.: -proxyport <Portnummer> +argument.help.proxyuser=Wählt den Proxy-Benutznamen. Bsp.: -proxyuser <Benutzername> +argument.help.proxypass=Wählt das Proxy-Passwort. Bsp.: -proxypass <Passwort> argument.help.skipfinish=Aktiviert das Überspringen des "Fertig"-Dialogs (falls Speichern erfolgreich) argument.info.help=Die folgenden Optionen sind verfügbar: argument.invalid.bku=BKU-Auswahl ungültig! Verwendung: @@ -55,8 +57,10 @@ argument.invalid.input=Dokument ungültig! Verwendung: argument.invalid.number=Telefonnummer ungültig! Verwendung: argument.invalid.output=Ausgabeordner ungültig! Verwendung: argument.invalid.password=Handy-BKU Passwort ungültig! Verwendung: -argument.invalid.proxyhost=Proxy host ungültig! Verwendung: -argument.invalid.proxyport=Proxy port ungültig! Verwendung: +argument.invalid.proxyhost=Proxy-Host ungültig! Verwendung: +argument.invalid.proxyport=Proxy-Port ungültig! Verwendung: +argument.invalid.proxyuser=Proxy-Benutzername ungültig! Verwendung: +argument.invalid.proxypass=Proxy-Passwort ungültig! Verwendung: bku_selection.card=&Karte bku_selection.mobile=&Handy common.AllExtension_Description=Alle Dateien |