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
"This is the main menu of RGSS Database\n\nYou can use the first option to perform any action on the current RPG Maker database\n\nYou are also able to see and tweak the application's settings\n"- APP_MENU_ACTIONS_TEXT_INFO =
Actions menu information contents
"In this menu you can perform export and import operations on the current RPG Maker database\n\nYou can do the following operations:\n - Export: Exports all RPG Maker database data into external files\n - Export (Custom): Exports specific objects from the RPG Maker database\n - Import: Imports all external data into the RPG Maker database\n - Import (Custom): Imports specific objects ino the RPG Maker database\n"- APP_MENU_OPTIONS_TEXT_INFO =
Options menu information contents
"In this menu you can change the application's option values\n\nYou are also able to show the current value of each option in a table\n"