mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-12-25 21:59:30 +01:00
po: update the list of files to translate
This commit is contained in:
parent
c7913ddc45
commit
4428159836
1 changed files with 33 additions and 14 deletions
|
@ -42,6 +42,8 @@ game/bag.h
|
|||
game/board.cpp
|
||||
game/board.h
|
||||
game/board_cross.cpp
|
||||
game/board_layout.cpp
|
||||
game/board_layout.h
|
||||
game/board_search.cpp
|
||||
game/board_search.h
|
||||
game/command.cpp
|
||||
|
@ -60,28 +62,20 @@ game/game_exception.cpp
|
|||
game/game_exception.h
|
||||
game/game_factory.cpp
|
||||
game/game_factory.h
|
||||
game/game_move_cmd.cpp
|
||||
game/game_move_cmd.h
|
||||
game/game_params.h
|
||||
game/game_rack_cmd.cpp
|
||||
game/game_rack_cmd.h
|
||||
game/hints.cpp
|
||||
game/hints.h
|
||||
game/history.cpp
|
||||
game/history.h
|
||||
game/master_move_cmd.cpp
|
||||
game/master_move_cmd.h
|
||||
game/matrix.h
|
||||
game/move.cpp
|
||||
game/move.h
|
||||
game/move_selector.cpp
|
||||
game/move_selector.h
|
||||
game/navigation.cpp
|
||||
game/navigation.h
|
||||
game/player.cpp
|
||||
game/player.h
|
||||
game/player_event_cmd.cpp
|
||||
game/player_event_cmd.h
|
||||
game/player_move_cmd.cpp
|
||||
game/player_move_cmd.h
|
||||
game/player_rack_cmd.cpp
|
||||
game/player_rack_cmd.h
|
||||
game/pldrack.cpp
|
||||
game/pldrack.h
|
||||
game/public_game.cpp
|
||||
|
@ -94,6 +88,8 @@ game/round.cpp
|
|||
game/round.h
|
||||
game/settings.cpp
|
||||
game/settings.h
|
||||
game/topping.cpp
|
||||
game/topping.h
|
||||
game/training.cpp
|
||||
game/training.h
|
||||
game/turn_data.cpp
|
||||
|
@ -104,6 +100,20 @@ game/xml_reader.cpp
|
|||
game/xml_reader.h
|
||||
game/xml_writer.cpp
|
||||
game/xml_writer.h
|
||||
game/cmd/game_move_cmd.cpp
|
||||
game/cmd/game_move_cmd.h
|
||||
game/cmd/game_rack_cmd.cpp
|
||||
game/cmd/game_rack_cmd.h
|
||||
game/cmd/master_move_cmd.cpp
|
||||
game/cmd/master_move_cmd.h
|
||||
game/cmd/player_event_cmd.cpp
|
||||
game/cmd/player_event_cmd.h
|
||||
game/cmd/player_move_cmd.cpp
|
||||
game/cmd/player_move_cmd.h
|
||||
game/cmd/player_rack_cmd.cpp
|
||||
game/cmd/player_rack_cmd.h
|
||||
game/cmd/topping_move_cmd.cpp
|
||||
game/cmd/topping_move_cmd.h
|
||||
qt/arbit_assignments.cpp
|
||||
qt/arbit_assignments.h
|
||||
qt/arbitration_widget.cpp
|
||||
|
@ -114,8 +124,6 @@ qt/bag_widget.cpp
|
|||
qt/bag_widget.h
|
||||
qt/board_widget.cpp
|
||||
qt/board_widget.h
|
||||
qt/coord_model.cpp
|
||||
qt/coord_model.h
|
||||
qt/custom_popup.cpp
|
||||
qt/custom_popup.h
|
||||
qt/dic_tools_widget.cpp
|
||||
|
@ -124,6 +132,10 @@ qt/dic_wizard.cpp
|
|||
qt/dic_wizard.h
|
||||
qt/fav_players.cpp
|
||||
qt/fav_players.h
|
||||
qt/game_signals.cpp
|
||||
qt/game_signals.h
|
||||
qt/hints_dialog.cpp
|
||||
qt/hints_dialog.h
|
||||
qt/history_widget.cpp
|
||||
qt/history_widget.h
|
||||
qt/main.cpp
|
||||
|
@ -133,6 +145,8 @@ qt/misc_helpers.cpp
|
|||
qt/misc_helpers.h
|
||||
qt/new_game.cpp
|
||||
qt/new_game.h
|
||||
qt/play_model.cpp
|
||||
qt/play_model.h
|
||||
qt/play_word_mediator.cpp
|
||||
qt/play_word_mediator.h
|
||||
qt/player_widget.cpp
|
||||
|
@ -157,8 +171,12 @@ qt/tile_widget.cpp
|
|||
qt/tile_widget.h
|
||||
qt/timer_widget.cpp
|
||||
qt/timer_widget.h
|
||||
qt/topping_widget.cpp
|
||||
qt/topping_widget.h
|
||||
qt/training_widget.cpp
|
||||
qt/training_widget.h
|
||||
qt/update_checker.cpp
|
||||
qt/update_checker.h
|
||||
qt/validator_factory.cpp
|
||||
qt/validator_factory.h
|
||||
utils/game_io.cpp
|
||||
|
@ -179,5 +197,6 @@ qt/ui/new_game.ui.h
|
|||
qt/ui/player_widget.ui.h
|
||||
qt/ui/prefs_dialog.ui.h
|
||||
qt/ui/tables_dialog.ui.h
|
||||
qt/ui/topping_widget.ui
|
||||
qt/ui/training_widget.ui.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue