You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
321 B
Python
12 lines
321 B
Python
4 years ago
|
# -*- coding: utf-8 -*-
|
||
|
|
||
|
CONNECTION_ERROR = "Could not connect to server"
|
||
|
ERROR = "Error"
|
||
|
INPUT_SERVER_HOST = "Input Server Host"
|
||
|
INPUT_SERVER_PORT = "Input Server Port"
|
||
|
INPUT_USERNAME = "Input your username"
|
||
|
SEND = "Send"
|
||
|
SERVER_HOST = "Server Host"
|
||
|
SERVER_PORT = "Server Port"
|
||
|
TITLE = "ezChat"
|
||
|
USERNAME = "Username"
|