xwords/xwords4/android/jni/LocalizedStrIncludes.h
Eric House 6b41628fbf dup: fix to call informMove(); make strings localizable
Was relying incorrectly on showRobotScores, which is FALSE on linux by default.
2020-02-05 22:03:12 -08:00

38 lines
1.5 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 N_AND_USER_STRINGS 29
#endif