summaryrefslogtreecommitdiffstats
path: root/po
Commit message (Collapse)AuthorAgeFilesLines
* Auto-update from Pootle 2014-07-29krzys-h2014-07-291-3/+3
| | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-26krzys-h2014-07-261-4/+5
| | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-23krzys-h2014-07-231-12/+10
| | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-17krzys-h2014-07-171-6/+10
| | | | This commit was automatically generated from http://translations.colobot.info/
* Auto-update from Pootle 2014-07-11krzys-h2014-07-114-4782/+4792
| | | | This commit was automatically generated from http://translations.colobot.info/
* Merge branch 'dev' of github.com:colobot/colobot into devkrzys-h2014-07-105-88/+96
|\ | | | | | | | | | | | | | | Conflicts: po/de.po po/fr.po po/pl.po po/ru.po
| * Auto-update from Pootle 2014-07-10krzys-h2014-07-101-10/+10
| | | | | | | | | | This commit was automatically generated from http://translations.colobot.info/ (actually, this is just a manual test commit with some Polish translations :p)
| * Initial Pootle<->Git integration commitkrzys-h2014-07-104-4810/+4825
| | | | | | | | This commit was automatically generated from http://translations.colobot.info/
* | Removed some old stuff related to Ceebot-Teenkrzys-h2014-07-105-20/+17
|/
* Removed some unused code related to Quit buttonkrzys-h2014-07-105-41/+160
| | | | The button itself has been removed a long time ago
* Changed main menu title to "COLOBOT: Gold Edition"krzys-h2014-01-015-1/+17
|
* Removed prototypes supportkrzys-h2013-12-275-53/+2
|
* Renamed "New player" to "Change player" (#220)krzys-h2013-12-265-16/+13
|
* Fix for #264 - some translations not workingkrzys-h2013-12-261-5/+0
|
* Fixed missing "\n" in ru.poPiotr Dziwinski2013-11-121-1/+1
|
* Russian translation of interface (#249)Piotr Dziwinski2013-11-121-0/+1827
|
* Fixed auto-detecting locale on WindowsPiotr Dziwinski2013-06-241-0/+1
| | | | | | * localename library is now used to determine the actual locale used * added patched version of FindGettext.cmake to fix installation path of translation files
* gitignore updatePiotr Dziwinski2013-06-221-0/+1
| | | | | * git should now ignore all generated files when building without separate build directory
* Changes in build organizationPiotr Dziwinski2013-06-225-0/+8018
* targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory