-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from MichaelKheel/dev
Adding a plugin and description.
- Loading branch information
Showing
6 changed files
with
587 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
[en] | ||
BACK = Back | ||
EXIT = Exit | ||
MORE = More | ||
NONE = None | ||
ADMIN = ADMIN | ||
PLAYER = PLAYER | ||
ERROR = error | ||
YES = Yes | ||
NO = No | ||
BAN = ban | ||
KICK = kick | ||
NO_ACC_COM = You have no access to that command | ||
USAGE = Usage | ||
MORE_CL_MATCHT = There is more than one client matching your argument | ||
CL_NOT_FOUND = Client with that name or userid not found | ||
CLIENT_IMM = Client "%s" has immunity | ||
CANT_PERF_DEAD = That action can't be performed on dead client "%s" | ||
CANT_PERF_BOT = That action can't be performed on bot "%s" | ||
ON = On | ||
OFF = Off |
Oops, something went wrong.