Locales gossip menu option
Ir a la navegación
Ir a la búsqueda
Las tablas `locales_gossip_menu_option`
Contiene las traducciones de las opciones de los menús de gossip.
Estructura
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
menu_id | smallint(6) | unsigned | PRI | NO | 0 | ||
id | smallint(6) | unsigned | PRI | NO | 0 | ||
option_text_loc1 | text | signed | YES | NULL | |||
option_text_loc2 | text | signed | YES | NULL | |||
option_text_loc3 | text | signed | YES | NULL | |||
option_text_loc4 | text | signed | YES | NULL | |||
option_text_loc5 | text | signed | YES | NULL | |||
option_text_loc6 | text | signed | YES | NULL | |||
option_text_loc7 | text | signed | YES | NULL | |||
option_text_loc8 | text | signed | YES | NULL | |||
box_text_loc1 | text | signed | YES | NULL | |||
box_text_loc2 | text | signed | YES | NULL | |||
box_text_loc3 | text | signed | YES | NULL | |||
box_text_loc4 | text | signed | YES | NULL | |||
box_text_loc5 | text | signed | YES | NULL | |||
box_text_loc6 | text | signed | YES | NULL | |||
box_text_loc7 | text | signed | YES | NULL | |||
box_text_loc8 | text | signed | YES | NULL |
Descripción de los campos
La ID del menú de gossip donde está la opción. Ver entry gossip_menu.
id
La ID de la opción dentro de ese menú. Ver id de gossip_menu_option.
option_text_loc
La traducción del texto de la opción. El español (esES) corresponde al loc6 y el esMX corresponde al loc7.
box_text_loc
Si aparece una ventana con un mensaje (ver box_text de gossip_menu_option), traducción del texto que muestre. El español (esES) corresponde al loc6 y el esMX corresponde al loc7.