diff options
| author | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:17:22 +0000 | 
|---|---|---|
| committer | tkellner <tkellner@174cde9d-5d70-4d2a-aa98-46368bc2aaf7> | 2013-04-10 19:17:22 +0000 | 
| commit | f057a36be9a0eec61c4da3a401df9be067458a84 (patch) | |
| tree | 7dfc31e5395d884620127092211ca7e210deb32e /pdf-over-gui/src/main/resources/at | |
| parent | 85c0d6dc8e2b2ca9ef377b0a2416ae99f33055e0 (diff) | |
| download | pdf-over-f057a36be9a0eec61c4da3a401df9be067458a84.tar.gz pdf-over-f057a36be9a0eec61c4da3a401df9be067458a84.tar.bz2 pdf-over-f057a36be9a0eec61c4da3a401df9be067458a84.zip | |
+ error message if manual positioning fails ...
+ fixed mac start script
+ fixed signature block size with auto positioning
git-svn-id: https://joinup.ec.europa.eu/svn/pdf-over/trunk@239 174cde9d-5d70-4d2a-aa98-46368bc2aaf7
Diffstat (limited to 'pdf-over-gui/src/main/resources/at')
| -rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages.properties | 1 | ||||
| -rw-r--r-- | pdf-over-gui/src/main/resources/at/asit/pdfover/gui/messages_de.properties | 1 | 
2 files changed, 2 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 ed8c666f..a0510ec9 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 @@ -81,6 +81,7 @@ error.Unexpected=Unexpected Error  error.title=Error  error.MayNotBeAPDF=This may not be a PDF File  error.InvalidLocale=Locale not valid +error.PositioningNotPossible=Manual positioning currently not possible due to a Java Bug. Using automatic positioning.   exception.InvalidEmblemFile=%s is an invalid signature logo file!  exception.InvalidPort=%s is invalid: has to be a number between %d and %d  exception.PasswordTooLong=Given password is too long! 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 af4cc6c6..df95a8fb 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 @@ -81,6 +81,7 @@ error.Unexpected=Unerwarteter Fehler  error.title=Fehler  error.MayNotBeAPDF=Dies ist möglicherweise keine PDF Datei  error.InvalidLocale=Ungültige Sprache +error.PositioningNotPossible=Positionsauswahl ist im Moment nicht verfügbar wegen eines Java Fehlers. Die Position wird automatisch bestimmt.   exception.InvalidEmblemFile=%s ist eine ungültige Bildmarken-Datei!  exception.InvalidPort=%s ist ungültig: muss eine Nummer zwischen %d und %d sein.  exception.PasswordTooLong=Eingegebenes Passwort ist zu lange! | 
