*** VERSION 5.5.0 ***
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun.c
index 195749885344a5ee085a35ad02b2edc02860362e..82eaaba710b455cb1b83650a27804fe7fda71b05 100644 (file)
@@ -1,4 +1,4 @@
-/* cmd_neonfun.c - NeonServ v5.4
+/* cmd_neonfun.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -52,6 +52,7 @@ static const struct default_language_entry msgtab[] = {
     {"NF_UNO_NAME", "Name"},
     {"NF_UNO_WON_GAMES", "Won Games"},
     {"NF_UNO_TOTAL_WON_GAMES", "Total won Games"},
+    {"NF_UNO_LESS_PLAYERS", "There are not enough players to start the game."},
     
     {"NF_4WINS_NOT_YOUR_TURN", "Wait your turn!"},
     {"NF_4WINS_INVALID_COLUMN", "invalid column!"},
@@ -70,6 +71,7 @@ static const struct default_language_entry msgtab[] = {
     {"NF_4WINS_VIEWING_GAME", "You are now viewing the game."},
     {"NF_4WINS_GAME_CLOSED", "Game aborted."},
     {"NF_4WINS_TIMEOUT", "Game aborted (timeout)."},
+    {"NF_4WINS_SELF", "You may not play against yourself."},
     {NULL, NULL}
 };