essential LP phrases, pron table

This commit is contained in:
aarne
2007-02-17 21:44:42 +00:00
parent d9e0521c58
commit 1d803dff10
3 changed files with 102 additions and 11 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 ;
}