diff options
author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-01-27 18:12:26 +0000 |
---|---|---|
committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2014-01-27 18:12:26 +0000 |
commit | 3219581f933a24fb2466da2eaca3c325b437ce44 (patch) | |
tree | b329fa7893160f643ab7b8178d1583cc8577324a /pdf-over-gui/src/main/resources/at/asit | |
parent | 161af59764d0e4df632ace57c6de9d02ae7d3e5d (diff) | |
download | pdf-over-3219581f933a24fb2466da2eaca3c325b437ce44.tar.gz pdf-over-3219581f933a24fb2466da2eaca3c325b437ce44.tar.bz2 pdf-over-3219581f933a24fb2466da2eaca3c325b437ce44.zip |
Hook up main SWT menu on OS X
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@480 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 | 3 | ||||
-rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 3 |
2 files changed, 6 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 0f2c5b2f..f109bfac 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 @@ -115,9 +115,12 @@ exception.PasswordTooLong=Given password is too long! exception.PasswordTooShort=Given password is too short! exception.PathNotDirectory=Path %s does not denote a directory! exception.PathNotExist=Path %s does not exist! +main.about=About %s main.configuration=Configuration main.done=Finish +main.hide=Hide %s main.position=Positioning +main.quit=Quit %s main.signature=Signing mobileBKU.number=Number: mobileBKU.password=Password: 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 34840eb8..103f89ae 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 @@ -115,9 +115,12 @@ exception.PasswordTooLong=Eingegebenes Passwort ist zu lange! exception.PasswordTooShort=Eingegebenes Passwort ist zu kurz! exception.PathNotDirectory=Pfad %s ist kein gültiger Ordner! exception.PathNotExist=Pfad %s existiert nicht! +main.about=Über %s main.configuration=Konfiguration main.done=Fertig +main.hide=%s ausblenden main.position=Positionierung +main.quit=%s beenden main.signature=Signatur mobileBKU.number=Nummer: mobileBKU.password=Passwort: |