summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsDan.gf
blob: 531750f29c3580ecf4ae71b93bbeeb5ff09fa219 (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
31
concrete GreetingsDan of Greetings = open Prelude in {

lincat 
  Greeting = SS ;

lin 
  GBye = ss "hej hej" ; -- not google translate
  GCheers = ss "skål" ;
  GDamn = ss "satans" ; -- X  
  GExcuse, GExcusePol = ss "undskyld mig" ;
  GGoodDay = ss "god dag" ;
  GGoodEvening = ss "god aften" ;
  GGoodMorning = ss "god morgen" ;
  GGoodNight = ss "godnat" ;
  GGoodbye = ss "farvel" ;
  GHello = ss "hej" ;
  GHelp = ss "hjælp" ;
  GHowAreYou = ss "hvordan har du det" ;
  GLookOut = ss "pas på" ;
  GNiceToMeetYou, GNiceToMeetYouPol = ss "hyggeligt at møde dig" ; -- more common than rart (google translate) 
  GPleaseGive = ss "vær så sød" ; -- can also have flink instead of sod
  GPleaseGivePol = ss "venligst" ; -- X not behage 
  GSeeYouSoon = ss "vi ses snart" ; -- X se dig snart
  GSorry, GSorryPol = ss "undskyld" ;
  GThanks = ss "tak" ;
  GTheCheck = ss "regningen" ;
  GCongratulations = ss "tillykke";
  GHappyBirthday = ss "tillykke med fødselsdagen" ;
  GGoodLuck = ss "held og lykke" ; 

}