diff options
Diffstat (limited to 'client/locales/da')
| -rw-r--r-- | client/locales/da/messages.gotext.json | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/client/locales/da/messages.gotext.json b/client/locales/da/messages.gotext.json index 1e788ae..e20ee39 100644 --- a/client/locales/da/messages.gotext.json +++ b/client/locales/da/messages.gotext.json @@ -77,16 +77,61 @@ "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no secure internet location is found. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "The secure internet location could not be set", "message": "The secure internet location could not be set", "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but you need to authorizate again. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "The authorization procedure failed to complete", "message": "The authorization procedure failed to complete", "translation": "" }, { + "id": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "message": "The client tried to autoconnect to the VPN server: {Namesrv}, but no valid profiles were found. Please manually connect again", + "translation": "", + "placeholders": [ + { + "id": "Namesrv", + "string": "%[1]s", + "type": "string", + "underlyingType": "string", + "argNum": 1, + "expr": "server.Name(srv)" + } + ] + }, + { "id": "No suitable profiles could be found", "message": "No suitable profiles could be found", "translation": "" |
