diff options
Diffstat (limited to 'inc/messages.inc')
-rw-r--r-- | inc/messages.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/messages.inc b/inc/messages.inc index 9f3a09d..4938fa1 100644 --- a/inc/messages.inc +++ b/inc/messages.inc @@ -9,6 +9,9 @@ $messages = array( "gamesave_ok" => "Game saved.", "gamesave_error" => "An error occured when trying to save the game.", + "gamesave_not_found" => "Couldn't find the specified save file.", + "gamesave_delete_fail" => "Couldn't delete the specified save file.", + "gamesave_delete_success" => "Game save successfully removed from server", ); function sendMessage($type, $msg) { |