Module: RgssDb::Strings::StrMenu
- Defined in:
- lib/rgss_db/model/strings.rb
Overview
Menu strings
This module contains menu options shown on the screen
Constant Summary collapse
- APP_MENU_MAIN_MENU =
App menu option that represents the main menu
"Main Menu"
- APP_MENU_ACTIONS =
App menu option to go to the actions menu
"Perform Actions"
- APP_MENU_ACTIONS_EXPORT =
App menu option for export command
"Export RPG Maker Data Files"
- APP_MENU_ACTIONS_EXPORT_CUSTOM =
App menu option for export custom command
"Export RPG Maker Data Files (Custom)"
- APP_MENU_ACTIONS_IMPORT =
App menu option for import command
"Import External Data Into RPG Maker"
- APP_MENU_ACTIONS_IMPORT_CUSTOM =
App menu option for import custom command
"Import External Data Into RPG Maker (Custom)"
- APP_MENU_OPTIONS =
App menu option to go to app options menu
"Check and Modify Options"
- APP_MENU_OPTIONS_SET_FORMAT_TYPE =
App menu option to set the output file format type
"Set Type of File Format"
- APP_MENU_OPTIONS_SET_WORKING_DIR =
App menu option to set the working directory
"Set Working Directory"
- APP_MENU_OPTIONS_SET_ENTRIES =
App menu option to select a list of file entries
"Set File Entries List"
- APP_MENU_OPTIONS_SET_IDS =
App menu option to select a list of object IDs
"Set Object IDs List"
- APP_MENU_OPTIONS_SHOW_OPTIONS_PRETTY =
App menu option to show the values of the current options (pretty format)
"Show Options (Pretty)"
- APP_MENU_OPTIONS_SHOW_OPTIONS_RAW =
App menu option to show the values of the current options (raw format)
"Show Options (Raw)"
- APP_MENU_EXIT =
App menu option for exiting command
"Exit"