Last active
August 29, 2015 13:56
-
-
Save csolisr/9063486 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Language:init() | |
self.current = "en" | |
self.string = { | |
en = { | |
title1 = "Pickin' Sticks", | |
title2 = "LXXIV", | |
by1 = "By Rachel J. Morris,", | |
by2 = "Moosader.com", | |
about = "What is this?", | |
score = "Score", | |
start = "Play", | |
language = "(1/3) English", | |
goback = "Go back", | |
about1 = "Pickin' Sticks is 'Hello World'", | |
about2 = "in video game form.", | |
about3 = "On my YouTube channel", | |
about4 = "I have video tutorials about", | |
about5 = "beginning game programming.", | |
about6 = "You can find these at", | |
about7 = "and the source code at" | |
}, | |
eo = { | |
title1 = "Prenu Branĉojn", | |
title2 = "[Sepdek Kvar]", | |
by1 = "De Rachel J. Morris,", | |
by2 = "Moosader.com", | |
about = "Kio estas tio?", | |
score = "Poentaroj", | |
start = "Ludu", | |
language = "(2/3) Esperanto", | |
goback = "Foriru", | |
about1 = "Prenu Branĉojn estas simpla", | |
about2 = "videoludo por lernado.", | |
about3 = "Sur mia YouTube-kanalo mi havas", | |
about4 = "videolecionojn pri komenci", | |
about5 = "programado de ludoj", | |
about6 = "Vi povas trovi ilin ĉe", | |
about7 = "kaj la fontkodon ĉe" | |
}, | |
ido = { | |
title1 = "Prenez Rami", | |
title2 = "[Sepadek e Quar]", | |
by1 = "Da Rachel J. Morris,", | |
by2 = "Moosader.com", | |
about = "Quo esas ico?", | |
score = "Punti", | |
start = "Ludez", | |
language = "(3/3) Ido", | |
goback = "Forirez", | |
about1 = "Prenez Rami esas simpla", | |
about2 = "videoludo por lernado.", | |
about3 = "Sur mea YouTube-kanelo me havas", | |
about4 = "videolecioni pri komencar", | |
about5 = "programado de ludi.", | |
about6 = "Vu povas trovar olu ad", | |
about7 = "ed la fontokodexo ad" | |
} | |
} | |
end | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment