From ba13f2d9aada44372237224abe9ed6abbb8aabca Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Sat, 11 Jul 2015 15:05:32 -0500 Subject: [PATCH] Add locale strings --- common/locales/en/messages.json | 4 ++++ common/locales/en/pets.json | 1 + 2 files changed, 5 insertions(+) diff --git a/common/locales/en/messages.json b/common/locales/en/messages.json index 9eb8e49b08..f10fac9f28 100644 --- a/common/locales/en/messages.json +++ b/common/locales/en/messages.json @@ -22,6 +22,10 @@ "messageDropEgg": "You've found a <%= dropText %> Egg! <%= dropNotes %>", "messageDropPotion": "You've found a <%= dropText %> Hatching Potion! <%= dropNotes %>", "messageFoundQuest": "You've found the quest \"<%= questText %>\"!", + + "messageAlreadyPurchasedGear": "You purchased this gear in the past, but do not currently own it. You can buy it again in the rewards column on the tasks page.", + "messageAlreadyOwnGear": "You have already own this item. Equip it by going to the equipment page.", + "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" diff --git a/common/locales/en/pets.json b/common/locales/en/pets.json index ab2c2a9464..9f937defec 100644 --- a/common/locales/en/pets.json +++ b/common/locales/en/pets.json @@ -24,6 +24,7 @@ "hatchingPotion": "hatching potion", "noHatchingPotions": "You don't have any hatching potions.", "inventoryText": "Click an egg to see usable potions highlighted in green and then click one of the highlighted potions to hatch your pet. If no potions are highlighted, click that egg again to deselect it, and instead click a potion first to have the usable eggs highlighted. You can also sell unwanted drops to Alexander the Merchant.", + "foodText": "food", "food": "Food and Saddles", "noFood": "You don't have any food or saddles.", "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.",