Updated the source files to translate

This commit is contained in:
Olivier Teulière 2012-02-21 08:32:13 +01:00
parent efb5fddf58
commit 22f8cef33e

View file

@ -6,6 +6,7 @@ dic/base_exception.h
dic/compdic.cpp
dic/compdic.h
dic/compdicmain.cpp
dic/debug.h
dic/dic.cpp
dic/dic.h
dic/dic_exception.cpp
@ -45,7 +46,6 @@ game/coord.cpp
game/coord.h
game/cross.cpp
game/cross.h
game/debug.h
game/duplicate.cpp
game/duplicate.h
game/freegame.cpp
@ -64,6 +64,8 @@ game/history.cpp
game/history.h
game/mark_played_cmd.cpp
game/mark_played_cmd.h
game/master_move_cmd.cpp
game/master_move_cmd.h
game/matrix.h
game/move.cpp
game/move.h
@ -126,18 +128,26 @@ qt/play_word_mediator.cpp
qt/play_word_mediator.h
qt/player_widget.cpp
qt/player_widget.h
qt/players_table_helper.cpp
qt/players_table_helper.h
qt/prefs_dialog.cpp
qt/prefs_dialog.h
qt/qtcommon.cpp
qt/qtcommon.h
qt/rack_widget.cpp
qt/rack_widget.h
qt/score_widget.cpp
qt/score_widget.h
qt/tile_layout.cpp
qt/tile_layout.h
qt/tile_widget.cpp
qt/tile_widget.h
qt/timer_widget.cpp
qt/timer_widget.h
qt/training_widget.cpp
qt/training_widget.h
qt/validator_factory.cpp
qt/validator_factory.h
utils/game_io.cpp
utils/game_io.h
utils/ncurses.cpp