aboutsummaryrefslogtreecommitdiffstats
path: root/inc/messages.inc
diff options
context:
space:
mode:
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) {