diff options
author | Jiri Vanek <[email protected]> | 2013-12-02 16:04:32 +0100 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-12-02 16:04:32 +0100 |
commit | 77f5431e3b77c3d16693de34c21189d3f960ec41 (patch) | |
tree | ecced48bc4b7d1de33ad38cb066a6c6db9b88504 /netx/net/sourceforge/jnlp/resources | |
parent | 57a108d5385a5810cf627d9d70792379d4c27000 (diff) |
Better validation of crytical dirs with proper message on startup
Diffstat (limited to 'netx/net/sourceforge/jnlp/resources')
-rw-r--r-- | netx/net/sourceforge/jnlp/resources/Messages.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/netx/net/sourceforge/jnlp/resources/Messages.properties b/netx/net/sourceforge/jnlp/resources/Messages.properties index 2e5fb82..15844e3 100644 --- a/netx/net/sourceforge/jnlp/resources/Messages.properties +++ b/netx/net/sourceforge/jnlp/resources/Messages.properties @@ -304,6 +304,9 @@ DCIncorrectValue=Property "{0}" has incorrect value "{1}". Possible values {2}. DCInternal=Internal error: {0} DCSourceInternal=<internal> DCUnknownSettingWithName=Property "{0}" is unknown. +DCmaindircheckNotexists=After all attempts, your configuration directory {0} do not exists. +DCmaindircheckNotdir=Your configuration directory {0} is not directory. +DCmaindircheckRwproblem=Your configuration directory {0} can not be read/written properly. # Value Validator messages. Messages should follow "Possible values ..." VVPossibleValues=Possible values {0} |