2011-09-02 18:36:26 -07:00
|
|
|
/* Keep these in sync with the constants in UtilCtxt.java */
|
2010-01-02 19:10:08 +00:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef _LOCALIZEDSTRINCLUDES_H_
|
|
|
|
#define _LOCALIZEDSTRINCLUDES_H_
|
|
|
|
|
2010-01-16 14:16:27 +00:00
|
|
|
# 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
|
2011-07-15 18:13:55 -07:00
|
|
|
# define STRS_REMOTE_MOVED 6
|
2010-01-16 14:16:27 +00:00
|
|
|
# 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
|
2014-08-26 21:37:33 -07:00
|
|
|
# define STR_COMMIT_CONFIRM 16
|
|
|
|
# define STR_BONUS_ALL 17
|
|
|
|
# define STRD_TURN_SCORE 18
|
|
|
|
# define STRD_REMAINS_HEADER 19
|
|
|
|
# define STRD_REMAINS_EXPL 20
|
|
|
|
# define STR_RESIGNED 21
|
|
|
|
# define STR_WINNER 22
|
2010-01-16 14:16:27 +00:00
|
|
|
|
2014-08-26 21:37:33 -07:00
|
|
|
# define N_AND_USER_STRINGS 22
|
2010-01-02 19:10:08 +00:00
|
|
|
#endif
|