Add paginated GUI strings

This commit is contained in:
PikaMug 2020-02-10 05:08:08 -05:00
parent 3bf6fbfe69
commit fdc78970f5

View File

@ -664,6 +664,8 @@ questQuitDisabled: "Quitting this quest has been disabled."
questsUnknownCommand: "Unknown Quests command. Type /quests for help." questsUnknownCommand: "Unknown Quests command. Type /quests for help."
pageNotExist: "Page does not exist." pageNotExist: "Page does not exist."
pageFooter: "- Page <current> of <all> -" pageFooter: "- Page <current> of <all> -"
pagePrevious: "< Prev"
pageNext: "Next >"
questsReloaded: "Quests reloaded." questsReloaded: "Quests reloaded."
numQuestsLoaded: "<number> Quests loaded." numQuestsLoaded: "<number> Quests loaded."
questForceTake: "<player> has forcibly started the Quest <quest>." questForceTake: "<player> has forcibly started the Quest <quest>."