mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
Changed Visibilities when no ssh key is entered and the wrong passphrase
is entered
This commit is contained in:
@@ -113,4 +113,10 @@ public interface StringMessages extends com.sap.sse.gwt.client.StringMessages {
|
||||
String serverInformation();
|
||||
|
||||
String serverName(String buildVersion);
|
||||
|
||||
String validPassphrase();
|
||||
|
||||
String invalidPassphrase();
|
||||
|
||||
String passphraseCheckError();
|
||||
}
|
||||
|
||||
+3
@@ -50,3 +50,6 @@ explainPassword=Password to use for authentification on the master
|
||||
additionalInformation=Info
|
||||
serverInformation=Server Information
|
||||
serverName=Server Name: {0}
|
||||
validPassphrase=Valid
|
||||
invalidPassphrase=Invalid
|
||||
passphraseCheckError=Error in validation of the passphrase
|
||||
|
||||
+4
-1
@@ -49,4 +49,7 @@ password=Kennwort
|
||||
explainPassword=Das Password das zur Authentifizierung auf dem Master eingesetzt wird
|
||||
additionalInformation=Info
|
||||
serverInformation=Server-Information
|
||||
serverName=Server Name: {0}
|
||||
serverName=Server Name: {0}
|
||||
validPassphrase=Richtig
|
||||
invalidPassphrase=Falsch
|
||||
passphraseCheckError=Fehler beim Validieren des Schlüssels aufgetreten!
|
||||
Reference in New Issue
Block a user