* Change the translation for OFF to "OFF" (instead of "OK")
* Shorten server list translations to fit correctly
* Change errors in particle levels translations
* Rename pot files to follow the conventions
* Run update-pot.sh
* Rename directories to ensure they work with OpenSpades core_locale for now
* Change underline to dash
* Remove log file hat should not be there
* Go back to underscores
This reverts commit 529d652ff6f7b876545f24170a6d13f30a7bf487.
I am not sure if I should include that commit, so better not to.
If executing update-pot.sh is a nescessary step than beter leave
it to someone else, as when I executed the script it said that
Main.as was not found, so maybe something was broken in that commit.
Sources/Client/Client.cpp:
+ Added call to Client::DrawDisconnectScreen() in client destructor
Sources/Client/Client.h:
+ Added new prototype Client::DrawDisconnectScreen()
Sources/Client/Client_Draw.cpp:
+ Added function declaration for Client::DrawDisconnectScreen()
* New Localization Introduced: "Client":"Disconnecting..."
Resources/de/openspades.po:
+ Added rudimentary German translation for "Client":"Disconnecting..."
Resources/ja/openspades.po:
+ Added rudimentary Japanese translation for "Client":"Disconnecting..."
Resources/ko/openspades.po:
+ Added rudimentary Korean translation for "Client":"Disconnecting..."
Resources/pl_PL/pl_PL:
+ Added rudimentary Polish translation for "Client":"Disconnecting..."
Resources/pot/openspades.pot:
+ Added translation entry for "Client":"Disconnecting..."
Resources/ru/openspades.po:
+ Added rudimentary Russian translation for "Client":"Disconnecting..."