-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added NL.properties, and added the activeLang entry in the config.yml
- Loading branch information
TheDutchMC
committed
Oct 7, 2020
1 parent
c847230
commit 775e81e
Showing
3 changed files
with
75 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
welcome=Welcome to HaroTorch | ||
|
||
#Commands | ||
commandOnlyForPlayers=This command can only be used by Players! | ||
noPermission=You do not have permission to use this command! | ||
missingArguments=Missing arguments! Use %HELP_COMMAND% for help! | ||
|
||
#GiveExecutor | ||
quantityNaN=The given quantity is not a number! | ||
quantityNegOrZero=Quantity may not be 0 or negative! | ||
|
||
#HighlightAreaOfEffectExecutor | ||
startingAoe=Showing the area of effect for %SECONDS% seconds! | ||
endingAoe=Highlighting has ended! | ||
|
||
#HighlightExecutor | ||
highlightVersionNotSupported=The highlight feature is not supported on this version of Minecraft! (%NMS_VERSION%) | ||
startingHiglight=Highlighting all Torches for %SECONDS% seconds! | ||
endingHighlight=Highlighting has ended! | ||
|
||
#ConvertExecutor | ||
v1NotInstalledMessage=HaroTorch v1 is not installed. Aborting. | ||
convertingToV2Start=Converting HaroTorch v1 Torches to v2... | ||
convertingToV2Complete=Conversion complete. Disabling HaroTorch v1! | ||
|
||
#BreakEvent | ||
blockBreakNotAllowedTorchOntop=You may not break this block. A HaroTorch stands ontop! | ||
blockBreakNotAllowedOwnerMismatch=You are not allowed to break this Torch since you do not own it! | ||
torchBroken=Torch broken successfully! | ||
|
||
#PlaceEvent | ||
torchPlaced=Torch placed successfully! |
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,41 @@ | ||
welcome=Welkom bij HaroTorch | ||
|
||
#Commands | ||
commandOnlyForPlayers=Dit commando mag alleen door spelers gebruikt worden! | ||
noPermission=U hebt geen toestemming om dit commando te gebruiken! | ||
missingArguments=Er ontbreken argumenten! Gebruik %HELP_COMMAND% voor hulp! | ||
|
||
#GiveExecutor | ||
quantityNaN=De opgegeven kwantiteit is niet een geldig nummer! | ||
quantityNegOrZero=De opgegeven kwantiteit mag niet negatief of nul zijn! | ||
|
||
#HighlightAreaOfEffectExecutor | ||
startingAoe=Het gebied van effect weergeven gedurende %SECONDS% seconden! | ||
endingAoe=Het markeren is beëindigd! | ||
|
||
#HighlightExecutor | ||
highlightVersionNotSupported=De highlight-functie wordt niet ondersteund op deze versie van Minecraft! (%NMS_VERSION%) | ||
startingHiglight=Alle HaroTorch's voor %SECONDS% seconden markeren. | ||
endingHighlight=Het markeren is beeindigd! | ||
|
||
#ConvertExecutor | ||
v1NotInstalledMessage=HaroTorch v1 is niet geïnstalleerd. Afgebroken. | ||
convertingToV2Start=HaroTorch v1 Torches omzetten naar v2... | ||
convertingToV2Complete=Conversie voltooid. HaroTorch v1 uitgeschakelt. | ||
|
||
#BreakEvent | ||
blockBreakNotAllowedTorchOntop=U mag dit blok niet doorbreken. Een HaroTorch staat er bovenop! | ||
blockBreakNotAllowedOwnerMismatch=Je mag deze HaroTorch niet breken omdat je hem niet bezit! | ||
torchBroken=HaroTorch successvol gebroken! | ||
|
||
#PlaceEvent | ||
torchPlaced=HaroTorch successvol geplaatst! | ||
|
||
#HelpExecutor | ||
helpMenuTitle=HaroTorch Help Menu | ||
helpHelp=Toont je deze pagina. | ||
helpHighlight=Highlight all nearby torches. | ||
helpGive=Markeer alle HaroTorch's in de buurt. | ||
helpConvert=Converteer v1-HaroTorch's naar v2-HaroTorch's. | ||
helpVersion=Verkrijg het versienummer van HaroTorch en NMS. | ||
helpAoe=Toon het effectgebied van alle nabije HaroTorch's met behulp van particles |
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