EssentialsX

EssentialsX

2M Downloads

Update language file strings for consistency.

mibby opened this issue ยท 4 comments

commented
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for {1}.
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked {1} for {2}.
playerMutedFor=\u00a76You have been muted for\u00a7c {0}.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: {1}.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}.

Should be updated to;

playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for\: \u00a7c{1}\u00a76.
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked\u00a7c {1} \u00a76for\: \u00a7c {2}\u00a76.
playerMutedFor=\u00a76You have been muted for\u00a7c {0}\u00a76.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP\: \u00a7c{1}\u00a76.
playerUnbanned=\u00a76Player\u00a7c {0} \u00a76unbanned\u00a7c {1}\u00a76.

To prevent red periods after stating the user/IP/reason specified and be consistent with ban strings colorizing the user/IP/reason red with a colon after 'for'.

These strings also do not seem to be used.

playerInJail=\u00a74Player is already in jail\u00a7c {0}\u00a74.
playerNeverOnServer=\u00a74Player\u00a7c {0} \u00a74was never on this server.

Jail check seems to use this string instead.

jailAlreadyIncarcerated=\u00a74Person is already in jail\:\u00a7c {0}

And the never on server seems to use this string instead.

playerNotFound=\u00a74Player not found.
commented

More consistency updates.

pTimeReset=\u00a76Player time has been reset for\: \u00a7c{0}
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}.
sudoExempt=\u00a74You cannot sudo \u00a7c{0}.
cantGamemode=\u00a74You do not have permission to change to gamemode {0}

to

pTimeReset=\u00a76Player time has been reset for\: \u00a7c{0}\u00a76.
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}\u00a76.
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for\: \u00a7c{1}\u00a76.
pWeatherReset=\u00a76Player weather has been reset for\: \u00a7c{0}\u00a76.
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for\: \u00a7c{1}\u00a76.
sudoExempt=\u00a74You cannot sudo \u00a7c{0}\u00a74.
cantGamemode=\u00a74You do not have permission to change to gamemode {0}.

Adding periods to incomplete sentences to complete them for consistency and colorizing them gold so they aren't red.

commented

And an optional change that I made, removing the colon after 'for' for better sentence flow since the reasons are separated by color changes and there are other strings that use 'for' before a reason/value without a colon. (Like the mutedfor string.)

pTimeReset=\u00a76Player time has been reset for \u00a7c{0}\u00a76.
pTimeSet=\u00a76Player time is set to \u00a7c{0}\u00a76 for \u00a7c{1}\u00a76.
pTimeSetFixed=\u00a76Player time is fixed to \u00a7c{0}\u00a76 for \u00a7c{1}\u00a76.
pWeatherReset=\u00a76Player weather has been reset for \u00a7c{0}\u00a76.
pWeatherSet=\u00a76Player weather is set to \u00a7c{0}\u00a76 for \u00a7c{1}\u00a76.
playerUnbanIpAddress=\u00a76Player\u00a7c {0} \u00a76unbanned IP \u00a7c{1}\u00a76.
playerBanIpAddress=\u00a76Player\u00a7c {0} \u00a76banned IP address\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
playerBanned=\u00a76Player\u00a7c {0} \u00a76banned\u00a7c {1} \u00a76for \u00a7c{2}\u00a76.
playerJailedFor=\u00a76Player\u00a7c {0} \u00a76jailed for \u00a7c{1}\u00a76.
playerKicked=\u00a76Player\u00a7c {0} \u00a76kicked\u00a7c {1} \u00a76for \u00a7c {2}\u00a76.
commented

Make a pull request? :)

commented

Closing due to inactivity. If this is still a problem, please open a new issue.