257 lines
6.6 KiB
C
257 lines
6.6 KiB
C
|
|
static const u8 sEasyChatWord_Highs[] = _("HIGHS");
|
|
static const u8 sEasyChatWord_Lows[] = _("LOWS");
|
|
static const u8 sEasyChatWord_Um[] = _("UM");
|
|
static const u8 sEasyChatWord_Rear[] = _("REAR");
|
|
static const u8 sEasyChatWord_Things[] = _("THINGS");
|
|
static const u8 sEasyChatWord_Thing[] = _("THING");
|
|
static const u8 sEasyChatWord_Below[] = _("BELOW");
|
|
static const u8 sEasyChatWord_Above[] = _("ABOVE");
|
|
static const u8 sEasyChatWord_Back[] = _("BACK");
|
|
static const u8 sEasyChatWord_High[] = _("HIGH");
|
|
static const u8 sEasyChatWord_Here[] = _("HERE");
|
|
static const u8 sEasyChatWord_Inside[] = _("INSIDE");
|
|
static const u8 sEasyChatWord_Outside[] = _("OUTSIDE");
|
|
static const u8 sEasyChatWord_Beside[] = _("BESIDE");
|
|
static const u8 sEasyChatWord_ThisIsItExcl[] = _("THIS IS IT!");
|
|
static const u8 sEasyChatWord_This[] = _("THIS");
|
|
static const u8 sEasyChatWord_Every[] = _("EVERY");
|
|
static const u8 sEasyChatWord_These[] = _("THESE");
|
|
static const u8 sEasyChatWord_TheseWere[] = _("THESE WERE");
|
|
static const u8 sEasyChatWord_Down[] = _("DOWN");
|
|
static const u8 sEasyChatWord_That[] = _("THAT");
|
|
static const u8 sEasyChatWord_ThoseAre[] = _("THOSE ARE");
|
|
static const u8 sEasyChatWord_ThoseWere[] = _("THOSE WERE");
|
|
static const u8 sEasyChatWord_ThatsItExcl[] = _("THAT'S IT!");
|
|
static const u8 sEasyChatWord_Am[] = _("AM");
|
|
static const u8 sEasyChatWord_ThatWas[] = _("THAT WAS");
|
|
static const u8 sEasyChatWord_Front[] = _("FRONT");
|
|
static const u8 sEasyChatWord_Up[] = _("UP");
|
|
static const u8 sEasyChatWord_Choice[] = _("CHOICE");
|
|
static const u8 sEasyChatWord_Far[] = _("FAR");
|
|
static const u8 sEasyChatWord_Away[] = _("AWAY");
|
|
static const u8 sEasyChatWord_Near[] = _("NEAR");
|
|
static const u8 sEasyChatWord_Where[] = _("WHERE");
|
|
static const u8 sEasyChatWord_When[] = _("WHEN");
|
|
static const u8 sEasyChatWord_What[] = _("WHAT");
|
|
static const u8 sEasyChatWord_Deep[] = _("DEEP");
|
|
static const u8 sEasyChatWord_Shallow[] = _("SHALLOW");
|
|
static const u8 sEasyChatWord_Why[] = _("WHY");
|
|
static const u8 sEasyChatWord_Confused[] = _("CONFUSED");
|
|
static const u8 sEasyChatWord_Opposite[] = _("OPPOSITE");
|
|
static const u8 sEasyChatWord_Left[] = _("LEFT");
|
|
static const u8 sEasyChatWord_Right[] = _("RIGHT");
|
|
|
|
static const struct EasyChatWordInfo sEasyChatGroup_Misc[] = {
|
|
{
|
|
.text = sEasyChatWord_Highs,
|
|
.alphabeticalOrder = 7,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Lows,
|
|
.alphabeticalOrder = 24,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Um,
|
|
.alphabeticalOrder = 30,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Rear,
|
|
.alphabeticalOrder = 8,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Things,
|
|
.alphabeticalOrder = 6,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Thing,
|
|
.alphabeticalOrder = 13,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Below,
|
|
.alphabeticalOrder = 28,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Above,
|
|
.alphabeticalOrder = 38,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Back,
|
|
.alphabeticalOrder = 35,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_High,
|
|
.alphabeticalOrder = 19,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Here,
|
|
.alphabeticalOrder = 16,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Inside,
|
|
.alphabeticalOrder = 29,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Outside,
|
|
.alphabeticalOrder = 26,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Beside,
|
|
.alphabeticalOrder = 10,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_ThisIsItExcl,
|
|
.alphabeticalOrder = 9,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_This,
|
|
.alphabeticalOrder = 0,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Every,
|
|
.alphabeticalOrder = 11,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_These,
|
|
.alphabeticalOrder = 40,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_TheseWere,
|
|
.alphabeticalOrder = 1,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Down,
|
|
.alphabeticalOrder = 31,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_That,
|
|
.alphabeticalOrder = 39,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_ThoseAre,
|
|
.alphabeticalOrder = 12,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_ThoseWere,
|
|
.alphabeticalOrder = 3,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_ThatsItExcl,
|
|
.alphabeticalOrder = 41,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Am,
|
|
.alphabeticalOrder = 36,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_ThatWas,
|
|
.alphabeticalOrder = 20,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Front,
|
|
.alphabeticalOrder = 25,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Up,
|
|
.alphabeticalOrder = 23,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Choice,
|
|
.alphabeticalOrder = 17,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Far,
|
|
.alphabeticalOrder = 18,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Away,
|
|
.alphabeticalOrder = 5,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Near,
|
|
.alphabeticalOrder = 4,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Where,
|
|
.alphabeticalOrder = 15,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_When,
|
|
.alphabeticalOrder = 14,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_What,
|
|
.alphabeticalOrder = 21,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Deep,
|
|
.alphabeticalOrder = 22,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Shallow,
|
|
.alphabeticalOrder = 2,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Why,
|
|
.alphabeticalOrder = 27,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Confused,
|
|
.alphabeticalOrder = 34,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Opposite,
|
|
.alphabeticalOrder = 33,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Left,
|
|
.alphabeticalOrder = 32,
|
|
.enabled = TRUE
|
|
},
|
|
{
|
|
.text = sEasyChatWord_Right,
|
|
.alphabeticalOrder = 37,
|
|
.enabled = TRUE
|
|
}
|
|
};
|