diff options
author | piernov <piernov@piernov.org> | 2016-05-03 10:28:50 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2016-05-03 10:28:50 +0200 |
commit | b8112f72b322fe5bf7048ac76251c8c637b9fee2 (patch) | |
tree | daf86f704f8e3246d54ae3eab2fa37aba9346dd5 /inc/messages.inc | |
parent | 6bff76321ab05d6193bc1d35327cb44128f9ed66 (diff) | |
parent | adb3df3d85ee081fd961602397d11186de08fef0 (diff) | |
download | candybox-b8112f72b322fe5bf7048ac76251c8c637b9fee2.tar.gz candybox-b8112f72b322fe5bf7048ac76251c8c637b9fee2.tar.bz2 candybox-b8112f72b322fe5bf7048ac76251c8c637b9fee2.tar.xz candybox-b8112f72b322fe5bf7048ac76251c8c637b9fee2.zip |
Merge branch 'feat/savegame' into piernov
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) { |