Guest User

localization.lua

a guest
Jun 4th, 2019
1,105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.98 KB | None | 0 0
  1. -- ********************************************************
  2. -- **              Memoria - enGB/enUS Local             **
  3. -- **             <http://www.cosmocanyon.de>            **
  4. -- ********************************************************
  5. --
  6. -- This localization is written by:
  7. --  Mizukichan
  8. --
  9.  
  10. -- Check for addon table
  11. if (not Memoria) then Memoria = {}; end
  12. local Memoria = Memoria;
  13.  
  14. -- Localization
  15. Memoria.L = {
  16.     ["Take screenshot on"] = "Take screenshot on",
  17.     ["arena endings"] = "arena endings",
  18.     ["battleground endings"] = "battleground endings",
  19.     ["bosskills"] = "boss kills",
  20.     ["challenge instance endings"] = "mythic+ instance endings",
  21.     ["exalted only"] = "exalted only",
  22.     ["level up"] = "level up",
  23.     ["new achievement"] = "new achievement",
  24.     ["new reputation level"] = "new reputation level",
  25.     ["only after first kill"] = "only once per difficulty",
  26.     ["show played"] = "show /played in chat",
  27.     ["wins only"] = "wins only",
  28. }
Advertisement
Add Comment
Please, Sign In to add comment