summaryrefslogtreecommitdiff
path: root/examples/phrasebook/GreetingsGer.gf
blob: 8062f6a7ed66ef8a7071190e55cb8cfa1c32bc30 (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
concrete GreetingsGer of Greetings = open Prelude in {

lincat 
  Greeting = SS ;

lin 
  GBye = ss "tschüß" ;
  GCheers = ss "zum Wohl" ;
  GDamn = ss "Teufel" ;
  GExcuse, GExcusePol = ss "Entschuldigung" ;
  GGoodDay = ss "guten Tag" ;
  GGoodEvening = ss "guten Abend" ;
  GGoodMorning = ss "guten Morgen" ;
  GGoodNight = ss "gute Nacht" ;
  GGoodbye = ss "auf Wiedersehen" ;
  GHello = ss "Hallo" ;
  GHelp = ss "Hilfe" ;
  GHowAreYou = ss "wie geht's" ;
  GLookOut = ss "Achtung" ;
--  GNiceToMeetYou = ss "trevligt att träffas" ;
  GPleaseGive, GPleaseGivePol = ss "bitte" ;
  GSeeYouSoon = ss "bis bald" ;
  GSorry, GSorryPol = ss "Entschuldigung" ;
  GThanks = ss "Danke" ;
  GTheCheck = ss "die Rechnung" ;

}