Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added translations for /xp command #185

Open
wants to merge 5 commits into
base: stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions eng.ini
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ commands.whitelist.reloaded=Reloaded the whitelist
commands.whitelist.remove.success=Removed {%0} from the whitelist
commands.whitelist.remove.usage=/whitelist remove <player>
commands.whitelist.usage=/whitelist <on|off|list|add|remove|reload>
commands.xp.failure.widthdrawXp=Cannot give player negative experience points
commands.xp.success=Gave {%0} experience to {%1}
commands.xp.success.levels=Gave {%0} experience levels to {%1}
commands.xp.success.negative.levels=Taken {%0} levels from {%1}
death.attack.anvil={%0} was squashed by a falling anvil
death.attack.arrow.item={%0} was shot by {%1} using {%2}
death.attack.arrow={%0} was shot by {%1}
Expand Down Expand Up @@ -329,6 +333,8 @@ pocketmine.command.version.serverSoftwareName=This server is running {%serverSof
pocketmine.command.version.serverSoftwareVersion=Server version: {%serverSoftwareVersion} (git hash: {%serverGitHash})
pocketmine.command.version.usage=/version [plugin name]
pocketmine.command.whitelist.description=Manages the list of players allowed to use this server
pocketmine.command.xp.description=Adds or removes player experience
pocketmine.command.xp.usage=/xp <experience[L]> [player]
pocketmine.crash.archive=The crash dump has been automatically submitted to the Crash Archive. You can view it on {%0} or use the ID #{%1}.
pocketmine.crash.create=An unrecoverable error has occurred and the server has crashed. Creating a crash dump
pocketmine.crash.error=Could not create crash dump: {%0}
Expand Down Expand Up @@ -442,6 +448,8 @@ pocketmine.permission.command.whitelist.enable=Allows the user to enable the ser
pocketmine.permission.command.whitelist.list=Allows the user to list all players on the server whitelist
pocketmine.permission.command.whitelist.reload=Allows the user to reload the server whitelist
pocketmine.permission.command.whitelist.remove=Allows the user to remove a player from the server whitelist
pocketmine.permission.command.xp.other=Allows the user to add or remove experience of other players
pocketmine.permission.command.xp.self=Allows the user to add or remove their experience
pocketmine.permission.group.console=Grants all console permissions
pocketmine.permission.group.operator=Grants all operator permissions
pocketmine.permission.group.user=Grants all non-sensitive permissions that everyone gets by default
Expand Down