mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
e6d516ca1d
The assertion's clearly blocking testing, but I'm not sure it's not an error for two move explanations to want to co-exist. For now they're concatenated.
40 lines
1.6 KiB
C
40 lines
1.6 KiB
C
/* Keep these in sync with the constants in DUtilCtxt.java */
|
|
|
|
|
|
#ifndef _LOCALIZEDSTRINCLUDES_H_
|
|
#define _LOCALIZEDSTRINCLUDES_H_
|
|
|
|
# define STRD_ROBOT_TRADED 1
|
|
# define STR_ROBOT_MOVED 2
|
|
# define STRS_VALUES_HEADER 3
|
|
# define STRD_REMAINING_TILES_ADD 4
|
|
# define STRD_UNUSED_TILES_SUB 5
|
|
# define STRS_REMOTE_MOVED 6
|
|
# define STRD_TIME_PENALTY_SUB 7
|
|
# define STR_PASS 8
|
|
# define STRS_MOVE_ACROSS 9
|
|
# define STRS_MOVE_DOWN 10
|
|
# define STRS_TRAY_AT_START 11
|
|
# define STRSS_TRADED_FOR 12
|
|
# define STR_PHONY_REJECTED 13
|
|
# define STRD_CUMULATIVE_SCORE 14
|
|
# define STRS_NEW_TILES 15
|
|
# define STR_COMMIT_CONFIRM 16
|
|
# define STR_SUBMIT_CONFIRM 17
|
|
# define STR_BONUS_ALL 18
|
|
# define STRD_TURN_SCORE 19
|
|
# define STRD_REMAINS_HEADER 20
|
|
# define STRD_REMAINS_EXPL 21
|
|
# define STRSD_RESIGNED 22
|
|
# define STRSD_WINNER 23
|
|
# define STRDSD_PLACER 24
|
|
# define STR_DUP_CLIENT_SENT 25
|
|
# define STRDD_DUP_HOST_RECEIVED 26
|
|
# define STR_DUP_MOVED 27
|
|
# define STRD_DUP_TRADED 28
|
|
# define STRSD_DUP_ONESCORE 29
|
|
# define STR_PENDING_PLAYER 30
|
|
# define STR_BONUS_ALL_SUB 31
|
|
# define STRS_DUP_ALLSCORES 32
|
|
# define N_AND_USER_STRINGS 32
|
|
#endif
|