1
0
forked from GitHub/gf-core
Files
gf-core/examples/phrasebook/GreetingsNor.gf
2010-05-08 15:34:27 +00:00

29 lines
787 B
Plaintext

concrete GreetingsNor of Greetings = open Prelude in {
lincat
Greeting = SS ;
lin
GBye = ss "hade" ;
GCheers = ss "skål" ; -- google translate !
-- GDamn = ss "fan" ; ?
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" ;
}