2011-09-03 03:36:26 +02:00
|
|
|
/* Keep these in sync with the constants in UtilCtxt.java */
|
2010-01-02 20:10:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
#ifndef _LOCALIZEDSTRINCLUDES_H_
|
|
|
|
#define _LOCALIZEDSTRINCLUDES_H_
|
|
|
|
|
2010-01-16 15:16:27 +01: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-16 03:13:55 +02:00
|
|
|
# define STRS_REMOTE_MOVED 6
|
2010-01-16 15:16:27 +01: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
|
|
|
|
# define STR_PASSED 16
|
|
|
|
# define STRSD_SUMMARYSCORED 17
|
|
|
|
# define STRD_TRADED 18
|
|
|
|
# define STR_LOSTTURN 19
|
|
|
|
# define STR_COMMIT_CONFIRM 20
|
2011-09-03 03:36:26 +02:00
|
|
|
# define STR_BONUS_ALL 21
|
|
|
|
# define STRD_TURN_SCORE 22
|
2010-01-16 15:16:27 +01:00
|
|
|
|
2011-09-03 03:36:26 +02:00
|
|
|
# define N_AND_USER_STRINGS 22
|
2010-01-02 20:10:08 +01:00
|
|
|
#endif
|