diff options
author | Spartan322 <Megacake1234@gmail.com> | 2023-04-23 22:01:49 +0200 |
---|---|---|
committer | Spartan322 <Megacake1234@gmail.com> | 2023-05-12 13:32:21 +0200 |
commit | 8ab166ae0bd784145c3706aba0c3f3326cbbaac1 (patch) | |
tree | e4511c51eb4ceaefd92a7ad8a00f42910eb83811 /game/localisation | |
parent | 398ba6f05ae1bb13e59790436bf0da299e5a399d (diff) |
Add SaveManager autoload singleton
Globally handles save finding, creation, removal, changes, naming, and flushing
Globally handles the session tags for the active save
Add SaveLoadMenu to GameSession
Add Start Date Panel and Save Panel loading to LobbyMenu
Includes session tag filter
Add LobbyPanelButton and SavePanelButton scene and scripts
Add SaveResource to handle saving and loading individual save files
Add localization for SaveLoadMenu
Expand localization for additions to LobbyMenu
Add ButtonContainer variation type to default theme
Fulfill:
UI-82, UI-83, UI-84, UI-85, UI-87, UI-89, UI-90, UI-91, UI-92, UI-94
UIFUN-82, UIFUN-83, UIFUN-84, UIFUN-86, UIFUN-87, UIFUN-89
FS-28
Diffstat (limited to 'game/localisation')
-rw-r--r-- | game/localisation/en_GB/menus.csv | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/game/localisation/en_GB/menus.csv b/game/localisation/en_GB/menus.csv index 999483f..fe11e0c 100644 --- a/game/localisation/en_GB/menus.csv +++ b/game/localisation/en_GB/menus.csv @@ -48,6 +48,12 @@ CREDITS_BACK,Back to Main Menu ,, Game Lobby GAMELOBBY_START,Start Game GAMELOBBY_BACK,Back +GAMELOBBY_SESSION_TAG,Session Tag +GAMELOBBY_SELECT_ALL,All +GAMELOBBY_DELETE_DIALOG_TITLE,Delete {file_name} +GAMELOBBY_DELETE_DIALOG_TEXT,Are you sure you want to delete {file_name}? +GAMELOBBY_SESSIONTAG_DIALOG_TITLE,Override {session_tag} +GAMELOBBY_SESSIONTAG_DIALOG_TEXT,Are you want to override {session_tag} as a previous session? ,, Game Session Menu GAMESESSIONMENU_SAVE,Save Game @@ -62,6 +68,21 @@ GAMESESSIONMENU_MAINMENU_DIALOG_TEXT,Are you sure you want to resign and return GAMESESSIONMENU_QUIT_DIALOG_TITLE,Quit Game GAMESESSIONMENU_QUIT_DIALOG_TEXT,Are you sure you want to quit and return to desktop? +,, Save Load Menu +SAVELOADMENU_SAVE_TITLE,Save Menu +SAVELOADMENU_LOAD_TITLE,Load Menu +SAVELOADMENU_SAVE_BUTTON,Save +SAVELOADMENU_LOAD_BUTTON,Load + +SAVELOADMENU_DELETE_DIALOG_TITLE,Delete {file_name} +SAVELOADMENU_DELETE_DIALOG_TEXT,Are you sure you want to delete {file_name}? +SAVELOADMENU_OVERWRITE_DIALOG_TITLE,Overwrite {file_name} +SAVELOADMENU_OVERWRITE_DIALOG_TEXT,Are you want to overwrite {file_name}? + +SAVELOADMENU_SESSION,Session: + +SAVELOADMENU_TABSELECTIONTABBAR_ALL,All + DIALOG_OK,OK DIALOG_CANCEL,Cancel DIALOG_SAVE_AND_RESIGN,Save and Resign |