aboutsummaryrefslogtreecommitdiffstats
path: root/inc/messages.inc
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2016-05-04 14:27:35 +0200
committerpiernov <piernov@piernov.org>2016-05-04 14:27:35 +0200
commit9ce1da5147b3df01812687562faca80623b27a38 (patch)
treebdccb125445fd4b546889ebf25eb9c2d4b1c7956 /inc/messages.inc
parent40b0d42dee76bc62517801aa746371a9ce2895a1 (diff)
downloadcandybox-9ce1da5147b3df01812687562faca80623b27a38.tar.gz
candybox-9ce1da5147b3df01812687562faca80623b27a38.tar.bz2
candybox-9ce1da5147b3df01812687562faca80623b27a38.tar.xz
candybox-9ce1da5147b3df01812687562faca80623b27a38.zip
Receive uploaded savegame from PHP
Diffstat (limited to 'inc/messages.inc')
-rw-r--r--inc/messages.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/messages.inc b/inc/messages.inc
index 7b952b8..d08331a 100644
--- a/inc/messages.inc
+++ b/inc/messages.inc
@@ -12,6 +12,9 @@ $messages = array(
"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",
+
+ "upload_fail" => "Could not upload save file.",
+ "upload_success" => "Save file uploaded successfully: %s",
);
function sendMessage($type, $msg, $fmt = null) {