mirror of
https://github.com/PikaMug/Quests.git
synced 2024-11-14 22:55:54 +01:00
New translations strings.yml (Greek)
This commit is contained in:
parent
c4c01b681a
commit
2336932c41
@ -442,7 +442,7 @@ eventEditorSetMobAmountsPrompt: "Enter mob amount, <cancel>"
|
|||||||
eventEditorSetMobNamePrompt: "Enter the name for this mob, <cancel>"
|
eventEditorSetMobNamePrompt: "Enter the name for this mob, <cancel>"
|
||||||
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
eventEditorSetMobLocationPrompt: "Right-click on a block to select it, <add>, <cancel>"
|
||||||
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
|
eventEditorSetPotionEffectsPrompt: "Enter potion effect types, <space>, <cancel>"
|
||||||
eventEditorSetPotionDurationsPrompt: "Enter potion effect durations (in seconds), <space>, <cancel>"
|
eventEditorSetPotionDurationsPrompt: "Enter effect durations (in milliseconds), <space>, <cancel>"
|
||||||
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
|
eventEditorSetPotionMagnitudesPrompt: "Enter potion effect magnitudes, <space>, <cancel>"
|
||||||
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear"
|
eventEditorSetHungerPrompt: "Enter hunger level, or -1 to clear"
|
||||||
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear"
|
eventEditorSetSaturationPrompt: "Enter saturation level, or -1 to clear"
|
||||||
@ -738,7 +738,8 @@ giveQuestPoints: "Gave <number> Quest Points from <player>."
|
|||||||
questPointsGiven: "<player> gave you <number> Quest Points."
|
questPointsGiven: "<player> gave you <number> Quest Points."
|
||||||
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
enableNPCGUI: "<npc> will now provide a GUI Quest Display."
|
||||||
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
disableNPCGUI: "<npc> will no longer provide a GUI Quest Display."
|
||||||
invalidMinimum: "Input must be at least <number>!\ninvalidRange: \"Input must be between <least> and <greatest>!"
|
invalidMinimum: "Input must be at least <number>!"
|
||||||
|
invalidRange: "Input must be between <least> and <greatest>!"
|
||||||
invalidOption: "Invalid option!"
|
invalidOption: "Invalid option!"
|
||||||
invalidNumber: "Invalid number."
|
invalidNumber: "Invalid number."
|
||||||
invalidStageNum: "Invalid stage number for Quest <quest>"
|
invalidStageNum: "Invalid stage number for Quest <quest>"
|
||||||
|
Loading…
Reference in New Issue
Block a user