mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 16:29:32 -06:00
31 lines
902 B
Plaintext
31 lines
902 B
Plaintext
concrete GreetingsNor of Greetings = open Prelude in {
|
|
|
|
lincat
|
|
Greeting = SS ;
|
|
|
|
lin
|
|
GBye = ss "ha det" ;
|
|
GCheers = ss "skål" ; -- google translate !
|
|
GDamn = ss "faen" ;
|
|
GExcuse, GExcusePol = ss "unnskyld" ;
|
|
GGoodDay = ss "god dag" ;
|
|
GGoodEvening = ss "god kveld" ;
|
|
GGoodMorning = ss "god morgen" ;
|
|
GGoodNight = ss "god natt" ;
|
|
GGoodbye = ss "ha det bra" ;
|
|
GHello = ss "hei" ;
|
|
GHelp = ss "hjelp" ;
|
|
GHowAreYou = ss "hvordan går det" ;
|
|
GLookOut = ss "se opp" ; -- google translate !
|
|
GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggelig å treffe deg" ;
|
|
GPleaseGive, GPleaseGivePol = ss "vær så snill" ;
|
|
GSeeYouSoon = ss "se deg snart" ; -- google translate !
|
|
GSorry, GSorryPol = ss "beklager" ;
|
|
GThanks = ss "takk" ;
|
|
GTheCheck = ss "regningen" ;
|
|
GCongratulations = ss "gratulerer";
|
|
GHappyBirthday = ss "gratulerer med dagen" ;
|
|
GGoodLuck = ss "lykke til" ;
|
|
|
|
}
|