Skip to content

Instantly share code, notes, and snippets.

/en.lua Secret

Created December 7, 2013 16:45
Show Gist options
  • Save anonymous/c190cbd5ca634a317a31 to your computer and use it in GitHub Desktop.
Save anonymous/c190cbd5ca634a317a31 to your computer and use it in GitHub Desktop.
en.lua
return {"English",
-- Tabs
list = {
all = {"All",
tooltip = "All games (%d)",
},
favorite = {"Favorites",
tooltip = "Your favorite games",
},
downloaded = {"Downloaded",
tooltip = "Downloaded games",
},
new = {"New",
tooltip = "Recently added games (%d)",
}
},
-- Global Buttons
settings = {"Settings",
tooltip = "Configure Vapor"
},
-- Info Section
size = "Size",
welcome = "Welcome to Vapor.",
nodescription = "No description availible.",
-- Info Button Status
download = {"Download",
tooltip = "Download this game now.",
}, -- AND SO ON....
downloading = "Downloading ...",
downloading_tooltip = "Your game is downloading.",
hashing = "Hashing ...",
hashing_tooltip = "Your game is hashing.",
invalid = "Error",
invalid_tooltip = "There has been an error. Click to delete this game.",
play = "Play",
play_tooltip = "This game is ready to play.",
-- Game Buttons
favorite_tooltip = "Mark this game as a favorite.",
delete_tooltip = "Delete this game.",
website_tooltip = "Visit the author's website."
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment