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

Returns:

  • (String)
"Main Menu"
APP_MENU_ACTIONS =

App menu option to go to the actions menu

Returns:

  • (String)
"Perform Actions"
APP_MENU_ACTIONS_EXPORT =

App menu option for export command

Returns:

  • (String)
"Export RPG Maker Data Files"
APP_MENU_ACTIONS_EXPORT_CUSTOM =

App menu option for export custom command

Returns:

  • (String)
"Export RPG Maker Data Files (Custom)"
APP_MENU_ACTIONS_IMPORT =

App menu option for import command

Returns:

  • (String)
"Import External Data Into RPG Maker"
APP_MENU_ACTIONS_IMPORT_CUSTOM =

App menu option for import custom command

Returns:

  • (String)
"Import External Data Into RPG Maker (Custom)"
APP_MENU_OPTIONS =

App menu option to go to app options menu

Returns:

  • (String)
"Check and Modify Options"
APP_MENU_OPTIONS_SET_FORMAT_TYPE =

App menu option to set the output file format type

Returns:

  • (String)
"Set Type of File Format"
APP_MENU_OPTIONS_SET_WORKING_DIR =

App menu option to set the working directory

Returns:

  • (String)
"Set Working Directory"
APP_MENU_OPTIONS_SET_ENTRIES =

App menu option to select a list of file entries

Returns:

  • (String)
"Set File Entries List"
APP_MENU_OPTIONS_SET_IDS =

App menu option to select a list of object IDs

Returns:

  • (String)
"Set Object IDs List"
APP_MENU_OPTIONS_SHOW_OPTIONS_PRETTY =

App menu option to show the values of the current options (pretty format)

Returns:

  • (String)
"Show Options (Pretty)"
APP_MENU_OPTIONS_SHOW_OPTIONS_RAW =

App menu option to show the values of the current options (raw format)

Returns:

  • (String)
"Show Options (Raw)"
APP_MENU_EXIT =

App menu option for exiting command

Returns:

  • (String)
"Exit"