annotate java/src/uk/ac/qmul/eecs/ccmi/network/Server.properties @ 1:e3935c01cde2
tip
moved license of PdPersistenceManager to the beginning of the file
author |
Fiore Martin <f.martin@qmul.ac.uk> |
date |
Tue, 08 Jul 2014 19:52:03 +0100 |
parents |
78b7fc5391a2 |
children |
|
rev |
line source |
f@0
|
1
|
f@0
|
2 log.start=Server started...
|
f@0
|
3 log.restart=Restarting server...
|
f@0
|
4 log.shutdown=Server shutdown:
|
f@0
|
5 log.client_connected=Peer connected to local server
|
f@0
|
6 exception_msg.not_run=Server not running
|
f@0
|
7 exception_msg.already_shared=Diagram already shared
|
f@0
|
8
|
f@0
|
9 dialog.error.connection=A problem with the server occurred. {0} is no longer shared with other peers.
|
f@0
|
10 dialog.error.connections=A network problem occurred. All diagrams are no longer shared
|
f@0
|
11 dialog.error.no_send=Could not send data to the server
|
f@0
|
12
|
f@0
|
13 awareness.msg.user_already_exists=Selected User Name already in use
|
f@0
|
14
|
f@0
|
15 error.connection_close=Connection with peer closed |