summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsNor.gf
blob: 1f6bfb698840d2cbec110bac92957729fb0ad26f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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" ; 

}