diff options
| author | 2020-04-22 23:52:09 +0200 | |
|---|---|---|
| committer | 2020-06-03 23:55:56 +0200 | |
| commit | a648df9683fc93922daad22f7bcb3e8c247d1860 (patch) | |
| tree | fcf95a84ff44a2fb7ccdfdbc0837749382bdfcc5 /enigma/src | |
| parent | Extend validation system (diff) | |
| download | enigma-fork-a648df9683fc93922daad22f7bcb3e8c247d1860.tar.gz enigma-fork-a648df9683fc93922daad22f7bcb3e8c247d1860.tar.xz enigma-fork-a648df9683fc93922daad22f7bcb3e8c247d1860.zip | |
Improve CreateServerDialog
Diffstat (limited to 'enigma/src')
| -rw-r--r-- | enigma/src/main/resources/lang/en_us.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/enigma/src/main/resources/lang/en_us.json b/enigma/src/main/resources/lang/en_us.json index bc31f2c..868ebad 100644 --- a/enigma/src/main/resources/lang/en_us.json +++ b/enigma/src/main/resources/lang/en_us.json | |||
| @@ -136,17 +136,15 @@ | |||
| 136 | "prompt.close.cancel": "Cancel", | 136 | "prompt.close.cancel": "Cancel", |
| 137 | "prompt.open": "Open", | 137 | "prompt.open": "Open", |
| 138 | "prompt.cancel": "Cancel", | 138 | "prompt.cancel": "Cancel", |
| 139 | "prompt.connect.title": "Connect to server", | 139 | "prompt.connect.title": "Connect to Server", |
| 140 | "prompt.connect.username": "Username:", | 140 | "prompt.connect.username": "Username:", |
| 141 | "prompt.connect.address": "Address:", | 141 | "prompt.connect.address": "Address:", |
| 142 | "prompt.connect.confirm": "Connect", | 142 | "prompt.connect.confirm": "Connect", |
| 143 | "prompt.connect.cancel": "Cancel", | 143 | "prompt.create_server.title": "Start Server", |
| 144 | "prompt.port": "Port:", | 144 | "prompt.create_server.port": "Port:", |
| 145 | "prompt.port.nan": "Port is not a number", | 145 | "prompt.create_server.confirm": "Start", |
| 146 | "prompt.port.invalid": "Port is out of range, should be between 0-65535", | 146 | "prompt.cancel": "Cancel", |
| 147 | "prompt.password": "Password:", | 147 | "prompt.password": "Password:", |
| 148 | "prompt.password.too_long": "Password is too long, it must be at most 255 characters.", | ||
| 149 | "prompt.create_server.title": "Create server", | ||
| 150 | 148 | ||
| 151 | "disconnect.disconnected": "Disconnected", | 149 | "disconnect.disconnected": "Disconnected", |
| 152 | "disconnect.server_closed": "Server closed", | 150 | "disconnect.server_closed": "Server closed", |
| @@ -167,7 +165,7 @@ | |||
| 167 | "status.ready": "Ready.", | 165 | "status.ready": "Ready.", |
| 168 | 166 | ||
| 169 | "validation.message.empty_field": "This field is required.", | 167 | "validation.message.empty_field": "This field is required.", |
| 170 | "validation.message.invalid_ip": "Invalid IP/Port combination: '%s'.", | 168 | "validation.message.invalid_ip": "Invalid IP/Port combination.", |
| 171 | "validation.message.not_int": "Value must be an integer.", | 169 | "validation.message.not_int": "Value must be an integer.", |
| 172 | "validation.message.field_out_of_range_int": "Value must be an integer between %d and %d.", | 170 | "validation.message.field_out_of_range_int": "Value must be an integer between %d and %d.", |
| 173 | "validation.message.field_length_out_of_range": "Value must be less than %d characters long.", | 171 | "validation.message.field_length_out_of_range": "Value must be less than %d characters long.", |