-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14f9c3e
commit 0740c11
Showing
7 changed files
with
28 additions
and
70 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
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
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
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 |
---|---|---|
@@ -1,29 +1,3 @@ | ||
about= | ||
dialog.accept= | ||
dialog.add= | ||
dialog.deny= | ||
dialog.leftClickChange= | ||
dialog.remove= | ||
dialog.rightClickRemove= | ||
error.invalidArguments= | ||
error.invalidBoolean= | ||
error.invalidCommand= | ||
error.invalidEnumValue= | ||
error.invalidLength= | ||
error.invalidMaterial= | ||
error.invalidNumber= | ||
error.invalidRange= | ||
error.invalidSender= | ||
error.missingArgument= | ||
error.notAsConsole= | ||
error.notAsPlayer= | ||
error.notOnline= | ||
error.onlyConsole= | ||
error.onlyPlayer= | ||
error.permission= | ||
error.tooLarge= | ||
error.tooSmall= | ||
error.unkownPlayer= | ||
error.unkownWorld= | ||
error.notABrush= | ||
error.unkownPreset= | ||
component.provider.selector.gridselector.name= | ||
component.provider.selector.gridselector.description= | ||
component.selector.gridselector.name= |
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,3 @@ | ||
component.provider.selector.gridselector.name=Gitter | ||
component.provider.selector.gridselector.description=Nutze die Schematics die auf dem Gitter ausgewählt wurden. | ||
component.selector.gridselector.name=Gitter |
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 |
---|---|---|
@@ -1,30 +1,3 @@ | ||
about=%PLUGIN_NAME% by %AUTHORS%\nVersion: %VERSION%\nSpigot: %WEBSITE%\nSupport: %DISCORD% | ||
dialog.accept=accept | ||
dialog.add=add | ||
dialog.deny=deny | ||
dialog.leftClickChange=Left click to change | ||
dialog.remove=remove | ||
dialog.rightClickRemove=Right click to remove | ||
error.invalidArguments=Invalid arguments.\nSyntax: %SYNTAX% | ||
error.invalidBoolean=Invalid value, %TRUE% or %FALSE% | ||
error.invalidCommand=Invalid Command | ||
error.invalidEnumValue=Invalid input value. Valid inputs are %VALUES%. | ||
error.invalidLength=This input is too long. Max: %MAX% chars. | ||
error.invalidMaterial=Invalid material. | ||
error.invalidNumber=Invalid number | ||
error.invalidRange=This value is out of range. Min: %MIN% Max: %MAX% | ||
error.invalidSender=This command can not be executed from here. | ||
error.missingArgument=Argument %INDEX% is accessed but not present. | ||
error.notAsConsole=This command can not be executed from console. | ||
error.notAsPlayer=This command can not be executed as player | ||
error.notOnline=Invalid player. This player is not online. | ||
error.onlyConsole=This command can only be used by console. | ||
error.onlyPlayer=This command can only be used by players. | ||
error.permission=You do not have the permissionNode to do this. (%PERMISSION%) | ||
error.tooLarge=The number is too Large. Max: %MAX% | ||
error.tooSmall=The number is too small. Min: %MIN% | ||
error.unkownPlayer=Invalid player. This player has never played on this server. | ||
error.unkownWorld=Invalid player. This player has never played on this server. | ||
error.notABrush=This is not a schematic brush. | ||
error.unkownPreset=Preset %NAME% does not exist. | ||
error.gridInPlot=Grid functions can not be used in plot worlds. | ||
component.provider.selector.gridselector.name=Grid | ||
component.provider.selector.gridselector.description=Use the schematics you have selected with GridSelector previously. | ||
component.selector.gridselector.name=Grid |
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