diff options
author | George L. Albany <Megacake1234@gmail.com> | 2023-05-13 00:44:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-13 00:44:10 +0200 |
commit | 5b207ea57ec278daf5b8b44fdf72757fda1a7bd0 (patch) | |
tree | e4511c51eb4ceaefd92a7ad8a00f42910eb83811 /game/localisation | |
parent | 398ba6f05ae1bb13e59790436bf0da299e5a399d (diff) | |
parent | 8ab166ae0bd784145c3706aba0c3f3326cbbaac1 (diff) |
Merge pull request #110 from Spartan322/add/save-and-load
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 |