Update Commons.properties
Changed "you send" to "you sent" along with some other minor wordings.
This commit is contained in:
parent
e2ed8682ff
commit
6a43a30df9
|
@ -3,7 +3,7 @@ afk.warn = You will be disconnected for inactivity in {0} seconds
|
||||||
afk.kick = You were disconnected for inactivity
|
afk.kick = You were disconnected for inactivity
|
||||||
|
|
||||||
command.admin.queueRestart.restartingNow = Server will restart now.
|
command.admin.queueRestart.restartingNow = Server will restart now.
|
||||||
command.admin.queueRestart.restartQueued = Server will restart at the next available opportunity.
|
command.admin.queueRestart.restartQueued = Server will restart upon an available opportunity.
|
||||||
command.admin.cancelRestart.restartUnqueued = Queued restart countdown cancelled.
|
command.admin.cancelRestart.restartUnqueued = Queued restart countdown cancelled.
|
||||||
command.admin.cancelRestart.noActionTaken = No active or queued restart countdowns found.
|
command.admin.cancelRestart.noActionTaken = No active or queued restart countdowns found.
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ command.error.invalidNumber = Invalid number '{0}'
|
||||||
command.error.invalidPage = There is no page {0}. Pages run from 1 to {1}.
|
command.error.invalidPage = There is no page {0}. Pages run from 1 to {1}.
|
||||||
command.error.emptyResult = Empty result
|
command.error.emptyResult = Empty result
|
||||||
command.onlyPlayers = You must be a player to use this command.
|
command.onlyPlayers = You must be a player to use this command.
|
||||||
command.error.internal = Sorry, there was an internal error while processing your command
|
command.error.internal = Sorry, there was an internal error while processing your command.
|
||||||
|
|
||||||
console = Console
|
console = Console
|
||||||
|
|
||||||
|
@ -244,7 +244,7 @@ punishment.action.FORUM_BAN = forum banned
|
||||||
punishment.action.TOURNEY_BAN = tourney banned
|
punishment.action.TOURNEY_BAN = tourney banned
|
||||||
punishment.action.UNKNOWN = unknown
|
punishment.action.UNKNOWN = unknown
|
||||||
|
|
||||||
friend.request.sent = You have send a friend request to {0}
|
friend.request.sent = You have sent a friend request to {0}
|
||||||
friend.request.accepted = You are now friends with {0}
|
friend.request.accepted = You are now friends with {0}
|
||||||
friend.request.friend_limit = Upgrade to a premium rank to have more than 16 friends \
|
friend.request.friend_limit = Upgrade to a premium rank to have more than 16 friends \
|
||||||
Visit {1} for more details
|
Visit {1} for more details
|
||||||
|
@ -259,7 +259,7 @@ friend.unrequest.success = You are no longer friends with {0}
|
||||||
friend.unrequest.withdraw = You have withdrawn your friend request to {0}
|
friend.unrequest.withdraw = You have withdrawn your friend request to {0}
|
||||||
friend.unrequest.pending = You cannot delete pending friend requests
|
friend.unrequest.pending = You cannot delete pending friend requests
|
||||||
friend.unrequest.not_friends = You are not friends with {0}
|
friend.unrequest.not_friends = You are not friends with {0}
|
||||||
friend.unrequest.error = Cannot unfriend {0} for unknown reasons
|
friend.unrequest.error = Unable to unfriend {0} for unknown reasons
|
||||||
|
|
||||||
death.screen.luck = Better luck next time!
|
death.screen.luck = Better luck next time!
|
||||||
death.screen.wrek = Get wrecked!
|
death.screen.wrek = Get wrecked!
|
||||||
|
|
Loading…
Reference in New Issue