simplified the treatment of politeness in Phrasebook

This commit is contained in:
aarne
2010-03-30 18:48:59 +00:00
parent de909a4e44
commit 5cb147fa19
24 changed files with 157 additions and 183 deletions

View File

@@ -7,9 +7,9 @@ fun
GHello : Greeting ;
GThanks : Greeting ;
GHowAreYou : Greeting ;
GPleaseGive : Greeting ;
GExcuse : Greeting ;
GSorry : Greeting ;
GPleaseGive, GPleaseGivePol : Greeting ;
GExcuse, GExcusePol : Greeting ;
GSorry, GSorryPol : Greeting ;
GGoodbye : Greeting ;
GBye : Greeting ;
GWhatsYourName : Greeting ;