“locales_gossip_menu_option” table¶
The locales_gossip_menu_option
table holds localized text strings
for gossip menu options.
Table structure¶
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
menu_id | smallint(6) unsigned | NO | PRI | 0 | |
id | smallint(6) unsigned | NO | PRI | 0 | |
option_text_loc1 | text | YES | NULL | ||
option_text_loc2 | text | YES | NULL | ||
option_text_loc3 | text | YES | NULL | ||
option_text_loc4 | text | YES | NULL | ||
option_text_loc5 | text | YES | NULL | ||
option_text_loc6 | text | YES | NULL | ||
option_text_loc7 | text | YES | NULL | ||
option_text_loc8 | text | YES | NULL | ||
box_text_loc1 | text | YES | NULL | ||
box_text_loc2 | text | YES | NULL | ||
box_text_loc3 | text | YES | NULL | ||
box_text_loc4 | text | YES | NULL | ||
box_text_loc5 | text | YES | NULL | ||
box_text_loc6 | text | YES | NULL | ||
box_text_loc7 | text | YES | NULL | ||
box_text_loc8 | text | YES | NULL |
Fields¶
menu_id¶
This references the “gossip_menu_option” table tables
menu_id
for which the entry is valid.
id¶
option_text_loc1¶
Korean localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc2¶
French localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc3¶
German localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc4¶
Chinese localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc5¶
Taiwanese localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc6¶
Spanish Spain localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc7¶
Spanish Latin America localization of option_text
in the
“gossip_menu_option” table table.
option_text_loc8¶
Russian localization of option_text
in the
“gossip_menu_option” table table.
box_text_loc1¶
Korean localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc2¶
French localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc3¶
German localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc4¶
Chinese localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc5¶
Taiwanese localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc6¶
Spanish Spain localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc7¶
Spanish Latin America localization of box_text
in the
“gossip_menu_option” table table.
box_text_loc8¶
Russian localization of box_text
in the
“gossip_menu_option” table table.