Skip to content

Commit

Permalink
I forgot this.
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Feb 14, 2016
1 parent b8a240c commit 034c043
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion default/lang_en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

"UNKNOWN_COMMAND": "<white>This command does not exist.",
"INVALID_NUMBER": "<red>Invalid number '{0}'",
"INVALID_BOOLEAN": "<red>Invalid value '{0}'. Expected 'true' or 'false'",
"SECOND": "second",
"DAY": "day",
"MINUTE": "minute",
Expand Down Expand Up @@ -159,5 +160,6 @@
"GIVEN_ITEM": "You given {0}x '{1}' to '{2}'",
"GIVEN_ITEM_ALL": "You given {0}x '{1}' to all players.",
"AUTO_REFUEL_ENABLED": "Auto-Refuel enabled!",
"AUTO_REFUEL_DISABLED": "Auto-Refuel disabled!"
"AUTO_REFUEL_DISABLED": "Auto-Refuel disabled!",
"CREATED_KIT": "You created a new kit named '{0}'."
}

0 comments on commit 034c043

Please sign in to comment.