1
0
forked from GitHub/gf-core

essential LP phrases, pron table

This commit is contained in:
aarne
2007-02-17 21:44:42 +00:00
parent 6c3870c96b
commit 10bd5b02ea
5 changed files with 148 additions and 21 deletions

View File

@@ -0,0 +1,30 @@
-- the essential phrases from Lone Planet Thai Phrasebook
abstract Essential = {
cat
Phrase ;
Number ;
fun
Hello : Phrase ;
Goodbye : Phrase ;
Please : Phrase ;
ThankYou : Phrase ;
YoureWelcome : Phrase ;
Yes : Phrase ;
No : Phrase ;
ExcuseAttention : Phrase ;
ExcuseGetPast : Phrase ;
Sorry : Phrase ;
IUnderstand : Phrase ;
IDontUnderstand : Phrase ;
Help : Phrase ;
WhereAreToilets : Phrase ;
SayNumber : Number -> Phrase ;
One, Two, Three, Four, Five, Six, Seven, Eight, Nine, Ten : Number ;
}