mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Minor bug fixes
This commit is contained in:
@@ -1,38 +1,56 @@
|
||||
[exp-commands]
|
||||
kill-already-dead=You are already dead.
|
||||
admin-chat-format=[Admin Chat] __1__: __2__
|
||||
tp-no-position-found=No position to teleport to was found, please try again later.
|
||||
tp-to-self=Player can not be teleported to themselves.
|
||||
chelp-title=Help results for "__1__":
|
||||
chelp-footer=[__1__ results found; page __2__ of __3__]
|
||||
chelp-format=/__1__ __2__ - __3__ __4__
|
||||
chelp-alias=Alias: __1__
|
||||
chelp-out-of-range=__1__ is an invalid page number.
|
||||
roles-higher-role=The role you tried to assign is higher than your highest.
|
||||
roles-list=All roles are: __1__
|
||||
roles-list-player=__1__ has: __2__
|
||||
roles-list-element=__1__, __2__
|
||||
jail-give=__1__ was jailed by __2__. Reason: __3__
|
||||
jail-remove=__1__ was unjailed by __2__.
|
||||
jail-already-jailed=__1__ is already in jail.
|
||||
jail-not-jailed=__1__ is not currently in jail.
|
||||
jail-temp-ban=__1__ was temp banned until next reset by __2__. Reason: __3__
|
||||
jail-temp-ban-clear=__1__ was cleared from temp banned by __2__.
|
||||
jail-not-temp-banned=__1__ is not currently temp banned.
|
||||
jail-already-banned=__1__ is already banned.
|
||||
report-player-immune=This player can not be reported.
|
||||
report-non-admin=__1__ was reported for __2__.
|
||||
report-admin=__1__ was reported by __2__ for __3__.
|
||||
report-already-reported=You can only report a player once, you can ask a moderator to clear this report.
|
||||
report-not-reported=The player had no reports on them.
|
||||
report-player-count-title=The following players have reports against them:
|
||||
report-player-report-title=__1__ has the following reports agasinst them:
|
||||
report-list=__1__: __2__
|
||||
report-removed=__1__ has one or more reports removed by __2__.
|
||||
warnings-received=__1__ recived a warning from __2__ for __3__.
|
||||
warnings-player=__1__ has __2__ warnings and __3__/__4__ script warnings.
|
||||
warnings-list-tilte=The following player have this many warnings (and this many script warnings):
|
||||
warnings-list=__1__: __2__ (__3__/__4__)
|
||||
warnings-cleared=__1__ had all they warnings cleared by __2__.
|
||||
spawn-unavailable=They was a problem getting you to spawn, please try again later.
|
||||
repair-result=__1__ entites were revived and __2__ were healed to max health.
|
||||
[expcom-kill]
|
||||
already-dead=You are already dead.
|
||||
|
||||
[expcom-admin-chat]
|
||||
format=[Admin Chat] __1__: __2__
|
||||
|
||||
[expcom-tp]
|
||||
no-position-found=No position to teleport to was found, please try again later.
|
||||
to-self=Player can not be teleported to themselves.
|
||||
|
||||
[expcom-chelp]
|
||||
title=Help results for "__1__":
|
||||
footer=[__1__ results found; page __2__ of __3__]
|
||||
format=/__1__ __2__ - __3__ __4__
|
||||
alias=Alias: __1__
|
||||
out-of-range=__1__ is an invalid page number.
|
||||
|
||||
[expcom-roles]
|
||||
higher-role=The role you tried to assign is higher than your highest.
|
||||
list=All roles are: __1__
|
||||
list-player=__1__ has: __2__
|
||||
list-element=__1__, __2__
|
||||
|
||||
[expcom-jail]
|
||||
give=__1__ was jailed by __2__. Reason: __3__
|
||||
remove=__1__ was unjailed by __2__.
|
||||
already-jailed=__1__ is already in jail.
|
||||
not-jailed=__1__ is not currently in jail.
|
||||
temp-ban=__1__ was temp banned until next reset by __2__. Reason: __3__
|
||||
temp-ban-clear=__1__ was cleared from temp banned by __2__.
|
||||
not-temp-banned=__1__ is not currently temp banned.
|
||||
already-banned=__1__ is already banned.
|
||||
|
||||
[expcom-report]
|
||||
player-immune=This player can not be reported.
|
||||
non-admin=__1__ was reported for __2__.
|
||||
admin=__1__ was reported by __2__ for __3__.
|
||||
already-reported=You can only report a player once, you can ask a moderator to clear this report.
|
||||
not-reported=The player had no reports on them.
|
||||
player-count-title=The following players have reports against them:
|
||||
player-report-title=__1__ has the following reports agasinst them:
|
||||
list=__1__: __2__
|
||||
removed=__1__ has one or more reports removed by __2__.
|
||||
|
||||
[expcom-warnings]
|
||||
received=__1__ recived a warning from __2__ for __3__.
|
||||
player=__1__ has __2__ warnings and __3__/__4__ script warnings.
|
||||
list-tilte=The following player have this many warnings (and this many script warnings):
|
||||
list=__1__: __2__ (__3__/__4__)
|
||||
cleared=__1__ had all they warnings cleared by __2__.
|
||||
|
||||
[expcom-spawn]
|
||||
unavailable=They was a problem getting you to spawn, please try again later.
|
||||
|
||||
[expcom-repair]
|
||||
result=__1__ entites were revived and __2__ were healed to max health.
|
||||
@@ -1,4 +1,5 @@
|
||||
time-symbol-days-short=__1__d
|
||||
color-tag=[color=__1__]__2__[/color]
|
||||
|
||||
[expcore-commands]
|
||||
unauthorized=Unauthorized, Access is denied due to invalid credentials
|
||||
@@ -27,6 +28,7 @@ reject-role=Invalid Role Name.
|
||||
reject-player-role=Player has a higher role.
|
||||
|
||||
[gui_util]
|
||||
button_tooltip=Shows / hides the Toolbar Gui buttons.
|
||||
button_tooltip=Shows/hides the toolbar.
|
||||
|
||||
[expcore-gui]
|
||||
left-button-tooltip=Hide all open windows.
|
||||
Reference in New Issue
Block a user