mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-15 07:05:51 +01:00
New translations strings.yml (Danish)
This commit is contained in:
parent
e7dbbc4638
commit
83b8fe0a55
@ -255,7 +255,7 @@ stageEditorContainsDuplicates: "List contains duplicates!"
|
||||
stageEditorInvalidBlockName: "er ikke en gyldig Bloknavn!"
|
||||
stageEditorInvalidEnchantment: "er ikke et gyldigt fortryllelses navn!"
|
||||
stageEditorInvalidNPC: "er ikke et gyldigt NPC ID!"
|
||||
stageEditorInvalidMob: "is not a valid mob name!"
|
||||
stageEditorInvalidMob: "er ikke en gyldig mobnavn!"
|
||||
stageEditorInvalidItemName: "is not a valid item name!"
|
||||
stageEditorInvalidNumber: "er ikke et tal!"
|
||||
stageEditorInvalidDye: "er ikke et gyldigt farvestof!"
|
||||
@ -655,13 +655,13 @@ currentQuest: "Current Quests:"
|
||||
noMoreQuest: "Ikke flere quests til rådighed."
|
||||
damage: "Damage"
|
||||
break: "Break"
|
||||
place: "Place"
|
||||
use: "Use"
|
||||
place: "Sæt"
|
||||
use: "Brug"
|
||||
cut: "Klip"
|
||||
catchFish: "Fang fisk"
|
||||
enchantItem: "Enchant <item> with <enchantment>"
|
||||
kill: "Dræb"
|
||||
killAtLocation: "Kill <mob> at <location>"
|
||||
killAtLocation: "Dræb <mob> ved <location>"
|
||||
killPlayer: "Dræb en spiller"
|
||||
deliver: "Levere <item> til <npc>"
|
||||
talkTo: "Snak med <npc>"
|
||||
@ -687,10 +687,10 @@ inputNum: "Det angivet, skal være et nummer."
|
||||
inputPosNum: "Tallet skal være et positivt tal."
|
||||
questModified: "Your active Quest <quest> has been modified. You have been forced to quit the Quest."
|
||||
questNotExist: "Your active Quest <quest> no longer exists. You have been forced to quit the Quest."
|
||||
questInvalidChoice: "Invalid choice. Type 'Yes' or 'No'"
|
||||
questInvalidChoice: "Ugyldigt valg. Skriv 'Yes' eller 'No'"
|
||||
questPointsDisplay: "Quest Point:"
|
||||
questNoDrop: "Du burde ikke droppe Quest items."
|
||||
questNoBrew: "You may not brew Quest items."
|
||||
questNoBrew: "Du burde ikke brewe Quest items."
|
||||
questNoStore: "You may not store Quest items."
|
||||
questNoCraft: "You may not craft Quest items."
|
||||
questNoEquip: "You may not equip Quest items."
|
||||
@ -698,22 +698,22 @@ questNoDispense: "You may not put Quest items in dispensers."
|
||||
questNoEnchant: "You may not enchant Quest items."
|
||||
questNoSmelt: "You may not smelt using Quest items."
|
||||
questInfoNoPerms: "You do not have permission to view a Quest's information."
|
||||
questCmdNoPerms: "You do not have access to that command."
|
||||
questCmdNoPerms: "Du har ikke tilladelse til denne kommando."
|
||||
pageSelectionNum: "Page selection must be a number."
|
||||
pageSelectionPosNum: "Page selection must be a positive number."
|
||||
questListNoPerms: "You do not have permission to view the Quests list."
|
||||
questTakeNoPerms: "You do not have permission to take Quests via commands."
|
||||
questTakeDisabled: "Taking Quests via commands has been disabled."
|
||||
questQuit: "You have quit <quest>"
|
||||
questQuit: "Du gik fra Questen <quest>"
|
||||
questQuitNoPerms: "You do not have permission to quit Quests."
|
||||
questQuitDisabled: "Quitting Quests has been disabled."
|
||||
questEditorNoPerms: "You do not have permission to use the Quests Editor."
|
||||
eventEditorNoPerms: "You do not have permission to use the Events Editor."
|
||||
questsUnknownCommand: "Unknown Quests command. Type /quests for help."
|
||||
pageNotExist: "Page does not exist."
|
||||
pageFooter: "- Page <current> of <all> -"
|
||||
questsReloaded: "Quests reloaded."
|
||||
numQuestsLoaded: "<number> Quests loaded."
|
||||
pageNotExist: "Siden findes ikke."
|
||||
pageFooter: "- side <current> ud af <all> -"
|
||||
questsReloaded: "Quests genindlæst."
|
||||
numQuestsLoaded: "<number> Quests indlæst."
|
||||
questForceTake: "<player> has forcibly started the Quest <quest>."
|
||||
questForcedTake: "<player> has forced you to take the Quest <quest>."
|
||||
questForceQuit: "<player> has forcibly quit the Quest <quest>."
|
||||
@ -736,7 +736,7 @@ questPointsGiven: "<player> gave you <number> Quest Points."
|
||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||
invalidNumber: "Ugyldigt nummer."
|
||||
noCurrentQuest: "<player> does not currently have any active Quests."
|
||||
noCurrentQuest: "<player> har ikke nogle Quests aktive."
|
||||
playerNotFound: "Spiller ikke fundet."
|
||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||
errorNPCID: 'Error: There is no NPC with ID <number>'
|
||||
@ -849,10 +849,10 @@ complete: "Færdig"
|
||||
redoable: "Redoable"
|
||||
usage: "Usage"
|
||||
redoableEvery: "Redoable every <time>."
|
||||
requirements: "Requirements"
|
||||
requirements: "Kravende"
|
||||
money: "Penge"
|
||||
with: "With"
|
||||
to: "to"
|
||||
with: "Med"
|
||||
to: "til"
|
||||
blocksWithin: "within <amount> blocks of"
|
||||
valRequired: "Value required"
|
||||
enchantedItem: "*Enchanted*"
|
||||
@ -861,4 +861,4 @@ timerMessage: '<green>Time left to finish the quest/stage: <red>%s seconds'
|
||||
timerStart: "<green>You have <red>%s seconds <green>to finish this quest/stage"
|
||||
questErrorReadingFile: "Fejl ved læsning af quests fil."
|
||||
questSaveError: "Der opstod en fejl under gemning."
|
||||
questBlacklisted: "You are blacklisted. Contact an admin if this is in error."
|
||||
questBlacklisted: "Du er sat på Blacklisten. Kontakt en admin hvis dette er en fejl."
|
||||
|
Loading…
Reference in New Issue
Block a user