mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
36 lines
882 B
Plaintext
36 lines
882 B
Plaintext
concrete GreetingsFre of Greetings = open Roles,Prelude in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
lincat
|
|
Greeting = SS ;
|
|
|
|
lin
|
|
GHello = ss "salut" ;
|
|
GThanks = ss "merci" ;
|
|
GHowAreYou = ss "comment ça va" ;
|
|
GPleaseGive = ss "s'il te plaît" ;
|
|
GPleaseGivePol = ss "s'il vous plaît" ;
|
|
GExcuse = ss "excuse-moi" ;
|
|
GExcusePol = ss "excusez-moi" ;
|
|
GSorry, GSorryPol = ss "pardon" ;
|
|
GGoodbye = ss "au revoir" ;
|
|
GBye = ss "au revoir" ;
|
|
GWhatsYourName = ss "comment t'appelles-tu" ;
|
|
GWhatsYourNamePol = ss "comment vous appelez-vous" ;
|
|
GNiceToMeetYou = ss "enchanté" ;
|
|
GSeeYouSoon = ss "à bientôt" ;
|
|
GHelp = ss "au secours" ;
|
|
GLookOut = ss "attention" ;
|
|
GGoodMorning = ss "bonjour" ;
|
|
GGoodDay = ss "bonjour" ;
|
|
GGoodEvening = ss "bon soir" ;
|
|
GGoodNight = ss "bonne nuit" ;
|
|
GTheCheck = ss "l'addition" ;
|
|
|
|
GYes = ss "oui" ; ---- si
|
|
GNo = ss "non" ;
|
|
|
|
|
|
}
|