mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-18 17:29:32 -06:00
33 lines
689 B
Plaintext
33 lines
689 B
Plaintext
concrete GreetingsSwe of Greetings = open Roles, Prelude in {
|
|
|
|
lincat
|
|
Greeting = SS ;
|
|
|
|
lin
|
|
GHello = ss "hej" ;
|
|
GThanks = ss "tack" ;
|
|
GHowAreYou = ss "hur står det till" ;
|
|
GPleaseGive = ss "var så god" ;
|
|
GExcuse = ss "ursäkta" ;
|
|
GSorry = ss "förlåt" ;
|
|
GGoodbye = ss "hej då" ;
|
|
GBye = ss "hej då" ;
|
|
GNiceToMeetYou = ss "trevligt att träffas" ;
|
|
GSeeYouSoon = ss "vi ses snart" ;
|
|
GHelp = ss "hjälp" ;
|
|
GLookOut = ss "se upp" ;
|
|
GGoodMorning = ss "god morgon" ;
|
|
GGoodDay = ss "god dag" ;
|
|
GGoodEvening = ss "god afton" ;
|
|
GGoodNight = ss "god natt" ;
|
|
|
|
GWhatsYourName = ss "vad heter du" ;
|
|
|
|
GTheCheck = ss "notan" ;
|
|
|
|
GYes = ss "ja" ;
|
|
GNo = ss "nej" ;
|
|
|
|
|
|
}
|