mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
DB/Favorites
* implement favorites for DB entries * click on the star besides the name of the entry to add it to a new quick menu
This commit is contained in:
@@ -3330,6 +3330,13 @@ var LANG = {
|
||||
myaccount_purgefailed: "Purge failed :(",
|
||||
myaccount_purgesuccess: "Announcement data has been successfully purged!",
|
||||
|
||||
favorites: "Favorites",
|
||||
clicktologin: "Click to log in",
|
||||
favorites_login: "Log in to save your favorites to a custom menu!",
|
||||
favorites_duplicate: "This %s is already favorited!",
|
||||
addtofavorites: "Add to Favorites",
|
||||
removefromfavorites: "Remove from Favorites",
|
||||
|
||||
types: {
|
||||
1: ["NPC", "NPC" , "NPCs", "NPCs"],
|
||||
2: ["Object", "object", "Objects", "objects"],
|
||||
|
||||
Reference in New Issue
Block a user