Module: RgssDb::Strings::StrMenuContents
- Defined in:
- lib/rgss_db/model/strings.rb
Overview
Menu contents strings
This module contains the contents for each menu
Constant Summary collapse
- APP_MENU_MAIN_MENU_TEXT_INFO =
Main menu information contents
<<~EOF This is the main menu of RGSS Database You can use the first option to perform any action on the current RPG Maker database You are also able to see and tweak the application's settings EOF
- APP_MENU_ACTIONS_TEXT_INFO =
Actions menu information contents
<<~EOF In this menu you can perform export and import operations on the current RPG Maker database You can do the following operations: - Export: Exports all RPG Maker database data into external files - Export (Custom): Exports specific objects from the RPG Maker database - Import: Imports all external data into the RPG Maker database - Import (Custom): Imports specific objects ino the RPG Maker database EOF
- APP_MENU_OPTIONS_TEXT_INFO =
Options menu information contents
<<~EOF In this menu you can change the application's option values You are also able to show the current value of each option in a table EOF