summaryrefslogtreecommitdiff
path: root/src/data/easy_chat/easy_chat_group_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/easy_chat/easy_chat_group_time.h')
-rw-r--r--src/data/easy_chat/easy_chat_group_time.h274
1 files changed, 274 insertions, 0 deletions
diff --git a/src/data/easy_chat/easy_chat_group_time.h b/src/data/easy_chat/easy_chat_group_time.h
new file mode 100644
index 000000000..45d24c6f1
--- /dev/null
+++ b/src/data/easy_chat/easy_chat_group_time.h
@@ -0,0 +1,274 @@
+
+static const u8 sEasyChatWord_Fall[] = _("FALL");
+static const u8 sEasyChatWord_Morning[] = _("MORNING");
+static const u8 sEasyChatWord_Tomorrow[] = _("TOMORROW");
+static const u8 sEasyChatWord_Last[] = _("LAST");
+static const u8 sEasyChatWord_Day[] = _("DAY");
+static const u8 sEasyChatWord_Sometime[] = _("SOMETIME");
+static const u8 sEasyChatWord_Always[] = _("ALWAYS");
+static const u8 sEasyChatWord_Current[] = _("CURRENT");
+static const u8 sEasyChatWord_Forever[] = _("FOREVER");
+static const u8 sEasyChatWord_Days[] = _("DAYS");
+static const u8 sEasyChatWord_End[] = _("END");
+static const u8 sEasyChatWord_Tuesday[] = _("TUESDAY");
+static const u8 sEasyChatWord_Yesterday[] = _("YESTERDAY");
+static const u8 sEasyChatWord_Today[] = _("TODAY");
+static const u8 sEasyChatWord_Friday[] = _("FRIDAY");
+static const u8 sEasyChatWord_Monday[] = _("MONDAY");
+static const u8 sEasyChatWord_Later[] = _("LATER");
+static const u8 sEasyChatWord_Earlier[] = _("EARLIER");
+static const u8 sEasyChatWord_Another[] = _("ANOTHER");
+static const u8 sEasyChatWord_Time[] = _("TIME");
+static const u8 sEasyChatWord_Finish[] = _("FINISH");
+static const u8 sEasyChatWord_Wednesday[] = _("WEDNESDAY");
+static const u8 sEasyChatWord_Soon[] = _("SOON");
+static const u8 sEasyChatWord_Start[] = _("START");
+static const u8 sEasyChatWord_Month[] = _("MONTH");
+static const u8 sEasyChatWord_Stop[] = _("STOP");
+static const u8 sEasyChatWord_Now[] = _("NOW");
+static const u8 sEasyChatWord_Final[] = _("FINAL");
+static const u8 sEasyChatWord_Next[] = _("NEXT");
+static const u8 sEasyChatWord_Age[] = _("AGE");
+static const u8 sEasyChatWord_Saturday[] = _("SATURDAY");
+static const u8 sEasyChatWord_Summer[] = _("SUMMER");
+static const u8 sEasyChatWord_Sunday[] = _("SUNDAY");
+static const u8 sEasyChatWord_Beginning[] = _("BEGINNING");
+static const u8 sEasyChatWord_Spring[] = _("SPRING");
+static const u8 sEasyChatWord_Daytime[] = _("DAYTIME");
+static const u8 sEasyChatWord_Winter[] = _("WINTER");
+static const u8 sEasyChatWord_Daily[] = _("DAILY");
+static const u8 sEasyChatWord_Olden[] = _("OLDEN");
+static const u8 sEasyChatWord_Almost[] = _("ALMOST");
+static const u8 sEasyChatWord_Nearly[] = _("NEARLY");
+static const u8 sEasyChatWord_Thursday[] = _("THURSDAY");
+static const u8 sEasyChatWord_Nighttime[] = _("NIGHTTIME");
+static const u8 sEasyChatWord_Night[] = _("NIGHT");
+static const u8 sEasyChatWord_Week[] = _("WEEK");
+
+static const struct EasyChatWordInfo sEasyChatGroup_Time[] = {
+ {
+ .text = sEasyChatWord_Fall,
+ .alphabeticalOrder = 29,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Morning,
+ .alphabeticalOrder = 39,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Tomorrow,
+ .alphabeticalOrder = 6,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Last,
+ .alphabeticalOrder = 18,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Day,
+ .alphabeticalOrder = 33,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Sometime,
+ .alphabeticalOrder = 7,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Always,
+ .alphabeticalOrder = 37,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Current,
+ .alphabeticalOrder = 4,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Forever,
+ .alphabeticalOrder = 9,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Days,
+ .alphabeticalOrder = 35,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_End,
+ .alphabeticalOrder = 17,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Tuesday,
+ .alphabeticalOrder = 10,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Yesterday,
+ .alphabeticalOrder = 0,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Today,
+ .alphabeticalOrder = 27,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Friday,
+ .alphabeticalOrder = 20,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Monday,
+ .alphabeticalOrder = 8,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Later,
+ .alphabeticalOrder = 14,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Earlier,
+ .alphabeticalOrder = 3,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Another,
+ .alphabeticalOrder = 16,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Time,
+ .alphabeticalOrder = 15,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Finish,
+ .alphabeticalOrder = 24,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Wednesday,
+ .alphabeticalOrder = 1,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Soon,
+ .alphabeticalOrder = 40,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Start,
+ .alphabeticalOrder = 28,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Month,
+ .alphabeticalOrder = 43,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Stop,
+ .alphabeticalOrder = 42,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Now,
+ .alphabeticalOrder = 26,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Final,
+ .alphabeticalOrder = 38,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Next,
+ .alphabeticalOrder = 30,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Age,
+ .alphabeticalOrder = 5,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Saturday,
+ .alphabeticalOrder = 22,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Summer,
+ .alphabeticalOrder = 34,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Sunday,
+ .alphabeticalOrder = 23,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Beginning,
+ .alphabeticalOrder = 25,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Spring,
+ .alphabeticalOrder = 31,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Daytime,
+ .alphabeticalOrder = 32,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Winter,
+ .alphabeticalOrder = 41,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Daily,
+ .alphabeticalOrder = 19,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Olden,
+ .alphabeticalOrder = 13,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Almost,
+ .alphabeticalOrder = 2,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Nearly,
+ .alphabeticalOrder = 11,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Thursday,
+ .alphabeticalOrder = 21,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Nighttime,
+ .alphabeticalOrder = 44,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Night,
+ .alphabeticalOrder = 36,
+ .enabled = TRUE
+ },
+ {
+ .text = sEasyChatWord_Week,
+ .alphabeticalOrder = 12,
+ .enabled = TRUE
+ }
+};