Advertisement
Guest User

DailyStore Translations

a guest
Apr 27th, 2023
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.06 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Translation Id="UI_SoldOutText" Value="{0} | SOLD OUT" />
  4.   <Translation Id="UI_StockText" Value="{0} | {1}/{2}" />
  5.   <Translation Id="Notification_TopText" Value="Notification" />
  6.   <Translation Id="Notification_BoughtItem" Value="You have successfully bought {0} for ${1}!" />
  7.   <Translation Id="Notification_BuyLimitReached" Value="The item {0} is out of stock!" />
  8.   <Translation Id="Notification_CantAfford" Value="You do not have enough money to purchase {0} for ${1}!" />
  9.   <Translation Id="CommandRefreshStore_Success" Value="Successfully refreshed the daily store!" />
  10.   <Translation Id="BuyLimitReached" Value="You have already bought this item the maximum amount of times for this store rotation!" />
  11.   <Translation Id="RefreshStoreAnnouncement" Value="The daily store has just been refreshed, make sure to check out the items!" />
  12.   <Translation Id="Error" Value="An error has occured." />
  13. </Translations>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement